Trace number 1088899

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 23.9214 23.9913

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-2-31.xml
MD5SUMc7bb75d27e751c8a1fe1ab3ba19c7021
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.546916
Satisfiable
(Un)Satisfiability was proved
Number of variables645
Number of constraints13979
Maximum constraint arity2
Maximum domain size31
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13979
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.32	c See www.sat4j.org for details.
0.26/0.32	c That software uses the Rhino library from the Mozilla project.
0.26/0.36	c version 9.9.9.token
0.26/0.36	c sun.arch.data.model	32
0.26/0.36	c java.version	1.6.0_06
0.26/0.36	c os.name	Linux
0.26/0.36	c os.version	2.6.9-22.EL.rootsmp
0.26/0.36	c os.arch	i386
0.26/0.36	c Free memory 669864272
0.26/0.36	c Max memory 672137216
0.26/0.36	c Total memory 672137216
0.26/0.36	c Number of processors 2
0.37/0.41	c c --- Begin Solver configuration ---
0.37/0.41	c Stops conflict analysis at the first Unique Implication Point
0.37/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.41	c Learn all clauses as in MiniSAT
0.37/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.41	c Expensive reason simplification
0.37/0.41	c MiniSAT restarts strategy
0.37/0.41	c timeout=2147483s
0.37/0.41	c DB Simplification allowed=false
0.37/0.41	c --- End Solver configuration ---
0.37/0.41	c solving HOME/instance-1088899-1215260452.xml
0.37/0.41	c reading problem ... 
0.57/0.67	c reading problem named null
0.57/0.67	c reading domains done.
0.57/0.67	c reading variables done.
1.07/1.15	c reading predicates  done.
1.26/1.33	c reading constraints
20.93/21.09	c done with constraints.
20.93/21.09	c ... done. Wall clock time 20.682s.
20.93/21.09	c #vars     19995
20.93/21.09	c #constraints  867988
20.93/21.09	c constraints type 
20.93/21.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 867343
20.93/21.09	c org.sat4j.minisat.constraints.card.AtLeast => 645
23.76/23.90	c starts		: 1
23.76/23.90	c conflicts		: 0
23.76/23.90	c decisions		: 17751
23.76/23.90	c propagations		: 19995
23.76/23.90	c inspects		: 9023038
23.76/23.90	c learnt literals	: 0
23.76/23.90	c learnt binary clauses	: 0
23.76/23.90	c learnt ternary clauses	: 0
23.76/23.90	c learnt clauses	: 0
23.76/23.90	c ignored clauses	: 0
23.76/23.90	c root simplifications	: 0
23.76/23.90	c removed literals (reason simplification)	: 0
23.76/23.90	c reason swapping (by a shorter reason)	: 0
23.76/23.90	c Calls to reduceDB	: 0
23.76/23.90	c speed (assignments/second)	: 7313.460131675201
23.76/23.90	c non guided choices	17751
23.76/23.90	s SATISFIABLE
23.85/23.90	v 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 29 28 27 26 25 14 24 23 22 21 20 19 18 17 16 15 9 8 5 1 4 2 13 8 2 4 3 2 8 7 6 12 8 7 5 7 6 3 8 7 4 4 8 7 5 8 0 0 0 0 0 0 0 0 0 0 0 0 14 13 12 11 10 9 11 1 0 0 0 1 0 0 0 10 0 8 7 1 0 6 1 0 0 5 0 0 0 4 3 2 0 0 0 1 5 1 0 4 0 0 0 0 0 0 0 3 0 0 0 0 2 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 7 6 0 1 0 0 1 0 1 0 0 0 9 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 6 0 0 0 0 2 1 0 5 2 0 5 0 1 0 4 3 0 0 0 2 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 4 2 1 0 3 2 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 4 3 2 0 1 0 0 2 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 6 0 1 0 5 0 0 2 1 0 4 3 2 0 0 0 0 1 0 0 1 0 1 0 0 2 0 0 1 0 0 0 0 0 0 0 0 2 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 3 2 1 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 2 1 0 2 3 2 1 0 7 6 5 4 3 2 1 0 0 3 1 0 2 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 2 1 0 8 2 0 0 0 0 1 0 0 0 5 1 0 1 0 0 7 5 4 3 2 1 0 6 5 4 3 2 1 0 0 0 4 2 1 0 1 3 0 0 0 0 2 1 0 1 0 0 0 0 3 2 1 0 0 0 1 0 2 1 0 0 0 0 0 0 1 0 1 0 2 3 1 0 3 2 2 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 2 1 0 0 0 0 0 6 0 0 0 0 1 0 5 3 2 0 0 0 0 1 0 1 0 0 4 2 1 0 3 2 1 0 0 2 1 0 0 0 0 0 0 0 2 6 1 0 5 3 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 2 1 0 1 0 0 0 0 0 0 0 0 4 0 0 3 0 1 0 1 0 2 1 0 1 0 1 0 2 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 0 4 2 0 0 0 0 2 1 0 1 0 0 3 1 0 0 2 1 0 0 1 0 0 1 0 0 0 0 
23.85/23.90	c Total wall clock time (in seconds) : 23.488

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-1088899-1215260452/watcher-1088899-1215260452 -o /tmp/evaluation-result-1088899-1215260452/solver-1088899-1215260452 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1088899-1215260452.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: 1.99 1.98 1.99 4/84 6123
/proc/meminfo: memFree=1309232/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=1804 CPUtime=0
/proc/6123/stat : 6123 (java6) R 6121 6123 5038 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 1555721447 1847296 158 996147200 134512640 134550740 4294956176 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/6123/statm: 38 20 14 9 0 4 0

[startup+0.073246 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 6123
/proc/meminfo: memFree=1309232/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=802236 CPUtime=0.04
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 2647 0 1 0 2 2 0 0 18 0 7 0 1555721447 821489664 2382 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 200559 2383 993 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.102251 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 6123
/proc/meminfo: memFree=1309232/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=802236 CPUtime=0.07
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 2866 0 1 0 5 2 0 0 18 0 7 0 1555721447 821489664 2601 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 200559 2601 1012 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.301289 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 6123
/proc/meminfo: memFree=1309232/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=808200 CPUtime=0.26
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 4872 0 1 0 23 3 0 0 18 0 12 0 1555721447 827596800 4199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 202050 4199 1298 9 0 199419 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 808200

[startup+0.702366 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 6123
/proc/meminfo: memFree=1309232/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=808228 CPUtime=0.67
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 6347 0 1 0 61 6 0 0 18 0 12 0 1555721447 827625472 5475 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 202057 5475 1335 9 0 199419 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808228

[startup+1.50152 s]
/proc/loadavg: 1.99 1.98 1.99 4/96 6135
/proc/meminfo: memFree=1290576/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=809336 CPUtime=1.46
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 9643 0 1 0 139 7 0 0 18 0 12 0 1555721447 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 202334 7688 1356 9 0 199696 0
[pid=6123/tid=6125] ppid=6121 vsize=809336 CPUtime=0.8
/proc/6123/task/6125/stat : 6125 (java) R 6121 6123 5038 0 -1 64 5804 0 1 0 74 6 0 0 25 0 12 0 1555721449 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6126] ppid=6121 vsize=809336 CPUtime=0
/proc/6123/task/6126/stat : 6126 (java) S 6121 6123 5038 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1555721450 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6127] ppid=6121 vsize=809336 CPUtime=0
/proc/6123/task/6127/stat : 6127 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1555721450 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6128] ppid=6121 vsize=809336 CPUtime=0
/proc/6123/task/6128/stat : 6128 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1555721451 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6129] ppid=6121 vsize=809336 CPUtime=0
/proc/6123/task/6129/stat : 6129 (java) S 6121 6123 5038 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1555721452 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6130] ppid=6121 vsize=809336 CPUtime=0
/proc/6123/task/6130/stat : 6130 (java) S 6121 6123 5038 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1555721452 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6131] ppid=6121 vsize=809336 CPUtime=0
/proc/6123/task/6131/stat : 6131 (java) S 6121 6123 5038 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1555721458 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6132] ppid=6121 vsize=809336 CPUtime=0.2
/proc/6123/task/6132/stat : 6132 (java) S 6121 6123 5038 0 -1 64 752 0 0 0 20 0 0 0 16 0 12 0 1555721458 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6133] ppid=6121 vsize=809336 CPUtime=0.43
/proc/6123/task/6133/stat : 6133 (java) R 6121 6123 5038 0 -1 64 2326 0 0 0 43 0 0 0 16 0 12 0 1555721458 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 105563665 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6134] ppid=6121 vsize=809336 CPUtime=0
/proc/6123/task/6134/stat : 6134 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1555721458 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6135] ppid=6121 vsize=809336 CPUtime=0
/proc/6123/task/6135/stat : 6135 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1555721458 828760064 7688 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 809336

[startup+3.10283 s]
/proc/loadavg: 1.99 1.98 1.99 3/96 6135
/proc/meminfo: memFree=1272080/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=811320 CPUtime=3.05
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 24735 0 1 0 291 14 0 0 18 0 12 0 1555721447 830791680 22233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 202830 22234 1375 9 0 200192 0
[pid=6123/tid=6125] ppid=6121 vsize=811320 CPUtime=1.76
/proc/6123/task/6125/stat : 6125 (java) R 6121 6123 5038 0 -1 64 17303 0 1 0 165 11 0 0 25 0 12 0 1555721449 830791680 22235 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6126] ppid=6121 vsize=811320 CPUtime=0.02
/proc/6123/task/6126/stat : 6126 (java) R 6121 6123 5038 0 -1 64 1121 0 0 0 2 0 0 0 17 0 12 0 1555721450 830791680 22236 996147200 134512640 134550740 4294956016 18446744073709551615 104145927 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6127] ppid=6121 vsize=811320 CPUtime=0.03
/proc/6123/task/6127/stat : 6127 (java) R 6121 6123 5038 0 -1 64 1309 0 0 0 3 0 0 0 17 0 12 0 1555721450 830791680 22237 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6128] ppid=6121 vsize=811320 CPUtime=0
/proc/6123/task/6128/stat : 6128 (java) S 6121 6123 5038 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 1555721451 830791680 22238 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6129] ppid=6121 vsize=811320 CPUtime=0
/proc/6123/task/6129/stat : 6129 (java) S 6121 6123 5038 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 1555721452 830791680 22239 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6130] ppid=6121 vsize=811320 CPUtime=0
/proc/6123/task/6130/stat : 6130 (java) S 6121 6123 5038 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1555721452 830791680 22240 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6131] ppid=6121 vsize=811320 CPUtime=0
/proc/6123/task/6131/stat : 6131 (java) S 6121 6123 5038 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1555721458 830791680 22242 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6132] ppid=6121 vsize=811320 CPUtime=0.38
/proc/6123/task/6132/stat : 6132 (java) S 6121 6123 5038 0 -1 64 769 0 0 0 38 0 0 0 16 0 12 0 1555721458 830791680 22243 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6133] ppid=6121 vsize=811320 CPUtime=0.8
/proc/6123/task/6133/stat : 6133 (java) S 6121 6123 5038 0 -1 64 3477 0 0 0 80 0 0 0 16 0 12 0 1555721458 830791680 22244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6134] ppid=6121 vsize=811320 CPUtime=0
/proc/6123/task/6134/stat : 6134 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1555721458 830791680 22244 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6135] ppid=6121 vsize=811320 CPUtime=0
/proc/6123/task/6135/stat : 6135 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1555721458 830791680 22246 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 811320

[startup+6.30244 s]
/proc/loadavg: 2.07 2.00 2.00 3/96 6135
/proc/meminfo: memFree=1207632/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=810876 CPUtime=6.24
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 32108 0 1 0 607 17 0 0 18 0 12 0 1555721447 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 202719 28439 1383 9 0 200081 0
[pid=6123/tid=6125] ppid=6121 vsize=810876 CPUtime=3.74
/proc/6123/task/6125/stat : 6125 (java) R 6121 6123 5038 0 -1 64 17320 0 1 0 362 12 0 0 25 0 12 0 1555721449 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4109663625 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6126] ppid=6121 vsize=810876 CPUtime=0.14
/proc/6123/task/6126/stat : 6126 (java) S 6121 6123 5038 0 -1 64 4275 0 0 0 13 1 0 0 17 0 12 0 1555721450 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6127] ppid=6121 vsize=810876 CPUtime=0.12
/proc/6123/task/6127/stat : 6127 (java) S 6121 6123 5038 0 -1 64 4420 0 0 0 11 1 0 0 17 0 12 0 1555721450 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6128] ppid=6121 vsize=810876 CPUtime=0
/proc/6123/task/6128/stat : 6128 (java) S 6121 6123 5038 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1555721451 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6129] ppid=6121 vsize=810876 CPUtime=0
/proc/6123/task/6129/stat : 6129 (java) S 6121 6123 5038 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1555721452 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6130] ppid=6121 vsize=810876 CPUtime=0
/proc/6123/task/6130/stat : 6130 (java) S 6121 6123 5038 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1555721452 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6131] ppid=6121 vsize=810876 CPUtime=0
/proc/6123/task/6131/stat : 6131 (java) S 6121 6123 5038 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1555721458 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6132] ppid=6121 vsize=810876 CPUtime=1.06
/proc/6123/task/6132/stat : 6132 (java) S 6121 6123 5038 0 -1 64 1808 0 0 0 106 0 0 0 16 0 12 0 1555721458 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6133] ppid=6121 vsize=810876 CPUtime=1.14
/proc/6123/task/6133/stat : 6133 (java) S 6121 6123 5038 0 -1 64 3494 0 0 0 113 1 0 0 15 0 12 0 1555721458 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6134] ppid=6121 vsize=810876 CPUtime=0
/proc/6123/task/6134/stat : 6134 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1555721458 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6135] ppid=6121 vsize=810876 CPUtime=0
/proc/6123/task/6135/stat : 6135 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1555721458 830337024 28439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 810876

[startup+12.7017 s]
/proc/loadavg: 2.07 2.00 2.00 3/96 6135
/proc/meminfo: memFree=1146256/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=814688 CPUtime=12.68
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 48990 0 1 0 1242 26 0 0 18 0 12 0 1555721447 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 203672 44069 1392 9 0 201034 0
[pid=6123/tid=6125] ppid=6121 vsize=814688 CPUtime=8.17
/proc/6123/task/6125/stat : 6125 (java) R 6121 6123 5038 0 -1 64 17334 0 1 0 805 12 0 0 21 0 12 0 1555721449 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4109691962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6126] ppid=6121 vsize=814688 CPUtime=0.66
/proc/6123/task/6126/stat : 6126 (java) S 6121 6123 5038 0 -1 64 11585 0 0 0 61 5 0 0 16 0 12 0 1555721450 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6127] ppid=6121 vsize=814688 CPUtime=0.6
/proc/6123/task/6127/stat : 6127 (java) S 6121 6123 5038 0 -1 64 12685 0 0 0 55 5 0 0 16 0 12 0 1555721450 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6128] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6128/stat : 6128 (java) S 6121 6123 5038 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1555721451 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6129] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6129/stat : 6129 (java) S 6121 6123 5038 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1555721452 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6130] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6130/stat : 6130 (java) S 6121 6123 5038 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1555721452 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6131] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6131/stat : 6131 (java) S 6121 6123 5038 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1555721458 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6132] ppid=6121 vsize=814688 CPUtime=1.26
/proc/6123/task/6132/stat : 6132 (java) S 6121 6123 5038 0 -1 64 1824 0 0 0 126 0 0 0 15 0 12 0 1555721458 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6133] ppid=6121 vsize=814688 CPUtime=1.93
/proc/6123/task/6133/stat : 6133 (java) S 6121 6123 5038 0 -1 64 4771 0 0 0 192 1 0 0 16 0 12 0 1555721458 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6134] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6134/stat : 6134 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1555721458 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6135] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6135/stat : 6135 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1555721458 834240512 44069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 814688

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

[startup+19.1029 s]
/proc/loadavg: 2.30 2.05 2.02 3/96 6135
/proc/meminfo: memFree=1081616/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=814688 CPUtime=19.04
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 64375 0 1 0 1872 32 0 0 18 0 12 0 1555721447 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 203672 59294 1392 9 0 201034 0
[pid=6123/tid=6125] ppid=6121 vsize=814688 CPUtime=13.63
/proc/6123/task/6125/stat : 6125 (java) R 6121 6123 5038 0 -1 64 17348 0 1 0 1351 12 0 0 25 0 12 0 1555721449 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4109610821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6126] ppid=6121 vsize=814688 CPUtime=1.06
/proc/6123/task/6126/stat : 6126 (java) S 6121 6123 5038 0 -1 64 18298 0 0 0 98 8 0 0 16 0 12 0 1555721450 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6127] ppid=6121 vsize=814688 CPUtime=1.01
/proc/6123/task/6127/stat : 6127 (java) S 6121 6123 5038 0 -1 64 21340 0 0 0 93 8 0 0 16 0 12 0 1555721450 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6128] ppid=6121 vsize=814688 CPUtime=0.01
/proc/6123/task/6128/stat : 6128 (java) S 6121 6123 5038 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 1555721451 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6129] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6129/stat : 6129 (java) S 6121 6123 5038 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1555721452 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6130] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6130/stat : 6130 (java) S 6121 6123 5038 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1555721452 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6131] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6131/stat : 6131 (java) S 6121 6123 5038 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 1555721458 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6132] ppid=6121 vsize=814688 CPUtime=1.3
/proc/6123/task/6132/stat : 6132 (java) S 6121 6123 5038 0 -1 64 1827 0 0 0 130 0 0 0 16 0 12 0 1555721458 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6133] ppid=6121 vsize=814688 CPUtime=1.96
/proc/6123/task/6133/stat : 6133 (java) S 6121 6123 5038 0 -1 64 4771 0 0 0 195 1 0 0 15 0 12 0 1555721458 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6134] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6134/stat : 6134 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 1555721458 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6135] ppid=6121 vsize=814688 CPUtime=0
/proc/6123/task/6135/stat : 6135 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1555721458 834240512 59294 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.04
Current children cumulated vsize (KiB) 814688

[startup+22.3015 s]
/proc/loadavg: 2.30 2.05 2.02 3/97 6136
/proc/meminfo: memFree=1047432/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=815012 CPUtime=22.23
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 71678 0 1 0 2187 36 0 0 18 0 13 0 1555721447 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 203753 66546 1397 9 0 201115 0
[pid=6123/tid=6125] ppid=6121 vsize=815012 CPUtime=16.25
/proc/6123/task/6125/stat : 6125 (java) R 6121 6123 5038 0 -1 64 17363 0 1 0 1613 12 0 0 25 0 13 0 1555721449 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4109341088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6126] ppid=6121 vsize=815012 CPUtime=1.21
/proc/6123/task/6126/stat : 6126 (java) S 6121 6123 5038 0 -1 64 20812 0 0 0 112 9 0 0 16 0 13 0 1555721450 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6127] ppid=6121 vsize=815012 CPUtime=1.21
/proc/6123/task/6127/stat : 6127 (java) S 6121 6123 5038 0 -1 64 26088 0 0 0 111 10 0 0 16 0 13 0 1555721450 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6123/tid=6128] ppid=6121 vsize=815012 CPUtime=0.01
/proc/6123/task/6128/stat : 6128 (java) S 6121 6123 5038 0 -1 64 30 0 0 0 1 0 0 0 16 0 13 0 1555721451 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6129] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6129/stat : 6129 (java) S 6121 6123 5038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1555721452 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6130] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6130/stat : 6130 (java) S 6121 6123 5038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1555721452 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6131] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6131/stat : 6131 (java) S 6121 6123 5038 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1555721458 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6132] ppid=6121 vsize=815012 CPUtime=1.41
/proc/6123/task/6132/stat : 6132 (java) S 6121 6123 5038 0 -1 64 1837 0 0 0 140 1 0 0 15 0 13 0 1555721458 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6133] ppid=6121 vsize=815012 CPUtime=2.08
/proc/6123/task/6133/stat : 6133 (java) S 6121 6123 5038 0 -1 64 4781 0 0 0 207 1 0 0 16 0 13 0 1555721458 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6134] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6134/stat : 6134 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1555721458 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6135] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6135/stat : 6135 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1555721458 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6136] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6136/stat : 6136 (java) S 6121 6123 5038 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 1555723564 834572288 66546 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.23
Current children cumulated vsize (KiB) 815012

[startup+23.1077 s]
/proc/loadavg: 2.43 2.08 2.03 5/97 6136
/proc/meminfo: memFree=1024520/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=815012 CPUtime=23.07
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 79900 0 1 0 2267 40 0 0 18 0 13 0 1555721447 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 203753 74463 1397 9 0 201115 0
[pid=6123/tid=6125] ppid=6121 vsize=815012 CPUtime=16.89
/proc/6123/task/6125/stat : 6125 (java) R 6121 6123 5038 0 -1 64 17365 0 1 0 1677 12 0 0 25 0 13 0 1555721449 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4110409383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6126] ppid=6121 vsize=815012 CPUtime=1.3
/proc/6123/task/6126/stat : 6126 (java) S 6121 6123 5038 0 -1 64 24196 0 0 0 120 10 0 0 17 0 13 0 1555721450 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6127] ppid=6121 vsize=815012 CPUtime=1.32
/proc/6123/task/6127/stat : 6127 (java) S 6121 6123 5038 0 -1 64 30924 0 0 0 119 13 0 0 16 0 13 0 1555721450 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6128] ppid=6121 vsize=815012 CPUtime=0.01
/proc/6123/task/6128/stat : 6128 (java) S 6121 6123 5038 0 -1 64 30 0 0 0 1 0 0 0 15 0 13 0 1555721451 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6129] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6129/stat : 6129 (java) S 6121 6123 5038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1555721452 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6130] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6130/stat : 6130 (java) S 6121 6123 5038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1555721452 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6131] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6131/stat : 6131 (java) S 6121 6123 5038 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1555721458 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6132] ppid=6121 vsize=815012 CPUtime=1.41
/proc/6123/task/6132/stat : 6132 (java) S 6121 6123 5038 0 -1 64 1837 0 0 0 140 1 0 0 15 0 13 0 1555721458 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6133] ppid=6121 vsize=815012 CPUtime=2.08
/proc/6123/task/6133/stat : 6133 (java) S 6121 6123 5038 0 -1 64 4781 0 0 0 207 1 0 0 16 0 13 0 1555721458 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6134] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6134/stat : 6134 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1555721458 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6135] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6135/stat : 6135 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1555721458 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6136] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6136/stat : 6136 (java) S 6121 6123 5038 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 1555723564 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.07
Current children cumulated vsize (KiB) 815012

[startup+23.5028 s]
/proc/loadavg: 2.43 2.08 2.03 5/97 6136
/proc/meminfo: memFree=1024520/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=815012 CPUtime=23.46
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 79900 0 1 0 2306 40 0 0 18 0 13 0 1555721447 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 203753 74463 1397 9 0 201115 0
[pid=6123/tid=6125] ppid=6121 vsize=815012 CPUtime=17.28
/proc/6123/task/6125/stat : 6125 (java) R 6121 6123 5038 0 -1 64 17365 0 1 0 1716 12 0 0 25 0 13 0 1555721449 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4110396308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6126] ppid=6121 vsize=815012 CPUtime=1.3
/proc/6123/task/6126/stat : 6126 (java) S 6121 6123 5038 0 -1 64 24196 0 0 0 120 10 0 0 17 0 13 0 1555721450 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6127] ppid=6121 vsize=815012 CPUtime=1.32
/proc/6123/task/6127/stat : 6127 (java) S 6121 6123 5038 0 -1 64 30924 0 0 0 119 13 0 0 16 0 13 0 1555721450 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6128] ppid=6121 vsize=815012 CPUtime=0.01
/proc/6123/task/6128/stat : 6128 (java) S 6121 6123 5038 0 -1 64 30 0 0 0 1 0 0 0 15 0 13 0 1555721451 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6129] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6129/stat : 6129 (java) S 6121 6123 5038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1555721452 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6130] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6130/stat : 6130 (java) S 6121 6123 5038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1555721452 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6131] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6131/stat : 6131 (java) S 6121 6123 5038 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1555721458 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6132] ppid=6121 vsize=815012 CPUtime=1.41
/proc/6123/task/6132/stat : 6132 (java) S 6121 6123 5038 0 -1 64 1837 0 0 0 140 1 0 0 15 0 13 0 1555721458 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6133] ppid=6121 vsize=815012 CPUtime=2.08
/proc/6123/task/6133/stat : 6133 (java) S 6121 6123 5038 0 -1 64 4781 0 0 0 207 1 0 0 16 0 13 0 1555721458 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6134] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6134/stat : 6134 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1555721458 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6135] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6135/stat : 6135 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1555721458 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6136] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6136/stat : 6136 (java) S 6121 6123 5038 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 1555723564 834572288 74463 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.46
Current children cumulated vsize (KiB) 815012

[startup+23.9028 s]
/proc/loadavg: 2.43 2.08 2.03 5/97 6136
/proc/meminfo: memFree=1024520/2055920 swapFree=4114192/4192956
[pid=6123] ppid=6121 vsize=815012 CPUtime=23.85
/proc/6123/stat : 6123 (java) S 6121 6123 5038 0 -1 0 82806 0 1 0 2344 41 0 0 18 0 13 0 1555721447 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/6123/statm: 203753 77367 1398 9 0 201115 0
[pid=6123/tid=6125] ppid=6121 vsize=815012 CPUtime=17.57
/proc/6123/task/6125/stat : 6125 (java) S 6121 6123 5038 0 -1 64 17368 0 1 0 1744 13 0 0 25 0 13 0 1555721449 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6126] ppid=6121 vsize=815012 CPUtime=1.34
/proc/6123/task/6126/stat : 6126 (java) S 6121 6123 5038 0 -1 64 25709 0 0 0 123 11 0 0 16 0 13 0 1555721450 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6127] ppid=6121 vsize=815012 CPUtime=1.35
/proc/6123/task/6127/stat : 6127 (java) S 6121 6123 5038 0 -1 64 32310 0 0 0 122 13 0 0 16 0 13 0 1555721450 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6128] ppid=6121 vsize=815012 CPUtime=0.01
/proc/6123/task/6128/stat : 6128 (java) S 6121 6123 5038 0 -1 64 30 0 0 0 1 0 0 0 16 0 13 0 1555721451 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6129] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6129/stat : 6129 (java) S 6121 6123 5038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1555721452 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6130] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6130/stat : 6130 (java) S 6121 6123 5038 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1555721452 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6131] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6131/stat : 6131 (java) S 6121 6123 5038 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 1555721458 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6132] ppid=6121 vsize=815012 CPUtime=1.43
/proc/6123/task/6132/stat : 6132 (java) S 6121 6123 5038 0 -1 64 1837 0 0 0 142 1 0 0 16 0 13 0 1555721458 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6133] ppid=6121 vsize=815012 CPUtime=2.1
/proc/6123/task/6133/stat : 6133 (java) S 6121 6123 5038 0 -1 64 4783 0 0 0 209 1 0 0 16 0 13 0 1555721458 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6134] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6134/stat : 6134 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 1555721458 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6123/tid=6135] ppid=6121 vsize=815012 CPUtime=0
/proc/6123/task/6135/stat : 6135 (java) S 6121 6123 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1555721458 834572288 77367 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.85
Current children cumulated vsize (KiB) 815012

Child status: 0
Real time (s): 23.9913
CPU time (s): 23.9214
CPU user time (s): 23.4534
CPU system time (s): 0.467928
CPU usage (%): 99.7086
Max. virtual memory (cumulated for all children) (KiB): 815212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.4534
system time used= 0.467928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82810
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= 2113
involuntary context switches= 2501

runsolver used 0.036994 second user time and 0.082987 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 14:20:52
IDJOB=1088899
IDBENCH=58145
IDSOLVER=344
FILE ID=node9/1088899-1215260452
PBS_JOBID= 7882050
Free space on /tmp= 66544 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-2-31.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-1088899-1215260452/watcher-1088899-1215260452 -o /tmp/evaluation-result-1088899-1215260452/solver-1088899-1215260452 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1088899-1215260452.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c7bb75d27e751c8a1fe1ab3ba19c7021
RANDOM SEED=1628249126

node9.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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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:       1309712 kB
Buffers:         62648 kB
Cached:         243972 kB
SwapCached:      72956 kB
Active:         557184 kB
Inactive:       131476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1309712 kB
SwapTotal:     4192956 kB
SwapFree:      4114192 kB
Dirty:            2848 kB
Writeback:           0 kB
Mapped:         393000 kB
Slab:            42148 kB
Committed_AS:  3754744 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node9 at 2008-07-05 14:21:16