Trace number 218359

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 55.7525 56.1583

DiagnosticValue
CHECKS48197267
NODES52238

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-17_ext.xml
MD5SUM10ecdb16484477571439529f5f3655a3
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 benchmark28.8786
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/218359-1168252298/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.45	       =>  wckTime=0.12  cpuTime=0.09  mem=6M951
0.45	   
0.45	   relations being loaded...
0.71	   
0.71	   constraints being loaded...
0.88	     nbConstraints=58  nbRelationTypes=58  nbExtensionStructures=58  nbSharedExtensionStructures=0
0.88	     nbConflictsStructures=58  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
0.88	       =>  wckTime=0.55  cpuTime=0.48  mem=42M570
0.96	   
0.96	   solver IterativeSystematicSolver being built... 
1.14	       =>  wckTime=0.814  cpuTime=0.63  mem=21M74
1.23	   
1.23	   preprocessing
1.23	     nbConstraintChecks=22216  nbValidityChecks=34780  nbPropagations=158  nbRevisions=1541  nbUselessRevisions=1316
1.23	     nbSingletonTests=29  nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
1.23	       =>  wckTime=0.086  cpuTime=0.05  mem=21M74
1.27	   
1.27	   search
1.27	     run=0  nbConstraintChecks=14530  nbValidityChecks=27956  nbPropagations=401  nbRevisions=3778
1.27	     nbUselessRevisions=3124  nbAssignments=28  nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=46
1.27	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.129  cpuTime=0.08  mem=22M58
1.32	   
1.32	   search
1.32	     run=1  nbConstraintChecks=47767  nbValidityChecks=91055  nbPropagations=1214  nbRevisions=12202
1.32	     nbUselessRevisions=9726  nbAssignments=61  nbFailedAssignments=28  nbBacktracks=25  nbVisitedNodes=106
1.32	     nbRestartNogoods=3  mapSize=21  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.181  cpuTime=0.14  mem=22M58
1.41	   
1.41	   search
1.41	     run=2  nbConstraintChecks=97843  nbValidityChecks=194008  nbPropagations=2841  nbRevisions=27760
1.41	     nbUselessRevisions=21673  nbAssignments=133  nbFailedAssignments=72  nbBacktracks=48  nbVisitedNodes=235
1.41	     nbRestartNogoods=4  mapSize=40  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.267  cpuTime=0.21  mem=22M58
1.51	   
1.51	   search
1.51	     run=3  nbConstraintChecks=163323  nbValidityChecks=335806  nbPropagations=5570  nbRevisions=53174
1.51	     nbUselessRevisions=41087  nbAssignments=232  nbFailedAssignments=134  nbBacktracks=81  nbVisitedNodes=414
1.51	     nbRestartNogoods=9  mapSize=67  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.364  cpuTime=0.3  mem=22M58
1.72	   
1.72	   search
1.72	     run=4  nbConstraintChecks=330223  nbValidityChecks=669090  nbPropagations=10095  nbRevisions=99923
1.72	     nbUselessRevisions=77096  nbAssignments=430  nbFailedAssignments=276  nbBacktracks=133  nbVisitedNodes=796
1.72	     nbRestartNogoods=13  mapSize=115  nbInferences=0  nbTooLargeKeys=0
1.72	       =>  wckTime=0.577  cpuTime=0.51  mem=22M58
1.85	   
1.85	   search
1.85	     run=5  nbConstraintChecks=419833  nbValidityChecks=850231  nbPropagations=16327  nbRevisions=161868
1.85	     nbUselessRevisions=124538  nbAssignments=602  nbFailedAssignments=361  nbBacktracks=209  nbVisitedNodes=1087
1.85	     nbRestartNogoods=20  mapSize=171  nbInferences=0  nbTooLargeKeys=0
1.85	       =>  wckTime=0.707  cpuTime=0.63  mem=22M58
2.05	   
2.05	   search
2.05	     run=6  nbConstraintChecks=573577  nbValidityChecks=1156347  nbPropagations=25618  nbRevisions=253560
2.05	     nbUselessRevisions=194589  nbAssignments=904  nbFailedAssignments=546  nbBacktracks=323  nbVisitedNodes=1645
2.05	     nbRestartNogoods=27  mapSize=275  nbInferences=0  nbTooLargeKeys=0
2.05	       =>  wckTime=0.905  cpuTime=0.84  mem=22M58
2.47	   
2.47	   search
2.47	     run=7  nbConstraintChecks=890090  nbValidityChecks=1797919  nbPropagations=40056  nbRevisions=393240
2.47	     nbUselessRevisions=301260  nbAssignments=1515  nbFailedAssignments=982  nbBacktracks=493  nbVisitedNodes=2815
2.47	     nbRestartNogoods=34  mapSize=436  nbInferences=0  nbTooLargeKeys=0
2.47	       =>  wckTime=1.328  cpuTime=1.23  mem=22M58
3.85	   
3.85	   search
3.85	     run=8  nbConstraintChecks=2072761  nbValidityChecks=3943048  nbPropagations=63957  nbRevisions=663075
3.85	     nbUselessRevisions=511229  nbAssignments=2410  nbFailedAssignments=1607  nbBacktracks=750  nbVisitedNodes=4531
3.85	     nbRestartNogoods=45  mapSize=688  nbInferences=0  nbTooLargeKeys=0
3.85	       =>  wckTime=2.712  cpuTime=2.59  mem=22M58
4.71	   
4.71	   INFO : Stopping hyperNogood (mapSize=1022, nbTooLargekeys=0, mem=22M58)
4.82	   
4.82	   search
4.82	     run=9  nbConstraintChecks=2887043  nbValidityChecks=5589132  nbPropagations=100751  nbRevisions=1052005
4.82	     nbUselessRevisions=811287  nbAssignments=3827  nbFailedAssignments=2635  nbBacktracks=1134  nbVisitedNodes=7287
4.82	     nbRestartNogoods=47
4.82	       =>  wckTime=3.677  cpuTime=3.54  mem=22M58
7.56	   
7.56	   search
7.56	     run=10  nbConstraintChecks=5330588  nbValidityChecks=10100761  nbPropagations=157972  nbRevisions=1720400
7.56	     nbUselessRevisions=1332960  nbAssignments=5795  nbFailedAssignments=4023  nbBacktracks=1710  nbVisitedNodes=11106
7.56	     nbRestartNogoods=58
7.56	       =>  wckTime=6.414  cpuTime=6.25  mem=22M58
9.74	   
9.74	   search
9.74	     run=11  nbConstraintChecks=7188874  nbValidityChecks=13722503  nbPropagations=238074  nbRevisions=2655906
9.74	     nbUselessRevisions=2064685  nbAssignments=7812  nbFailedAssignments=5173  nbBacktracks=2575  nbVisitedNodes=14854
9.74	     nbRestartNogoods=66
9.74	       =>  wckTime=8.593  cpuTime=8.41  mem=22M58
13.39	   
13.39	   search
13.39	     run=12  nbConstraintChecks=10242665  nbValidityChecks=19583786  nbPropagations=353416  nbRevisions=4009276
13.39	     nbUselessRevisions=3124048  nbAssignments=10621  nbFailedAssignments=6681  nbBacktracks=3873  nbVisitedNodes=20065
13.39	     nbRestartNogoods=74
13.39	       =>  wckTime=12.251  cpuTime=12.03  mem=22M58
19.76	   
19.76	   search
19.76	     run=13  nbConstraintChecks=15662234  nbValidityChecks=30149720  nbPropagations=529440  nbRevisions=6098312
19.76	     nbUselessRevisions=4759690  nbAssignments=15636  nbFailedAssignments=9746  nbBacktracks=5819  nbVisitedNodes=29536
19.76	     nbRestartNogoods=90
19.76	       =>  wckTime=18.621  cpuTime=18.37  mem=22M58
27.55	   
27.55	   search
27.55	     run=14  nbConstraintChecks=22633085  nbValidityChecks=43809336  nbPropagations=798533  nbRevisions=9151255
27.55	     nbUselessRevisions=7135142  nbAssignments=25052  nbFailedAssignments=16239  nbBacktracks=8738  nbVisitedNodes=47657
27.55	     nbRestartNogoods=100
27.55	       =>  wckTime=26.407  cpuTime=26.12  mem=22M58
38.69	   
38.69	   search
38.69	     run=15  nbConstraintChecks=32293989  nbValidityChecks=62892246  nbPropagations=1196631  nbRevisions=13603567
38.69	     nbUselessRevisions=10598838  nbAssignments=37647  nbFailedAssignments=24452  nbBacktracks=13119
38.69	     nbVisitedNodes=71664  nbRestartNogoods=107
38.69	       =>  wckTime=37.547  cpuTime=37.2  mem=22M58
56.12	   
56.12	   search
56.12	     run=16  nbConstraintChecks=48175051  nbValidityChecks=92266554  nbPropagations=1746174  nbRevisions=19934078
56.12	     nbUselessRevisions=15539023  nbAssignments=52238  nbFailedAssignments=34539  nbBacktracks=17603
56.12	     nbVisitedNodes=99864  nbRestartNogoods=115
56.12	       =>  wckTime=54.978  cpuTime=54.55  mem=22M58
56.12	   
56.12	   global
56.12	     nbConstraintChecks=48197267  nbValidityChecks=92301334  nbPropagations=1746332  nbRevisions=19935619
56.12	     nbUselessRevisions=15540339  nbRestartNogoods=115  solvingWckTime=54.979  solvingCpuTime=54.55  expiredTime=no
56.12	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=55.22
56.12	       =>  wckTime=55.796  cpuTime=55.18  mem=22M58
56.13	   
56.13	s SATISFIABLE
56.13	v 10 6 1 8 7 9 16 0 13 16 2 7 5 15 11 7 18 18 4 12 
56.13	d NODES 52238
56.13	d CHECKS 48197267
56.13	   
56.13	   totalWckTime=55.875  totalCpuTime=55.22

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/node50/watcher-218359-1168252298 -o ROOT/results/node50/solver-218359-1168252298 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218359-1168252298/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.90 0.97 0.99 6/71 26628
/proc/meminfo: memFree=1850240/2055920 swapFree=4191892/4192956
[pid=26624] ppid=26620 vsize=1784 CPUtime=0
/proc/26624/stat : 26624 (java) D 26620 26624 26527 0 -1 0 169 0 0 0 0 0 0 0 20 0 1 0 173628325 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26624/statm: 446 140 106 14 0 91 0

[startup+0.109365 s]
/proc/loadavg: 0.90 0.97 0.99 6/71 26628
/proc/meminfo: memFree=1850240/2055920 swapFree=4191892/4192956
[pid=26624] ppid=26620 vsize=914988 CPUtime=0.08
/proc/26624/stat : 26624 (java) R 26620 26624 26527 0 -1 0 2995 0 1 0 6 2 0 0 24 0 8 0 173628325 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26624/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.517439 s]
/proc/loadavg: 0.90 0.97 0.99 6/71 26628
/proc/meminfo: memFree=1850240/2055920 swapFree=4191892/4192956
[pid=26624] ppid=26620 vsize=915328 CPUtime=0.44
/proc/26624/stat : 26624 (java) R 26620 26624 26527 0 -1 0 7023 0 8 0 40 4 0 0 24 0 8 0 173628325 937295872 6769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26624/statm: 228832 6769 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.33857 s]
/proc/loadavg: 0.90 0.97 0.99 3/88 26668
/proc/meminfo: memFree=1711920/2055920 swapFree=4191892/4192956
[pid=26624] ppid=26620 vsize=915460 CPUtime=1.26
/proc/26624/stat : 26624 (java) R 26620 26624 26527 0 -1 0 17083 0 8 0 117 9 0 0 25 0 8 0 173628325 937431040 16828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26624/statm: 228865 16828 2527 14 0 215335 0
[pid=26624/tid=26641] ppid=26620 vsize=915460 CPUtime=0.06
/proc/26624/task/26641/stat : 26641 (java) S 26620 26624 26527 0 -1 64 1792 0 0 0 6 0 0 0 16 0 8 0 173628330 937431040 16828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26644] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26644/stat : 26644 (java) S 26620 26624 26527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26645] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26645/stat : 26645 (java) S 26620 26624 26527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26658] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26658/stat : 26658 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 173628334 937431040 16828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26659] ppid=26620 vsize=915460 CPUtime=0.17
/proc/26624/task/26659/stat : 26659 (java) S 26620 26624 26527 0 -1 64 354 0 0 0 16 1 0 0 15 0 8 0 173628334 937431040 16828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26660] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26660/stat : 26660 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173628334 937431040 16828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26661] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26661/stat : 26661 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173628334 937431040 16828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915460

[startup+2.98785 s]
/proc/loadavg: 1.07 1.00 1.00 3/88 26668
/proc/meminfo: memFree=1706992/2055920 swapFree=4191892/4192956
[pid=26624] ppid=26620 vsize=915460 CPUtime=2.9
/proc/26624/stat : 26624 (java) R 26620 26624 26527 0 -1 0 17106 0 8 0 280 10 0 0 25 0 8 0 173628325 937431040 16850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073608991 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26624/statm: 228865 16850 2527 14 0 215335 0
[pid=26624/tid=26641] ppid=26620 vsize=915460 CPUtime=0.06
/proc/26624/task/26641/stat : 26641 (java) S 26620 26624 26527 0 -1 64 1792 0 0 0 6 0 0 0 17 0 8 0 173628330 937431040 16850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26644] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26644/stat : 26644 (java) S 26620 26624 26527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26645] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26645/stat : 26645 (java) S 26620 26624 26527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26658] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26658/stat : 26658 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 173628334 937431040 16850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26659] ppid=26620 vsize=915460 CPUtime=0.22
/proc/26624/task/26659/stat : 26659 (java) S 26620 26624 26527 0 -1 64 376 0 0 0 21 1 0 0 16 0 8 0 173628334 937431040 16850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26660] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26660/stat : 26660 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173628334 937431040 16850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26661] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26661/stat : 26661 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173628334 937431040 16850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915460

[startup+6.2834 s]
/proc/loadavg: 1.07 1.00 1.00 4/88 26668
/proc/meminfo: memFree=1615152/2055920 swapFree=4191892/4192956
[pid=26624] ppid=26620 vsize=915460 CPUtime=6.16
/proc/26624/stat : 26624 (java) R 26620 26624 26527 0 -1 0 17113 0 8 0 606 10 0 0 25 0 8 0 173628325 937431040 16855 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073724487 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26624/statm: 228865 16855 2527 14 0 215335 0
[pid=26624/tid=26641] ppid=26620 vsize=915460 CPUtime=0.06
/proc/26624/task/26641/stat : 26641 (java) S 26620 26624 26527 0 -1 64 1792 0 0 0 6 0 0 0 16 0 8 0 173628330 937431040 16855 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26644] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26644/stat : 26644 (java) S 26620 26624 26527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16855 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26645] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26645/stat : 26645 (java) S 26620 26624 26527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16855 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26658] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26658/stat : 26658 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 173628334 937431040 16855 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26659] ppid=26620 vsize=915460 CPUtime=0.23
/proc/26624/task/26659/stat : 26659 (java) S 26620 26624 26527 0 -1 64 382 0 0 0 22 1 0 0 17 0 8 0 173628334 937431040 16855 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26660] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26660/stat : 26660 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173628334 937431040 16855 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26661] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26661/stat : 26661 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173628334 937431040 16855 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915460

[startup+12.7675 s]
/proc/loadavg: 1.21 1.03 1.01 3/89 26669
/proc/meminfo: memFree=1615616/2055920 swapFree=4191892/4192956
[pid=26624] ppid=26620 vsize=915460 CPUtime=12.58
/proc/26624/stat : 26624 (java) R 26620 26624 26527 0 -1 0 17115 0 8 0 1248 10 0 0 25 0 8 0 173628325 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613891 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26624/statm: 228865 16857 2527 14 0 215335 0
[pid=26624/tid=26641] ppid=26620 vsize=915460 CPUtime=0.06
/proc/26624/task/26641/stat : 26641 (java) S 26620 26624 26527 0 -1 64 1792 0 0 0 6 0 0 0 17 0 8 0 173628330 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26644] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26644/stat : 26644 (java) S 26620 26624 26527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26645] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26645/stat : 26645 (java) S 26620 26624 26527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26658] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26658/stat : 26658 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26659] ppid=26620 vsize=915460 CPUtime=0.23
/proc/26624/task/26659/stat : 26659 (java) S 26620 26624 26527 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26660] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26660/stat : 26660 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26661] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26661/stat : 26661 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915460

[startup+25.6635 s]
/proc/loadavg: 1.33 1.06 1.02 3/89 26669
/proc/meminfo: memFree=1615752/2055920 swapFree=4191892/4192956
[pid=26624] ppid=26620 vsize=915460 CPUtime=25.42
/proc/26624/stat : 26624 (java) R 26620 26624 26527 0 -1 0 17116 0 8 0 2532 10 0 0 25 0 8 0 173628325 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26624/statm: 228865 16857 2527 14 0 215335 0
[pid=26624/tid=26641] ppid=26620 vsize=915460 CPUtime=0.06
/proc/26624/task/26641/stat : 26641 (java) S 26620 26624 26527 0 -1 64 1792 0 0 0 6 0 0 0 16 0 8 0 173628330 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26644] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26644/stat : 26644 (java) S 26620 26624 26527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26645] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26645/stat : 26645 (java) S 26620 26624 26527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26658] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26658/stat : 26658 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26659] ppid=26620 vsize=915460 CPUtime=0.23
/proc/26624/task/26659/stat : 26659 (java) S 26620 26624 26527 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26660] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26660/stat : 26660 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26661] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26661/stat : 26661 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 915460

[startup+51.2848 s]
/proc/loadavg: 1.56 1.14 1.04 3/89 26669
/proc/meminfo: memFree=1615816/2055920 swapFree=4191892/4192956
[pid=26624] ppid=26620 vsize=915460 CPUtime=50.91
/proc/26624/stat : 26624 (java) R 26620 26624 26527 0 -1 0 17116 0 8 0 5081 10 0 0 25 0 8 0 173628325 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26624/statm: 228865 16857 2527 14 0 215335 0
[pid=26624/tid=26641] ppid=26620 vsize=915460 CPUtime=0.06
/proc/26624/task/26641/stat : 26641 (java) S 26620 26624 26527 0 -1 64 1792 0 0 0 6 0 0 0 16 0 8 0 173628330 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26644] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26644/stat : 26644 (java) S 26620 26624 26527 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26645] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26645/stat : 26645 (java) S 26620 26624 26527 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173628331 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26658] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26658/stat : 26658 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26659] ppid=26620 vsize=915460 CPUtime=0.23
/proc/26624/task/26659/stat : 26659 (java) S 26620 26624 26527 0 -1 64 384 0 0 0 22 1 0 0 16 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26624/tid=26660] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26660/stat : 26660 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26624/tid=26661] ppid=26620 vsize=915460 CPUtime=0
/proc/26624/task/26661/stat : 26661 (java) S 26620 26624 26527 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 173628334 937431040 16857 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 56.1583
CPU time (s): 55.7525
CPU user time (s): 55.6325
CPU system time (s): 0.119981
CPU usage (%): 99.2775
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.6325
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17124
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2265
involuntary context switches= 4241

runsolver used 0.070989 s user time and 0.188971 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Mon Jan  8 10:31:38 UTC 2007


IDJOB= 218359
IDBENCH= 5230
FILE ID= node50/218359-1168252298

PBS_JOBID= 3481941

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  10ecdb16484477571439529f5f3655a3

RANDOM SEED= 411200672

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.263
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	: 5931.00
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.263
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:       1851000 kB
Buffers:         38096 kB
Cached:          95740 kB
SwapCached:        396 kB
Active:          84476 kB
Inactive:        68928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851000 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            7700 kB
Writeback:           0 kB
Mapped:          28412 kB
Slab:            37232 kB
Committed_AS:  4195612 kB
PageTables:       1716 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= 66556 MiB



End job on node50 on Mon Jan  8 10:32:34 UTC 2007