Trace number 226260

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 ACSAT 8.97863 9.02637

DiagnosticValue
CHECKS72233620
NODES38030

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-69_ext.xml
MD5SUM086f3e9576dcd524558043cf57b82e01
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20536
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/226260-1168080688/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.39	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.58	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=12  maxArity=2
0.58	       =>  wckTime=0.283  cpuTime=0.24  mem=15M761
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.465  cpuTime=0.35  mem=13M789
0.77	   
0.77	   preprocessing
0.77	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.77	     detectedInconsistency=no
0.77	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M789
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=40220  nbPropagations=646  nbRevisions=3222  nbUselessRevisions=1967  nbAssignments=24
0.82	     nbFailedAssignments=8  nbBacktracks=11  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.048  cpuTime=0.02  mem=14M764
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=105614  nbPropagations=2164  nbRevisions=11523  nbUselessRevisions=6971  nbAssignments=57
0.84	     nbFailedAssignments=22  nbBacktracks=26  nbVisitedNodes=94  nbRestartNogoods=2  mapSize=19  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.069  cpuTime=0.04  mem=14M764
0.86	   
0.86	   search
0.86	     run=2  nbConstraintChecks=237716  nbPropagations=5268  nbRevisions=30242  nbUselessRevisions=18398
0.86	     nbAssignments=122  nbFailedAssignments=60  nbBacktracks=49  nbVisitedNodes=214  nbRestartNogoods=7  mapSize=40
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.093  cpuTime=0.06  mem=14M764
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=336179  nbPropagations=10271  nbRevisions=59136  nbUselessRevisions=36130
0.88	     nbAssignments=195  nbFailedAssignments=94  nbBacktracks=82  nbVisitedNodes=341  nbRestartNogoods=12  mapSize=65
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.111  cpuTime=0.07  mem=14M764
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=543899  nbPropagations=18148  nbRevisions=104563  nbUselessRevisions=63693
0.91	     nbAssignments=312  nbFailedAssignments=156  nbBacktracks=133  nbVisitedNodes=551  nbRestartNogoods=16  mapSize=112
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.142  cpuTime=0.1  mem=14M764
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=845028  nbPropagations=30149  nbRevisions=174344  nbUselessRevisions=105682
0.95	     nbAssignments=468  nbFailedAssignments=232  nbBacktracks=208  nbVisitedNodes=836  nbRestartNogoods=23  mapSize=174
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.18  cpuTime=0.14  mem=14M764
1.02	   
1.02	   search
1.02	     run=6  nbConstraintChecks=1371278  nbPropagations=49076  nbRevisions=285853  nbUselessRevisions=172394
1.02	     nbAssignments=748  nbFailedAssignments=395  nbBacktracks=321  nbVisitedNodes=1359  nbRestartNogoods=33  mapSize=278
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.249  cpuTime=0.2  mem=14M764
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=2089663  nbPropagations=78389  nbRevisions=457892  nbUselessRevisions=275446
1.11	     nbAssignments=1130  nbFailedAssignments=601  nbBacktracks=492  nbVisitedNodes=2061  nbRestartNogoods=38
1.11	     mapSize=438  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.341  cpuTime=0.3  mem=14M764
1.25	   
1.25	   search
1.25	     run=8  nbConstraintChecks=3062717  nbPropagations=122189  nbRevisions=712057  nbUselessRevisions=428132
1.25	     nbAssignments=1653  nbFailedAssignments=864  nbBacktracks=748  nbVisitedNodes=3015  nbRestartNogoods=42
1.25	     mapSize=665  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.483  cpuTime=0.43  mem=14M764
1.44	   
1.44	   search
1.44	     run=9  nbConstraintChecks=4676087  nbPropagations=189532  nbRevisions=1104882  nbUselessRevisions=663935
1.44	     nbAssignments=2516  nbFailedAssignments=1338  nbBacktracks=1132  nbVisitedNodes=4626  nbRestartNogoods=52
1.44	     mapSize=1006  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.673  cpuTime=0.61  mem=14M764
1.45	   
1.45	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=14M764)
1.71	   
1.71	   search
1.71	     run=10  nbConstraintChecks=7070352  nbPropagations=290451  nbRevisions=1697192  nbUselessRevisions=1020943
1.71	     nbAssignments=3841  nbFailedAssignments=2082  nbBacktracks=1710  nbVisitedNodes=7088  nbRestartNogoods=69
1.71	       =>  wckTime=0.939  cpuTime=0.87  mem=14M764
2.02	   
2.02	   search
2.02	     run=11  nbConstraintChecks=9936960  nbPropagations=436871  nbRevisions=2547661  nbUselessRevisions=1534825
2.02	     nbAssignments=5566  nbFailedAssignments=2939  nbBacktracks=2574  nbVisitedNodes=10209  nbRestartNogoods=80
2.02	       =>  wckTime=1.256  cpuTime=1.19  mem=14M764
2.59	   
2.59	   search
2.59	     run=12  nbConstraintChecks=14988850  nbPropagations=655084  nbRevisions=3822258  nbUselessRevisions=2304657
2.59	     nbAssignments=8345  nbFailedAssignments=4417  nbBacktracks=3871  nbVisitedNodes=15349  nbRestartNogoods=96
2.59	       =>  wckTime=1.823  cpuTime=1.75  mem=14M764
3.45	   
3.45	   search
3.45	     run=13  nbConstraintChecks=22457709  nbPropagations=981801  nbRevisions=5733309  nbUselessRevisions=3460697
3.45	     nbAssignments=12401  nbFailedAssignments=6523  nbBacktracks=5818  nbVisitedNodes=22778  nbRestartNogoods=103
3.45	       =>  wckTime=2.679  cpuTime=2.6  mem=14M764
4.70	   
4.70	   search
4.70	     run=14  nbConstraintChecks=33536596  nbPropagations=1468829  nbRevisions=8574169  nbUselessRevisions=5182465
4.70	     nbAssignments=18422  nbFailedAssignments=9622  nbBacktracks=8737  nbVisitedNodes=33781  nbRestartNogoods=108
4.70	       =>  wckTime=3.936  cpuTime=3.86  mem=14M764
6.81	   
6.81	   search
6.81	     run=15  nbConstraintChecks=52344024  nbPropagations=2212498  nbRevisions=12944313  nbUselessRevisions=7829260
6.81	     nbAssignments=28394  nbFailedAssignments=15212  nbBacktracks=13115  nbVisitedNodes=52340  nbRestartNogoods=110
6.81	       =>  wckTime=6.039  cpuTime=5.96  mem=14M764
9.00	   
9.00	   search
9.00	     run=16  nbConstraintChecks=72233620  nbPropagations=3216571  nbRevisions=18881571  nbUselessRevisions=11417602
9.00	     nbAssignments=38030  nbFailedAssignments=20337  nbBacktracks=17586  nbVisitedNodes=70135  nbRestartNogoods=116
9.00	       =>  wckTime=8.231  cpuTime=8.15  mem=14M764
9.00	   
9.00	   global
9.00	     nbConstraintChecks=72233620  nbPropagations=3216611  nbRevisions=18881571  nbUselessRevisions=11417602
9.00	     nbRestartNogoods=116  solvingWckTime=8.232  solvingCpuTime=8.15  expiredTime=no  totalExploration=no
9.00	     nbFoundSolutions=1  globalCpuTime=8.54
9.00	       =>  wckTime=8.701  cpuTime=8.5  mem=14M764
9.00	   
9.00	s SATISFIABLE
9.00	v 37 33 32 11 39 13 30 1 28 37 16 6 22 39 24 29 1 26 36 12 39 18 1 36 19 22 33 2 36 21 33 29 9 8 32 37 32 17 6 23 
9.00	d NODES 38030
9.00	d CHECKS 72233620
9.00	   
9.00	   totalWckTime=8.776  totalCpuTime=8.55

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node62/watcher-226260-1168080688 -o ROOT/results/node62/solver-226260-1168080688 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226260-1168080688/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: 0.16 0.65 1.24 3/68 4671
/proc/meminfo: memFree=1122576/2055920 swapFree=4192812/4192956
[pid=4670] ppid=4668 vsize=1452 CPUtime=0
/proc/4670/stat : 4670 (java) R 4668 4670 4151 0 -1 0 88 0 0 0 0 0 0 0 19 0 1 0 156467565 1486848 60 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 8108753 0 0 4096 0 0 0 0 17 1 0 0
/proc/4670/statm: 363 71 55 14 0 8 0

[startup+0.103444 s]
/proc/loadavg: 0.16 0.65 1.24 3/68 4671
/proc/meminfo: memFree=1122576/2055920 swapFree=4192812/4192956
[pid=4670] ppid=4668 vsize=915724 CPUtime=0.08
/proc/4670/stat : 4670 (java) D 4668 4670 4151 0 -1 0 2985 0 1 0 7 1 0 0 17 0 8 0 156467565 937701376 2731 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4670/statm: 228931 2731 1426 14 0 215426 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 915724

[startup+0.511523 s]
/proc/loadavg: 0.16 0.65 1.24 3/68 4671
/proc/meminfo: memFree=1122576/2055920 swapFree=4192812/4192956
[pid=4670] ppid=4668 vsize=915956 CPUtime=0.49
/proc/4670/stat : 4670 (java) R 4668 4670 4151 0 -1 0 7785 0 1 0 45 4 0 0 17 0 8 0 156467565 937938944 7524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072940125 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4670/statm: 228989 7524 2137 14 0 215459 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915956

[startup+1.33268 s]
/proc/loadavg: 0.16 0.65 1.24 2/75 4681
/proc/meminfo: memFree=1096784/2055920 swapFree=4192812/4192956
[pid=4670] ppid=4668 vsize=916056 CPUtime=1.29
/proc/4670/stat : 4670 (java) R 4668 4670 4151 0 -1 0 9092 0 1 0 124 5 0 0 16 0 8 0 156467565 938041344 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749196 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4670/statm: 229014 8830 2513 14 0 215484 0
[pid=4670/tid=4672] ppid=4668 vsize=916056 CPUtime=0.02
/proc/4670/task/4672/stat : 4672 (java) S 4668 4670 4151 0 -1 64 255 0 0 0 2 0 0 0 17 0 8 0 156467569 938041344 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4670/tid=4673] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4673/stat : 4673 (java) S 4668 4670 4151 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156467570 938041344 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4674] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4674/stat : 4674 (java) S 4668 4670 4151 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156467570 938041344 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4675] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4675/stat : 4675 (java) S 4668 4670 4151 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156467573 938041344 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4676] ppid=4668 vsize=916056 CPUtime=0.17
/proc/4670/task/4676/stat : 4676 (java) S 4668 4670 4151 0 -1 64 375 0 0 0 17 0 0 0 16 0 8 0 156467573 938041344 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4670/tid=4677] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4677/stat : 4677 (java) S 4668 4670 4151 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156467573 938041344 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4678] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4678/stat : 4678 (java) S 4668 4670 4151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156467573 938041344 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 916056

[startup+2.98501 s]
/proc/loadavg: 0.16 0.65 1.24 2/75 4681
/proc/meminfo: memFree=1096784/2055920 swapFree=4192812/4192956
[pid=4670] ppid=4668 vsize=916056 CPUtime=2.94
/proc/4670/stat : 4670 (java) R 4668 4670 4151 0 -1 0 9098 0 1 0 289 5 0 0 18 0 8 0 156467565 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753932 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4670/statm: 229014 8835 2513 14 0 215484 0
[pid=4670/tid=4672] ppid=4668 vsize=916056 CPUtime=0.02
/proc/4670/task/4672/stat : 4672 (java) S 4668 4670 4151 0 -1 64 255 0 0 0 2 0 0 0 17 0 8 0 156467569 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4670/tid=4673] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4673/stat : 4673 (java) S 4668 4670 4151 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156467570 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4674] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4674/stat : 4674 (java) S 4668 4670 4151 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156467570 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4675] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4675/stat : 4675 (java) S 4668 4670 4151 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156467573 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4676] ppid=4668 vsize=916056 CPUtime=0.18
/proc/4670/task/4676/stat : 4676 (java) S 4668 4670 4151 0 -1 64 380 0 0 0 18 0 0 0 15 0 8 0 156467573 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4670/tid=4677] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4677/stat : 4677 (java) S 4668 4670 4151 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156467573 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4678] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4678/stat : 4678 (java) S 4668 4670 4151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156467573 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 916056

[startup+6.26365 s]
/proc/loadavg: 0.22 0.65 1.24 2/75 4711
/proc/meminfo: memFree=1094088/2055920 swapFree=4192812/4192956
[pid=4670] ppid=4668 vsize=916056 CPUtime=6.22
/proc/4670/stat : 4670 (java) R 4668 4670 4151 0 -1 0 9099 0 1 0 617 5 0 0 25 0 8 0 156467565 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073763216 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4670/statm: 229014 8835 2513 14 0 215484 0
[pid=4670/tid=4672] ppid=4668 vsize=916056 CPUtime=0.02
/proc/4670/task/4672/stat : 4672 (java) S 4668 4670 4151 0 -1 64 255 0 0 0 2 0 0 0 16 0 8 0 156467569 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4670/tid=4673] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4673/stat : 4673 (java) S 4668 4670 4151 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156467570 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4674] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4674/stat : 4674 (java) S 4668 4670 4151 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156467570 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4675] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4675/stat : 4675 (java) S 4668 4670 4151 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156467573 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4676] ppid=4668 vsize=916056 CPUtime=0.18
/proc/4670/task/4676/stat : 4676 (java) S 4668 4670 4151 0 -1 64 380 0 0 0 18 0 0 0 15 0 8 0 156467573 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4670/tid=4677] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4677/stat : 4677 (java) S 4668 4670 4151 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156467573 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4670/tid=4678] ppid=4668 vsize=916056 CPUtime=0
/proc/4670/task/4678/stat : 4678 (java) S 4668 4670 4151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156467573 938041344 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 916056

Child status: 0
Real time (s): 9.02637
CPU time (s): 8.97863
CPU user time (s): 8.91264
CPU system time (s): 0.065989
CPU usage (%): 99.4712
Max. virtual memory (cumulated for all children) (KiB): 916056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.91264
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9109
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= 955
involuntary context switches= 293

runsolver used 0.006998 s user time and 0.031995 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sat Jan  6 10:51:32 UTC 2007


IDJOB= 226260
IDBENCH= 5950
FILE ID= node62/226260-1168080688

PBS_JOBID= 3476165

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-69_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226260-1168080688/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-226260-1168080688 -o ROOT/results/node62/solver-226260-1168080688 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226260-1168080688/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  086f3e9576dcd524558043cf57b82e01

RANDOM SEED= 160620115

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.259
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	: 5914.62
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.259
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1123056 kB
Buffers:         59744 kB
Cached:         774956 kB
SwapCached:          0 kB
Active:         129240 kB
Inactive:       725676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2164 kB
Writeback:           0 kB
Mapped:          30388 kB
Slab:            63640 kB
Committed_AS:  2902072 kB
PageTables:       1684 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB



End job on node62 on Sat Jan  6 10:51:51 UTC 2007