Trace number 1056695

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 ACSAT 52.9579 53.2947

DiagnosticValue
CHECKS147886
NODES24765

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-47_ext.xml
MD5SUM8ec87221537ee5bc2db23821d5a6d359
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 benchmark52.9579
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.10	
0.00/0.10	Abscon 112 (May, 2008)
0.16/0.27	
0.16/0.27	   configuration
0.16/0.27	     name=mac.xml
0.26/0.31	   
0.26/0.31	   instance
0.26/0.31	     name=HOME/instance-1056695-1215105689.xml
0.26/0.35	   
0.26/0.35	   domains being loaded...
0.26/0.36	   
0.26/0.36	   variables being loaded...
0.26/0.38	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.26/0.38	       =>  wckTime=0.107  cpuTime=0.1  mem=7M919
0.26/0.38	   
0.26/0.38	   relations being loaded...
0.86/0.94	   
0.86/0.94	   constraints being loaded...
1.24/1.30	     nbConstraints=75  nbRelationTypes=75  nbGlobalConstraints=75  nbExtensionStructures=75
1.24/1.30	     nbSharedExtensionStructures=0  nbConflictsStructures=75  nbSharedConflictsStructures=0
1.24/1.30	     nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=16  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.24/1.30	     symmetryWckTime=0.05  symmetryCpuTime=0.02
1.24/1.30	       =>  wckTime=1.025  cpuTime=0.86  mem=52M807
1.34/1.48	   
1.34/1.49	   solver IterativeSystematicSolver being built... 
1.43/1.55	   
1.43/1.56	   INFO : Forward propagation technique limited 
1.54/1.61	       =>  wckTime=1.339  cpuTime=0.98  mem=42M406
1.54/1.68	   
1.54/1.68	   preprocessing
1.54/1.68	     nbConstraintChecks=0  nbValidityChecks=378388  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0
1.54/1.68	     nbRemovedValues=0  detectedInconsistency=no
1.54/1.68	       =>  wckTime=0.061  cpuTime=0.05  mem=42M406
2.44/2.57	   
2.44/2.57	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=43M408)
52.89/53.23	   
52.89/53.23	   search
52.89/53.23	     run=16  nbConstraintChecks=147886  nbValidityChecks=591978923  minDepth=3  maxDepth=24  nbPropagations=1251227
52.89/53.23	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=24765  nbFailedAssignments=14213  nbBacktracks=10419
52.89/53.23	     nbVisitedNodes=45827  nbRestartNogoods=123  nbFoundSolutions=1  nbSEliminables=0.03  nbREliminables=3.68
52.89/53.23	     nbIEliminables=12.96  nbDEliminables=0  nbPEliminables=0
52.89/53.23	       =>  wckTime=51.611  cpuTime=51.25  mem=44M378
52.89/53.23	   
52.89/53.23	   global
52.89/53.23	     nbConstraintChecks=147886  nbValidityChecks=592357311  nbPropagations=1251251  nbRestartNogoods=123
52.89/53.23	     solvingWckTime=51.614  solvingCpuTime=51.26  expiredTime=no  totalExploration=no  nbFoundSolutions=1
52.89/53.23	     firstSolutionCpuTime=52.23  globalCpuTime=52.27
52.89/53.23	       =>  wckTime=52.956  cpuTime=52.24  mem=44M378
52.89/53.23	   
52.89/53.23	s SATISFIABLE
52.89/53.23	v 6 10 5 4 8 2 20 0 17 12 14 0 23 3 19 8 0 4 12 1 12 5 2 7 
52.89/53.23	d NODES 24765
52.89/53.23	d CHECKS 147886
52.89/53.23	   
52.89/53.24	   totalWckTime=53.026  totalCpuTime=52.27

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056695-1215105689/watcher-1056695-1215105689 -o /tmp/evaluation-result-1056695-1215105689/solver-1056695-1215105689 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1056695-1215105689.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 15473
/proc/meminfo: memFree=1654528/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=18572 CPUtime=0
/proc/15473/stat : 15473 (runsolver) R 15471 15473 15403 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 633492099 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/15473/statm: 4643 292 257 25 0 2626 0

[startup+0.104779 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 15473
/proc/meminfo: memFree=1654528/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=865884 CPUtime=0.07
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 3674 0 1 0 5 2 0 0 18 0 9 0 633492099 886665216 3149 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216471 3149 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.201791 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 15473
/proc/meminfo: memFree=1654528/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866044 CPUtime=0.16
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 4478 0 1 0 12 4 0 0 18 0 9 0 633492099 886829056 3910 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216511 3910 1850 9 0 211059 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 866044

[startup+0.301801 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 15473
/proc/meminfo: memFree=1654528/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866204 CPUtime=0.26
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 5574 0 1 0 21 5 0 0 18 0 9 0 633492099 886992896 4997 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216551 4997 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866204

[startup+0.701839 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 15473
/proc/meminfo: memFree=1654528/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866400 CPUtime=0.66
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 13109 0 1 0 59 7 0 0 18 0 9 0 633492099 887193600 12479 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216600 12479 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 866400

[startup+1.50292 s]
/proc/loadavg: 0.00 0.00 0.00 3/89 15496
/proc/meminfo: memFree=1520032/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866944 CPUtime=1.43
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 32364 147 1 0 129 14 0 0 18 0 10 0 633492099 887750656 24275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216736 24275 2630 9 0 211242 0
[pid=15473/tid=15475] ppid=15471 vsize=866944 CPUtime=1.06
/proc/15473/task/15475/stat : 15475 (java) R 15471 15473 15403 0 -1 64 16690 147 1 0 98 8 0 0 16 0 10 0 633492101 887750656 24275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15476] ppid=15471 vsize=866944 CPUtime=0.23
/proc/15473/task/15476/stat : 15476 (java) R 15471 15473 15403 0 -1 64 14484 147 0 0 19 4 0 0 18 0 10 0 633492102 887750656 24275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15477] ppid=15471 vsize=866944 CPUtime=0
/proc/15473/task/15477/stat : 15477 (java) S 15471 15473 15403 0 -1 64 14 147 0 0 0 0 0 0 16 0 10 0 633492103 887750656 24275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15478] ppid=15471 vsize=866944 CPUtime=0
/proc/15473/task/15478/stat : 15478 (java) S 15471 15473 15403 0 -1 64 8 147 0 0 0 0 0 0 16 0 10 0 633492103 887750656 24275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15479] ppid=15471 vsize=866944 CPUtime=0
/proc/15473/task/15479/stat : 15479 (java) S 15471 15473 15403 0 -1 64 1 147 0 0 0 0 0 0 18 0 10 0 633492105 887750656 24275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15480] ppid=15471 vsize=866944 CPUtime=0.11
/proc/15473/task/15480/stat : 15480 (java) S 15471 15473 15403 0 -1 64 360 147 0 0 11 0 0 0 15 0 10 0 633492105 887750656 24275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15481] ppid=15471 vsize=866944 CPUtime=0
/proc/15473/task/15481/stat : 15481 (java) S 15471 15473 15403 0 -1 64 2 147 0 0 0 0 0 0 19 0 10 0 633492105 887750656 24275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15482] ppid=15471 vsize=866944 CPUtime=0
/proc/15473/task/15482/stat : 15482 (java) S 15471 15473 15403 0 -1 64 3 147 0 0 0 0 0 0 15 0 10 0 633492105 887750656 24275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 866944

[startup+3.10209 s]
/proc/loadavg: 0.00 0.00 0.00 3/89 15504
/proc/meminfo: memFree=1479448/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866944 CPUtime=3.04
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 35599 270 1 0 287 16 0 1 18 0 9 0 633492099 887750656 24390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216736 24390 2634 9 0 211242 0
[pid=15473/tid=15475] ppid=15471 vsize=866944 CPUtime=2.57
/proc/15473/task/15475/stat : 15475 (java) R 15471 15473 15403 0 -1 64 19755 270 1 0 247 9 0 1 25 0 9 0 633492101 887750656 24390 996147200 134512640 134550740 4294955984 18446744073709551615 4126765239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15476] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15476/stat : 15476 (java) S 15471 15473 15403 0 -1 64 14485 270 0 0 19 4 0 1 17 0 9 0 633492102 887750656 24390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15477] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15477/stat : 15477 (java) S 15471 15473 15403 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15478] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15478/stat : 15478 (java) S 15471 15473 15403 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15479] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15479/stat : 15479 (java) S 15471 15473 15403 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 633492105 887750656 24390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15480] ppid=15471 vsize=866944 CPUtime=0.21
/proc/15473/task/15480/stat : 15480 (java) S 15471 15473 15403 0 -1 64 526 270 0 0 20 0 0 1 16 0 9 0 633492105 887750656 24390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15481] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15481/stat : 15481 (java) S 15471 15473 15403 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 633492105 887750656 24390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15482] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15482/stat : 15482 (java) S 15471 15473 15403 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 633492105 887750656 24390 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 866944

[startup+6.3014 s]
/proc/loadavg: 0.16 0.03 0.01 3/89 15504
/proc/meminfo: memFree=1478944/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866944 CPUtime=6.22
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 35625 270 1 0 605 16 0 1 18 0 9 0 633492099 887750656 24402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216736 24402 2634 9 0 211242 0
[pid=15473/tid=15475] ppid=15471 vsize=866944 CPUtime=5.73
/proc/15473/task/15475/stat : 15475 (java) R 15471 15473 15403 0 -1 64 19769 270 1 0 562 10 0 1 17 0 9 0 633492101 887750656 24402 996147200 134512640 134550740 4294955984 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15476] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15476/stat : 15476 (java) S 15471 15473 15403 0 -1 64 14485 270 0 0 19 4 0 1 16 0 9 0 633492102 887750656 24402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15477] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15477/stat : 15477 (java) S 15471 15473 15403 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15478] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15478/stat : 15478 (java) S 15471 15473 15403 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15479] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15479/stat : 15479 (java) S 15471 15473 15403 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 633492105 887750656 24402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15480] ppid=15471 vsize=866944 CPUtime=0.23
/proc/15473/task/15480/stat : 15480 (java) S 15471 15473 15403 0 -1 64 538 270 0 0 22 0 0 1 15 0 9 0 633492105 887750656 24402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15481] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15481/stat : 15481 (java) S 15471 15473 15403 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 633492105 887750656 24402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15482] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15482/stat : 15482 (java) S 15471 15473 15403 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 633492105 887750656 24402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 866944

[startup+12.701 s]
/proc/loadavg: 0.31 0.07 0.02 3/89 15504
/proc/meminfo: memFree=1478696/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866944 CPUtime=12.58
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 35653 270 1 0 1241 16 0 1 18 0 9 0 633492099 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216736 24407 2634 9 0 211242 0
[pid=15473/tid=15475] ppid=15471 vsize=866944 CPUtime=12.09
/proc/15473/task/15475/stat : 15475 (java) R 15471 15473 15403 0 -1 64 19792 270 1 0 1198 10 0 1 20 0 9 0 633492101 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15476] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15476/stat : 15476 (java) S 15471 15473 15403 0 -1 64 14485 270 0 0 19 4 0 1 16 0 9 0 633492102 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15477] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15477/stat : 15477 (java) S 15471 15473 15403 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15478] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15478/stat : 15478 (java) S 15471 15473 15403 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15479] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15479/stat : 15479 (java) S 15471 15473 15403 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 633492105 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15480] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15480/stat : 15480 (java) S 15471 15473 15403 0 -1 64 543 270 0 0 23 0 0 1 16 0 9 0 633492105 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15481] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15481/stat : 15481 (java) S 15471 15473 15403 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 633492105 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15482] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15482/stat : 15482 (java) S 15471 15473 15403 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 633492105 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 866944

[startup+25.5023 s]
/proc/loadavg: 0.68 0.16 0.05 3/89 15504
/proc/meminfo: memFree=1478760/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866944 CPUtime=25.34
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 35692 270 1 0 2516 17 0 1 18 0 9 0 633492099 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216736 24407 2634 9 0 211242 0
[pid=15473/tid=15475] ppid=15471 vsize=866944 CPUtime=24.83
/proc/15473/task/15475/stat : 15475 (java) R 15471 15473 15403 0 -1 64 19831 270 1 0 2472 10 0 1 18 0 9 0 633492101 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15476] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15476/stat : 15476 (java) S 15471 15473 15403 0 -1 64 14485 270 0 0 19 4 0 1 16 0 9 0 633492102 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15477] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15477/stat : 15477 (java) S 15471 15473 15403 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15478] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15478/stat : 15478 (java) S 15471 15473 15403 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15479] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15479/stat : 15479 (java) S 15471 15473 15403 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 633492105 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15480] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15480/stat : 15480 (java) S 15471 15473 15403 0 -1 64 543 270 0 0 23 0 0 1 16 0 9 0 633492105 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15481] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15481/stat : 15481 (java) S 15471 15473 15403 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 633492105 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15482] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15482/stat : 15482 (java) S 15471 15473 15403 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 633492105 887750656 24407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 866944

[startup+51.1029 s]
/proc/loadavg: 1.13 0.31 0.10 3/89 15504
/proc/meminfo: memFree=1478632/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866944 CPUtime=50.8
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 35730 270 1 0 5062 17 0 1 18 0 9 0 633492099 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216736 24408 2634 9 0 211242 0
[pid=15473/tid=15475] ppid=15471 vsize=866944 CPUtime=50.3
/proc/15473/task/15475/stat : 15475 (java) R 15471 15473 15403 0 -1 64 19867 270 1 0 5019 10 0 1 25 0 9 0 633492101 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15476] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15476/stat : 15476 (java) S 15471 15473 15403 0 -1 64 14485 270 0 0 19 4 0 1 16 0 9 0 633492102 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15477] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15477/stat : 15477 (java) S 15471 15473 15403 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15478] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15478/stat : 15478 (java) S 15471 15473 15403 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15479] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15479/stat : 15479 (java) S 15471 15473 15403 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15480] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15480/stat : 15480 (java) S 15471 15473 15403 0 -1 64 545 270 0 0 23 0 0 1 16 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15481] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15481/stat : 15481 (java) S 15471 15473 15403 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15482] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15482/stat : 15482 (java) S 15471 15473 15403 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 866944

Solver just ended. Dumping a history of the last processes samples

[startup+51.2029 s]
/proc/loadavg: 1.13 0.31 0.10 3/89 15504
/proc/meminfo: memFree=1478632/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866944 CPUtime=50.9
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 35731 270 1 0 5072 17 0 1 18 0 9 0 633492099 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216736 24408 2634 9 0 211242 0
[pid=15473/tid=15475] ppid=15471 vsize=866944 CPUtime=50.4
/proc/15473/task/15475/stat : 15475 (java) R 15471 15473 15403 0 -1 64 19868 270 1 0 5029 10 0 1 25 0 9 0 633492101 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4126790271 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15476] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15476/stat : 15476 (java) S 15471 15473 15403 0 -1 64 14485 270 0 0 19 4 0 1 16 0 9 0 633492102 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15477] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15477/stat : 15477 (java) S 15471 15473 15403 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15478] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15478/stat : 15478 (java) S 15471 15473 15403 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15479] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15479/stat : 15479 (java) S 15471 15473 15403 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15480] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15480/stat : 15480 (java) S 15471 15473 15403 0 -1 64 545 270 0 0 23 0 0 1 16 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15481] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15481/stat : 15481 (java) S 15471 15473 15403 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15482] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15482/stat : 15482 (java) S 15471 15473 15403 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 866944

[startup+52.003 s]
/proc/loadavg: 1.13 0.31 0.10 3/89 15504
/proc/meminfo: memFree=1478632/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866944 CPUtime=51.7
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 35733 270 1 0 5152 17 0 1 18 0 9 0 633492099 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216736 24408 2634 9 0 211242 0
[pid=15473/tid=15475] ppid=15471 vsize=866944 CPUtime=51.19
/proc/15473/task/15475/stat : 15475 (java) R 15471 15473 15403 0 -1 64 19870 270 1 0 5108 10 0 1 25 0 9 0 633492101 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15476] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15476/stat : 15476 (java) S 15471 15473 15403 0 -1 64 14485 270 0 0 19 4 0 1 16 0 9 0 633492102 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15477] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15477/stat : 15477 (java) S 15471 15473 15403 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15478] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15478/stat : 15478 (java) S 15471 15473 15403 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15479] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15479/stat : 15479 (java) S 15471 15473 15403 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15480] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15480/stat : 15480 (java) S 15471 15473 15403 0 -1 64 545 270 0 0 23 0 0 1 16 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15481] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15481/stat : 15481 (java) S 15471 15473 15403 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15482] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15482/stat : 15482 (java) S 15471 15473 15403 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.7
Current children cumulated vsize (KiB) 866944

[startup+52.802 s]
/proc/loadavg: 1.20 0.33 0.11 3/89 15504
/proc/meminfo: memFree=1478632/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866944 CPUtime=52.5
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 35736 270 1 0 5232 17 0 1 18 0 9 0 633492099 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216736 24408 2634 9 0 211242 0
[pid=15473/tid=15475] ppid=15471 vsize=866944 CPUtime=52
/proc/15473/task/15475/stat : 15475 (java) R 15471 15473 15403 0 -1 64 19873 270 1 0 5189 10 0 1 25 0 9 0 633492101 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4126765186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15476] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15476/stat : 15476 (java) S 15471 15473 15403 0 -1 64 14485 270 0 0 19 4 0 1 16 0 9 0 633492102 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15477] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15477/stat : 15477 (java) S 15471 15473 15403 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15478] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15478/stat : 15478 (java) S 15471 15473 15403 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15479] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15479/stat : 15479 (java) S 15471 15473 15403 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15480] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15480/stat : 15480 (java) S 15471 15473 15403 0 -1 64 545 270 0 0 23 0 0 1 16 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15481] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15481/stat : 15481 (java) S 15471 15473 15403 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15482] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15482/stat : 15482 (java) S 15471 15473 15403 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.5
Current children cumulated vsize (KiB) 866944

[startup+53.2021 s]
/proc/loadavg: 1.20 0.33 0.11 3/89 15504
/proc/meminfo: memFree=1478632/2055920 swapFree=4157716/4192956
[pid=15473] ppid=15471 vsize=866944 CPUtime=52.89
/proc/15473/stat : 15473 (java) S 15471 15473 15403 0 -1 0 35737 270 1 0 5271 17 0 1 18 0 9 0 633492099 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15473/statm: 216736 24408 2634 9 0 211242 0
[pid=15473/tid=15475] ppid=15471 vsize=866944 CPUtime=52.39
/proc/15473/task/15475/stat : 15475 (java) R 15471 15473 15403 0 -1 64 19874 270 1 0 5228 10 0 1 25 0 9 0 633492101 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4126765003 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15476] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15476/stat : 15476 (java) S 15471 15473 15403 0 -1 64 14485 270 0 0 19 4 0 1 16 0 9 0 633492102 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15477] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15477/stat : 15477 (java) S 15471 15473 15403 0 -1 64 14 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15478] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15478/stat : 15478 (java) S 15471 15473 15403 0 -1 64 8 270 0 0 0 0 0 1 16 0 9 0 633492103 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15479] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15479/stat : 15479 (java) S 15471 15473 15403 0 -1 64 1 270 0 0 0 0 0 1 18 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15480] ppid=15471 vsize=866944 CPUtime=0.24
/proc/15473/task/15480/stat : 15480 (java) S 15471 15473 15403 0 -1 64 545 270 0 0 23 0 0 1 16 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15473/tid=15481] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15481/stat : 15481 (java) S 15471 15473 15403 0 -1 64 2 270 0 0 0 0 0 1 19 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15473/tid=15482] ppid=15471 vsize=866944 CPUtime=0.01
/proc/15473/task/15482/stat : 15482 (java) S 15471 15473 15403 0 -1 64 3 270 0 0 0 0 0 1 15 0 9 0 633492105 887750656 24408 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.89
Current children cumulated vsize (KiB) 866944

Child status: 0
Real time (s): 53.2947
CPU time (s): 52.9579
CPU user time (s): 52.751
CPU system time (s): 0.206968
CPU usage (%): 99.3681
Max. virtual memory (cumulated for all children) (KiB): 866944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.751
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36095
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= 2271
involuntary context switches= 2876

runsolver used 0.05999 second user time and 0.19297 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-03 19:21:30
IDJOB=1056695
IDBENCH=53962
IDSOLVER=363
FILE ID=node60/1056695-1215105689
PBS_JOBID= 7877085
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-47_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056695-1215105689/watcher-1056695-1215105689 -o /tmp/evaluation-result-1056695-1215105689/solver-1056695-1215105689 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1056695-1215105689.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8ec87221537ee5bc2db23821d5a6d359
RANDOM SEED=361050021

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.216
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.216
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:       1655136 kB
Buffers:         16060 kB
Cached:         291232 kB
SwapCached:      29036 kB
Active:         213480 kB
Inactive:       134768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655136 kB
SwapTotal:     4192956 kB
SwapFree:      4157716 kB
Dirty:            7116 kB
Writeback:           0 kB
Mapped:          46628 kB
Slab:            38044 kB
Committed_AS:   984112 kB
PageTables:       1816 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= 66544 MiB
End job on node60 at 2008-07-03 19:22:23