Trace number 2096781

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 30.2284 30.4281

DiagnosticValue
CHECKS9495560
NODES6682

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-07.xml
MD5SUM649294e53c6b0b14135b49af7d95af4e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.61815
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
Global constraints used (with number of constraints)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2096781-1247410694.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.41	     nbVariables=368  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9568
0.38/0.41	       =>  wckTime=0.159  cpuTime=0.12  mem=8M867
0.38/0.41	   
0.38/0.41	   relations being loaded...
0.38/0.48	   
0.38/0.49	   predicates being loaded...
0.48/0.55	   
0.48/0.55	   constraints being loaded...
0.88/0.99	   Too large in ConstraintConflictsSTructure
0.98/1.03	   Too large in ConstraintConflictsSTructure
2.25/2.35	     nbConstraints=2573  nbRelationTypes=6  nbGlobalConstraints=153  nbExtensionStructures=6
2.25/2.35	     nbSharedExtensionStructures=146  nbConflictsStructures=4  nbSharedConflictsStructures=124
2.25/2.35	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
2.25/2.35	     nbSharedEvaluationManagers=2412  minDegree=14  maxDegree=87  minArity=3  avgArity=8.65  maxArity=350
2.25/2.35	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.429  symmetryCpuTime=0.23
2.25/2.35	       =>  wckTime=2.101  cpuTime=1.58  mem=34M410
2.35/2.47	   
2.35/2.47	   solver IterativeSystematicSolver being built... 
2.75/2.84	   
2.75/2.84	   INFO : Forward propagation technique limited 
2.85/2.92	       =>  wckTime=2.667  cpuTime=1.92  mem=82M755
3.04/3.12	   
3.04/3.12	   preprocessing
3.04/3.12	     nbConstraintChecks=780  nbValidityChecks=1076382  nbPropagations=415  nbRevisions=70  nbUselessRevisions=70
3.04/3.12	     nbRemovedValues=419  detectedInconsistency=no
3.04/3.12	       =>  wckTime=0.196  cpuTime=0.16  mem=83M754
7.93/8.01	   
7.93/8.01	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=58M219)
30.12/30.35	   
30.12/30.35	   search
30.12/30.35	     run=10  nbConstraintChecks=9494781  nbValidityChecks=71847416  minDepth=15  maxDepth=368  nbPropagations=363626
30.12/30.35	     nbRevisions=14425821  nbUselessRevisions=14423930  nbAssignments=6682  nbFailedAssignments=1267
30.12/30.35	     nbInferredBacktracks=20  nbBacktracks=2594  nbVisitedNodes=8807  nbRestartNogoods=166  nbFoundSolutions=1
30.12/30.36	     nbSEliminables=0  nbREliminables=56.94  nbIEliminables=246.9  nbDEliminables=0  nbPEliminables=0
30.12/30.36	       =>  wckTime=27.434  cpuTime=27.05  mem=58M219
30.12/30.36	   
30.12/30.36	   global
30.12/30.36	     nbConstraintChecks=9495561  nbValidityChecks=72923798  nbPropagations=364041  nbRevisions=14425891
30.12/30.36	     nbUselessRevisions=14424000  nbRestartNogoods=166  solvingWckTime=27.436  solvingCpuTime=27.05  expiredTime=no
30.12/30.36	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=28.96  globalCpuTime=29.02
30.12/30.36	       =>  wckTime=30.107  cpuTime=28.97  mem=58M219
30.12/30.36	   
30.12/30.36	s SATISFIABLE
30.12/30.36	v 19 22 0 18 19 14 18 2 0 18 2 0 11 0 22 7 0 19 22 0 17 19 8 13 2 0 18 4 11 11 4 13 7 14 11 4 8 13 2 4 18 19 20 14 20 18 21 0 11 4 13 19 8 13 4 18 13 4 7 17 20 18 20 18 15 4 13 8 18 4 17 4 2 19 8 13 2 7 17 0 19 8 13 6 18 21 0 17 24 15 0 12 7 0 17 4 11 8 15 18 14 17 4 18 12 14 15 8 3 4 0 2 14 3 13 4 3 13 0 6 12 14 13 0 6 14 3 11 8 10 4 22 8 18 4 3 12 0 5 8 14 18 8 6 17 4 4 13 18 18 4 4 1 0 7 18 8 13 13 4 17 24 4 18 19 0 15 15 4 17 19 17 4 4 17 4 18 19 18 18 4 22 4 17 11 0 18 4 17 5 0 3 4 17 15 4 4 11 25 0 6 17 4 1 2 0 12 0 11 4 23 8 18 4 11 8 0 3 0 13 20 19 0 19 4 2 14 11 4 12 0 13 5 0 17 12 18 1 8 6 4 11 14 22 4 13 8 3 11 14 18 17 8 1 2 14 14 3 8 13 4 3 4 13 18 19 17 20 19 3 8 4 7 0 17 3 5 4 3 4 10 4 18 1 17 8 6 0 3 4 18 8 11 14 0 22 0 17 4 18 19 0 17 4 22 0 18 18 14 17 19 18 18 0 19 20 17 13 0 11 8 0 19 8 15 15 4 2 0 13 14 4 8 17 4 18 0 6 4 13 19 8 13 11 0 24 3 8 17 4 0 15 18 4 15 0 17 18 4 15 0 24 13 4 18 0 24 18 
30.12/30.36	d NODES 6682
30.12/30.36	d CHECKS 9495561
30.12/30.36	   
30.12/30.36	   totalWckTime=30.175  totalCpuTime=29.03

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096781-1247410694/watcher-2096781-1247410694 -o /tmp/evaluation-result-2096781-1247410694/solver-2096781-1247410694 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096781-1247410694.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): 2000 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


[startup+0 s]
/proc/loadavg: 2.23 2.10 2.03 4/80 478
/proc/meminfo: memFree=1760488/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=18576 CPUtime=0
/proc/478/stat : 478 (runsolver) R 476 478 31546 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28137192 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/478/statm: 4644 284 249 26 0 2626 0

[startup+0.04362 s]
/proc/loadavg: 2.23 2.10 2.03 4/80 478
/proc/meminfo: memFree=1760488/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=861936 CPUtime=0.02
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 2296 0 1 0 1 1 0 0 18 0 5 0 28137192 882622464 1896 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 215484 1896 867 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.102627 s]
/proc/loadavg: 2.23 2.10 2.03 4/80 478
/proc/meminfo: memFree=1760488/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=865980 CPUtime=0.08
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 3737 0 1 0 6 2 0 0 18 0 9 0 28137192 886763520 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 216495 3205 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.302651 s]
/proc/loadavg: 2.23 2.10 2.03 4/80 478
/proc/meminfo: memFree=1760488/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=866380 CPUtime=0.28
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 5968 0 1 0 24 4 0 0 18 0 9 0 28137192 887173120 5334 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 216595 5334 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701709 s]
/proc/loadavg: 2.23 2.10 2.03 4/80 478
/proc/meminfo: memFree=1760488/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=867612 CPUtime=0.68
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 10273 0 1 0 60 8 0 0 18 0 9 0 28137192 888434688 9627 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 216903 9627 2039 9 0 211339 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867612

[startup+1.50179 s]
/proc/loadavg: 2.23 2.10 2.03 4/89 487
/proc/meminfo: memFree=1709728/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=867692 CPUtime=1.48
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 19802 0 1 0 129 19 0 0 18 0 9 0 28137192 888516608 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 216923 19128 2033 9 0 211381 0
[pid=478/tid=480] ppid=476 vsize=867692 CPUtime=1.18
/proc/478/task/480/stat : 480 (java) R 476 478 31546 0 -1 64 15834 0 1 0 103 15 0 0 25 0 9 0 28137193 888516608 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=481] ppid=476 vsize=867692 CPUtime=0.05
/proc/478/task/481/stat : 481 (java) S 476 478 31546 0 -1 64 2548 0 0 0 4 1 0 0 16 0 9 0 28137195 888516608 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=482] ppid=476 vsize=867692 CPUtime=0
/proc/478/task/482/stat : 482 (java) S 476 478 31546 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28137195 888516608 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=483] ppid=476 vsize=867692 CPUtime=0
/proc/478/task/483/stat : 483 (java) S 476 478 31546 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28137195 888516608 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=484] ppid=476 vsize=867692 CPUtime=0
/proc/478/task/484/stat : 484 (java) S 476 478 31546 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28137197 888516608 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=485] ppid=476 vsize=867692 CPUtime=0.22
/proc/478/task/485/stat : 485 (java) R 476 478 31546 0 -1 64 719 0 0 0 21 1 0 0 16 0 9 0 28137197 888516608 19128 996147200 134512640 134550932 4294955968 18446744073709551615 101491888 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=486] ppid=476 vsize=867692 CPUtime=0
/proc/478/task/486/stat : 486 (java) S 476 478 31546 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28137197 888516608 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=487] ppid=476 vsize=867692 CPUtime=0
/proc/478/task/487/stat : 487 (java) S 476 478 31546 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28137197 888516608 19128 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867692

[startup+3.10198 s]
/proc/loadavg: 2.23 2.10 2.03 3/91 489
/proc/meminfo: memFree=1677776/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=868200 CPUtime=3.04
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 48044 629 1 0 257 33 14 0 18 0 10 0 28137192 889036800 27806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 217050 27806 2661 9 0 211486 0
[pid=478/tid=480] ppid=476 vsize=868200 CPUtime=2.39
/proc/478/task/480/stat : 480 (java) R 476 478 31546 0 -1 64 29297 629 1 0 201 24 14 0 18 0 10 0 28137193 889036800 27806 996147200 134512640 134550932 4294955968 18446744073709551615 4127303168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=481] ppid=476 vsize=868200 CPUtime=0.43
/proc/478/task/481/stat : 481 (java) S 476 478 31546 0 -1 64 16948 629 0 0 23 6 14 0 16 0 10 0 28137195 889036800 27806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=482] ppid=476 vsize=868200 CPUtime=0.14
/proc/478/task/482/stat : 482 (java) S 476 478 31546 0 -1 64 21 629 0 0 0 0 14 0 15 0 10 0 28137195 889036800 27806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=483] ppid=476 vsize=868200 CPUtime=0.14
/proc/478/task/483/stat : 483 (java) S 476 478 31546 0 -1 64 10 629 0 0 0 0 14 0 15 0 10 0 28137195 889036800 27806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=484] ppid=476 vsize=868200 CPUtime=0.14
/proc/478/task/484/stat : 484 (java) S 476 478 31546 0 -1 64 2 629 0 0 0 0 14 0 24 0 10 0 28137197 889036800 27806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=485] ppid=476 vsize=868200 CPUtime=0.47
/proc/478/task/485/stat : 485 (java) S 476 478 31546 0 -1 64 959 629 0 0 32 1 14 0 16 0 10 0 28137197 889036800 27806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=486] ppid=476 vsize=868200 CPUtime=0.14
/proc/478/task/486/stat : 486 (java) S 476 478 31546 0 -1 64 0 629 0 0 0 0 14 0 25 0 10 0 28137197 889036800 27806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=487] ppid=476 vsize=868200 CPUtime=0.14
/proc/478/task/487/stat : 487 (java) S 476 478 31546 0 -1 64 11 629 0 0 0 0 14 0 15 0 10 0 28137197 889036800 27806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868200

[startup+6.30235 s]
/proc/loadavg: 2.29 2.12 2.04 3/89 491
/proc/meminfo: memFree=1638480/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=868112 CPUtime=6.24
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 53221 752 1 0 573 36 14 1 18 0 9 0 28137192 888946688 32866 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 217028 32866 2639 9 0 211486 0
[pid=478/tid=480] ppid=476 vsize=868112 CPUtime=5.41
/proc/478/task/480/stat : 480 (java) R 476 478 31546 0 -1 64 29333 752 1 0 502 24 14 1 17 0 9 0 28137193 888946688 32866 996147200 134512640 134550932 4294955968 18446744073709551615 4127303347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=481] ppid=476 vsize=868112 CPUtime=0.54
/proc/478/task/481/stat : 481 (java) S 476 478 31546 0 -1 64 22013 752 0 0 31 8 14 1 16 0 9 0 28137195 888946688 32866 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=482] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/482/stat : 482 (java) S 476 478 31546 0 -1 64 21 752 0 0 0 0 14 1 16 0 9 0 28137195 888946688 32866 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=483] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/483/stat : 483 (java) S 476 478 31546 0 -1 64 10 752 0 0 0 0 14 1 15 0 9 0 28137195 888946688 32866 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=484] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/484/stat : 484 (java) S 476 478 31546 0 -1 64 2 752 0 0 0 0 14 1 24 0 9 0 28137197 888946688 32866 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=485] ppid=476 vsize=868112 CPUtime=0.54
/proc/478/task/485/stat : 485 (java) S 476 478 31546 0 -1 64 1005 752 0 0 38 1 14 1 15 0 9 0 28137197 888946688 32866 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=486] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/486/stat : 486 (java) S 476 478 31546 0 -1 64 0 752 0 0 0 0 14 1 25 0 9 0 28137197 888946688 32866 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=487] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/487/stat : 487 (java) S 476 478 31546 0 -1 64 38 752 0 0 0 0 14 1 15 0 9 0 28137197 888946688 32866 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868112

[startup+12.7011 s]
/proc/loadavg: 2.27 2.11 2.04 3/89 491
/proc/meminfo: memFree=1638416/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=868112 CPUtime=12.6
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 53270 752 1 0 1209 36 14 1 18 0 9 0 28137192 888946688 32879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 217028 32879 2639 9 0 211486 0
[pid=478/tid=480] ppid=476 vsize=868112 CPUtime=11.75
/proc/478/task/480/stat : 480 (java) R 476 478 31546 0 -1 64 29338 752 1 0 1136 24 14 1 20 0 9 0 28137193 888946688 32879 996147200 134512640 134550932 4294955968 18446744073709551615 4127356348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=481] ppid=476 vsize=868112 CPUtime=0.54
/proc/478/task/481/stat : 481 (java) S 476 478 31546 0 -1 64 22013 752 0 0 31 8 14 1 16 0 9 0 28137195 888946688 32879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=482] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/482/stat : 482 (java) S 476 478 31546 0 -1 64 21 752 0 0 0 0 14 1 16 0 9 0 28137195 888946688 32879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=483] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/483/stat : 483 (java) S 476 478 31546 0 -1 64 10 752 0 0 0 0 14 1 15 0 9 0 28137195 888946688 32879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=484] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/484/stat : 484 (java) S 476 478 31546 0 -1 64 2 752 0 0 0 0 14 1 24 0 9 0 28137197 888946688 32879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=485] ppid=476 vsize=868112 CPUtime=0.57
/proc/478/task/485/stat : 485 (java) S 476 478 31546 0 -1 64 1049 752 0 0 41 1 14 1 16 0 9 0 28137197 888946688 32879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=486] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/486/stat : 486 (java) S 476 478 31546 0 -1 64 0 752 0 0 0 0 14 1 25 0 9 0 28137197 888946688 32879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=487] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/487/stat : 487 (java) S 476 478 31546 0 -1 64 38 752 0 0 0 0 14 1 15 0 9 0 28137197 888946688 32879 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 868112

[startup+25.5026 s]
/proc/loadavg: 2.29 2.12 2.04 3/89 491
/proc/meminfo: memFree=1638416/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=868112 CPUtime=25.34
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 53281 752 1 0 2483 36 14 1 18 0 9 0 28137192 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 217028 32884 2639 9 0 211486 0
[pid=478/tid=480] ppid=476 vsize=868112 CPUtime=24.48
/proc/478/task/480/stat : 480 (java) R 476 478 31546 0 -1 64 29343 752 1 0 2409 24 14 1 25 0 9 0 28137193 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4126095957 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=481] ppid=476 vsize=868112 CPUtime=0.54
/proc/478/task/481/stat : 481 (java) S 476 478 31546 0 -1 64 22013 752 0 0 31 8 14 1 16 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=482] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/482/stat : 482 (java) S 476 478 31546 0 -1 64 21 752 0 0 0 0 14 1 16 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=483] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/483/stat : 483 (java) S 476 478 31546 0 -1 64 10 752 0 0 0 0 14 1 15 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=484] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/484/stat : 484 (java) S 476 478 31546 0 -1 64 2 752 0 0 0 0 14 1 24 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=485] ppid=476 vsize=868112 CPUtime=0.58
/proc/478/task/485/stat : 485 (java) S 476 478 31546 0 -1 64 1055 752 0 0 42 1 14 1 15 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=486] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/486/stat : 486 (java) S 476 478 31546 0 -1 64 0 752 0 0 0 0 14 1 25 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=487] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/487/stat : 487 (java) S 476 478 31546 0 -1 64 38 752 0 0 0 0 14 1 15 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868112

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

[startup+28.702 s]
/proc/loadavg: 2.26 2.12 2.04 3/89 491
/proc/meminfo: memFree=1638416/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=868112 CPUtime=28.52
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 53281 752 1 0 2801 36 14 1 18 0 9 0 28137192 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 217028 32884 2639 9 0 211486 0
[pid=478/tid=480] ppid=476 vsize=868112 CPUtime=27.66
/proc/478/task/480/stat : 480 (java) R 476 478 31546 0 -1 64 29343 752 1 0 2727 24 14 1 25 0 9 0 28137193 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4127280583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=481] ppid=476 vsize=868112 CPUtime=0.54
/proc/478/task/481/stat : 481 (java) S 476 478 31546 0 -1 64 22013 752 0 0 31 8 14 1 16 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=482] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/482/stat : 482 (java) S 476 478 31546 0 -1 64 21 752 0 0 0 0 14 1 16 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=483] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/483/stat : 483 (java) S 476 478 31546 0 -1 64 10 752 0 0 0 0 14 1 15 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=484] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/484/stat : 484 (java) S 476 478 31546 0 -1 64 2 752 0 0 0 0 14 1 24 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=485] ppid=476 vsize=868112 CPUtime=0.58
/proc/478/task/485/stat : 485 (java) S 476 478 31546 0 -1 64 1055 752 0 0 42 1 14 1 15 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=486] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/486/stat : 486 (java) S 476 478 31546 0 -1 64 0 752 0 0 0 0 14 1 25 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=487] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/487/stat : 487 (java) S 476 478 31546 0 -1 64 38 752 0 0 0 0 14 1 15 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.52
Current children cumulated vsize (KiB) 868112

[startup+29.5011 s]
/proc/loadavg: 2.26 2.12 2.04 3/89 491
/proc/meminfo: memFree=1638416/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=868112 CPUtime=29.32
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 53281 752 1 0 2881 36 14 1 18 0 9 0 28137192 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 217028 32884 2639 9 0 211486 0
[pid=478/tid=480] ppid=476 vsize=868112 CPUtime=28.45
/proc/478/task/480/stat : 480 (java) R 476 478 31546 0 -1 64 29343 752 1 0 2806 24 14 1 25 0 9 0 28137193 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=481] ppid=476 vsize=868112 CPUtime=0.54
/proc/478/task/481/stat : 481 (java) S 476 478 31546 0 -1 64 22013 752 0 0 31 8 14 1 16 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=482] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/482/stat : 482 (java) S 476 478 31546 0 -1 64 21 752 0 0 0 0 14 1 16 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=483] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/483/stat : 483 (java) S 476 478 31546 0 -1 64 10 752 0 0 0 0 14 1 15 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=484] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/484/stat : 484 (java) S 476 478 31546 0 -1 64 2 752 0 0 0 0 14 1 24 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=485] ppid=476 vsize=868112 CPUtime=0.58
/proc/478/task/485/stat : 485 (java) S 476 478 31546 0 -1 64 1055 752 0 0 42 1 14 1 15 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=486] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/486/stat : 486 (java) S 476 478 31546 0 -1 64 0 752 0 0 0 0 14 1 25 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=487] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/487/stat : 487 (java) S 476 478 31546 0 -1 64 38 752 0 0 0 0 14 1 15 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.32
Current children cumulated vsize (KiB) 868112

[startup+29.9011 s]
/proc/loadavg: 2.26 2.12 2.04 3/89 491
/proc/meminfo: memFree=1638416/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=868112 CPUtime=29.72
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 53281 752 1 0 2921 36 14 1 18 0 9 0 28137192 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 217028 32884 2639 9 0 211486 0
[pid=478/tid=480] ppid=476 vsize=868112 CPUtime=28.85
/proc/478/task/480/stat : 480 (java) R 476 478 31546 0 -1 64 29343 752 1 0 2846 24 14 1 25 0 9 0 28137193 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4127314572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=481] ppid=476 vsize=868112 CPUtime=0.54
/proc/478/task/481/stat : 481 (java) S 476 478 31546 0 -1 64 22013 752 0 0 31 8 14 1 16 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=482] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/482/stat : 482 (java) S 476 478 31546 0 -1 64 21 752 0 0 0 0 14 1 16 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=483] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/483/stat : 483 (java) S 476 478 31546 0 -1 64 10 752 0 0 0 0 14 1 15 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=484] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/484/stat : 484 (java) S 476 478 31546 0 -1 64 2 752 0 0 0 0 14 1 24 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=485] ppid=476 vsize=868112 CPUtime=0.58
/proc/478/task/485/stat : 485 (java) S 476 478 31546 0 -1 64 1055 752 0 0 42 1 14 1 16 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=486] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/486/stat : 486 (java) S 476 478 31546 0 -1 64 0 752 0 0 0 0 14 1 25 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=487] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/487/stat : 487 (java) S 476 478 31546 0 -1 64 38 752 0 0 0 0 14 1 15 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.72
Current children cumulated vsize (KiB) 868112

[startup+30.3022 s]
/proc/loadavg: 2.26 2.12 2.04 3/89 491
/proc/meminfo: memFree=1638416/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=868112 CPUtime=30.12
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 53281 752 1 0 2961 36 14 1 18 0 9 0 28137192 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 217028 32884 2639 9 0 211486 0
[pid=478/tid=480] ppid=476 vsize=868112 CPUtime=29.26
/proc/478/task/480/stat : 480 (java) R 476 478 31546 0 -1 64 29343 752 1 0 2887 24 14 1 25 0 9 0 28137193 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4127144504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=481] ppid=476 vsize=868112 CPUtime=0.54
/proc/478/task/481/stat : 481 (java) S 476 478 31546 0 -1 64 22013 752 0 0 31 8 14 1 16 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=482] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/482/stat : 482 (java) S 476 478 31546 0 -1 64 21 752 0 0 0 0 14 1 16 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=483] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/483/stat : 483 (java) S 476 478 31546 0 -1 64 10 752 0 0 0 0 14 1 15 0 9 0 28137195 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=484] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/484/stat : 484 (java) S 476 478 31546 0 -1 64 2 752 0 0 0 0 14 1 24 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=485] ppid=476 vsize=868112 CPUtime=0.58
/proc/478/task/485/stat : 485 (java) S 476 478 31546 0 -1 64 1055 752 0 0 42 1 14 1 16 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=486] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/486/stat : 486 (java) S 476 478 31546 0 -1 64 0 752 0 0 0 0 14 1 25 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=487] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/487/stat : 487 (java) S 476 478 31546 0 -1 64 38 752 0 0 0 0 14 1 15 0 9 0 28137197 888946688 32884 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.12
Current children cumulated vsize (KiB) 868112

[startup+30.4022 s]
/proc/loadavg: 2.26 2.12 2.04 3/89 491
/proc/meminfo: memFree=1638416/2055920 swapFree=4192812/4192956
[pid=478] ppid=476 vsize=868112 CPUtime=30.18
/proc/478/stat : 478 (java) S 476 478 31546 0 -1 0 53287 752 1 0 2967 36 14 1 18 0 9 0 28137192 888946688 32886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/478/statm: 217028 32886 2639 9 0 211486 0
[pid=478/tid=480] ppid=476 vsize=868112 CPUtime=29.32
/proc/478/task/480/stat : 480 (java) S 476 478 31546 0 -1 64 29349 752 1 0 2893 24 14 1 24 0 9 0 28137193 888946688 32886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=481] ppid=476 vsize=868112 CPUtime=0.54
/proc/478/task/481/stat : 481 (java) S 476 478 31546 0 -1 64 22013 752 0 0 31 8 14 1 16 0 9 0 28137195 888946688 32886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=482] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/482/stat : 482 (java) S 476 478 31546 0 -1 64 21 752 0 0 0 0 14 1 16 0 9 0 28137195 888946688 32886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=483] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/483/stat : 483 (java) S 476 478 31546 0 -1 64 10 752 0 0 0 0 14 1 15 0 9 0 28137195 888946688 32886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=484] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/484/stat : 484 (java) S 476 478 31546 0 -1 64 2 752 0 0 0 0 14 1 24 0 9 0 28137197 888946688 32886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=485] ppid=476 vsize=868112 CPUtime=0.58
/proc/478/task/485/stat : 485 (java) S 476 478 31546 0 -1 64 1055 752 0 0 42 1 14 1 16 0 9 0 28137197 888946688 32886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=478/tid=486] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/486/stat : 486 (java) S 476 478 31546 0 -1 64 0 752 0 0 0 0 14 1 25 0 9 0 28137197 888946688 32886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=478/tid=487] ppid=476 vsize=868112 CPUtime=0.15
/proc/478/task/487/stat : 487 (java) S 476 478 31546 0 -1 64 38 752 0 0 0 0 14 1 15 0 9 0 28137197 888946688 32886 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.18
Current children cumulated vsize (KiB) 868112

Child status: 0
Real time (s): 30.4281
CPU time (s): 30.2284
CPU user time (s): 29.8255
CPU system time (s): 0.402938
CPU usage (%): 99.3438
Max. virtual memory (cumulated for all children) (KiB): 872000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.8255
system time used= 0.402938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54069
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= 2529
involuntary context switches= 2849

runsolver used 0.032994 second user time and 0.115982 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 16:58:14
IDJOB=2096781
IDBENCH=56653
IDSOLVER=773
FILE ID=node1/2096781-1247410694
PBS_JOBID= 9510642
Free space on /tmp= 66384 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-07.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096781-1247410694/watcher-2096781-1247410694 -o /tmp/evaluation-result-2096781-1247410694/solver-2096781-1247410694 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096781-1247410694.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 649294e53c6b0b14135b49af7d95af4e
RANDOM SEED=654734886

node1.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:       1760904 kB
Buffers:         37604 kB
Cached:         106760 kB
SwapCached:          0 kB
Active:         164048 kB
Inactive:        77192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3268 kB
Writeback:           0 kB
Mapped:         117388 kB
Slab:            38864 kB
Committed_AS:  1006696 kB
PageTables:       2008 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= 66380 MiB
End job on node1 at 2009-07-12 16:58:45