Trace number 252412

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 ESAC? 134.777 135.522

General information on the benchmark

Namebmc/
bmc-ibm-03-16.xml
MD5SUMfb69a5b38671f27f173df738602f66d2
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 benchmark1634.83
SatisfiableYES
(Un)Satisfiability was proved
Number of variables14930
Number of constraints87036
Maximum constraint arity19
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension87036
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/252412-1168407367/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.93	     nbVariables=14930  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.93	       =>  wckTime=0.612  cpuTime=0.41  mem=14M52
0.93	   
0.93	   predicates being loaded...
0.99	   
0.99	   constraints being loaded...
10.99	   
10.99	   INFO : Stopping converting binary constraints (cpu=9.03, mem = 400M683)
12.39	     nbConstraints=66116  nbUnaryConstraints=15049  nbMergedConstraints=5871  nbSingletonDomainVariables=119
12.39	     nbConvertedConstraints=38301  nbConvertConstraintsChecks=4581120  nbExtensionStructures=7
12.40	     nbSharedExtensionStructures=38294  nbConflictsStructures=120  nbSharedConflictsStructures=46617
12.40	     nbUnbuiltConflictsStructures=321  nbSharedBinaryRepresentations=207  nbEvaluationManagers=446
12.40	     nbSharedEvaluationManagers=27369  maxDegree=201  maxArity=19
12.40	       =>  wckTime=12.075  cpuTime=9.95  mem=545M330
12.85	   
12.85	   solver IterativeSystematicSolver being built... 
14.52	       =>  wckTime=14.196  cpuTime=11.08  mem=581M528
121.60	   
121.60	   INFO : Stopping ESAC
121.61	   
121.61	   preprocessing
121.61	     nbConstraintChecks=196858  nbValidityChecks=396260  nbPropagations=20696  nbRevisions=318490
121.61	     nbUselessRevisions=315321  nbSingletonTests=3291  nbEffectiveSingletonTests=0  nbESACBranches=2
121.61	     nbRemovedValues=685  detectedInconsistency=no
121.61	       =>  wckTime=107.059  cpuTime=106.49  mem=584M464
122.29	java.lang.ArrayIndexOutOfBoundsException: -1
122.29		at abscon.tools.BitManager.convert(BitManager.java:237)
122.29		at abscon.solvers.systematicSolvers.SolutionCounter.buildHashKey(SolutionCounter.java:277)
122.29		at abscon.solvers.systematicSolvers.SolutionCounter.dealWhenOpeningNode(SolutionCounter.java:307)
122.29		at abscon.solvers.systematicSolvers.SystematicSolver.tryAssignment(SystematicSolver.java:439)
122.29		at abscon.solvers.systematicSolvers.IterativeSystematicSolver.searchAtNextDepth(IterativeSystematicSolver.java:68)
122.29		at abscon.solvers.systematicSolvers.SystematicSolver.doRun(SystematicSolver.java:579)
122.29		at abscon.solvers.Solver.doSearch(Solver.java:517)
122.29		at abscon.solvers.Solver.solve(Solver.java:586)
122.29		at abscon.Resolution.solveInstance(Resolution.java:531)
122.29		at abscon.Resolution.solveInstances(Resolution.java:604)
122.29		at abscon.Resolution.main(Resolution.java:702)
122.29	   
122.29	   error
122.29	     name=java.lang.ArrayIndexOutOfBoundsException: -1
122.29	   
122.29	   INFO :  mem = 584M890
122.30	   
122.30	Abscon 109 (November, 2006)
122.30	   
122.30	   configuration
122.30	     name=esac.xml
122.30	   
122.30	   instance
122.30	     name=/tmp/evaluation/252412-1168407367/unknown.xml
122.31	   
122.31	   domains being loaded...
122.31	   
122.31	   variables being loaded...
122.48	     nbVariables=14930  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
122.48	       =>  wckTime=0.181  cpuTime=0.16  mem=626M972
122.48	   
122.48	   predicates being loaded...
122.52	   
122.52	   constraints being loaded...
135.39	java.lang.OutOfMemoryError: Java heap space
135.39	   
135.39	   error
135.39	     name=java.lang.OutOfMemoryError: Java heap space
135.39	   
135.39	   INFO :  mem = 618M531
135.39	s UNKNOWN

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node2/watcher-252412-1168407367 -o ROOT/results/node2/solver-252412-1168407367 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/252412-1168407367/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
/proc/loadavg: 2.06 2.02 2.00 5/94 30209
/proc/meminfo: memFree=1612224/2055920 swapFree=4180528/4192956
[pid=30208] ppid=30206 vsize=18540 CPUtime=0
/proc/30208/stat : 30208 (runsolver) R 30206 29553 29553 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 189132341 18984960 277 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 206378674230 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30208/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107231 s]
/proc/loadavg: 2.06 2.02 2.00 5/94 30209
/proc/meminfo: memFree=1612224/2055920 swapFree=4180528/4192956
[pid=30208] ppid=30206 vsize=914988 CPUtime=0.08
/proc/30208/stat : 30208 (java) R 30206 30208 29553 0 -1 0 2966 0 1 0 7 1 0 0 17 0 8 0 189132341 936947712 2712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155274508 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30208/statm: 228747 2712 1418 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515308 s]
/proc/loadavg: 2.06 2.02 2.00 5/94 30209
/proc/meminfo: memFree=1612224/2055920 swapFree=4180528/4192956
[pid=30208] ppid=30206 vsize=915328 CPUtime=0.48
/proc/30208/stat : 30208 (java) R 30206 30208 29553 0 -1 0 6660 0 1 0 44 4 0 0 18 0 8 0 189132341 937295872 6399 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30208/statm: 228832 6399 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33846 s]
/proc/loadavg: 2.06 2.02 2.00 3/101 30216
/proc/meminfo: memFree=1542408/2055920 swapFree=4180528/4192956
[pid=30208] ppid=30206 vsize=915620 CPUtime=1.3
/proc/30208/stat : 30208 (java) R 30206 30208 29553 0 -1 0 19762 0 1 0 120 10 0 0 24 0 8 0 189132341 937594880 19500 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380233 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30208/statm: 228905 19500 2159 14 0 215375 0
[pid=30208/tid=30210] ppid=30206 vsize=915620 CPUtime=0.09
/proc/30208/task/30210/stat : 30210 (java) S 30206 30208 29553 0 -1 64 3214 0 0 0 8 1 0 0 16 0 8 0 189132345 937594880 19500 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30211] ppid=30206 vsize=915620 CPUtime=0
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29553 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 189132345 937594880 19500 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30212] ppid=30206 vsize=915620 CPUtime=0
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29553 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 189132345 937594880 19500 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30213] ppid=30206 vsize=915620 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 189132348 937594880 19500 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30214] ppid=30206 vsize=915620 CPUtime=0.18
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29553 0 -1 64 414 0 0 0 17 1 0 0 16 0 8 0 189132348 937594880 19500 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30215] ppid=30206 vsize=915620 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 189132348 937594880 19500 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30216] ppid=30206 vsize=915620 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 189132348 937594880 19500 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915620

[startup+2.99176 s]
/proc/loadavg: 2.13 2.04 2.01 3/101 30216
/proc/meminfo: memFree=1526984/2055920 swapFree=4180528/4192956
[pid=30208] ppid=30206 vsize=915620 CPUtime=2.94
/proc/30208/stat : 30208 (java) R 30206 30208 29553 0 -1 0 25205 0 1 0 280 14 0 0 25 0 8 0 189132341 937594880 24938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073635465 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30208/statm: 228905 24938 2159 14 0 215375 0
[pid=30208/tid=30210] ppid=30206 vsize=915620 CPUtime=0.38
/proc/30208/task/30210/stat : 30210 (java) S 30206 30208 29553 0 -1 64 8650 0 0 0 34 4 0 0 16 0 8 0 189132345 937594880 24938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30211] ppid=30206 vsize=915620 CPUtime=0
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29553 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 189132345 937594880 24938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30212] ppid=30206 vsize=915620 CPUtime=0
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29553 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 189132345 937594880 24938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30213] ppid=30206 vsize=915620 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 189132348 937594880 24938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30214] ppid=30206 vsize=915620 CPUtime=0.18
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29553 0 -1 64 416 0 0 0 17 1 0 0 16 0 8 0 189132348 937594880 24938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30215] ppid=30206 vsize=915620 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 189132348 937594880 24938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30216] ppid=30206 vsize=915620 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 189132348 937594880 24938 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915620

[startup+6.27536 s]
/proc/loadavg: 2.13 2.04 2.01 3/101 30216
/proc/meminfo: memFree=1499656/2055920 swapFree=4180528/4192956
[pid=30208] ppid=30206 vsize=915752 CPUtime=6.19
/proc/30208/stat : 30208 (java) R 30206 30208 29553 0 -1 0 30494 0 1 0 581 38 0 0 25 0 8 0 189132341 937730048 30223 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073859168 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30208/statm: 228938 30223 2179 14 0 215408 0
[pid=30208/tid=30210] ppid=30206 vsize=915752 CPUtime=0.57
/proc/30208/task/30210/stat : 30210 (java) S 30206 30208 29553 0 -1 64 13839 0 0 0 51 6 0 0 16 0 8 0 189132345 937730048 30223 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30211] ppid=30206 vsize=915752 CPUtime=0
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29553 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 189132345 937730048 30223 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30212] ppid=30206 vsize=915752 CPUtime=0
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29553 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 189132345 937730048 30223 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30213] ppid=30206 vsize=915752 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 189132348 937730048 30223 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30214] ppid=30206 vsize=915752 CPUtime=0.24
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29553 0 -1 64 452 0 0 0 23 1 0 0 15 0 8 0 189132348 937730048 30223 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30215] ppid=30206 vsize=915752 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 189132348 937730048 30223 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30216] ppid=30206 vsize=915752 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 189132348 937730048 30223 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915752

[startup+12.7711 s]
/proc/loadavg: 2.11 2.04 2.01 4/101 30216
/proc/meminfo: memFree=1050760/2055920 swapFree=4180528/4192956
[pid=30208] ppid=30206 vsize=916256 CPUtime=12.6
/proc/30208/stat : 30208 (java) R 30206 30208 29553 0 -1 0 142581 0 1 0 1002 258 0 0 25 0 8 0 189132341 938246144 142234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30208/statm: 229064 142234 2182 14 0 215534 0
[pid=30208/tid=30210] ppid=30206 vsize=916256 CPUtime=2.12
/proc/30208/task/30210/stat : 30210 (java) R 30206 30208 29553 0 -1 64 125897 0 0 0 162 50 0 0 18 0 8 0 189132345 938246144 142234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154035704 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30211] ppid=30206 vsize=916256 CPUtime=0
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29553 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 189132345 938246144 142234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30212] ppid=30206 vsize=916256 CPUtime=0
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29553 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 189132345 938246144 142234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30213] ppid=30206 vsize=916256 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 189132348 938246144 142234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30214] ppid=30206 vsize=916256 CPUtime=0.26
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29553 0 -1 64 465 0 0 0 25 1 0 0 15 0 8 0 189132348 938246144 142234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30215] ppid=30206 vsize=916256 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 189132348 938246144 142234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30216] ppid=30206 vsize=916256 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 189132348 938246144 142234 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 916256

[startup+25.6257 s]
/proc/loadavg: 2.09 2.04 2.01 3/101 30216
/proc/meminfo: memFree=978312/2055920 swapFree=4180528/4192956
[pid=30208] ppid=30206 vsize=916356 CPUtime=25.4
/proc/30208/stat : 30208 (java) R 30206 30208 29553 0 -1 0 161150 0 1 0 2273 267 0 0 25 0 8 0 189132341 938348544 160724 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074293206 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30208/statm: 229089 160724 2539 14 0 215559 0
[pid=30208/tid=30210] ppid=30206 vsize=916356 CPUtime=2.62
/proc/30208/task/30210/stat : 30210 (java) S 30206 30208 29553 0 -1 64 143796 0 0 0 206 56 0 0 16 0 8 0 189132345 938348544 160724 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30211] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29553 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 189132345 938348544 160724 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30212] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29553 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 189132345 938348544 160724 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30213] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 189132348 938348544 160724 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30214] ppid=30206 vsize=916356 CPUtime=0.41
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29553 0 -1 64 689 0 0 0 39 2 0 0 17 0 8 0 189132348 938348544 160724 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30215] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 189132348 938348544 160724 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30216] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 189132348 938348544 160724 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 916356

[startup+51.3225 s]
/proc/loadavg: 2.06 2.03 2.00 3/101 30216
/proc/meminfo: memFree=978376/2055920 swapFree=4180528/4192956
[pid=30208] ppid=30206 vsize=916356 CPUtime=50.97
/proc/30208/stat : 30208 (java) R 30206 30208 29553 0 -1 0 161157 0 1 0 4830 267 0 0 25 0 8 0 189132341 938348544 160727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30208/statm: 229089 160727 2539 14 0 215559 0
[pid=30208/tid=30210] ppid=30206 vsize=916356 CPUtime=2.62
/proc/30208/task/30210/stat : 30210 (java) S 30206 30208 29553 0 -1 64 143796 0 0 0 206 56 0 0 17 0 8 0 189132345 938348544 160727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30211] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29553 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 189132345 938348544 160727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30212] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29553 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 189132345 938348544 160727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30213] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 189132348 938348544 160727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30214] ppid=30206 vsize=916356 CPUtime=0.42
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29553 0 -1 64 696 0 0 0 40 2 0 0 16 0 8 0 189132348 938348544 160727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30215] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 189132348 938348544 160727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30216] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 189132348 938348544 160727 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 916356

[startup+102.612 s]
/proc/loadavg: 2.06 2.04 2.00 3/101 30216
/proc/meminfo: memFree=978376/2055920 swapFree=4180528/4192956
[pid=30208] ppid=30206 vsize=916356 CPUtime=102.02
/proc/30208/stat : 30208 (java) R 30206 30208 29553 0 -1 0 161174 0 1 0 9934 268 0 0 25 0 8 0 189132341 938348544 160738 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074350075 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30208/statm: 229089 160738 2541 14 0 215559 0
[pid=30208/tid=30210] ppid=30206 vsize=916356 CPUtime=2.62
/proc/30208/task/30210/stat : 30210 (java) S 30206 30208 29553 0 -1 64 143796 0 0 0 206 56 0 0 16 0 8 0 189132345 938348544 160738 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30211] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30211/stat : 30211 (java) S 30206 30208 29553 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 189132345 938348544 160738 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30212] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30212/stat : 30212 (java) S 30206 30208 29553 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 189132345 938348544 160738 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30213] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30213/stat : 30213 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 189132348 938348544 160738 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30214] ppid=30206 vsize=916356 CPUtime=0.44
/proc/30208/task/30214/stat : 30214 (java) S 30206 30208 29553 0 -1 64 708 0 0 0 42 2 0 0 16 0 8 0 189132348 938348544 160738 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30215] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30215/stat : 30215 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 189132348 938348544 160738 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30208/tid=30216] ppid=30206 vsize=916356 CPUtime=0
/proc/30208/task/30216/stat : 30216 (java) S 30206 30208 29553 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 189132348 938348544 160738 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 916356

Child status: 0
Real time (s): 135.522
CPU time (s): 134.777
CPU user time (s): 131.781
CPU system time (s): 2.99554
CPU usage (%): 99.4496
Max. virtual memory (cumulated for all children) (KiB): 917360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.781
system time used= 2.99554
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202584
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= 4808
involuntary context switches= 9634

runsolver used 0.170974 s user time and 0.400939 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Wed Jan 10 05:36:07 UTC 2007


IDJOB= 252412
IDBENCH= 12934
FILE ID= node2/252412-1168407367

PBS_JOBID= 3523178

Free space on /tmp= 66521 MiB

BENCH NAME= HOME/pub/bench/CPAI06/bmc/bmc-ibm-03-16.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/252412-1168407367/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-252412-1168407367 -o ROOT/results/node2/solver-252412-1168407367 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/252412-1168407367/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fb69a5b38671f27f173df738602f66d2

RANDOM SEED= 726449235

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.259
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.259
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:       1612704 kB
Buffers:         42664 kB
Cached:         251952 kB
SwapCached:        504 kB
Active:         263020 kB
Inactive:       125604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612704 kB
SwapTotal:     4192956 kB
SwapFree:      4180528 kB
Dirty:           13712 kB
Writeback:           0 kB
Mapped:         114084 kB
Slab:            38912 kB
Committed_AS:  6401260 kB
PageTables:       2580 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= 66521 MiB



End job on node2 on Wed Jan 10 05:38:23 UTC 2007