Trace number 208600

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 ESACSAT 26.7169 27.0295

DiagnosticValue
CHECKS22626483
NODES26787

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-31_ext.xml
MD5SUM6f549300a11f65286b80025d60d2f5e1
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 benchmark20.8628
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/208600-1168188847/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.092  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.67	   
0.67	   constraints being loaded...
0.82	     nbConstraints=59  nbRelationTypes=59  nbExtensionStructures=59  nbSharedExtensionStructures=0
0.82	     nbConflictsStructures=59  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
0.82	       =>  wckTime=0.501  cpuTime=0.45  mem=43M588
0.90	   
0.90	   solver IterativeSystematicSolver being built... 
1.06	       =>  wckTime=0.739  cpuTime=0.58  mem=21M263
1.14	   
1.14	   preprocessing
1.14	     nbConstraintChecks=20167  nbValidityChecks=33718  nbPropagations=195  nbRevisions=1759  nbUselessRevisions=1500
1.14	     nbSingletonTests=27  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.14	       =>  wckTime=0.078  cpuTime=0.05  mem=21M263
1.19	   
1.19	   search
1.19	     run=0  nbConstraintChecks=23456  nbValidityChecks=41487  nbPropagations=481  nbRevisions=4552
1.19	     nbUselessRevisions=3681  nbAssignments=27  nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=46
1.19	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.129  cpuTime=0.09  mem=22M247
1.27	   
1.27	   search
1.27	     run=1  nbConstraintChecks=81721  nbValidityChecks=161940  nbPropagations=1658  nbRevisions=16718
1.27	     nbUselessRevisions=13362  nbAssignments=92  nbFailedAssignments=48  nbBacktracks=26  nbVisitedNodes=154
1.27	     nbRestartNogoods=4  mapSize=25  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.208  cpuTime=0.17  mem=22M247
1.35	   
1.35	   search
1.35	     run=2  nbConstraintChecks=132670  nbValidityChecks=263747  nbPropagations=3511  nbRevisions=35779
1.35	     nbUselessRevisions=28355  nbAssignments=164  nbFailedAssignments=84  nbBacktracks=48  nbVisitedNodes=268
1.35	     nbRestartNogoods=10  mapSize=45  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.285  cpuTime=0.24  mem=22M247
1.44	   
1.44	   search
1.45	     run=3  nbConstraintChecks=207024  nbValidityChecks=412025  nbPropagations=6338  nbRevisions=66099
1.45	     nbUselessRevisions=52178  nbAssignments=259  nbFailedAssignments=144  nbBacktracks=81  nbVisitedNodes=447
1.45	     nbRestartNogoods=13  mapSize=77  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.384  cpuTime=0.33  mem=22M247
1.58	   
1.58	   search
1.58	     run=4  nbConstraintChecks=314367  nbValidityChecks=613800  nbPropagations=10563  nbRevisions=110870
1.58	     nbUselessRevisions=87119  nbAssignments=393  nbFailedAssignments=222  nbBacktracks=132  nbVisitedNodes=691
1.58	     nbRestartNogoods=14  mapSize=123  nbInferences=0  nbTooLargeKeys=0
1.58	       =>  wckTime=0.515  cpuTime=0.46  mem=22M247
1.79	   
1.79	   search
1.79	     run=5  nbConstraintChecks=491722  nbValidityChecks=962716  nbPropagations=17046  nbRevisions=181776
1.79	     nbUselessRevisions=142606  nbAssignments=605  nbFailedAssignments=355  nbBacktracks=207  nbVisitedNodes=1093
1.79	     nbRestartNogoods=17  mapSize=196  nbInferences=0  nbTooLargeKeys=0
1.79	       =>  wckTime=0.731  cpuTime=0.67  mem=22M247
2.05	   
2.05	   search
2.05	     run=6  nbConstraintChecks=695214  nbValidityChecks=1356398  nbPropagations=25988  nbRevisions=280507
2.05	     nbUselessRevisions=219445  nbAssignments=829  nbFailedAssignments=459  nbBacktracks=324  nbVisitedNodes=1494
2.05	     nbRestartNogoods=26  mapSize=296  nbInferences=0  nbTooLargeKeys=0
2.05	       =>  wckTime=0.986  cpuTime=0.92  mem=22M247
2.40	   
2.40	   search
2.40	     run=7  nbConstraintChecks=970181  nbValidityChecks=1897276  nbPropagations=39132  nbRevisions=421286
2.40	     nbUselessRevisions=328325  nbAssignments=1211  nbFailedAssignments=665  nbBacktracks=494  nbVisitedNodes=2188
2.40	     nbRestartNogoods=32  mapSize=455  nbInferences=0  nbTooLargeKeys=0
2.40	       =>  wckTime=1.337  cpuTime=1.26  mem=22M247
2.98	   
2.98	   search
2.98	     run=8  nbConstraintChecks=1434227  nbValidityChecks=2820945  nbPropagations=58192  nbRevisions=629214
2.98	     nbUselessRevisions=489722  nbAssignments=1798  nbFailedAssignments=992  nbBacktracks=750  nbVisitedNodes=3260
2.98	     nbRestartNogoods=38  mapSize=666  nbInferences=0  nbTooLargeKeys=0
2.98	       =>  wckTime=1.918  cpuTime=1.82  mem=22M247
3.91	   
3.91	   search
3.91	     run=9  nbConstraintChecks=2225757  nbValidityChecks=4333082  nbPropagations=87227  nbRevisions=944209
3.91	     nbUselessRevisions=733790  nbAssignments=2698  nbFailedAssignments=1503  nbBacktracks=1134  nbVisitedNodes=4931
3.91	     nbRestartNogoods=47  mapSize=1028  nbInferences=0  nbTooLargeKeys=0
3.91	       =>  wckTime=2.851  cpuTime=2.74  mem=22M247
3.97	   
3.97	   INFO : Stopping hyperNogood (mapSize=1040, nbTooLargekeys=0, mem=22M247)
5.40	   
5.40	   search
5.40	     run=10  nbConstraintChecks=3470645  nbValidityChecks=6779306  nbPropagations=130454  nbRevisions=1424235
5.40	     nbUselessRevisions=1105601  nbAssignments=4014  nbFailedAssignments=2230  nbBacktracks=1710  nbVisitedNodes=7338
5.40	     nbRestartNogoods=59
5.40	       =>  wckTime=4.337  cpuTime=4.21  mem=22M247
7.25	   
7.25	   search
7.25	     run=11  nbConstraintChecks=5095187  nbValidityChecks=9933498  nbPropagations=195054  nbRevisions=2134918
7.25	     nbUselessRevisions=1656034  nbAssignments=6063  nbFailedAssignments=3401  nbBacktracks=2575  nbVisitedNodes=11099
7.25	     nbRestartNogoods=79
7.25	       =>  wckTime=6.191  cpuTime=6.05  mem=22M247
9.70	   
9.70	   search
9.70	     run=12  nbConstraintChecks=7256390  nbValidityChecks=14125176  nbPropagations=288242  nbRevisions=3149309
9.70	     nbUselessRevisions=2441779  nbAssignments=8825  nbFailedAssignments=4863  nbBacktracks=3872  nbVisitedNodes=16107
9.70	     nbRestartNogoods=87
9.70	       =>  wckTime=8.641  cpuTime=8.48  mem=22M247
14.48	   
14.48	   search
14.48	     run=13  nbConstraintChecks=11444325  nbValidityChecks=22413390  nbPropagations=430267  nbRevisions=4726722
14.48	     nbUselessRevisions=3668297  nbAssignments=13593  nbFailedAssignments=7682  nbBacktracks=5818  nbVisitedNodes=24964
14.48	     nbRestartNogoods=99
14.48	       =>  wckTime=13.415  cpuTime=13.18  mem=22M247
19.95	   
19.95	   search
19.95	     run=14  nbConstraintChecks=16368827  nbValidityChecks=31827550  nbPropagations=639373  nbRevisions=6988756
19.95	     nbUselessRevisions=5419029  nbAssignments=20055  nbFailedAssignments=11212  nbBacktracks=8738  nbVisitedNodes=36709
19.95	     nbRestartNogoods=119
19.95	       =>  wckTime=18.886  cpuTime=18.59  mem=22M247
26.98	   
26.98	   search
26.98	     run=15  nbConstraintChecks=22606316  nbValidityChecks=43953850  nbPropagations=922369  nbRevisions=10113225
26.98	     nbUselessRevisions=7848923  nbAssignments=26787  nbFailedAssignments=15243  nbBacktracks=11419
26.98	     nbVisitedNodes=49389  nbRestartNogoods=134
26.98	       =>  wckTime=25.921  cpuTime=25.56  mem=22M247
26.98	   
26.98	   global
26.98	     nbConstraintChecks=22626483  nbValidityChecks=43987568  nbPropagations=922564  nbRevisions=10114984
26.98	     nbUselessRevisions=7850423  nbRestartNogoods=134  solvingWckTime=25.922  solvingCpuTime=25.56  expiredTime=no
26.98	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=26.19
26.98	       =>  wckTime=26.664  cpuTime=26.15  mem=22M247
26.98	   
26.99	s SATISFIABLE
26.99	v 12 16 4 10 3 9 9 19 16 0 11 19 19 5 14 10 2 4 4 12 
26.99	d NODES 26787
26.99	d CHECKS 22626483
26.99	   
26.99	   totalWckTime=26.741  totalCpuTime=26.2

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/node56/watcher-208600-1168188847 -o ROOT/results/node56/solver-208600-1168188847 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208600-1168188847/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.85 0.97 1.02 4/68 9241
/proc/meminfo: memFree=1567920/2055920 swapFree=4184772/4192956
[pid=9240] ppid=9238 vsize=1784 CPUtime=0
/proc/9240/stat : 9240 (java) D 9238 9240 9133 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 167282892 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9240/statm: 446 158 123 14 0 91 0

[startup+0.103759 s]
/proc/loadavg: 0.85 0.97 1.02 4/68 9241
/proc/meminfo: memFree=1567920/2055920 swapFree=4184772/4192956
[pid=9240] ppid=9238 vsize=911488 CPUtime=0.06
/proc/9240/stat : 9240 (java) R 9238 9240 9133 0 -1 0 2623 0 1 0 5 1 0 0 22 0 8 0 167282892 933363712 2370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153799154 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9240/statm: 227872 2370 1280 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 911488

[startup+0.511796 s]
/proc/loadavg: 0.85 0.97 1.02 4/68 9241
/proc/meminfo: memFree=1567920/2055920 swapFree=4184772/4192956
[pid=9240] ppid=9238 vsize=915328 CPUtime=0.47
/proc/9240/stat : 9240 (java) R 9238 9240 9133 0 -1 0 7729 0 1 0 43 4 0 0 25 0 8 0 167282892 937295872 7468 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073559997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9240/statm: 228832 7468 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33288 s]
/proc/loadavg: 0.85 0.97 1.02 4/88 9274
/proc/meminfo: memFree=1431432/2055920 swapFree=4184772/4192956
[pid=9240] ppid=9238 vsize=915460 CPUtime=1.28
/proc/9240/stat : 9240 (java) R 9238 9240 9133 0 -1 0 17392 0 1 0 120 8 0 0 25 0 8 0 167282892 937431040 17130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073734113 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9240/statm: 228865 17130 2527 14 0 215335 0
[pid=9240/tid=9253] ppid=9238 vsize=915460 CPUtime=0.06
/proc/9240/task/9253/stat : 9253 (java) S 9238 9240 9133 0 -1 64 1839 0 0 0 6 0 0 0 16 0 8 0 167282897 937431040 17130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9257] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9257/stat : 9257 (java) S 9238 9240 9133 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167282898 937431040 17130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9258] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9258/stat : 9258 (java) S 9238 9240 9133 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167282898 937431040 17130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9264] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9264/stat : 9264 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 167282901 937431040 17130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9265] ppid=9238 vsize=915460 CPUtime=0.16
/proc/9240/task/9265/stat : 9265 (java) S 9238 9240 9133 0 -1 64 358 0 0 0 16 0 0 0 16 0 8 0 167282901 937431040 17130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9266] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9266/stat : 9266 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167282901 937431040 17130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9267] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9267/stat : 9267 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167282901 937431040 17130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915460

[startup+2.97404 s]
/proc/loadavg: 0.85 0.97 1.02 3/88 9274
/proc/meminfo: memFree=1424968/2055920 swapFree=4184772/4192956
[pid=9240] ppid=9238 vsize=915460 CPUtime=2.92
/proc/9240/stat : 9240 (java) R 9238 9240 9133 0 -1 0 17409 0 1 0 283 9 0 0 25 0 8 0 167282892 937431040 17145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733352 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9240/statm: 228865 17145 2527 14 0 215335 0
[pid=9240/tid=9253] ppid=9238 vsize=915460 CPUtime=0.06
/proc/9240/task/9253/stat : 9253 (java) S 9238 9240 9133 0 -1 64 1839 0 0 0 6 0 0 0 17 0 8 0 167282897 937431040 17145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9257] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9257/stat : 9257 (java) S 9238 9240 9133 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167282898 937431040 17145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9258] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9258/stat : 9258 (java) S 9238 9240 9133 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167282898 937431040 17145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9264] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9264/stat : 9264 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 167282901 937431040 17145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9265] ppid=9238 vsize=915460 CPUtime=0.2
/proc/9240/task/9265/stat : 9265 (java) S 9238 9240 9133 0 -1 64 375 0 0 0 19 1 0 0 16 0 8 0 167282901 937431040 17145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9266] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9266/stat : 9266 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167282901 937431040 17145 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9267] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9267/stat : 9267 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167282901 937431040 17145 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) 915460

[startup+6.18035 s]
/proc/loadavg: 0.94 0.98 1.02 3/88 9274
/proc/meminfo: memFree=1360520/2055920 swapFree=4184772/4192956
[pid=9240] ppid=9238 vsize=915460 CPUtime=6.1
/proc/9240/stat : 9240 (java) R 9238 9240 9133 0 -1 0 17422 0 1 0 601 9 0 0 25 0 8 0 167282892 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9240/statm: 228865 17156 2527 14 0 215335 0
[pid=9240/tid=9253] ppid=9238 vsize=915460 CPUtime=0.06
/proc/9240/task/9253/stat : 9253 (java) S 9238 9240 9133 0 -1 64 1839 0 0 0 6 0 0 0 16 0 8 0 167282897 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9257] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9257/stat : 9257 (java) S 9238 9240 9133 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167282898 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9258] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9258/stat : 9258 (java) S 9238 9240 9133 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167282898 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9264] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9264/stat : 9264 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9265] ppid=9238 vsize=915460 CPUtime=0.22
/proc/9240/task/9265/stat : 9265 (java) S 9238 9240 9133 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9266] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9266/stat : 9266 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9267] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9267/stat : 9267 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915460

[startup+12.654 s]
/proc/loadavg: 1.02 1.00 1.03 3/89 9275
/proc/meminfo: memFree=1334544/2055920 swapFree=4184772/4192956
[pid=9240] ppid=9238 vsize=915460 CPUtime=12.49
/proc/9240/stat : 9240 (java) R 9238 9240 9133 0 -1 0 17423 0 1 0 1240 9 0 0 25 0 8 0 167282892 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735644 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9240/statm: 228865 17156 2527 14 0 215335 0
[pid=9240/tid=9253] ppid=9238 vsize=915460 CPUtime=0.06
/proc/9240/task/9253/stat : 9253 (java) S 9238 9240 9133 0 -1 64 1839 0 0 0 6 0 0 0 16 0 8 0 167282897 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9257] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9257/stat : 9257 (java) S 9238 9240 9133 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167282898 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9258] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9258/stat : 9258 (java) S 9238 9240 9133 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167282898 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9264] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9264/stat : 9264 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9265] ppid=9238 vsize=915460 CPUtime=0.22
/proc/9240/task/9265/stat : 9265 (java) S 9238 9240 9133 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9266] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9266/stat : 9266 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9267] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9267/stat : 9267 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 915460

[startup+25.5192 s]
/proc/loadavg: 1.24 1.05 1.04 3/89 9275
/proc/meminfo: memFree=1334608/2055920 swapFree=4184772/4192956
[pid=9240] ppid=9238 vsize=915460 CPUtime=25.24
/proc/9240/stat : 9240 (java) R 9238 9240 9133 0 -1 0 17423 0 1 0 2514 10 0 0 25 0 8 0 167282892 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073608997 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9240/statm: 228865 17156 2527 14 0 215335 0
[pid=9240/tid=9253] ppid=9238 vsize=915460 CPUtime=0.06
/proc/9240/task/9253/stat : 9253 (java) S 9238 9240 9133 0 -1 64 1839 0 0 0 6 0 0 0 16 0 8 0 167282897 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9257] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9257/stat : 9257 (java) S 9238 9240 9133 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167282898 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9258] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9258/stat : 9258 (java) S 9238 9240 9133 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167282898 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9264] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9264/stat : 9264 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9265] ppid=9238 vsize=915460 CPUtime=0.22
/proc/9240/task/9265/stat : 9265 (java) S 9238 9240 9133 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9266] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9266/stat : 9266 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9240/tid=9267] ppid=9238 vsize=915460 CPUtime=0
/proc/9240/task/9267/stat : 9267 (java) S 9238 9240 9133 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167282901 937431040 17156 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 27.0295
CPU time (s): 26.7169
CPU user time (s): 26.603
CPU system time (s): 0.113982
CPU usage (%): 98.8436
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.603
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17431
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= 1668
involuntary context switches= 2373

runsolver used 0.033994 s user time and 0.094985 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sun Jan  7 16:54:07 UTC 2007


IDJOB= 208600
IDBENCH= 4414
FILE ID= node56/208600-1168188847

PBS_JOBID= 3479303

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6f549300a11f65286b80025d60d2f5e1

RANDOM SEED= 572433669

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.232
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.232
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:       1568456 kB
Buffers:         41852 kB
Cached:         361732 kB
SwapCached:       2104 kB
Active:         102796 kB
Inactive:       314888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568456 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            7816 kB
Writeback:           0 kB
Mapped:          20956 kB
Slab:            55452 kB
Committed_AS:  3201628 kB
PageTables:       1708 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= 66550 MiB



End job on node56 on Sun Jan  7 16:54:35 UTC 2007