Trace number 199998

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 15.4397 15.558

DiagnosticValue
CHECKS10062917
NODES9702

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-33_ext.xml
MD5SUMdd49bd67587a6d72b39a88f193f28a46
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 benchmark15.4397
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/199998-1168139497/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.40	       =>  wckTime=0.093  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
1.01	   
1.01	   constraints being loaded...
1.27	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.27	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
1.27	       =>  wckTime=0.967  cpuTime=0.85  mem=50M860
1.42	   
1.42	   solver IterativeSystematicSolver being built... 
1.58	       =>  wckTime=1.276  cpuTime=0.98  mem=35M596
1.68	   
1.68	   preprocessing
1.68	     nbConstraintChecks=30501  nbValidityChecks=50800  nbPropagations=215  nbRevisions=2133  nbUselessRevisions=1855
1.68	     nbSingletonTests=34  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.68	       =>  wckTime=0.097  cpuTime=0.07  mem=35M596
1.74	   
1.74	   search
1.74	     run=0  nbConstraintChecks=28282  nbValidityChecks=54994  nbPropagations=486  nbRevisions=5136
1.74	     nbUselessRevisions=4256  nbAssignments=28  nbFailedAssignments=13  nbBacktracks=10  nbVisitedNodes=49
1.74	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.74	       =>  wckTime=0.158  cpuTime=0.12  mem=35M596
1.83	   
1.83	   search
1.83	     run=1  nbConstraintChecks=84817  nbValidityChecks=163257  nbPropagations=1409  nbRevisions=16073
1.83	     nbUselessRevisions=13264  nbAssignments=72  nbFailedAssignments=27  nbBacktracks=27  nbVisitedNodes=112
1.83	     nbRestartNogoods=4  mapSize=23  nbInferences=0  nbTooLargeKeys=0
1.83	       =>  wckTime=0.249  cpuTime=0.21  mem=35M596
1.95	   
1.95	   search
1.95	     run=2  nbConstraintChecks=150941  nbValidityChecks=293046  nbPropagations=2994  nbRevisions=34744
1.95	     nbUselessRevisions=28413  nbAssignments=131  nbFailedAssignments=59  nbBacktracks=49  nbVisitedNodes=216
1.95	     nbRestartNogoods=8  mapSize=40  nbInferences=0  nbTooLargeKeys=0
1.95	       =>  wckTime=0.373  cpuTime=0.32  mem=35M596
2.15	   
2.15	   search
2.15	     run=3  nbConstraintChecks=276463  nbValidityChecks=555542  nbPropagations=5689  nbRevisions=68038
2.15	     nbUselessRevisions=55572  nbAssignments=259  nbFailedAssignments=114  nbBacktracks=83  nbVisitedNodes=387
2.15	     nbRestartNogoods=15  mapSize=69  nbInferences=0  nbTooLargeKeys=0
2.15	       =>  wckTime=0.565  cpuTime=0.5  mem=35M596
2.31	   
2.31	   search
2.31	     run=4  nbConstraintChecks=382864  nbValidityChecks=772331  nbPropagations=9573  nbRevisions=115928
2.31	     nbUselessRevisions=94514  nbAssignments=372  nbFailedAssignments=172  nbBacktracks=133  nbVisitedNodes=586
2.31	     nbRestartNogoods=17  mapSize=112  nbInferences=0  nbTooLargeKeys=0
2.31	       =>  wckTime=0.728  cpuTime=0.66  mem=35M596
2.59	   
2.59	   search
2.59	     run=5  nbConstraintChecks=582251  nbValidityChecks=1143458  nbPropagations=15055  nbRevisions=185716
2.59	     nbUselessRevisions=151186  nbAssignments=524  nbFailedAssignments=242  nbBacktracks=209  nbVisitedNodes=855
2.59	     nbRestartNogoods=20  mapSize=182  nbInferences=0  nbTooLargeKeys=0
2.59	       =>  wckTime=1.009  cpuTime=0.93  mem=35M596
2.97	   
2.97	   search
2.97	     run=6  nbConstraintChecks=842308  nbValidityChecks=1675778  nbPropagations=23737  nbRevisions=292872
2.97	     nbUselessRevisions=237498  nbAssignments=792  nbFailedAssignments=391  nbBacktracks=322  nbVisitedNodes=1341
2.97	     nbRestartNogoods=25  mapSize=285  nbInferences=0  nbTooLargeKeys=0
2.97	       =>  wckTime=1.386  cpuTime=1.31  mem=35M596
3.78	   
3.78	   search
3.78	     run=7  nbConstraintChecks=1393992  nbValidityChecks=2826174  nbPropagations=38474  nbRevisions=474176
3.78	     nbUselessRevisions=381735  nbAssignments=1273  nbFailedAssignments=695  nbBacktracks=492  nbVisitedNodes=2262
3.78	     nbRestartNogoods=27  mapSize=450  nbInferences=0  nbTooLargeKeys=0
3.78	       =>  wckTime=2.201  cpuTime=2.11  mem=35M596
4.98	   
4.98	   search
4.98	     run=8  nbConstraintChecks=2234291  nbValidityChecks=4576983  nbPropagations=61664  nbRevisions=762519
4.98	     nbUselessRevisions=611449  nbAssignments=2047  nbFailedAssignments=1208  nbBacktracks=749  nbVisitedNodes=3746
4.98	     nbRestartNogoods=35  mapSize=688  nbInferences=0  nbTooLargeKeys=0
4.98	       =>  wckTime=3.399  cpuTime=3.28  mem=35M596
6.18	   
6.18	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=35M596)
6.27	   
6.27	   search
6.27	     run=9  nbConstraintChecks=3185584  nbValidityChecks=6516505  nbPropagations=95625  nbRevisions=1180566
6.27	     nbUselessRevisions=943841  nbAssignments=2949  nbFailedAssignments=1720  nbBacktracks=1133  nbVisitedNodes=5425
6.27	     nbRestartNogoods=39
6.27	       =>  wckTime=4.693  cpuTime=4.55  mem=35M596
8.21	   
8.21	   search
8.21	     run=10  nbConstraintChecks=4640366  nbValidityChecks=9392872  nbPropagations=145640  nbRevisions=1790234
8.21	     nbUselessRevisions=1427002  nbAssignments=4329  nbFailedAssignments=2509  nbBacktracks=1712  nbVisitedNodes=7960
8.21	     nbRestartNogoods=51
8.21	       =>  wckTime=6.634  cpuTime=6.48  mem=35M596
11.93	   
11.93	   search
11.93	     run=11  nbConstraintChecks=7305474  nbValidityChecks=14976133  nbPropagations=222140  nbRevisions=2738468
11.93	     nbUselessRevisions=2181260  nbAssignments=6943  nbFailedAssignments=4250  nbBacktracks=2579  nbVisitedNodes=12948
11.93	     nbRestartNogoods=56
11.93	       =>  wckTime=10.348  cpuTime=10.18  mem=35M596
15.53	   
15.53	   search
15.53	     run=12  nbConstraintChecks=10032416  nbValidityChecks=20460527  nbPropagations=327024  nbRevisions=4044384
15.53	     nbUselessRevisions=3221847  nbAssignments=9702  nbFailedAssignments=5722  nbBacktracks=3822  nbVisitedNodes=17913
15.53	     nbRestartNogoods=74
15.53	       =>  wckTime=13.95  cpuTime=13.76  mem=35M596
15.53	   
15.53	   global
15.53	     nbConstraintChecks=10062917  nbValidityChecks=20511327  nbPropagations=327239  nbRevisions=4046517
15.53	     nbUselessRevisions=3223702  nbRestartNogoods=74  solvingWckTime=13.951  solvingCpuTime=13.76  expiredTime=no
15.53	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=14.78
15.53	       =>  wckTime=15.23  cpuTime=14.74  mem=35M596
15.53	   
15.53	s SATISFIABLE
15.53	v 12 3 10 21 0 2 8 1 4 12 23 14 15 16 7 8 2 22 6 13 4 12 19 23 
15.53	d NODES 9702
15.53	d CHECKS 10062917
15.53	   
15.53	   totalWckTime=15.306  totalCpuTime=14.78

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/node76/watcher-199998-1168139497 -o ROOT/results/node76/solver-199998-1168139497 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/199998-1168139497/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.92 1.99 1.84 5/77 15080
/proc/meminfo: memFree=1312504/2055888 swapFree=4095388/4096564
[pid=15079] ppid=15077 vsize=18544 CPUtime=0
/proc/15079/stat : 15079 (runsolver) R 15077 15079 14151 0 -1 4194368 18 0 0 0 0 0 0 0 20 0 1 0 162346761 18989056 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15079/statm: 4636 280 245 17 0 2626 0

[startup+0.103177 s]
/proc/loadavg: 1.92 1.99 1.84 5/77 15080
/proc/meminfo: memFree=1312504/2055888 swapFree=4095388/4096564
[pid=15079] ppid=15077 vsize=914992 CPUtime=0.08
/proc/15079/stat : 15079 (java) R 15077 15079 14151 0 -1 0 2996 0 1 0 7 1 0 0 25 0 8 0 162346761 936951808 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15079/statm: 228748 2744 1428 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914992

[startup+0.512434 s]
/proc/loadavg: 1.92 1.99 1.84 5/77 15080
/proc/meminfo: memFree=1312504/2055888 swapFree=4095388/4096564
[pid=15079] ppid=15077 vsize=915332 CPUtime=0.48
/proc/15079/stat : 15079 (java) R 15077 15079 14151 0 -1 0 8028 0 1 0 44 4 0 0 25 0 8 0 162346761 937299968 7769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073433108 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15079/statm: 228833 7769 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33354 s]
/proc/loadavg: 1.92 1.99 1.84 3/84 15087
/proc/meminfo: memFree=1245376/2055888 swapFree=4095388/4096564
[pid=15079] ppid=15077 vsize=915424 CPUtime=1.3
/proc/15079/stat : 15079 (java) R 15077 15079 14151 0 -1 0 19149 0 1 0 121 9 0 0 25 0 8 0 162346761 937394176 18888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15079/statm: 228856 18888 2171 14 0 215325 0
[pid=15079/tid=15081] ppid=15077 vsize=915424 CPUtime=0.1
/proc/15079/task/15081/stat : 15081 (java) R 15077 15079 14151 0 -1 64 2660 0 0 0 9 1 0 0 16 0 8 0 162346765 937394176 18888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155521182 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15082] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15082/stat : 15082 (java) S 15077 15079 14151 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162346765 937394176 18888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15083] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15083/stat : 15083 (java) S 15077 15079 14151 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 162346765 937394176 18888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15084] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15084/stat : 15084 (java) S 15077 15079 14151 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162346768 937394176 18888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15085] ppid=15077 vsize=915424 CPUtime=0.09
/proc/15079/task/15085/stat : 15085 (java) S 15077 15079 14151 0 -1 64 324 0 0 0 9 0 0 0 16 0 8 0 162346768 937394176 18888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15086] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15086/stat : 15086 (java) S 15077 15079 14151 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162346768 937394176 18888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15087] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15087/stat : 15087 (java) S 15077 15079 14151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162346768 937394176 18888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915424

[startup+2.98575 s]
/proc/loadavg: 1.92 1.99 1.84 3/84 15087
/proc/meminfo: memFree=1297536/2055888 swapFree=4095388/4096564
[pid=15079] ppid=15077 vsize=915424 CPUtime=2.93
/proc/15079/stat : 15079 (java) R 15077 15079 14151 0 -1 0 23567 0 1 0 281 12 0 0 25 0 8 0 162346761 937394176 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073742827 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15079/statm: 228856 23305 2532 14 0 215325 0
[pid=15079/tid=15081] ppid=15077 vsize=915424 CPUtime=0.18
/proc/15079/task/15081/stat : 15081 (java) S 15077 15079 14151 0 -1 64 6585 0 0 0 15 3 0 0 17 0 8 0 162346765 937394176 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15082] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15082/stat : 15082 (java) S 15077 15079 14151 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162346765 937394176 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15083] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15083/stat : 15083 (java) S 15077 15079 14151 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162346765 937394176 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15084] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15084/stat : 15084 (java) S 15077 15079 14151 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162346768 937394176 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15085] ppid=15077 vsize=915424 CPUtime=0.2
/proc/15079/task/15085/stat : 15085 (java) S 15077 15079 14151 0 -1 64 374 0 0 0 19 1 0 0 15 0 8 0 162346768 937394176 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15086] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15086/stat : 15086 (java) S 15077 15079 14151 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162346768 937394176 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15087] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15087/stat : 15087 (java) S 15077 15079 14151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162346768 937394176 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915424

[startup+6.26739 s]
/proc/loadavg: 1.93 1.99 1.84 3/85 15094
/proc/meminfo: memFree=1397688/2055888 swapFree=4095388/4096564
[pid=15079] ppid=15077 vsize=915424 CPUtime=6.18
/proc/15079/stat : 15079 (java) R 15077 15079 14151 0 -1 0 23582 0 1 0 606 12 0 0 25 0 8 0 162346761 937394176 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073620604 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 228856 23317 2532 14 0 215325 0
[pid=15079/tid=15081] ppid=15077 vsize=915424 CPUtime=0.18
/proc/15079/task/15081/stat : 15081 (java) S 15077 15079 14151 0 -1 64 6585 0 0 0 15 3 0 0 17 0 8 0 162346765 937394176 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15079/tid=15082] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15082/stat : 15082 (java) S 15077 15079 14151 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162346765 937394176 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15083] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15083/stat : 15083 (java) S 15077 15079 14151 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162346765 937394176 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15084] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15084/stat : 15084 (java) S 15077 15079 14151 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162346768 937394176 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15085] ppid=15077 vsize=915424 CPUtime=0.23
/proc/15079/task/15085/stat : 15085 (java) S 15077 15079 14151 0 -1 64 387 0 0 0 22 1 0 0 16 0 8 0 162346768 937394176 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15079/tid=15086] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15086/stat : 15086 (java) S 15077 15079 14151 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162346768 937394176 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15087] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15087/stat : 15087 (java) S 15077 15079 14151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162346768 937394176 23317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915424

[startup+12.7557 s]
/proc/loadavg: 1.93 1.99 1.84 3/85 15094
/proc/meminfo: memFree=1323520/2055888 swapFree=4095388/4096564
[pid=15079] ppid=15077 vsize=915424 CPUtime=12.65
/proc/15079/stat : 15079 (java) R 15077 15079 14151 0 -1 0 23587 0 1 0 1252 13 0 0 25 0 8 0 162346761 937394176 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073620576 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15079/statm: 228856 23321 2532 14 0 215325 0
[pid=15079/tid=15081] ppid=15077 vsize=915424 CPUtime=0.18
/proc/15079/task/15081/stat : 15081 (java) S 15077 15079 14151 0 -1 64 6585 0 0 0 15 3 0 0 16 0 8 0 162346765 937394176 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15079/tid=15082] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15082/stat : 15082 (java) S 15077 15079 14151 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 162346765 937394176 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15083] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15083/stat : 15083 (java) S 15077 15079 14151 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 162346765 937394176 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15084] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15084/stat : 15084 (java) S 15077 15079 14151 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 162346768 937394176 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15085] ppid=15077 vsize=915424 CPUtime=0.23
/proc/15079/task/15085/stat : 15085 (java) S 15077 15079 14151 0 -1 64 392 0 0 0 22 1 0 0 15 0 8 0 162346768 937394176 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15079/tid=15086] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15086/stat : 15086 (java) S 15077 15079 14151 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 162346768 937394176 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15079/tid=15087] ppid=15077 vsize=915424 CPUtime=0
/proc/15079/task/15087/stat : 15087 (java) S 15077 15079 14151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 162346768 937394176 23321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915424

Child status: 0
Real time (s): 15.558
CPU time (s): 15.4397
CPU user time (s): 15.2947
CPU system time (s): 0.144977
CPU usage (%): 99.2393
Max. virtual memory (cumulated for all children) (KiB): 915424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.2947
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23595
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= 1490
involuntary context switches= 1678

runsolver used 0.027995 s user time and 0.042993 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 03:11:37 UTC 2007


IDJOB= 199998
IDBENCH= 3671
FILE ID= node76/199998-1168139497

PBS_JOBID= 3478049

Free space on /tmp= 66638 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  dd49bd67587a6d72b39a88f193f28a46

RANDOM SEED= 963766163

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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1312984 kB
Buffers:         47000 kB
Cached:         425348 kB
SwapCached:        456 kB
Active:         454976 kB
Inactive:       236948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1312984 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:           10396 kB
Writeback:           0 kB
Mapped:         227584 kB
Slab:            36284 kB
Committed_AS:  6325452 kB
PageTables:       2336 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66636 MiB



End job on node76 on Sun Jan  7 03:11:52 UTC 2007