Trace number 237219

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 76.7493 77.4767

DiagnosticValue
CHECKS88967625
NODES7782

General information on the benchmark

Namezhou/
radi.xml
MD5SUM942448fd93a6e21e517036cbd5fb8d4b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.02923
SatisfiableYES
(Un)Satisfiability was proved
Number of variables86
Number of constraints141
Maximum constraint arity10
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension141
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=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/237219-1168083288/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=86  nbDomainTypes=3  minDomainSize=2  maxDomainSize=71
0.43	       =>  wckTime=0.108  cpuTime=0.09  mem=6M951
0.43	   
0.43	   predicates being loaded...
0.51	   
0.51	   constraints being loaded...
0.62	     nbConstraints=101  nbMergedConstraints=40  nbConvertedConstraints=4  nbConvertConstraintsChecks=257
0.62	     nbExtensionStructures=1  nbSharedExtensionStructures=3  nbConflictsStructures=5  nbSharedConflictsStructures=79
0.62	     nbUnbuiltConflictsStructures=11  nbSharedBinaryRepresentations=1  nbEvaluationManagers=15
0.62	     nbSharedEvaluationManagers=82  maxDegree=19  maxArity=10
0.62	       =>  wckTime=0.295  cpuTime=0.21  mem=10M885
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.504  cpuTime=0.35  mem=14M467
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=0  nbPropagations=86  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.83	     detectedInconsistency=no
0.83	       =>  wckTime=0.0070  cpuTime=0.01  mem=14M467
5.97	   
5.97	   search
5.97	     run=0  nbConstraintChecks=5925777  nbValidityChecks=728  nbPropagations=161  nbRevisions=144
5.97	     nbUselessRevisions=116  nbAssignments=47  nbFailedAssignments=8  nbBacktracks=11  nbVisitedNodes=56
5.97	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
5.97	       =>  wckTime=5.145  cpuTime=5.07  mem=15M459
11.30	   
11.30	   search
11.30	     run=1  nbConstraintChecks=12146737  nbValidityChecks=3088  nbPropagations=454  nbRevisions=855
11.30	     nbUselessRevisions=629  nbAssignments=80  nbFailedAssignments=19  nbBacktracks=28  nbVisitedNodes=104
11.30	     nbRestartNogoods=1  mapSize=28  nbInferences=0  nbTooLargeKeys=0
11.30	       =>  wckTime=10.466  cpuTime=10.33  mem=15M459
16.57	   
16.58	   search
16.58	     run=2  nbConstraintChecks=18326775  nbValidityChecks=6391  nbPropagations=919  nbRevisions=2350
16.58	     nbUselessRevisions=1736  nbAssignments=121  nbFailedAssignments=34  nbBacktracks=50  nbVisitedNodes=165
16.58	     nbRestartNogoods=2  mapSize=48  nbInferences=0  nbTooLargeKeys=0
16.58	       =>  wckTime=15.747  cpuTime=15.56  mem=15M459
17.97	   
17.97	   search
17.97	     run=3  nbConstraintChecks=19940895  nbValidityChecks=8001  nbPropagations=1559  nbRevisions=4401
17.97	     nbUselessRevisions=3233  nbAssignments=191  nbFailedAssignments=57  nbBacktracks=83  nbVisitedNodes=258
17.97	     nbRestartNogoods=3  mapSize=72  nbInferences=0  nbTooLargeKeys=0
17.97	       =>  wckTime=17.145  cpuTime=16.94  mem=15M459
18.99	   
18.99	   search
18.99	     run=4  nbConstraintChecks=21119234  nbValidityChecks=14649  nbPropagations=2613  nbRevisions=8484
18.99	     nbUselessRevisions=6151  nbAssignments=283  nbFailedAssignments=91  nbBacktracks=134  nbVisitedNodes=406
18.99	     nbRestartNogoods=10  mapSize=114  nbInferences=0  nbTooLargeKeys=0
18.99	       =>  wckTime=18.158  cpuTime=17.94  mem=15M459
19.79	   
19.79	   search
19.79	     run=5  nbConstraintChecks=22056002  nbValidityChecks=20304  nbPropagations=4119  nbRevisions=14616
19.79	     nbUselessRevisions=10587  nbAssignments=402  nbFailedAssignments=125  nbBacktracks=209  nbVisitedNodes=575
19.79	     nbRestartNogoods=12  mapSize=170  nbInferences=0  nbTooLargeKeys=0
19.79	       =>  wckTime=18.962  cpuTime=18.73  mem=15M459
21.42	   
21.42	   search
21.42	     run=6  nbConstraintChecks=23928353  nbValidityChecks=32598  nbPropagations=6404  nbRevisions=24692
21.42	     nbUselessRevisions=17598  nbAssignments=606  nbFailedAssignments=211  nbBacktracks=323  nbVisitedNodes=896
21.42	     nbRestartNogoods=15  mapSize=266  nbInferences=0  nbTooLargeKeys=0
21.42	       =>  wckTime=20.59  cpuTime=20.34  mem=15M459
34.79	   
34.79	   search
34.79	     run=7  nbConstraintChecks=39359968  nbValidityChecks=48932  nbPropagations=9765  nbRevisions=38948
34.79	     nbUselessRevisions=27469  nbAssignments=931  nbFailedAssignments=358  nbBacktracks=495  nbVisitedNodes=1368
34.79	     nbRestartNogoods=16  mapSize=397  nbInferences=0  nbTooLargeKeys=0
34.79	       =>  wckTime=33.966  cpuTime=33.6  mem=15M459
39.60	   
39.60	   search
39.60	     run=8  nbConstraintChecks=44895128  nbValidityChecks=68580  nbPropagations=14544  nbRevisions=58912
39.60	     nbUselessRevisions=40993  nbAssignments=1431  nbFailedAssignments=586  nbBacktracks=752  nbVisitedNodes=2096
39.60	     nbRestartNogoods=20  mapSize=563  nbInferences=0  nbTooLargeKeys=0
39.60	       =>  wckTime=38.777  cpuTime=38.36  mem=15M459
45.14	   
45.14	   search
45.14	     run=9  nbConstraintChecks=51240320  nbValidityChecks=90066  nbPropagations=21127  nbRevisions=87196
45.14	     nbUselessRevisions=59918  nbAssignments=2057  nbFailedAssignments=820  nbBacktracks=1137  nbVisitedNodes=2967
45.14	     nbRestartNogoods=30  mapSize=844  nbInferences=0  nbTooLargeKeys=0
45.14	       =>  wckTime=44.315  cpuTime=43.83  mem=15M459
55.96	   
55.96	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=15M459)
63.31	   
63.31	   search
63.31	     run=10  nbConstraintChecks=72576118  nbValidityChecks=149790  nbPropagations=31769  nbRevisions=138506
63.31	     nbUselessRevisions=94647  nbAssignments=3057  nbFailedAssignments=1232  nbBacktracks=1717  nbVisitedNodes=4411
63.31	     nbRestartNogoods=38
63.31	       =>  wckTime=62.486  cpuTime=61.83  mem=15M459
66.10	   
66.10	   search
66.10	     run=11  nbConstraintChecks=75801545  nbValidityChecks=191192  nbPropagations=46499  nbRevisions=205856
66.10	     nbUselessRevisions=139164  nbAssignments=4562  nbFailedAssignments=1858  nbBacktracks=2585  nbVisitedNodes=6542
66.10	     nbRestartNogoods=49
66.10	       =>  wckTime=65.273  cpuTime=64.58  mem=15M459
77.45	   
77.45	   search
77.45	     run=12  nbConstraintChecks=88967625  nbValidityChecks=298392  nbPropagations=71638  nbRevisions=317779
77.45	     nbUselessRevisions=208004  nbAssignments=7782  nbFailedAssignments=3711  nbBacktracks=3866  nbVisitedNodes=11645
77.45	     nbRestartNogoods=58
77.45	       =>  wckTime=76.623  cpuTime=75.83  mem=15M459
77.45	   
77.45	   global
77.45	     nbConstraintChecks=88967625  nbValidityChecks=298392  nbPropagations=71724  nbRevisions=317779
77.45	     nbUselessRevisions=208004  nbRestartNogoods=58  solvingWckTime=76.624  solvingCpuTime=75.83  expiredTime=no
77.45	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=76.23
77.45	       =>  wckTime=77.129  cpuTime=76.18  mem=15M459
77.45	   
77.45	s SATISFIABLE
77.45	v 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 1 1 1 1 0 0 0 1 1 1 1 0 0 0 1 0 1 1 1 0 1 0 0 0 1 1 1 1 0 1 0 0 0 1 0 0 7 5 5 2 1 20 
77.45	d NODES 7782
77.45	d CHECKS 88967625
77.45	   
77.45	   totalWckTime=77.212  totalCpuTime=76.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/node29/watcher-237219-1168083288 -o ROOT/results/node29/solver-237219-1168083288 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237219-1168083288/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.12 1.57 1.72 4/93 18435
/proc/meminfo: memFree=1516336/2055920 swapFree=4192812/4192956
[pid=18434] ppid=18432 vsize=12008 CPUtime=0
/proc/18434/stat : 18434 (java) D 18432 18434 18199 0 -1 0 784 0 1 0 0 0 0 0 17 0 1 0 156724001 12296192 533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4129572 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/18434/statm: 3002 533 440 14 0 1602 0

[startup+0.10279 s]
/proc/loadavg: 1.12 1.57 1.72 4/93 18435
/proc/meminfo: memFree=1516336/2055920 swapFree=4192812/4192956
[pid=18434] ppid=18432 vsize=913228 CPUtime=0.08
/proc/18434/stat : 18434 (java) S 18432 18434 18199 0 -1 0 2902 0 1 0 7 1 0 0 17 0 8 0 156724001 935145472 2648 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18434/statm: 228307 2648 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.510811 s]
/proc/loadavg: 1.12 1.57 1.72 4/93 18435
/proc/meminfo: memFree=1516336/2055920 swapFree=4192812/4192956
[pid=18434] ppid=18432 vsize=915328 CPUtime=0.49
/proc/18434/stat : 18434 (java) R 18432 18434 18199 0 -1 0 6416 0 1 0 44 5 0 0 18 0 8 0 156724001 937295872 6155 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18434/statm: 228832 6155 2141 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33186 s]
/proc/loadavg: 1.12 1.57 1.72 3/100 18442
/proc/meminfo: memFree=1492536/2055920 swapFree=4192812/4192956
[pid=18434] ppid=18432 vsize=915460 CPUtime=1.29
/proc/18434/stat : 18434 (java) R 18432 18434 18199 0 -1 0 8664 0 1 0 122 7 0 0 25 0 8 0 156724001 937431040 8402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791763 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18434/statm: 228865 8402 2530 14 0 215335 0
[pid=18434/tid=18436] ppid=18432 vsize=915460 CPUtime=0.02
/proc/18434/task/18436/stat : 18436 (java) S 18432 18434 18199 0 -1 64 145 0 0 0 2 0 0 0 16 0 8 0 156724005 937431040 8402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18437] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18437/stat : 18437 (java) S 18432 18434 18199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156724006 937431040 8402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18438] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18438/stat : 18438 (java) S 18432 18434 18199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156724006 937431040 8402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18439] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18439/stat : 18439 (java) S 18432 18434 18199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156724009 937431040 8402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18440] ppid=18432 vsize=915460 CPUtime=0.18
/proc/18434/task/18440/stat : 18440 (java) S 18432 18434 18199 0 -1 64 358 0 0 0 18 0 0 0 16 0 8 0 156724009 937431040 8402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18441] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18441/stat : 18441 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156724009 937431040 8402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18442] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18442/stat : 18442 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156724009 937431040 8402 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) 915460

[startup+2.96896 s]
/proc/loadavg: 1.12 1.57 1.72 3/100 18442
/proc/meminfo: memFree=1492472/2055920 swapFree=4192812/4192956
[pid=18434] ppid=18432 vsize=915460 CPUtime=2.92
/proc/18434/stat : 18434 (java) R 18432 18434 18199 0 -1 0 8673 0 1 0 285 7 0 0 25 0 8 0 156724001 937431040 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073795845 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18434/statm: 228865 8409 2531 14 0 215335 0
[pid=18434/tid=18436] ppid=18432 vsize=915460 CPUtime=0.02
/proc/18434/task/18436/stat : 18436 (java) S 18432 18434 18199 0 -1 64 145 0 0 0 2 0 0 0 17 0 8 0 156724005 937431040 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18437] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18437/stat : 18437 (java) S 18432 18434 18199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156724006 937431040 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18438] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18438/stat : 18438 (java) S 18432 18434 18199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156724006 937431040 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18439] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18439/stat : 18439 (java) S 18432 18434 18199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156724009 937431040 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18440] ppid=18432 vsize=915460 CPUtime=0.18
/proc/18434/task/18440/stat : 18440 (java) S 18432 18434 18199 0 -1 64 360 0 0 0 18 0 0 0 16 0 8 0 156724009 937431040 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18441] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18441/stat : 18441 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156724009 937431040 8409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18442] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18442/stat : 18442 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156724009 937431040 8409 18446744073709551615 134512640 134570532 4294956480 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.26616 s]
/proc/loadavg: 1.19 1.57 1.72 3/100 18442
/proc/meminfo: memFree=1492536/2055920 swapFree=4192812/4192956
[pid=18434] ppid=18432 vsize=915460 CPUtime=6.19
/proc/18434/stat : 18434 (java) R 18432 18434 18199 0 -1 0 8685 0 1 0 612 7 0 0 25 0 8 0 156724001 937431040 8419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796510 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18434/statm: 228865 8419 2533 14 0 215335 0
[pid=18434/tid=18436] ppid=18432 vsize=915460 CPUtime=0.02
/proc/18434/task/18436/stat : 18436 (java) S 18432 18434 18199 0 -1 64 145 0 0 0 2 0 0 0 17 0 8 0 156724005 937431040 8419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18437] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18437/stat : 18437 (java) S 18432 18434 18199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156724006 937431040 8419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18438] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18438/stat : 18438 (java) S 18432 18434 18199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156724006 937431040 8419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18439] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18439/stat : 18439 (java) S 18432 18434 18199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156724009 937431040 8419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18440] ppid=18432 vsize=915460 CPUtime=0.18
/proc/18434/task/18440/stat : 18440 (java) S 18432 18434 18199 0 -1 64 363 0 0 0 18 0 0 0 16 0 8 0 156724009 937431040 8419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18441] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18441/stat : 18441 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156724009 937431040 8419 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18442] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18442/stat : 18442 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156724009 937431040 8419 18446744073709551615 134512640 134570532 4294956480 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.7356 s]
/proc/loadavg: 1.25 1.58 1.72 3/100 18442
/proc/meminfo: memFree=1492472/2055920 swapFree=4192812/4192956
[pid=18434] ppid=18432 vsize=915460 CPUtime=12.59
/proc/18434/stat : 18434 (java) R 18432 18434 18199 0 -1 0 8701 0 1 0 1252 7 0 0 25 0 8 0 156724001 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797850 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18434/statm: 228865 8429 2533 14 0 215335 0
[pid=18434/tid=18436] ppid=18432 vsize=915460 CPUtime=0.02
/proc/18434/task/18436/stat : 18436 (java) S 18432 18434 18199 0 -1 64 145 0 0 0 2 0 0 0 17 0 8 0 156724005 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18437] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18437/stat : 18437 (java) S 18432 18434 18199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156724006 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18438] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18438/stat : 18438 (java) S 18432 18434 18199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156724006 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18439] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18439/stat : 18439 (java) S 18432 18434 18199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156724009 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18440] ppid=18432 vsize=915460 CPUtime=0.2
/proc/18434/task/18440/stat : 18440 (java) S 18432 18434 18199 0 -1 64 374 0 0 0 20 0 0 0 16 0 8 0 156724009 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18441] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18441/stat : 18441 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156724009 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18442] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18442/stat : 18442 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156724009 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915460

[startup+25.6024 s]
/proc/loadavg: 1.42 1.60 1.73 3/100 18442
/proc/meminfo: memFree=1492344/2055920 swapFree=4192812/4192956
[pid=18434] ppid=18432 vsize=915460 CPUtime=25.35
/proc/18434/stat : 18434 (java) R 18432 18434 18199 0 -1 0 8738 0 1 0 2527 8 0 0 25 0 8 0 156724001 937431040 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799718 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18434/statm: 228865 8460 2533 14 0 215335 0
[pid=18434/tid=18436] ppid=18432 vsize=915460 CPUtime=0.02
/proc/18434/task/18436/stat : 18436 (java) S 18432 18434 18199 0 -1 64 145 0 0 0 2 0 0 0 16 0 8 0 156724005 937431040 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18437] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18437/stat : 18437 (java) S 18432 18434 18199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156724006 937431040 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18438] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18438/stat : 18438 (java) S 18432 18434 18199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156724006 937431040 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18439] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18439/stat : 18439 (java) S 18432 18434 18199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156724009 937431040 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18440] ppid=18432 vsize=915460 CPUtime=0.21
/proc/18434/task/18440/stat : 18440 (java) S 18432 18434 18199 0 -1 64 387 0 0 0 21 0 0 0 15 0 8 0 156724009 937431040 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18441] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18441/stat : 18441 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156724009 937431040 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18442] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18442/stat : 18442 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156724009 937431040 8460 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

[startup+51.203 s]
/proc/loadavg: 1.70 1.65 1.74 3/100 18442
/proc/meminfo: memFree=1492344/2055920 swapFree=4192812/4192956
[pid=18434] ppid=18432 vsize=915460 CPUtime=50.71
/proc/18434/stat : 18434 (java) R 18432 18434 18199 0 -1 0 8784 0 1 0 5063 8 0 0 25 0 8 0 156724001 937431040 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796516 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18434/statm: 228865 8499 2533 14 0 215335 0
[pid=18434/tid=18436] ppid=18432 vsize=915460 CPUtime=0.02
/proc/18434/task/18436/stat : 18436 (java) S 18432 18434 18199 0 -1 64 145 0 0 0 2 0 0 0 16 0 8 0 156724005 937431040 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18437] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18437/stat : 18437 (java) S 18432 18434 18199 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156724006 937431040 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18438] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18438/stat : 18438 (java) S 18432 18434 18199 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156724006 937431040 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18439] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18439/stat : 18439 (java) S 18432 18434 18199 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156724009 937431040 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18440] ppid=18432 vsize=915460 CPUtime=0.25
/proc/18434/task/18440/stat : 18440 (java) S 18432 18434 18199 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 156724009 937431040 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18441] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18441/stat : 18441 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156724009 937431040 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18434/tid=18442] ppid=18432 vsize=915460 CPUtime=0
/proc/18434/task/18442/stat : 18442 (java) S 18432 18434 18199 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156724009 937431040 8499 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 77.4767
CPU time (s): 76.7493
CPU user time (s): 76.6533
CPU system time (s): 0.095985
CPU usage (%): 99.0612
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.6533
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8895
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= 2827
involuntary context switches= 5299

runsolver used 0.088986 s user time and 0.26196 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Jan  6 11:34:53 UTC 2007


IDJOB= 237219
IDBENCH= 6907
FILE ID= node29/237219-1168083288

PBS_JOBID= 3476252

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/zhou/radi.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237219-1168083288/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-237219-1168083288 -o ROOT/results/node29/solver-237219-1168083288 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237219-1168083288/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  942448fd93a6e21e517036cbd5fb8d4b

RANDOM SEED= 169324591

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.241
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.241
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:       1516880 kB
Buffers:         43524 kB
Cached:         218820 kB
SwapCached:          0 kB
Active:         257164 kB
Inactive:       204488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:         228364 kB
Slab:            61620 kB
Committed_AS:  3844464 kB
PageTables:       2716 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= 66546 MiB



End job on node29 on Sat Jan  6 11:36:20 UTC 2007