Trace number 2084605

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
SAT4J CSP 2.1.1SAT 16.4615 16.4901

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-16.xml
MD5SUM417c0add099144dbf2dc628ce5dcaddb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.758883
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints19095
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19095
Global constraints used (with number of constraints)

Solver Data

0.10/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.13	c See www.sat4j.org for details.
0.10/0.13	c That software uses the Rhino library from the Mozilla project.
0.10/0.15	c version 2.1.1.v20090622
0.10/0.15	c sun.arch.data.model	32
0.10/0.15	c java.version	1.6.0_12
0.10/0.15	c os.name	Linux
0.10/0.15	c os.version	2.6.9-22.EL.rootsmp
0.10/0.15	c os.arch	i386
0.10/0.15	c Free memory 671000808
0.10/0.15	c Max memory 672137216
0.10/0.15	c Total memory 672137216
0.10/0.15	c Number of processors 2
0.19/0.24	c c --- Begin Solver configuration ---
0.19/0.24	c Stops conflict analysis at the first Unique Implication Point
0.19/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.19/0.24	c Learn all clauses as in MiniSAT
0.19/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.19/0.24	c Expensive reason simplification
0.19/0.24	c MiniSAT restarts strategy
0.19/0.24	c Memory based learned constraints deletion strategy
0.19/0.24	c timeout=2147483s
0.19/0.24	c DB Simplification allowed=false
0.19/0.24	c --- End Solver configuration ---
0.19/0.24	c solving HOME/instance-2084605-1247379283.xml
0.19/0.24	c reading problem ... 
0.38/0.47	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.48	c reading variables done.
0.69/0.73	c reading predicates  done.
0.88/0.95	c reading constraints
13.21/13.23	c done with constraints.
13.21/13.23	c ... done. Wall clock time 12.99s.
13.21/13.23	c #vars     6160
13.21/13.23	c #constraints  611810
13.21/13.23	c constraints type 
13.21/13.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 611425
13.21/13.23	c org.sat4j.minisat.constraints.card.AtLeast => 385
16.40/16.41	c starts		: 2
16.40/16.41	c conflicts		: 247
16.40/16.41	c decisions		: 1440
16.40/16.41	c propagations		: 45124
16.40/16.41	c inspects		: 9492649
16.40/16.41	c learnt literals	: 0
16.40/16.41	c learnt binary clauses	: 0
16.40/16.41	c learnt ternary clauses	: 0
16.40/16.41	c learnt clauses	: 247
16.40/16.41	c ignored clauses	: 0
16.40/16.41	c root simplifications	: 0
16.40/16.41	c removed literals (reason simplification)	: 15
16.40/16.41	c reason swapping (by a shorter reason)	: 0
16.40/16.41	c Calls to reduceDB	: 0
16.40/16.42	c speed (assignments/second)	: 14176.562990889099
16.40/16.42	c non guided choices	1181
16.40/16.42	c learnt constraints type 
16.40/16.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 247
16.40/16.42	c constraints type 
16.40/16.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 611425
16.40/16.42	c org.sat4j.minisat.constraints.card.AtLeast => 385
16.40/16.42	s SATISFIABLE
16.40/16.42	v 4 8 11 9 6 0 5 10 14 3 13 7 1 8 10 12 15 11 3 12 15 13 5 9 6 4 2 11 8 4 15 12 5 7 11 3 9 12 15 2 6 13 7 6 6 5 8 4 6 11 8 4 12 15 13 1 14 3 13 2 9 12 15 5 1 0 7 8 4 7 8 5 1 0 3 13 10 9 12 3 13 2 9 12 10 6 7 8 5 1 0 7 8 5 1 0 9 12 1 10 3 13 2 1 4 11 6 13 2 1 0 5 3 9 7 9 7 9 7 11 3 13 9 0 1 7 4 6 15 12 8 12 8 12 8 0 1 1 8 7 2 8 6 5 1 11 3 15 13 7 12 0 13 12 15 10 7 8 4 1 6 0 13 2 7 3 11 8 9 12 14 4 10 6 5 12 11 5 1 9 13 7 0 1 6 4 7 1 8 7 5 15 2 1 0 11 4 11 11 6 5 6 12 3 13 5 1 8 4 6 5 13 10 4 14 12 9 13 2 9 0 7 8 9 12 2 14 3 1 0 3 5 2 0 4 0 4 15 10 15 0 13 15 11 3 2 7 8 4 0 9 12 15 6 1 11 14 2 6 1 0 8 10 12 4 11 7 2 8 4 7 6 1 0 9 12 9 6 1 0 9 12 15 0 1 11 13 2 7 8 3 8 12 11 2 13 4 6 1 9 15 11 3 10 0 14 2 8 7 6 5 1 1 0 0 0 13 7 10 6 5 1 11 3 9 0 11 15 0 7 11 6 5 1 6 5 14 12 11 9 14 10 2 10 13 2 11 3 13 6 0 5 3 4 14 7 8 5 14 0 1 12 15 11 3 13 7 8 4 6 5 1 9 12 15 2 2 4 3 7 13 11 2 0 0 
16.40/16.42	c Total wall clock time (in seconds) : 16.174

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-2084605-1247379283/watcher-2084605-1247379283 -o /tmp/evaluation-result-2084605-1247379283/solver-2084605-1247379283 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084605-1247379283.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.09 2.13 2.15 4/80 25842
/proc/meminfo: memFree=1852432/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=13208 CPUtime=0
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 24991793 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 3302 521 219 9 0 1186 0
[pid=25842/tid=25843] ppid=25840 vsize=13208 CPUtime=0
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 24991794 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 5156824 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.110684 s]
/proc/loadavg: 2.09 2.13 2.15 4/80 25842
/proc/meminfo: memFree=1852432/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=804560 CPUtime=0.1
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 3075 0 1 0 8 2 0 0 18 0 12 0 24991793 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 201140 2818 1083 9 0 198474 0
[pid=25842/tid=25843] ppid=25840 vsize=804560 CPUtime=0.08
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 2321 0 1 0 7 1 0 0 21 0 12 0 24991794 823869440 2818 996147200 134512640 134550932 4294956016 18446744073709551615 4109134796 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 804560

[startup+0.201691 s]
/proc/loadavg: 2.09 2.13 2.15 4/80 25842
/proc/meminfo: memFree=1852432/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=805504 CPUtime=0.19
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 3848 0 1 0 16 3 0 0 18 0 12 0 24991793 824836096 3586 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 201376 3586 1335 9 0 198710 0
[pid=25842/tid=25843] ppid=25840 vsize=805504 CPUtime=0.15
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 2663 0 1 0 13 2 0 0 18 0 12 0 24991794 824836096 3586 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 805504

[startup+0.301692 s]
/proc/loadavg: 2.09 2.13 2.15 4/80 25842
/proc/meminfo: memFree=1852432/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=806652 CPUtime=0.28
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 4319 0 1 0 25 3 0 0 18 0 12 0 24991793 826011648 4056 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 201663 4056 1359 9 0 198990 0
[pid=25842/tid=25843] ppid=25840 vsize=806652 CPUtime=0.21
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 3080 0 1 0 19 2 0 0 18 0 12 0 24991794 826011648 4056 996147200 134512640 134550932 4294956016 18446744073709551615 104170966 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 806652

[startup+0.701718 s]
/proc/loadavg: 2.09 2.13 2.15 4/80 25842
/proc/meminfo: memFree=1852432/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=807676 CPUtime=0.69
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 6055 0 1 0 64 5 0 0 18 0 12 0 24991793 827060224 5224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 201919 5224 1387 9 0 199246 0
[pid=25842/tid=25843] ppid=25840 vsize=807676 CPUtime=0.4
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 3777 0 1 0 37 3 0 0 20 0 12 0 24991794 827060224 5224 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807676

[startup+1.50277 s]
/proc/loadavg: 2.09 2.13 2.15 5/92 25854
/proc/meminfo: memFree=1831856/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=812108 CPUtime=1.56
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 9567 0 1 0 150 6 0 0 18 0 12 0 24991793 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 203027 7621 1417 9 0 200354 0
[pid=25842/tid=25843] ppid=25840 vsize=812108 CPUtime=0.84
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 5370 0 1 0 80 4 0 0 18 0 12 0 24991794 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25845] ppid=25840 vsize=812108 CPUtime=0
/proc/25842/task/25845/stat : 25845 (java) S 25840 25842 25307 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24991795 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25846] ppid=25840 vsize=812108 CPUtime=0
/proc/25842/task/25846/stat : 25846 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24991795 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25847] ppid=25840 vsize=812108 CPUtime=0
/proc/25842/task/25847/stat : 25847 (java) S 25840 25842 25307 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24991797 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25848] ppid=25840 vsize=812108 CPUtime=0
/proc/25842/task/25848/stat : 25848 (java) S 25840 25842 25307 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 24991798 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25849] ppid=25840 vsize=812108 CPUtime=0
/proc/25842/task/25849/stat : 25849 (java) S 25840 25842 25307 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24991798 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25850] ppid=25840 vsize=812108 CPUtime=0
/proc/25842/task/25850/stat : 25850 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24991802 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25851] ppid=25840 vsize=812108 CPUtime=0.23
/proc/25842/task/25851/stat : 25851 (java) R 25840 25842 25307 0 -1 64 1394 0 0 0 23 0 0 0 17 0 12 0 24991802 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 105576313 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25852] ppid=25840 vsize=812108 CPUtime=0.47
/proc/25842/task/25852/stat : 25852 (java) S 25840 25842 25307 0 -1 64 2062 0 0 0 46 1 0 0 16 0 12 0 24991802 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25853] ppid=25840 vsize=812108 CPUtime=0
/proc/25842/task/25853/stat : 25853 (java) S 25840 25842 25307 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24991802 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25854] ppid=25840 vsize=812108 CPUtime=0
/proc/25842/task/25854/stat : 25854 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24991802 831598592 7621 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 812108

[startup+3.10288 s]
/proc/loadavg: 2.09 2.13 2.15 3/92 25854
/proc/meminfo: memFree=1807856/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=812140 CPUtime=3.16
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 20971 0 1 0 305 11 0 0 18 0 12 0 24991793 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 203035 18598 1421 9 0 200362 0
[pid=25842/tid=25843] ppid=25840 vsize=812140 CPUtime=1.75
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 16282 0 1 0 166 9 0 0 17 0 12 0 24991794 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4109139998 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25845] ppid=25840 vsize=812140 CPUtime=0
/proc/25842/task/25845/stat : 25845 (java) S 25840 25842 25307 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24991795 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25846] ppid=25840 vsize=812140 CPUtime=0
/proc/25842/task/25846/stat : 25846 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 24991795 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25847] ppid=25840 vsize=812140 CPUtime=0
/proc/25842/task/25847/stat : 25847 (java) S 25840 25842 25307 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 24991797 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25848] ppid=25840 vsize=812140 CPUtime=0
/proc/25842/task/25848/stat : 25848 (java) S 25840 25842 25307 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 24991798 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25849] ppid=25840 vsize=812140 CPUtime=0
/proc/25842/task/25849/stat : 25849 (java) S 25840 25842 25307 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24991798 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25850] ppid=25840 vsize=812140 CPUtime=0
/proc/25842/task/25850/stat : 25850 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24991802 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25851] ppid=25840 vsize=812140 CPUtime=0.92
/proc/25842/task/25851/stat : 25851 (java) R 25840 25842 25307 0 -1 64 1886 0 0 0 92 0 0 0 16 0 12 0 24991802 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 106506551 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25852] ppid=25840 vsize=812140 CPUtime=0.47
/proc/25842/task/25852/stat : 25852 (java) R 25840 25842 25307 0 -1 64 2062 0 0 0 46 1 0 0 16 0 12 0 24991802 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25853] ppid=25840 vsize=812140 CPUtime=0
/proc/25842/task/25853/stat : 25853 (java) S 25840 25842 25307 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24991802 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25854] ppid=25840 vsize=812140 CPUtime=0
/proc/25842/task/25854/stat : 25854 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24991802 831631360 18598 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 812140

[startup+6.3011 s]
/proc/loadavg: 2.09 2.12 2.15 3/92 25854
/proc/meminfo: memFree=1759920/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=815356 CPUtime=6.35
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 31116 0 1 0 620 15 0 0 18 0 12 0 24991793 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 203839 27161 1442 9 0 201166 0
[pid=25842/tid=25843] ppid=25840 vsize=815356 CPUtime=3.56
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 17414 0 1 0 347 9 0 0 25 0 12 0 24991794 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25845] ppid=25840 vsize=815356 CPUtime=0.07
/proc/25842/task/25845/stat : 25845 (java) S 25840 25842 25307 0 -1 64 2708 0 0 0 6 1 0 0 17 0 12 0 24991795 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25846] ppid=25840 vsize=815356 CPUtime=0.1
/proc/25842/task/25846/stat : 25846 (java) S 25840 25842 25307 0 -1 64 3846 0 0 0 9 1 0 0 17 0 12 0 24991795 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25847] ppid=25840 vsize=815356 CPUtime=0
/proc/25842/task/25847/stat : 25847 (java) S 25840 25842 25307 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 24991797 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25848] ppid=25840 vsize=815356 CPUtime=0
/proc/25842/task/25848/stat : 25848 (java) S 25840 25842 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24991798 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25849] ppid=25840 vsize=815356 CPUtime=0
/proc/25842/task/25849/stat : 25849 (java) S 25840 25842 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24991798 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25850] ppid=25840 vsize=815356 CPUtime=0
/proc/25842/task/25850/stat : 25850 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24991802 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25851] ppid=25840 vsize=815356 CPUtime=2.02
/proc/25842/task/25851/stat : 25851 (java) R 25840 25842 25307 0 -1 64 3875 0 0 0 201 1 0 0 16 0 12 0 24991802 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 102544410 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25852] ppid=25840 vsize=815356 CPUtime=0.55
/proc/25842/task/25852/stat : 25852 (java) S 25840 25842 25307 0 -1 64 2513 0 0 0 54 1 0 0 16 0 12 0 24991802 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25853] ppid=25840 vsize=815356 CPUtime=0
/proc/25842/task/25853/stat : 25853 (java) S 25840 25842 25307 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24991802 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25854] ppid=25840 vsize=815356 CPUtime=0
/proc/25842/task/25854/stat : 25854 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24991802 834924544 27161 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 815356

[startup+12.7025 s]
/proc/loadavg: 2.08 2.12 2.15 3/92 25854
/proc/meminfo: memFree=1692016/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=815488 CPUtime=12.72
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 47711 0 1 0 1249 23 0 0 18 0 12 0 24991793 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 203872 42975 1443 9 0 201199 0
[pid=25842/tid=25843] ppid=25840 vsize=815488 CPUtime=8.34
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 17430 0 1 0 824 10 0 0 25 0 12 0 24991794 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4109572827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25845] ppid=25840 vsize=815488 CPUtime=0.55
/proc/25842/task/25845/stat : 25845 (java) S 25840 25842 25307 0 -1 64 11170 0 0 0 51 4 0 0 16 0 12 0 24991795 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25846] ppid=25840 vsize=815488 CPUtime=0.58
/proc/25842/task/25846/stat : 25846 (java) S 25840 25842 25307 0 -1 64 11067 0 0 0 54 4 0 0 16 0 12 0 24991795 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25847] ppid=25840 vsize=815488 CPUtime=0.01
/proc/25842/task/25847/stat : 25847 (java) S 25840 25842 25307 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 24991797 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25848] ppid=25840 vsize=815488 CPUtime=0
/proc/25842/task/25848/stat : 25848 (java) S 25840 25842 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24991798 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25849] ppid=25840 vsize=815488 CPUtime=0
/proc/25842/task/25849/stat : 25849 (java) S 25840 25842 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24991798 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25850] ppid=25840 vsize=815488 CPUtime=0
/proc/25842/task/25850/stat : 25850 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24991802 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25851] ppid=25840 vsize=815488 CPUtime=2.63
/proc/25842/task/25851/stat : 25851 (java) S 25840 25842 25307 0 -1 64 4771 0 0 0 262 1 0 0 15 0 12 0 24991802 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25852] ppid=25840 vsize=815488 CPUtime=0.55
/proc/25842/task/25852/stat : 25852 (java) S 25840 25842 25307 0 -1 64 2513 0 0 0 54 1 0 0 16 0 12 0 24991802 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25853] ppid=25840 vsize=815488 CPUtime=0
/proc/25842/task/25853/stat : 25853 (java) S 25840 25842 25307 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24991802 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25854] ppid=25840 vsize=815488 CPUtime=0
/proc/25842/task/25854/stat : 25854 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24991802 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 815488

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

[startup+12.8035 s]
/proc/loadavg: 2.08 2.12 2.15 3/92 25854
/proc/meminfo: memFree=1692016/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=815488 CPUtime=12.82
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 47711 0 1 0 1259 23 0 0 18 0 12 0 24991793 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 203872 42975 1443 9 0 201199 0
[pid=25842/tid=25843] ppid=25840 vsize=815488 CPUtime=8.44
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 17430 0 1 0 834 10 0 0 25 0 12 0 24991794 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4109529380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25845] ppid=25840 vsize=815488 CPUtime=0.55
/proc/25842/task/25845/stat : 25845 (java) S 25840 25842 25307 0 -1 64 11170 0 0 0 51 4 0 0 16 0 12 0 24991795 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25846] ppid=25840 vsize=815488 CPUtime=0.58
/proc/25842/task/25846/stat : 25846 (java) S 25840 25842 25307 0 -1 64 11067 0 0 0 54 4 0 0 16 0 12 0 24991795 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25847] ppid=25840 vsize=815488 CPUtime=0.01
/proc/25842/task/25847/stat : 25847 (java) S 25840 25842 25307 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 24991797 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25848] ppid=25840 vsize=815488 CPUtime=0
/proc/25842/task/25848/stat : 25848 (java) S 25840 25842 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 24991798 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25849] ppid=25840 vsize=815488 CPUtime=0
/proc/25842/task/25849/stat : 25849 (java) S 25840 25842 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24991798 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25850] ppid=25840 vsize=815488 CPUtime=0
/proc/25842/task/25850/stat : 25850 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24991802 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25851] ppid=25840 vsize=815488 CPUtime=2.63
/proc/25842/task/25851/stat : 25851 (java) S 25840 25842 25307 0 -1 64 4771 0 0 0 262 1 0 0 15 0 12 0 24991802 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25852] ppid=25840 vsize=815488 CPUtime=0.55
/proc/25842/task/25852/stat : 25852 (java) S 25840 25842 25307 0 -1 64 2513 0 0 0 54 1 0 0 16 0 12 0 24991802 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25853] ppid=25840 vsize=815488 CPUtime=0
/proc/25842/task/25853/stat : 25853 (java) S 25840 25842 25307 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24991802 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25854] ppid=25840 vsize=815488 CPUtime=0
/proc/25842/task/25854/stat : 25854 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 24991802 835059712 42975 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 815488

[startup+14.4077 s]
/proc/loadavg: 2.15 2.14 2.16 4/93 25855
/proc/meminfo: memFree=1677928/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=815812 CPUtime=14.41
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 49541 0 1 0 1417 24 0 0 18 0 13 0 24991793 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 203953 44801 1450 9 0 201280 0
[pid=25842/tid=25843] ppid=25840 vsize=815812 CPUtime=9.52
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 17445 0 1 0 942 10 0 0 25 0 13 0 24991794 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25845] ppid=25840 vsize=815812 CPUtime=0.61
/proc/25842/task/25845/stat : 25845 (java) S 25840 25842 25307 0 -1 64 11987 0 0 0 57 4 0 0 16 0 13 0 24991795 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25846] ppid=25840 vsize=815812 CPUtime=0.64
/proc/25842/task/25846/stat : 25846 (java) S 25840 25842 25307 0 -1 64 12038 0 0 0 60 4 0 0 16 0 13 0 24991795 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25847] ppid=25840 vsize=815812 CPUtime=0.01
/proc/25842/task/25847/stat : 25847 (java) S 25840 25842 25307 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 24991797 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25848] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25848/stat : 25848 (java) S 25840 25842 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24991798 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25849] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25849/stat : 25849 (java) S 25840 25842 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24991798 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25850] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25850/stat : 25850 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24991802 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25851] ppid=25840 vsize=815812 CPUtime=3.02
/proc/25842/task/25851/stat : 25851 (java) S 25840 25842 25307 0 -1 64 4793 0 0 0 301 1 0 0 15 0 13 0 24991802 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25852] ppid=25840 vsize=815812 CPUtime=0.55
/proc/25842/task/25852/stat : 25852 (java) S 25840 25842 25307 0 -1 64 2513 0 0 0 54 1 0 0 16 0 13 0 24991802 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25853] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25853/stat : 25853 (java) S 25840 25842 25307 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24991802 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25854] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25854/stat : 25854 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24991802 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25855] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25855/stat : 25855 (java) S 25840 25842 25307 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24993121 835391488 44801 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 815812

[startup+15.2027 s]
/proc/loadavg: 2.15 2.14 2.16 4/93 25855
/proc/meminfo: memFree=1677928/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=815812 CPUtime=15.2
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 49548 0 1 0 1496 24 0 0 18 0 13 0 24991793 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 203953 44807 1450 9 0 201280 0
[pid=25842/tid=25843] ppid=25840 vsize=815812 CPUtime=10.15
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 17447 0 1 0 1005 10 0 0 25 0 13 0 24991794 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25845] ppid=25840 vsize=815812 CPUtime=0.61
/proc/25842/task/25845/stat : 25845 (java) S 25840 25842 25307 0 -1 64 11987 0 0 0 57 4 0 0 16 0 13 0 24991795 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25846] ppid=25840 vsize=815812 CPUtime=0.64
/proc/25842/task/25846/stat : 25846 (java) S 25840 25842 25307 0 -1 64 12038 0 0 0 60 4 0 0 16 0 13 0 24991795 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25847] ppid=25840 vsize=815812 CPUtime=0.01
/proc/25842/task/25847/stat : 25847 (java) S 25840 25842 25307 0 -1 64 20 0 0 0 1 0 0 0 17 0 13 0 24991797 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25848] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25848/stat : 25848 (java) S 25840 25842 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24991798 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25849] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25849/stat : 25849 (java) S 25840 25842 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24991798 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25850] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25850/stat : 25850 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24991802 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25851] ppid=25840 vsize=815812 CPUtime=3.18
/proc/25842/task/25851/stat : 25851 (java) R 25840 25842 25307 0 -1 64 4798 0 0 0 317 1 0 0 16 0 13 0 24991802 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 104145312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25852] ppid=25840 vsize=815812 CPUtime=0.55
/proc/25842/task/25852/stat : 25852 (java) S 25840 25842 25307 0 -1 64 2513 0 0 0 54 1 0 0 16 0 13 0 24991802 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25853] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25853/stat : 25853 (java) S 25840 25842 25307 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24991802 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25854] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25854/stat : 25854 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24991802 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25855] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25855/stat : 25855 (java) S 25840 25842 25307 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24993121 835391488 44807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.2
Current children cumulated vsize (KiB) 815812

[startup+16.0028 s]
/proc/loadavg: 2.15 2.14 2.16 3/93 25855
/proc/meminfo: memFree=1677864/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=815812 CPUtime=15.99
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 49560 0 1 0 1575 24 0 0 18 0 13 0 24991793 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 203953 44818 1450 9 0 201280 0
[pid=25842/tid=25843] ppid=25840 vsize=815812 CPUtime=10.81
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 17448 0 1 0 1071 10 0 0 25 0 13 0 24991794 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4110461975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25845] ppid=25840 vsize=815812 CPUtime=0.61
/proc/25842/task/25845/stat : 25845 (java) S 25840 25842 25307 0 -1 64 11987 0 0 0 57 4 0 0 16 0 13 0 24991795 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25846] ppid=25840 vsize=815812 CPUtime=0.64
/proc/25842/task/25846/stat : 25846 (java) S 25840 25842 25307 0 -1 64 12038 0 0 0 60 4 0 0 16 0 13 0 24991795 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25847] ppid=25840 vsize=815812 CPUtime=0.01
/proc/25842/task/25847/stat : 25847 (java) S 25840 25842 25307 0 -1 64 20 0 0 0 1 0 0 0 17 0 13 0 24991797 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25848] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25848/stat : 25848 (java) S 25840 25842 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24991798 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25849] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25849/stat : 25849 (java) S 25840 25842 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24991798 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25850] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25850/stat : 25850 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24991802 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25851] ppid=25840 vsize=815812 CPUtime=3.3
/proc/25842/task/25851/stat : 25851 (java) S 25840 25842 25307 0 -1 64 4809 0 0 0 329 1 0 0 15 0 13 0 24991802 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25852] ppid=25840 vsize=815812 CPUtime=0.55
/proc/25842/task/25852/stat : 25852 (java) S 25840 25842 25307 0 -1 64 2513 0 0 0 54 1 0 0 16 0 13 0 24991802 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25853] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25853/stat : 25853 (java) S 25840 25842 25307 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24991802 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25854] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25854/stat : 25854 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24991802 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25855] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25855/stat : 25855 (java) S 25840 25842 25307 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24993121 835391488 44818 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 815812

[startup+16.4038 s]
/proc/loadavg: 2.15 2.14 2.16 3/93 25855
/proc/meminfo: memFree=1677864/2055920 swapFree=4192812/4192956
[pid=25842] ppid=25840 vsize=815812 CPUtime=16.4
/proc/25842/stat : 25842 (java) S 25840 25842 25307 0 -1 0 52702 0 1 0 1615 25 0 0 18 0 13 0 24991793 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25842/statm: 203953 47898 1450 9 0 201280 0
[pid=25842/tid=25843] ppid=25840 vsize=815812 CPUtime=11.1
/proc/25842/task/25843/stat : 25843 (java) R 25840 25842 25307 0 -1 64 17450 0 1 0 1100 10 0 0 25 0 13 0 24991794 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25845] ppid=25840 vsize=815812 CPUtime=0.66
/proc/25842/task/25845/stat : 25845 (java) S 25840 25842 25307 0 -1 64 13416 0 0 0 61 5 0 0 17 0 13 0 24991795 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25846] ppid=25840 vsize=815812 CPUtime=0.69
/proc/25842/task/25846/stat : 25846 (java) S 25840 25842 25307 0 -1 64 13749 0 0 0 64 5 0 0 17 0 13 0 24991795 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25847] ppid=25840 vsize=815812 CPUtime=0.01
/proc/25842/task/25847/stat : 25847 (java) S 25840 25842 25307 0 -1 64 20 0 0 0 1 0 0 0 16 0 13 0 24991797 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25848] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25848/stat : 25848 (java) S 25840 25842 25307 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 24991798 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25849] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25849/stat : 25849 (java) S 25840 25842 25307 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24991798 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25850] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25850/stat : 25850 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24991802 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25851] ppid=25840 vsize=815812 CPUtime=3.32
/proc/25842/task/25851/stat : 25851 (java) R 25840 25842 25307 0 -1 64 4809 0 0 0 331 1 0 0 15 0 13 0 24991802 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 105817265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25852] ppid=25840 vsize=815812 CPUtime=0.55
/proc/25842/task/25852/stat : 25852 (java) S 25840 25842 25307 0 -1 64 2513 0 0 0 54 1 0 0 16 0 13 0 24991802 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25853] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25853/stat : 25853 (java) S 25840 25842 25307 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24991802 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25842/tid=25854] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25854/stat : 25854 (java) S 25840 25842 25307 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 24991802 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25842/tid=25855] ppid=25840 vsize=815812 CPUtime=0
/proc/25842/task/25855/stat : 25855 (java) S 25840 25842 25307 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24993121 835391488 47898 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.4
Current children cumulated vsize (KiB) 815812

Child status: 0
Real time (s): 16.4901
CPU time (s): 16.4615
CPU user time (s): 16.1725
CPU system time (s): 0.288956
CPU usage (%): 99.8267
Max. virtual memory (cumulated for all children) (KiB): 816364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.1725
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52714
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= 1871
involuntary context switches= 1995

runsolver used 0.025996 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 08:14:43
IDJOB=2084605
IDBENCH=58095
IDSOLVER=731
FILE ID=node52/2084605-1247379283
PBS_JOBID= 9507187
Free space on /tmp= 66144 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-16.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084605-1247379283/watcher-2084605-1247379283 -o /tmp/evaluation-result-2084605-1247379283/solver-2084605-1247379283 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2084605-1247379283.xml

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

MD5SUM BENCH= 417c0add099144dbf2dc628ce5dcaddb
RANDOM SEED=469718193

node52.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.236
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.236
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:       1852912 kB
Buffers:          6036 kB
Cached:          70736 kB
SwapCached:          0 kB
Active:         129664 kB
Inactive:        24612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3596 kB
Writeback:           0 kB
Mapped:          95368 kB
Slab:            33752 kB
Committed_AS:   941916 kB
PageTables:       2040 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= 66140 MiB
End job on node52 at 2009-07-12 08:15:00