Trace number 1089130

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 2008-06-13SAT 16.8984 16.5703

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-1-49.xml
MD5SUMf0fd6f63d3c8a9274826e9b984aa279b
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.147977
Satisfiable
(Un)Satisfiability was proved
Number of variables197
Number of constraints3925
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3925
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.25	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.25	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.25	c See www.sat4j.org for details.
0.18/0.25	c That software uses the Rhino library from the Mozilla project.
0.33/0.30	c version 9.9.9.token
0.33/0.30	c sun.arch.data.model	32
0.33/0.30	c java.version	1.6.0_06
0.33/0.30	c os.name	Linux
0.33/0.30	c os.version	2.6.9-22.EL.rootsmp
0.33/0.30	c os.arch	i386
0.33/0.30	c Free memory 669864272
0.33/0.30	c Max memory 672137216
0.33/0.30	c Total memory 672137216
0.33/0.30	c Number of processors 2
0.33/0.35	c c --- Begin Solver configuration ---
0.33/0.35	c Stops conflict analysis at the first Unique Implication Point
0.33/0.35	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.35	c Learn all clauses as in MiniSAT
0.33/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.35	c Expensive reason simplification
0.33/0.35	c MiniSAT restarts strategy
0.33/0.35	c timeout=2147483s
0.33/0.35	c DB Simplification allowed=false
0.33/0.35	c --- End Solver configuration ---
0.33/0.35	c solving HOME/instance-1089130-1215261882.xml
0.33/0.35	c reading problem ... 
0.58/0.52	c reading problem named null
0.58/0.52	c reading domains done.
0.58/0.53	c reading variables done.
0.78/0.64	c reading predicates  done.
1.14/0.81	c reading constraints
14.55/14.24	c done with constraints.
14.55/14.24	c ... done. Wall clock time 13.889s.
14.55/14.24	c #vars     9653
14.55/14.24	c #constraints  385044
14.55/14.24	c constraints type 
14.55/14.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 384847
14.55/14.24	c org.sat4j.minisat.constraints.card.AtLeast => 197
16.84/16.50	c starts		: 1
16.84/16.50	c conflicts		: 0
16.84/16.50	c decisions		: 7483
16.84/16.50	c propagations		: 9653
16.84/16.50	c inspects		: 6589126
16.84/16.50	c learnt literals	: 0
16.84/16.50	c learnt binary clauses	: 0
16.84/16.51	c learnt ternary clauses	: 0
16.84/16.51	c learnt clauses	: 0
16.84/16.51	c ignored clauses	: 0
16.84/16.51	c root simplifications	: 0
16.84/16.51	c removed literals (reason simplification)	: 0
16.84/16.51	c reason swapping (by a shorter reason)	: 0
16.84/16.51	c Calls to reduceDB	: 0
16.84/16.51	c speed (assignments/second)	: 4297.862867319679
16.84/16.51	c non guided choices	7483
16.84/16.51	s SATISFIABLE
16.84/16.51	v 36 35 34 28 27 26 25 24 23 22 21 20 33 32 19 18 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 2 16 1 1 3 31 30 29 28 27 26 25 24 17 16 15 14 13 12 11 10 9 23 22 0 21 20 0 19 18 17 8 0 7 0 0 0 6 0 16 5 4 0 0 0 0 3 0 0 15 0 14 0 13 12 0 0 11 0 3 0 0 2 0 0 10 0 0 0 0 9 0 0 8 1 0 0 7 6 0 5 0 0 4 3 0 2 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 2 0 1 0 0 0 1 0 0 0 0 0 0 0 0 2 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 1 0 0 0 0 0 0 0 0 
16.84/16.51	c Total wall clock time (in seconds) : 16.152

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-1089130-1215261882/watcher-1089130-1215261882 -o /tmp/evaluation-result-1089130-1215261882/solver-1089130-1215261882 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1089130-1215261882.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: 2.17 2.05 2.01 3/81 31481
/proc/meminfo: memFree=1612024/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=152 CPUtime=0
/proc/31481/stat : 31481 (java) R 31479 31481 30668 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 2005160161 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 7918372 0 0 4096 0 0 0 0 17 0 0 0
/proc/31481/statm: 38 26 19 9 0 4 0

[startup+0.00956399 s]
/proc/loadavg: 2.17 2.05 2.01 3/81 31481
/proc/meminfo: memFree=1612024/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=13012 CPUtime=0
/proc/31481/stat : 31481 (java) R 31479 31481 30668 0 -1 0 624 0 0 0 0 0 0 0 18 0 1 0 2005160161 13324288 426 996147200 134512640 134550740 4294956016 18446744073709551615 7889706 0 0 4096 0 0 0 0 17 0 0 0
/proc/31481/statm: 3253 428 140 9 0 1151 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13012

[startup+0.10258 s]
/proc/loadavg: 2.17 2.05 2.01 3/81 31481
/proc/meminfo: memFree=1612024/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=804756 CPUtime=0.09
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 3203 0 1 0 7 2 0 0 18 0 12 0 2005160161 824070144 2934 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 201189 2938 1207 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.302614 s]
/proc/loadavg: 2.17 2.05 2.01 3/81 31481
/proc/meminfo: memFree=1612024/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=808976 CPUtime=0.33
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 5127 0 1 0 30 3 0 0 18 0 12 0 2005160161 828391424 4512 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 202244 4512 1310 9 0 199613 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 808976

[startup+0.702684 s]
/proc/loadavg: 2.17 2.05 2.01 3/81 31481
/proc/meminfo: memFree=1612024/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=811208 CPUtime=0.98
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 8072 0 1 0 93 5 0 0 18 0 12 0 2005160161 830676992 6826 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 202802 6827 1345 9 0 200164 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 811208

[startup+1.50182 s]
/proc/loadavg: 2.31 2.09 2.02 4/93 31493
/proc/meminfo: memFree=1586968/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=812296 CPUtime=1.84
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 11658 0 1 0 177 7 0 0 18 0 12 0 2005160161 831791104 9244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 203074 9247 1368 9 0 200436 0
[pid=31481/tid=31483] ppid=31479 vsize=812296 CPUtime=0.96
/proc/31481/task/31483/stat : 31483 (java) R 31479 31481 30668 0 -1 64 7029 0 1 0 92 4 0 0 21 0 12 0 2005160162 831791104 9247 996147200 134512640 134550740 4294956016 18446744073709551615 4109720964 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31484] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31484/stat : 31484 (java) S 31479 31481 30668 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 2005160162 831791104 9248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31485] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31485/stat : 31485 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 2005160162 831791104 9248 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31486] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31486/stat : 31486 (java) S 31479 31481 30668 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 2005160164 831791104 9249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31487] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31487/stat : 31487 (java) S 31479 31481 30668 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 2005160165 831791104 9249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31488] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31488/stat : 31488 (java) S 31479 31481 30668 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 2005160165 831791104 9250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31489] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31489/stat : 31489 (java) S 31479 31481 30668 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2005160169 831791104 9250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31490] ppid=31479 vsize=812296 CPUtime=0.72
/proc/31481/task/31490/stat : 31490 (java) S 31479 31481 30668 0 -1 64 2904 0 0 0 71 1 0 0 16 0 12 0 2005160169 831791104 9251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31491] ppid=31479 vsize=812296 CPUtime=0.13
/proc/31481/task/31491/stat : 31491 (java) S 31479 31481 30668 0 -1 64 966 0 0 0 13 0 0 0 16 0 12 0 2005160169 831791104 9251 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31492] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31492/stat : 31492 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2005160169 831791104 9252 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31493] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31493/stat : 31493 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2005160169 831791104 9252 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 812296

[startup+3.10208 s]
/proc/loadavg: 2.31 2.09 2.02 3/93 31493
/proc/meminfo: memFree=1554648/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=812296 CPUtime=3.44
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 24680 0 1 0 331 13 0 0 18 0 12 0 2005160161 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 203074 22264 1377 9 0 200436 0
[pid=31481/tid=31483] ppid=31479 vsize=812296 CPUtime=2.26
/proc/31481/task/31483/stat : 31483 (java) R 31479 31481 30668 0 -1 64 17590 0 1 0 217 9 0 0 25 0 12 0 2005160162 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4109667561 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31484] ppid=31479 vsize=812296 CPUtime=0.04
/proc/31481/task/31484/stat : 31484 (java) S 31479 31481 30668 0 -1 64 2139 0 0 0 3 1 0 0 17 0 12 0 2005160162 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31485] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31485/stat : 31485 (java) S 31479 31481 30668 0 -1 64 269 0 0 0 0 0 0 0 17 0 12 0 2005160162 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31486] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31486/stat : 31486 (java) S 31479 31481 30668 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2005160164 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31487] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31487/stat : 31487 (java) S 31479 31481 30668 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2005160165 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31488] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31488/stat : 31488 (java) S 31479 31481 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2005160165 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31489] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31489/stat : 31489 (java) S 31479 31481 30668 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2005160169 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31490] ppid=31479 vsize=812296 CPUtime=0.83
/proc/31481/task/31490/stat : 31490 (java) S 31479 31481 30668 0 -1 64 2913 0 0 0 82 1 0 0 16 0 12 0 2005160169 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31491] ppid=31479 vsize=812296 CPUtime=0.26
/proc/31481/task/31491/stat : 31491 (java) S 31479 31481 30668 0 -1 64 979 0 0 0 26 0 0 0 16 0 12 0 2005160169 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31492] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31492/stat : 31492 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2005160169 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31493] ppid=31479 vsize=812296 CPUtime=0
/proc/31481/task/31493/stat : 31493 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2005160169 831791104 22264 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 812296

[startup+6.30162 s]
/proc/loadavg: 2.31 2.09 2.02 3/93 31493
/proc/meminfo: memFree=1500952/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=812836 CPUtime=6.67
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 34905 0 1 0 649 18 0 0 18 0 12 0 2005160161 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 203209 31217 1377 9 0 200571 0
[pid=31481/tid=31483] ppid=31479 vsize=812836 CPUtime=4.62
/proc/31481/task/31483/stat : 31483 (java) R 31479 31481 30668 0 -1 64 17605 0 1 0 453 9 0 0 25 0 12 0 2005160162 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4109637532 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31484] ppid=31479 vsize=812836 CPUtime=0.18
/proc/31481/task/31484/stat : 31484 (java) S 31479 31481 30668 0 -1 64 6174 0 0 0 16 2 0 0 17 0 12 0 2005160162 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31485] ppid=31479 vsize=812836 CPUtime=0.13
/proc/31481/task/31485/stat : 31485 (java) S 31479 31481 30668 0 -1 64 5248 0 0 0 11 2 0 0 17 0 12 0 2005160162 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31486] ppid=31479 vsize=812836 CPUtime=0
/proc/31481/task/31486/stat : 31486 (java) S 31479 31481 30668 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 2005160164 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31487] ppid=31479 vsize=812836 CPUtime=0
/proc/31481/task/31487/stat : 31487 (java) S 31479 31481 30668 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2005160165 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31488] ppid=31479 vsize=812836 CPUtime=0
/proc/31481/task/31488/stat : 31488 (java) S 31479 31481 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2005160165 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31489] ppid=31479 vsize=812836 CPUtime=0
/proc/31481/task/31489/stat : 31489 (java) S 31479 31481 30668 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2005160169 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31490] ppid=31479 vsize=812836 CPUtime=1.06
/proc/31481/task/31490/stat : 31490 (java) S 31479 31481 30668 0 -1 64 3023 0 0 0 105 1 0 0 16 0 12 0 2005160169 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31491] ppid=31479 vsize=812836 CPUtime=0.61
/proc/31481/task/31491/stat : 31491 (java) S 31479 31481 30668 0 -1 64 2065 0 0 0 61 0 0 0 16 0 12 0 2005160169 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31492] ppid=31479 vsize=812836 CPUtime=0
/proc/31481/task/31492/stat : 31492 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2005160169 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31493] ppid=31479 vsize=812836 CPUtime=0
/proc/31481/task/31493/stat : 31493 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2005160169 832344064 31217 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 812836

[startup+12.7027 s]
/proc/loadavg: 2.27 2.08 2.02 3/93 31493
/proc/meminfo: memFree=1439320/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=814764 CPUtime=13.06
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 49782 0 1 0 1281 25 0 0 18 0 12 0 2005160161 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 203691 45467 1381 9 0 201053 0
[pid=31481/tid=31483] ppid=31479 vsize=814764 CPUtime=9.45
/proc/31481/task/31483/stat : 31483 (java) R 31479 31481 30668 0 -1 64 17625 0 1 0 935 10 0 0 25 0 12 0 2005160162 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4109637449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31484] ppid=31479 vsize=814764 CPUtime=0.59
/proc/31481/task/31484/stat : 31484 (java) S 31479 31481 30668 0 -1 64 13400 0 0 0 53 6 0 0 16 0 12 0 2005160162 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31485] ppid=31479 vsize=814764 CPUtime=0.56
/proc/31481/task/31485/stat : 31485 (java) S 31479 31481 30668 0 -1 64 12761 0 0 0 51 5 0 0 16 0 12 0 2005160162 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31486] ppid=31479 vsize=814764 CPUtime=0
/proc/31481/task/31486/stat : 31486 (java) S 31479 31481 30668 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 2005160164 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31487] ppid=31479 vsize=814764 CPUtime=0
/proc/31481/task/31487/stat : 31487 (java) S 31479 31481 30668 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 2005160165 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31488] ppid=31479 vsize=814764 CPUtime=0
/proc/31481/task/31488/stat : 31488 (java) S 31479 31481 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 2005160165 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31489] ppid=31479 vsize=814764 CPUtime=0
/proc/31481/task/31489/stat : 31489 (java) S 31479 31481 30668 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 2005160169 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31490] ppid=31479 vsize=814764 CPUtime=1.35
/proc/31481/task/31490/stat : 31490 (java) S 31479 31481 30668 0 -1 64 3045 0 0 0 134 1 0 0 15 0 12 0 2005160169 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31491] ppid=31479 vsize=814764 CPUtime=1.06
/proc/31481/task/31491/stat : 31491 (java) S 31479 31481 30668 0 -1 64 2161 0 0 0 106 0 0 0 16 0 12 0 2005160169 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31492] ppid=31479 vsize=814764 CPUtime=0
/proc/31481/task/31492/stat : 31492 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 2005160169 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31493] ppid=31479 vsize=814764 CPUtime=0
/proc/31481/task/31493/stat : 31493 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 2005160169 834318336 45467 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 814764

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

[startup+14.308 s]
/proc/loadavg: 2.27 2.08 2.02 3/93 31493
/proc/meminfo: memFree=1418648/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=815088 CPUtime=14.65
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 53813 0 1 0 1438 27 0 0 18 0 13 0 2005160161 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 203772 49493 1384 9 0 201134 0
[pid=31481/tid=31483] ppid=31479 vsize=815088 CPUtime=10.76
/proc/31481/task/31483/stat : 31483 (java) R 31479 31481 30668 0 -1 64 17638 0 1 0 1066 10 0 0 25 0 13 0 2005160162 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4110163088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31484] ppid=31479 vsize=815088 CPUtime=0.68
/proc/31481/task/31484/stat : 31484 (java) S 31479 31481 30668 0 -1 64 15052 0 0 0 61 7 0 0 16 0 13 0 2005160162 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31485] ppid=31479 vsize=815088 CPUtime=0.64
/proc/31481/task/31485/stat : 31485 (java) S 31479 31481 30668 0 -1 64 15114 0 0 0 58 6 0 0 16 0 13 0 2005160162 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31486] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31486/stat : 31486 (java) S 31479 31481 30668 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 2005160164 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31487] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31487/stat : 31487 (java) S 31479 31481 30668 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2005160165 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31488] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31488/stat : 31488 (java) S 31479 31481 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005160165 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31489] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31489/stat : 31489 (java) S 31479 31481 30668 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2005160169 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31490] ppid=31479 vsize=815088 CPUtime=1.43
/proc/31481/task/31490/stat : 31490 (java) S 31479 31481 30668 0 -1 64 3052 0 0 0 142 1 0 0 15 0 13 0 2005160169 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31491] ppid=31479 vsize=815088 CPUtime=1.08
/proc/31481/task/31491/stat : 31491 (java) S 31479 31481 30668 0 -1 64 2161 0 0 0 108 0 0 0 16 0 13 0 2005160169 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31492] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31492/stat : 31492 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2005160169 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31493] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31493/stat : 31493 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2005160169 834650112 49493 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.65
Current children cumulated vsize (KiB) 815088

[startup+15.9022 s]
/proc/loadavg: 2.27 2.08 2.02 3/94 31494
/proc/meminfo: memFree=1414992/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=815088 CPUtime=16.25
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 57751 0 1 0 1596 29 0 0 18 0 13 0 2005160161 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 203772 53192 1385 9 0 201134 0
[pid=31481/tid=31483] ppid=31479 vsize=815088 CPUtime=12.19
/proc/31481/task/31483/stat : 31483 (java) R 31479 31481 30668 0 -1 64 17641 0 1 0 1209 10 0 0 25 0 13 0 2005160162 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4110082796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31484] ppid=31479 vsize=815088 CPUtime=0.73
/proc/31481/task/31484/stat : 31484 (java) S 31479 31481 30668 0 -1 64 17113 0 0 0 66 7 0 0 16 0 13 0 2005160162 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31485] ppid=31479 vsize=815088 CPUtime=0.7
/proc/31481/task/31485/stat : 31485 (java) S 31479 31481 30668 0 -1 64 16984 0 0 0 63 7 0 0 16 0 13 0 2005160162 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31486] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31486/stat : 31486 (java) S 31479 31481 30668 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 2005160164 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31487] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31487/stat : 31487 (java) S 31479 31481 30668 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2005160165 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31488] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31488/stat : 31488 (java) S 31479 31481 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005160165 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31489] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31489/stat : 31489 (java) S 31479 31481 30668 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2005160169 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31490] ppid=31479 vsize=815088 CPUtime=1.45
/proc/31481/task/31490/stat : 31490 (java) S 31479 31481 30668 0 -1 64 3054 0 0 0 144 1 0 0 15 0 13 0 2005160169 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31491] ppid=31479 vsize=815088 CPUtime=1.12
/proc/31481/task/31491/stat : 31491 (java) S 31479 31481 30668 0 -1 64 2162 0 0 0 112 0 0 0 15 0 13 0 2005160169 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31492] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31492/stat : 31492 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2005160169 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31493] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31493/stat : 31493 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2005160169 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31494] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31494/stat : 31494 (java) S 31479 31481 30668 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 2005161587 834650112 53192 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.25
Current children cumulated vsize (KiB) 815088

[startup+16.3013 s]
/proc/loadavg: 2.27 2.08 2.02 3/94 31494
/proc/meminfo: memFree=1414992/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=815088 CPUtime=16.64
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 60997 0 1 0 1634 30 0 0 18 0 13 0 2005160161 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 203772 56437 1385 9 0 201134 0
[pid=31481/tid=31483] ppid=31479 vsize=815088 CPUtime=12.53
/proc/31481/task/31483/stat : 31483 (java) R 31479 31481 30668 0 -1 64 17642 0 1 0 1243 10 0 0 25 0 13 0 2005160162 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4110080054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31484] ppid=31479 vsize=815088 CPUtime=0.76
/proc/31481/task/31484/stat : 31484 (java) S 31479 31481 30668 0 -1 64 18793 0 0 0 68 8 0 0 16 0 13 0 2005160162 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31485] ppid=31479 vsize=815088 CPUtime=0.73
/proc/31481/task/31485/stat : 31485 (java) S 31479 31481 30668 0 -1 64 18549 0 0 0 65 8 0 0 16 0 13 0 2005160162 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31486] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31486/stat : 31486 (java) S 31479 31481 30668 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 2005160164 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31487] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31487/stat : 31487 (java) S 31479 31481 30668 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2005160165 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31488] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31488/stat : 31488 (java) S 31479 31481 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005160165 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31489] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31489/stat : 31489 (java) S 31479 31481 30668 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2005160169 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31490] ppid=31479 vsize=815088 CPUtime=1.45
/proc/31481/task/31490/stat : 31490 (java) S 31479 31481 30668 0 -1 64 3054 0 0 0 144 1 0 0 15 0 13 0 2005160169 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31491] ppid=31479 vsize=815088 CPUtime=1.12
/proc/31481/task/31491/stat : 31491 (java) S 31479 31481 30668 0 -1 64 2162 0 0 0 112 0 0 0 15 0 13 0 2005160169 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31492] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31492/stat : 31492 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2005160169 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31493] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31493/stat : 31493 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2005160169 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31494] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31494/stat : 31494 (java) S 31479 31481 30668 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 2005161587 834650112 56437 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.64
Current children cumulated vsize (KiB) 815088

[startup+16.5063 s]
/proc/loadavg: 2.24 2.08 2.02 3/94 31494
/proc/meminfo: memFree=1390864/2055920 swapFree=4180240/4192956
[pid=31481] ppid=31479 vsize=815088 CPUtime=16.84
/proc/31481/stat : 31481 (java) S 31479 31481 30668 0 -1 0 61002 0 1 0 1654 30 0 0 18 0 13 0 2005160161 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31481/statm: 203772 56442 1385 9 0 201134 0
[pid=31481/tid=31483] ppid=31479 vsize=815088 CPUtime=12.69
/proc/31481/task/31483/stat : 31483 (java) R 31479 31481 30668 0 -1 64 17643 0 1 0 1259 10 0 0 25 0 13 0 2005160162 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4109197242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31484] ppid=31479 vsize=815088 CPUtime=0.76
/proc/31481/task/31484/stat : 31484 (java) S 31479 31481 30668 0 -1 64 18793 0 0 0 68 8 0 0 16 0 13 0 2005160162 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31485] ppid=31479 vsize=815088 CPUtime=0.73
/proc/31481/task/31485/stat : 31485 (java) S 31479 31481 30668 0 -1 64 18549 0 0 0 65 8 0 0 16 0 13 0 2005160162 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31486] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31486/stat : 31486 (java) S 31479 31481 30668 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 2005160164 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31487] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31487/stat : 31487 (java) S 31479 31481 30668 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 2005160165 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31488] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31488/stat : 31488 (java) S 31479 31481 30668 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2005160165 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31489] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31489/stat : 31489 (java) S 31479 31481 30668 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 2005160169 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31490] ppid=31479 vsize=815088 CPUtime=1.48
/proc/31481/task/31490/stat : 31490 (java) S 31479 31481 30668 0 -1 64 3058 0 0 0 147 1 0 0 16 0 13 0 2005160169 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31491] ppid=31479 vsize=815088 CPUtime=1.13
/proc/31481/task/31491/stat : 31491 (java) S 31479 31481 30668 0 -1 64 2162 0 0 0 113 0 0 0 16 0 13 0 2005160169 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31481/tid=31492] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31492/stat : 31492 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 2005160169 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31493] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31493/stat : 31493 (java) S 31479 31481 30668 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2005160169 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31481/tid=31494] ppid=31479 vsize=815088 CPUtime=0
/proc/31481/task/31494/stat : 31494 (java) S 31479 31481 30668 0 -1 64 7 0 0 0 0 0 0 0 21 0 13 0 2005161587 834650112 56442 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.84
Current children cumulated vsize (KiB) 815088

Child status: 0
Real time (s): 16.5703
CPU time (s): 16.8984
CPU user time (s): 16.5535
CPU system time (s): 0.344947
CPU usage (%): 101.98
Max. virtual memory (cumulated for all children) (KiB): 815088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.5535
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61010
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= 1360
involuntary context switches= 1589

runsolver used 0.030995 second user time and 0.06199 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 14:44:42
IDJOB=1089130
IDBENCH=58224
IDSOLVER=344
FILE ID=node50/1089130-1215261882
PBS_JOBID= 7882107
Free space on /tmp= 66440 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-1-49.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089130-1215261882/watcher-1089130-1215261882 -o /tmp/evaluation-result-1089130-1215261882/solver-1089130-1215261882 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1089130-1215261882.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0fd6f63d3c8a9274826e9b984aa279b
RANDOM SEED=1866606676

node50.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.261
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.261
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:       1612504 kB
Buffers:         67696 kB
Cached:         261016 kB
SwapCached:       7072 kB
Active:         205376 kB
Inactive:       177780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612504 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1844 kB
Writeback:           0 kB
Mapped:          70268 kB
Slab:            45220 kB
Committed_AS:  4085068 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= 66440 MiB
End job on node50 at 2008-07-05 14:44:59