Trace number 225665

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESACUNSAT 9.11361 9.24799

DiagnosticValue
CHECKS156098611
NODES11062

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-39_ext.xml
MD5SUMb5edf3320e80bd6231b487f32cfb536c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.11361
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/225665-1168273016/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180
0.39	       =>  wckTime=0.097  cpuTime=0.07  mem=6M951
0.39	   
0.39	   relations being loaded...
0.72	   
0.72	   constraints being loaded...
0.85	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.85	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=9  maxArity=2
0.85	       =>  wckTime=0.555  cpuTime=0.49  mem=36M338
0.90	   
0.90	   solver IterativeSystematicSolver being built... 
1.05	       =>  wckTime=0.755  cpuTime=0.62  mem=16M382
1.13	   
1.13	   preprocessing
1.13	     nbConstraintChecks=663522  nbPropagations=1185  nbRevisions=4685  nbUselessRevisions=2649  nbSingletonTests=55
1.13	     nbEffectiveSingletonTests=0  nbESACBranches=13  nbRemovedValues=0  detectedInconsistency=no
1.13	       =>  wckTime=0.074  cpuTime=0.05  mem=16M382
1.18	   
1.18	   search
1.18	     run=0  nbConstraintChecks=359016  nbPropagations=2306  nbRevisions=8992  nbUselessRevisions=4562  nbAssignments=29
1.18	     nbFailedAssignments=17  nbBacktracks=10  nbVisitedNodes=56  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.18	     nbTooLargeKeys=0
1.18	       =>  wckTime=0.127  cpuTime=0.09  mem=16M382
1.23	   
1.23	   search
1.23	     run=1  nbConstraintChecks=1090870  nbPropagations=6624  nbRevisions=26326  nbUselessRevisions=12807
1.23	     nbAssignments=77  nbFailedAssignments=43  nbBacktracks=25  nbVisitedNodes=138  nbRestartNogoods=5  mapSize=23
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.176  cpuTime=0.13  mem=16M382
1.33	   
1.33	   search
1.33	     run=2  nbConstraintChecks=2808798  nbPropagations=15205  nbRevisions=62242  nbUselessRevisions=29473
1.33	     nbAssignments=194  nbFailedAssignments=121  nbBacktracks=47  nbVisitedNodes=334  nbRestartNogoods=16  mapSize=41
1.33	     nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.277  cpuTime=0.23  mem=16M382
1.39	   
1.39	   search
1.39	     run=3  nbConstraintChecks=3801667  nbPropagations=26892  nbRevisions=110343  nbUselessRevisions=51737
1.39	     nbAssignments=273  nbFailedAssignments=166  nbBacktracks=80  nbVisitedNodes=481  nbRestartNogoods=20  mapSize=67
1.39	     nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.334  cpuTime=0.29  mem=16M382
1.53	   
1.53	   search
1.53	     run=4  nbConstraintChecks=6459078  nbPropagations=45571  nbRevisions=187729  nbUselessRevisions=86661
1.53	     nbAssignments=452  nbFailedAssignments=291  nbBacktracks=130  nbVisitedNodes=826  nbRestartNogoods=33  mapSize=114
1.53	     nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.478  cpuTime=0.43  mem=16M382
1.81	   
1.81	   search
1.81	     run=5  nbConstraintChecks=11627555  nbPropagations=76872  nbRevisions=320552  nbUselessRevisions=145251
1.81	     nbAssignments=820  nbFailedAssignments=581  nbBacktracks=206  nbVisitedNodes=1549  nbRestartNogoods=40  mapSize=188
1.81	     nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.76  cpuTime=0.7  mem=16M382
2.03	   
2.03	   search
2.03	     run=6  nbConstraintChecks=15702287  nbPropagations=119543  nbRevisions=499387  nbUselessRevisions=224458
2.03	     nbAssignments=1130  nbFailedAssignments=774  nbBacktracks=319  nbVisitedNodes=2137  nbRestartNogoods=57
2.03	     mapSize=288  nbInferences=0  nbTooLargeKeys=0
2.03	       =>  wckTime=0.974  cpuTime=0.91  mem=17M353
2.45	   
2.45	   search
2.45	     run=7  nbConstraintChecks=23455307  nbPropagations=182458  nbRevisions=762394  nbUselessRevisions=342290
2.45	     nbAssignments=1723  nbFailedAssignments=1193  nbBacktracks=489  nbVisitedNodes=3281  nbRestartNogoods=75
2.45	     mapSize=442  nbInferences=0  nbTooLargeKeys=0
2.45	       =>  wckTime=1.396  cpuTime=1.31  mem=17M353
2.93	   
2.93	   search
2.93	     run=8  nbConstraintChecks=32527481  nbPropagations=270630  nbRevisions=1129512  nbUselessRevisions=507031
2.93	     nbAssignments=2388  nbFailedAssignments=1596  nbBacktracks=745  nbVisitedNodes=4541  nbRestartNogoods=82
2.93	     mapSize=674  nbInferences=0  nbTooLargeKeys=0
2.93	       =>  wckTime=1.878  cpuTime=1.79  mem=17M353
3.89	   
3.89	   search
3.89	     run=9  nbConstraintChecks=51046293  nbPropagations=405648  nbRevisions=1694698  nbUselessRevisions=759767
3.89	     nbAssignments=3682  nbFailedAssignments=2501  nbBacktracks=1129  nbVisitedNodes=7028  nbRestartNogoods=84
3.89	     mapSize=1018  nbInferences=0  nbTooLargeKeys=0
3.89	       =>  wckTime=2.833  cpuTime=2.73  mem=17M353
3.94	   
3.94	   INFO : Stopping hyperNogood (mapSize=1035, nbTooLargekeys=0, mem=17M353)
5.22	   
5.22	   search
5.22	     run=10  nbConstraintChecks=77217664  nbPropagations=609540  nbRevisions=2549491  nbUselessRevisions=1141435
5.22	     nbAssignments=5556  nbFailedAssignments=3793  nbBacktracks=1705  nbVisitedNodes=10641  nbRestartNogoods=102
5.22	       =>  wckTime=4.167  cpuTime=4.05  mem=17M353
7.25	   
7.25	   search
7.25	     run=11  nbConstraintChecks=116957554  nbPropagations=918025  nbRevisions=3845313  nbUselessRevisions=1719349
7.25	     nbAssignments=8327  nbFailedAssignments=5698  nbBacktracks=2569  nbVisitedNodes=16020  nbRestartNogoods=107
7.25	       =>  wckTime=6.191  cpuTime=6.06  mem=17M353
9.19	   
9.19	   search
9.19	     run=12  nbConstraintChecks=155435089  nbPropagations=1324214  nbRevisions=5554837  nbUselessRevisions=2484374
9.19	     nbAssignments=11062  nbFailedAssignments=7666  nbBacktracks=3336  nbVisitedNodes=21353  nbRestartNogoods=110
9.19	       =>  wckTime=8.137  cpuTime=7.99  mem=17M353
9.19	   
9.19	   global
9.19	     nbConstraintChecks=156098611  nbPropagations=1325399  nbRevisions=5559522  nbUselessRevisions=2487023
9.19	     nbRestartNogoods=110  solvingWckTime=8.138  solvingCpuTime=7.99  expiredTime=no  totalExploration=yes
9.19	     nbFoundSolutions=0  globalCpuTime=8.66
9.19	       =>  wckTime=8.898  cpuTime=8.61  mem=17M353
9.20	   
9.20	s UNSATISFIABLE
9.20	d NODES 11062
9.20	d CHECKS 156098611
9.20	   
9.20	   totalWckTime=8.972  totalCpuTime=8.66

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node76/watcher-225665-1168273016 -o ROOT/results/node76/solver-225665-1168273016 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225665-1168273016/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.24 1.10 1.03 5/78 28904
/proc/meminfo: memFree=1735144/2055888 swapFree=4095388/4096564
[pid=28903] ppid=28901 vsize=18544 CPUtime=0
/proc/28903/stat : 28903 (runsolver) R 28901 28903 28698 0 -1 4194368 18 0 0 0 0 0 0 0 20 0 1 0 175698663 18989056 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28903/statm: 4636 280 245 17 0 2626 0

[startup+0.106685 s]
/proc/loadavg: 1.24 1.10 1.03 5/78 28904
/proc/meminfo: memFree=1735144/2055888 swapFree=4095388/4096564
[pid=28903] ppid=28901 vsize=914992 CPUtime=0.08
/proc/28903/stat : 28903 (java) R 28901 28903 28698 0 -1 0 3029 0 1 0 7 1 0 0 25 0 8 0 175698663 936951808 2777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155473022 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28903/statm: 228748 2777 1440 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914992

[startup+0.518767 s]
/proc/loadavg: 1.24 1.10 1.03 5/78 28904
/proc/meminfo: memFree=1735144/2055888 swapFree=4095388/4096564
[pid=28903] ppid=28901 vsize=915332 CPUtime=0.49
/proc/28903/stat : 28903 (java) R 28901 28903 28698 0 -1 0 8087 0 1 0 45 4 0 0 25 0 8 0 175698663 937299968 7828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073549525 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28903/statm: 228833 7828 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.34292 s]
/proc/loadavg: 1.30 1.11 1.04 3/85 28911
/proc/meminfo: memFree=1682864/2055888 swapFree=4095388/4096564
[pid=28903] ppid=28901 vsize=915468 CPUtime=1.3
/proc/28903/stat : 28903 (java) R 28901 28903 28698 0 -1 0 14351 0 1 0 123 7 0 0 25 0 8 0 175698663 937439232 14091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073716985 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28903/statm: 228867 14091 2525 14 0 215336 0
[pid=28903/tid=28905] ppid=28901 vsize=915468 CPUtime=0.04
/proc/28903/task/28905/stat : 28905 (java) S 28901 28903 28698 0 -1 64 612 0 0 0 4 0 0 0 17 0 8 0 175698667 937439232 14091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28906] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28906/stat : 28906 (java) S 28901 28903 28698 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175698668 937439232 14091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28907] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28907/stat : 28907 (java) S 28901 28903 28698 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175698668 937439232 14091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28908] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28908/stat : 28908 (java) S 28901 28903 28698 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175698671 937439232 14091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28909] ppid=28901 vsize=915468 CPUtime=0.16
/proc/28903/task/28909/stat : 28909 (java) S 28901 28903 28698 0 -1 64 360 0 0 0 15 1 0 0 15 0 8 0 175698671 937439232 14091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28910] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28910/stat : 28910 (java) S 28901 28903 28698 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175698671 937439232 14091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28911] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28911/stat : 28911 (java) S 28901 28903 28698 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175698671 937439232 14091 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915468

[startup+2.98024 s]
/proc/loadavg: 1.30 1.11 1.04 3/85 28911
/proc/meminfo: memFree=1677296/2055888 swapFree=4095388/4096564
[pid=28903] ppid=28901 vsize=915468 CPUtime=2.92
/proc/28903/stat : 28903 (java) R 28901 28903 28698 0 -1 0 14368 0 1 0 285 7 0 0 25 0 8 0 175698663 937439232 14106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073719712 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28903/statm: 228867 14106 2525 14 0 215336 0
[pid=28903/tid=28905] ppid=28901 vsize=915468 CPUtime=0.04
/proc/28903/task/28905/stat : 28905 (java) S 28901 28903 28698 0 -1 64 612 0 0 0 4 0 0 0 17 0 8 0 175698667 937439232 14106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28906] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28906/stat : 28906 (java) S 28901 28903 28698 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175698668 937439232 14106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28907] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28907/stat : 28907 (java) S 28901 28903 28698 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175698668 937439232 14106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28908] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28908/stat : 28908 (java) S 28901 28903 28698 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175698671 937439232 14106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28909] ppid=28901 vsize=915468 CPUtime=0.19
/proc/28903/task/28909/stat : 28909 (java) S 28901 28903 28698 0 -1 64 376 0 0 0 18 1 0 0 16 0 8 0 175698671 937439232 14106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28910] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28910/stat : 28910 (java) S 28901 28903 28698 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175698671 937439232 14106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28911] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28911/stat : 28911 (java) S 28901 28903 28698 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175698671 937439232 14106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915468

[startup+6.27689 s]
/proc/loadavg: 1.43 1.14 1.05 3/85 28911
/proc/meminfo: memFree=1744816/2055888 swapFree=4095388/4096564
[pid=28903] ppid=28901 vsize=915468 CPUtime=6.19
/proc/28903/stat : 28903 (java) R 28901 28903 28698 0 -1 0 14373 0 1 0 612 7 0 0 25 0 8 0 175698663 937439232 14110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073719865 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28903/statm: 228867 14110 2525 14 0 215336 0
[pid=28903/tid=28905] ppid=28901 vsize=915468 CPUtime=0.04
/proc/28903/task/28905/stat : 28905 (java) S 28901 28903 28698 0 -1 64 612 0 0 0 4 0 0 0 16 0 8 0 175698667 937439232 14110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28906] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28906/stat : 28906 (java) S 28901 28903 28698 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175698668 937439232 14110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28907] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28907/stat : 28907 (java) S 28901 28903 28698 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175698668 937439232 14110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28908] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28908/stat : 28908 (java) S 28901 28903 28698 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175698671 937439232 14110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28909] ppid=28901 vsize=915468 CPUtime=0.2
/proc/28903/task/28909/stat : 28909 (java) S 28901 28903 28698 0 -1 64 380 0 0 0 19 1 0 0 15 0 8 0 175698671 937439232 14110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28910] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28910/stat : 28910 (java) S 28901 28903 28698 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175698671 937439232 14110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28903/tid=28911] ppid=28901 vsize=915468 CPUtime=0
/proc/28903/task/28911/stat : 28911 (java) S 28901 28903 28698 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175698671 937439232 14110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915468

Child status: 0
Real time (s): 9.24799
CPU time (s): 9.11361
CPU user time (s): 9.02563
CPU system time (s): 0.087986
CPU usage (%): 98.5469
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.02563
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14381
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1271
involuntary context switches= 1611

runsolver used 0.015997 s user time and 0.033994 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan  8 16:16:56 UTC 2007


IDJOB= 225665
IDBENCH= 5885
FILE ID= node76/225665-1168273016

PBS_JOBID= 3483235

Free space on /tmp= 66643 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-39_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225665-1168273016/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-225665-1168273016 -o ROOT/results/node76/solver-225665-1168273016 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225665-1168273016/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b5edf3320e80bd6231b487f32cfb536c

RANDOM SEED= 639446474

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.254
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.17
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.254
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1735560 kB
Buffers:         51996 kB
Cached:         128116 kB
SwapCached:        428 kB
Active:         185492 kB
Inactive:        87100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1735560 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            3484 kB
Writeback:           0 kB
Mapped:         102188 kB
Slab:            33276 kB
Committed_AS:  6715936 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66643 MiB



End job on node76 on Mon Jan  8 16:17:05 UTC 2007