Trace number 218325

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 14.7738 14.9592

DiagnosticValue
CHECKS10557251
NODES12388

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-27_ext.xml
MD5SUM9f0f35ac60ef0860cbde30d7b6992e3d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.7738
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/218325-1168079613/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.41	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.70	   
0.70	   constraints being loaded...
0.86	     nbConstraints=60  nbRelationTypes=60  nbExtensionStructures=60  nbSharedExtensionStructures=0
0.86	     nbConflictsStructures=60  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
0.86	       =>  wckTime=0.547  cpuTime=0.5  mem=44M575
0.94	   
0.94	   solver IterativeSystematicSolver being built... 
1.11	       =>  wckTime=0.794  cpuTime=0.63  mem=21M666
1.12	   
1.12	   preprocessing
1.12	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.12	     detectedInconsistency=no
1.12	       =>  wckTime=0.0020  cpuTime=0.0  mem=21M666
1.22	   
1.22	   search
1.22	     run=0  nbConstraintChecks=22726  nbValidityChecks=40383  nbPropagations=276  nbRevisions=2871
1.22	     nbUselessRevisions=2289  nbAssignments=24  nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=45
1.22	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.104  cpuTime=0.07  mem=21M666
1.30	   
1.30	   search
1.30	     run=1  nbConstraintChecks=67660  nbValidityChecks=143538  nbPropagations=1157  nbRevisions=12958
1.30	     nbUselessRevisions=10229  nbAssignments=100  nbFailedAssignments=67  nbBacktracks=27  nbVisitedNodes=188
1.30	     nbRestartNogoods=4  mapSize=26  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.186  cpuTime=0.15  mem=21M666
1.37	   
1.37	   search
1.37	     run=2  nbConstraintChecks=109040  nbValidityChecks=227001  nbPropagations=2595  nbRevisions=29437
1.37	     nbUselessRevisions=23250  nbAssignments=153  nbFailedAssignments=94  nbBacktracks=49  nbVisitedNodes=280
1.37	     nbRestartNogoods=5  mapSize=46  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.256  cpuTime=0.21  mem=21M666
1.46	   
1.46	   search
1.46	     run=3  nbConstraintChecks=169718  nbValidityChecks=358675  nbPropagations=4936  nbRevisions=56122
1.46	     nbUselessRevisions=44451  nbAssignments=231  nbFailedAssignments=136  nbBacktracks=82  nbVisitedNodes=421
1.46	     nbRestartNogoods=11  mapSize=79  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.35  cpuTime=0.29  mem=21M666
1.63	   
1.63	   search
1.63	     run=4  nbConstraintChecks=295590  nbValidityChecks=606416  nbPropagations=8765  nbRevisions=101264
1.63	     nbUselessRevisions=80568  nbAssignments=377  nbFailedAssignments=227  nbBacktracks=132  nbVisitedNodes=694
1.63	     nbRestartNogoods=16  mapSize=125  nbInferences=0  nbTooLargeKeys=0
1.63	       =>  wckTime=0.515  cpuTime=0.46  mem=21M666
1.81	   
1.81	   search
1.81	     run=5  nbConstraintChecks=425422  nbValidityChecks=878905  nbPropagations=14493  nbRevisions=168304
1.81	     nbUselessRevisions=134055  nbAssignments=567  nbFailedAssignments=337  nbBacktracks=207  nbVisitedNodes=1050
1.81	     nbRestartNogoods=25  mapSize=197  nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.699  cpuTime=0.64  mem=21M666
2.17	   
2.17	   search
2.17	     run=6  nbConstraintChecks=685544  nbValidityChecks=1411559  nbPropagations=23586  nbRevisions=276075
2.17	     nbUselessRevisions=219992  nbAssignments=878  nbFailedAssignments=531  nbBacktracks=320  nbVisitedNodes=1644
2.17	     nbRestartNogoods=31  mapSize=305  nbInferences=0  nbTooLargeKeys=0
2.17	       =>  wckTime=1.054  cpuTime=0.98  mem=21M666
2.69	   
2.69	   search
2.69	     run=7  nbConstraintChecks=1080869  nbValidityChecks=2223788  nbPropagations=37928  nbRevisions=447964
2.69	     nbUselessRevisions=357388  nbAssignments=1384  nbFailedAssignments=862  nbBacktracks=491  nbVisitedNodes=2617
2.69	     nbRestartNogoods=35  mapSize=471  nbInferences=0  nbTooLargeKeys=0
2.69	       =>  wckTime=1.576  cpuTime=1.49  mem=21M666
3.31	   
3.31	   search
3.31	     run=8  nbConstraintChecks=1542054  nbValidityChecks=3153035  nbPropagations=58491  nbRevisions=692482
3.31	     nbUselessRevisions=552766  nbAssignments=1944  nbFailedAssignments=1162  nbBacktracks=747  nbVisitedNodes=3655
3.31	     nbRestartNogoods=42  mapSize=712  nbInferences=0  nbTooLargeKeys=0
3.31	       =>  wckTime=2.199  cpuTime=2.1  mem=21M666
4.17	   
4.17	   INFO : Stopping hyperNogood (mapSize=1002, nbTooLargekeys=0, mem=22M633)
4.36	   
4.36	   search
4.36	     run=9  nbConstraintChecks=2360140  nbValidityChecks=4806109  nbPropagations=89661  nbRevisions=1058759
4.36	     nbUselessRevisions=844531  nbAssignments=2828  nbFailedAssignments=1656  nbBacktracks=1134  nbVisitedNodes=5311
4.36	     nbRestartNogoods=52
4.36	       =>  wckTime=3.249  cpuTime=3.13  mem=22M633
6.95	   
6.95	   search
6.95	     run=10  nbConstraintChecks=4394662  nbValidityChecks=8949892  nbPropagations=142416  nbRevisions=1674977
6.95	     nbUselessRevisions=1329106  nbAssignments=5119  nbFailedAssignments=3366  nbBacktracks=1710  nbVisitedNodes=9760
6.95	     nbRestartNogoods=59
6.95	       =>  wckTime=5.84  cpuTime=5.69  mem=22M633
9.33	   
9.33	   search
9.33	     run=11  nbConstraintChecks=6240032  nbValidityChecks=12736270  nbPropagations=218993  nbRevisions=2566119
9.33	     nbUselessRevisions=2031268  nbAssignments=7357  nbFailedAssignments=4736  nbBacktracks=2574  nbVisitedNodes=13966
9.33	     nbRestartNogoods=70
9.33	       =>  wckTime=8.217  cpuTime=8.04  mem=22M633
13.01	   
13.01	   search
13.01	     run=12  nbConstraintChecks=9101442  nbValidityChecks=18446301  nbPropagations=331509  nbRevisions=3865807
13.01	     nbUselessRevisions=3055966  nbAssignments=10497  nbFailedAssignments=6575  nbBacktracks=3871  nbVisitedNodes=19874
13.01	     nbRestartNogoods=86
13.01	       =>  wckTime=11.897  cpuTime=11.69  mem=22M633
14.91	   
14.91	   search
14.91	     run=13  nbConstraintChecks=10557251  nbValidityChecks=21497644  nbPropagations=463382  nbRevisions=5388689
14.91	     nbUselessRevisions=4257401  nbAssignments=12388  nbFailedAssignments=7675  nbBacktracks=4642  nbVisitedNodes=23355
14.91	     nbRestartNogoods=95
14.91	       =>  wckTime=13.799  cpuTime=13.57  mem=22M633
14.91	   
14.92	   global
14.92	     nbConstraintChecks=10557251  nbValidityChecks=21497644  nbPropagations=463402  nbRevisions=5388689
14.92	     nbUselessRevisions=4257401  nbRestartNogoods=95  solvingWckTime=13.801  solvingCpuTime=13.57  expiredTime=no
14.92	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=14.24
14.92	       =>  wckTime=14.598  cpuTime=14.2  mem=22M633
14.92	   
14.92	s SATISFIABLE
14.92	v 3 5 5 12 1 9 6 7 7 18 11 13 1 11 0 5 11 16 9 16 
14.92	d NODES 12388
14.92	d CHECKS 10557251
14.92	   
14.92	   totalWckTime=14.678  totalCpuTime=14.24

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/node12/watcher-218325-1168079613 -o ROOT/results/node12/solver-218325-1168079613 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218325-1168079613/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.92 2.01 1.96 2/93 21898
/proc/meminfo: memFree=1583776/2055920 swapFree=4160348/4192956
[pid=21897] ppid=21895 vsize=18540 CPUtime=0
/proc/21897/stat : 21897 (runsolver) R 21895 21897 21656 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156356345 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21897/statm: 4635 279 244 17 0 2626 0

[startup+0.102814 s]
/proc/loadavg: 1.92 2.01 1.96 2/93 21898
/proc/meminfo: memFree=1583776/2055920 swapFree=4160348/4192956
[pid=21897] ppid=21895 vsize=914988 CPUtime=0.08
/proc/21897/stat : 21897 (java) R 21895 21897 21656 0 -1 0 2951 0 1 0 7 1 0 0 17 0 8 0 156356345 936947712 2697 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155078760 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21897/statm: 228747 2697 1413 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511888 s]
/proc/loadavg: 1.92 2.01 1.96 2/93 21898
/proc/meminfo: memFree=1583776/2055920 swapFree=4160348/4192956
[pid=21897] ppid=21895 vsize=915328 CPUtime=0.48
/proc/21897/stat : 21897 (java) R 21895 21897 21656 0 -1 0 7511 0 1 0 44 4 0 0 18 0 8 0 156356345 937295872 7250 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073560006 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21897/statm: 228832 7250 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33304 s]
/proc/loadavg: 1.92 2.01 1.96 4/100 21905
/proc/meminfo: memFree=1524008/2055920 swapFree=4160348/4192956
[pid=21897] ppid=21895 vsize=915460 CPUtime=1.3
/proc/21897/stat : 21897 (java) R 21895 21897 21656 0 -1 0 17660 0 1 0 120 10 0 0 24 0 8 0 156356345 937431040 17397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073785011 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21897/statm: 228865 17397 2517 14 0 215335 0
[pid=21897/tid=21899] ppid=21895 vsize=915460 CPUtime=0.06
/proc/21897/task/21899/stat : 21899 (java) S 21895 21897 21656 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156356349 937431040 17397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21900] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21900/stat : 21900 (java) S 21895 21897 21656 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156356350 937431040 17397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21901] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21901/stat : 21901 (java) S 21895 21897 21656 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156356350 937431040 17397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21902] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21902/stat : 21902 (java) S 21895 21897 21656 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156356353 937431040 17397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21903] ppid=21895 vsize=915460 CPUtime=0.16
/proc/21897/task/21903/stat : 21903 (java) S 21895 21897 21656 0 -1 64 356 0 0 0 16 0 0 0 16 0 8 0 156356353 937431040 17397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21904] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21904/stat : 21904 (java) S 21895 21897 21656 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156356353 937431040 17397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21905] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21905/stat : 21905 (java) S 21895 21897 21656 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156356353 937431040 17397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.97133 s]
/proc/loadavg: 1.92 2.01 1.96 3/100 21905
/proc/meminfo: memFree=1523816/2055920 swapFree=4160348/4192956
[pid=21897] ppid=21895 vsize=915460 CPUtime=2.92
/proc/21897/stat : 21897 (java) R 21895 21897 21656 0 -1 0 17679 0 1 0 281 11 0 0 25 0 8 0 156356345 937431040 17415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073727860 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21897/statm: 228865 17415 2517 14 0 215335 0
[pid=21897/tid=21899] ppid=21895 vsize=915460 CPUtime=0.06
/proc/21897/task/21899/stat : 21899 (java) S 21895 21897 21656 0 -1 64 1888 0 0 0 6 0 0 0 17 0 8 0 156356349 937431040 17415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21900] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21900/stat : 21900 (java) S 21895 21897 21656 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156356350 937431040 17415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21901] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21901/stat : 21901 (java) S 21895 21897 21656 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156356350 937431040 17415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21902] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21902/stat : 21902 (java) S 21895 21897 21656 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156356353 937431040 17415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21903] ppid=21895 vsize=915460 CPUtime=0.21
/proc/21897/task/21903/stat : 21903 (java) S 21895 21897 21656 0 -1 64 375 0 0 0 20 1 0 0 16 0 8 0 156356353 937431040 17415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21904] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21904/stat : 21904 (java) S 21895 21897 21656 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156356353 937431040 17415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21905] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21905/stat : 21905 (java) S 21895 21897 21656 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156356353 937431040 17415 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915460

[startup+6.27292 s]
/proc/loadavg: 1.93 2.01 1.96 3/100 21905
/proc/meminfo: memFree=1523624/2055920 swapFree=4160348/4192956
[pid=21897] ppid=21895 vsize=915460 CPUtime=6.19
/proc/21897/stat : 21897 (java) R 21895 21897 21656 0 -1 0 17691 0 1 0 608 11 0 0 25 0 8 0 156356345 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073727817 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21897/statm: 228865 17424 2517 14 0 215335 0
[pid=21897/tid=21899] ppid=21895 vsize=915460 CPUtime=0.06
/proc/21897/task/21899/stat : 21899 (java) S 21895 21897 21656 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156356349 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21900] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21900/stat : 21900 (java) S 21895 21897 21656 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156356350 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21901] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21901/stat : 21901 (java) S 21895 21897 21656 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156356350 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21902] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21902/stat : 21902 (java) S 21895 21897 21656 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156356353 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21903] ppid=21895 vsize=915460 CPUtime=0.23
/proc/21897/task/21903/stat : 21903 (java) S 21895 21897 21656 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156356353 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21904] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21904/stat : 21904 (java) S 21895 21897 21656 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156356353 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21905] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21905/stat : 21905 (java) S 21895 21897 21656 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156356353 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915460

[startup+12.7541 s]
/proc/loadavg: 1.93 2.01 1.96 3/100 21905
/proc/meminfo: memFree=1523688/2055920 swapFree=4160348/4192956
[pid=21897] ppid=21895 vsize=915460 CPUtime=12.61
/proc/21897/stat : 21897 (java) R 21895 21897 21656 0 -1 0 17692 0 1 0 1250 11 0 0 25 0 8 0 156356345 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21897/statm: 228865 17424 2517 14 0 215335 0
[pid=21897/tid=21899] ppid=21895 vsize=915460 CPUtime=0.06
/proc/21897/task/21899/stat : 21899 (java) S 21895 21897 21656 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156356349 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21900] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21900/stat : 21900 (java) S 21895 21897 21656 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156356350 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21901] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21901/stat : 21901 (java) S 21895 21897 21656 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156356350 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21902] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21902/stat : 21902 (java) S 21895 21897 21656 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156356353 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21903] ppid=21895 vsize=915460 CPUtime=0.23
/proc/21897/task/21903/stat : 21903 (java) S 21895 21897 21656 0 -1 64 386 0 0 0 22 1 0 0 16 0 8 0 156356353 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21904] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21904/stat : 21904 (java) S 21895 21897 21656 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156356353 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21897/tid=21905] ppid=21895 vsize=915460 CPUtime=0
/proc/21897/task/21905/stat : 21905 (java) S 21895 21897 21656 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156356353 937431040 17424 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 14.9592
CPU time (s): 14.7738
CPU user time (s): 14.6488
CPU system time (s): 0.124981
CPU usage (%): 98.7601
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.6488
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17700
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= 1371
involuntary context switches= 1959

runsolver used 0.020996 s user time and 0.057991 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 10:33:33 UTC 2007


IDJOB= 218325
IDBENCH= 5226
FILE ID= node12/218325-1168079613

PBS_JOBID= 3475824

Free space on /tmp= 66315 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-27_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218325-1168079613/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-218325-1168079613 -o ROOT/results/node12/solver-218325-1168079613 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218325-1168079613/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9f0f35ac60ef0860cbde30d7b6992e3d

RANDOM SEED= 931330649

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.265
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.265
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:       1584256 kB
Buffers:         34384 kB
Cached:         261968 kB
SwapCached:       4684 kB
Active:         157324 kB
Inactive:       233408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584256 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            2968 kB
Writeback:           0 kB
Mapped:         114128 kB
Slab:            65772 kB
Committed_AS:  4763148 kB
PageTables:       2248 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= 66315 MiB



End job on node12 on Sat Jan  6 10:33:48 UTC 2007