Trace number 2057358

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? (TO) 1800.47 1807.3

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-55021_ext.xml
MD5SUMb626b09ee3de0f0b6aab346c66a6049e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.0203
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.13	c That software uses the Rhino library from the Mozilla project.
0.08/0.14	c version 2.1.1.v20090622
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0_12
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 671000808
0.08/0.14	c Max memory 672137216
0.08/0.14	c Total memory 672137216
0.08/0.14	c Number of processors 2
0.08/0.18	c c --- Begin Solver configuration ---
0.08/0.18	c Stops conflict analysis at the first Unique Implication Point
0.08/0.18	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.08/0.18	c Learn all clauses as in MiniSAT
0.08/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.18	c Expensive reason simplification
0.08/0.18	c MiniSAT restarts strategy
0.08/0.18	c Memory based learned constraints deletion strategy
0.08/0.18	c timeout=2147483s
0.08/0.18	c DB Simplification allowed=false
0.08/0.18	c --- End Solver configuration ---
0.08/0.18	c solving HOME/instance-2057358-1247317944.xml
0.08/0.18	c reading problem ... 
0.38/0.33	c reading problem named null
0.38/0.33	c reading domains done.
0.38/0.33	c reading variables done.
0.38/0.35	c reading relations done.
1.49/1.05	c reading constraints
1.77/1.29	c done with constraints.
1.77/1.29	c ... done. Wall clock time 1.109s.
1.77/1.29	c #vars     576
1.77/1.29	c #constraints  38412
1.77/1.29	c constraints type 
1.77/1.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24
1.77/1.29	c org.sat4j.minisat.constraints.card.AtLeast => 24
1.77/1.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 38364
1800.01/1807.01	c starts		: 19
1800.01/1807.01	c conflicts		: 303864
1800.01/1807.01	c decisions		: 397850
1800.01/1807.01	c propagations		: 13280105
1800.01/1807.01	c inspects		: 4518548774
1800.01/1807.01	c learnt literals	: 0
1800.01/1807.01	c learnt binary clauses	: 8
1800.01/1807.01	c learnt ternary clauses	: 73
1800.01/1807.01	c learnt clauses	: 303864
1800.01/1807.01	c ignored clauses	: 0
1800.01/1807.01	c root simplifications	: 0
1800.01/1807.01	c removed literals (reason simplification)	: 15704244
1800.01/1807.01	c reason swapping (by a shorter reason)	: 0
1800.01/1807.01	c Calls to reduceDB	: 0
1800.01/1807.01	c speed (assignments/second)	: 7354.453590057833
1800.01/1807.01	c non guided choices	77
1800.32/1807.24	c learnt constraints type 
1800.32/1807.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.32/1807.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 303875
1800.32/1807.24	c constraints type 
1800.32/1807.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24
1800.32/1807.24	c org.sat4j.minisat.constraints.card.AtLeast => 24
1800.32/1807.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 38364
1800.32/1807.24	s UNKNOWN
1800.32/1807.24	c Total wall clock time (in seconds) : 1806.833

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057358-1247317944/watcher-2057358-1247317944 -o /tmp/evaluation-result-2057358-1247317944/solver-2057358-1247317944 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057358-1247317944.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.28 0.24 0.12 3/68 16211
/proc/meminfo: memFree=668120/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=152 CPUtime=0
/proc/16211/stat : 16211 (java6) R 16209 16211 15943 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 18859427 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 4043556 0 0 4096 0 0 0 0 17 1 0 0
/proc/16211/statm: 38 26 19 9 0 4 0

[startup+0.0224601 s]
/proc/loadavg: 0.28 0.24 0.12 3/68 16211
/proc/meminfo: memFree=668120/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=797436 CPUtime=0.01
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 1515 0 1 0 0 1 0 0 18 0 2 0 18859427 816574464 1264 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 199359 1275 406 9 0 197111 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 797436

[startup+0.10146 s]
/proc/loadavg: 0.28 0.24 0.12 3/68 16211
/proc/meminfo: memFree=668120/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=804560 CPUtime=0.08
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 3042 0 1 0 6 2 0 0 18 0 12 0 18859427 823869440 2785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 201140 2785 1082 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301495 s]
/proc/loadavg: 0.28 0.24 0.12 3/68 16211
/proc/meminfo: memFree=668120/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=808464 CPUtime=0.38
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 5300 0 1 0 35 3 0 0 18 0 12 0 18859427 827867136 4781 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202116 4781 1382 9 0 199443 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 808464

[startup+0.701542 s]
/proc/loadavg: 0.28 0.24 0.12 3/68 16211
/proc/meminfo: memFree=668120/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=810692 CPUtime=1.07
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 8209 0 1 0 102 5 0 0 18 0 12 0 18859427 830148608 6541 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202673 6541 1406 9 0 200000 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 810692

[startup+1.50164 s]
/proc/loadavg: 0.28 0.24 0.12 2/80 16223
/proc/meminfo: memFree=624504/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=810084 CPUtime=2.31
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 17392 0 1 0 222 9 0 0 18 0 13 0 18859427 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202521 15108 1432 9 0 199848 0
[pid=16211/tid=16213] ppid=16209 vsize=810084 CPUtime=1.05
/proc/16211/task/16213/stat : 16213 (java) R 16209 16211 15943 0 -1 64 13102 0 1 0 99 6 0 0 24 0 13 0 18859429 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4109124811 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16214] ppid=16209 vsize=810084 CPUtime=0
/proc/16211/task/16214/stat : 16214 (java) S 16209 16211 15943 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18859430 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16215] ppid=16209 vsize=810084 CPUtime=0
/proc/16211/task/16215/stat : 16215 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 18859430 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16216] ppid=16209 vsize=810084 CPUtime=0
/proc/16211/task/16216/stat : 16216 (java) S 16209 16211 15943 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 18859431 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16217] ppid=16209 vsize=810084 CPUtime=0
/proc/16211/task/16217/stat : 16217 (java) S 16209 16211 15943 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18859432 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16218] ppid=16209 vsize=810084 CPUtime=0
/proc/16211/task/16218/stat : 16218 (java) S 16209 16211 15943 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18859432 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16219] ppid=16209 vsize=810084 CPUtime=0
/proc/16211/task/16219/stat : 16219 (java) S 16209 16211 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18859436 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16220] ppid=16209 vsize=810084 CPUtime=0.63
/proc/16211/task/16220/stat : 16220 (java) R 16209 16211 15943 0 -1 64 1561 0 0 0 63 0 0 0 17 0 13 0 18859436 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 105600717 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16221] ppid=16209 vsize=810084 CPUtime=0.59
/proc/16211/task/16221/stat : 16221 (java) S 16209 16211 15943 0 -1 64 1984 0 0 0 59 0 0 0 17 0 13 0 18859436 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16222] ppid=16209 vsize=810084 CPUtime=0
/proc/16211/task/16222/stat : 16222 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18859436 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16223] ppid=16209 vsize=810084 CPUtime=0
/proc/16211/task/16223/stat : 16223 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18859436 829526016 15108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 810084

[startup+3.10284 s]
/proc/loadavg: 0.34 0.25 0.12 2/81 16224
/proc/meminfo: memFree=610992/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=811436 CPUtime=4.13
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 19092 0 1 0 403 10 0 0 18 0 13 0 18859427 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202859 16348 1436 9 0 200186 0
[pid=16211/tid=16213] ppid=16209 vsize=811436 CPUtime=2.61
/proc/16211/task/16213/stat : 16213 (java) R 16209 16211 15943 0 -1 64 14004 0 1 0 254 7 0 0 18 0 13 0 18859429 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4109650252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16214] ppid=16209 vsize=811436 CPUtime=0
/proc/16211/task/16214/stat : 16214 (java) S 16209 16211 15943 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18859430 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16215] ppid=16209 vsize=811436 CPUtime=0
/proc/16211/task/16215/stat : 16215 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 18859430 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16216] ppid=16209 vsize=811436 CPUtime=0
/proc/16211/task/16216/stat : 16216 (java) S 16209 16211 15943 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 18859431 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16217] ppid=16209 vsize=811436 CPUtime=0
/proc/16211/task/16217/stat : 16217 (java) S 16209 16211 15943 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18859432 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16218] ppid=16209 vsize=811436 CPUtime=0
/proc/16211/task/16218/stat : 16218 (java) S 16209 16211 15943 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18859432 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16219] ppid=16209 vsize=811436 CPUtime=0
/proc/16211/task/16219/stat : 16219 (java) S 16209 16211 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18859436 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16220] ppid=16209 vsize=811436 CPUtime=0.71
/proc/16211/task/16220/stat : 16220 (java) S 16209 16211 15943 0 -1 64 1569 0 0 0 71 0 0 0 15 0 13 0 18859436 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16221] ppid=16209 vsize=811436 CPUtime=0.78
/proc/16211/task/16221/stat : 16221 (java) R 16209 16211 15943 0 -1 64 2774 0 0 0 77 1 0 0 17 0 13 0 18859436 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 105496178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16222] ppid=16209 vsize=811436 CPUtime=0
/proc/16211/task/16222/stat : 16222 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18859436 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16223] ppid=16209 vsize=811436 CPUtime=0
/proc/16211/task/16223/stat : 16223 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18859436 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16224] ppid=16209 vsize=811436 CPUtime=0
/proc/16211/task/16224/stat : 16224 (java) S 16209 16211 15943 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18859557 830910464 16348 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 811436

[startup+6.30224 s]
/proc/loadavg: 0.34 0.25 0.12 2/81 16224
/proc/meminfo: memFree=605296/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=811108 CPUtime=7.43
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 20104 0 1 0 733 10 0 0 18 0 13 0 18859427 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202777 17193 1436 9 0 200104 0
[pid=16211/tid=16213] ppid=16209 vsize=811108 CPUtime=5.81
/proc/16211/task/16213/stat : 16213 (java) R 16209 16211 15943 0 -1 64 14915 0 1 0 573 8 0 0 17 0 13 0 18859429 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4109728392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16214] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16214/stat : 16214 (java) S 16209 16211 15943 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18859430 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16215] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16215/stat : 16215 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 18859430 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16216] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16216/stat : 16216 (java) S 16209 16211 15943 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18859431 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16217] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16217/stat : 16217 (java) S 16209 16211 15943 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18859432 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16218] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16218/stat : 16218 (java) S 16209 16211 15943 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18859432 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16219] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16219/stat : 16219 (java) S 16209 16211 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16220] ppid=16209 vsize=811108 CPUtime=0.73
/proc/16211/task/16220/stat : 16220 (java) S 16209 16211 15943 0 -1 64 1571 0 0 0 73 0 0 0 15 0 13 0 18859436 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16221] ppid=16209 vsize=811108 CPUtime=0.87
/proc/16211/task/16221/stat : 16221 (java) S 16209 16211 15943 0 -1 64 2873 0 0 0 86 1 0 0 17 0 13 0 18859436 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16222] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16222/stat : 16222 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16223] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16223/stat : 16223 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18859436 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16224] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16224/stat : 16224 (java) S 16209 16211 15943 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18859557 830574592 17193 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 811108

[startup+12.702 s]
/proc/loadavg: 0.67 0.32 0.15 3/94 16242
/proc/meminfo: memFree=532808/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=811108 CPUtime=13.81
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 21225 0 1 0 1368 13 0 0 18 0 13 0 18859427 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202777 18314 1436 9 0 200104 0
[pid=16211/tid=16213] ppid=16209 vsize=811108 CPUtime=12.18
/proc/16211/task/16213/stat : 16213 (java) R 16209 16211 15943 0 -1 64 16036 0 1 0 1208 10 0 0 25 0 13 0 18859429 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4109453744 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16214] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16214/stat : 16214 (java) S 16209 16211 15943 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 18859430 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16215] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16215/stat : 16215 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 18859430 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16216] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16216/stat : 16216 (java) S 16209 16211 15943 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 18859431 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16217] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16217/stat : 16217 (java) S 16209 16211 15943 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 18859432 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16218] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16218/stat : 16218 (java) S 16209 16211 15943 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 18859432 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16219] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16219/stat : 16219 (java) S 16209 16211 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16220] ppid=16209 vsize=811108 CPUtime=0.73
/proc/16211/task/16220/stat : 16220 (java) S 16209 16211 15943 0 -1 64 1571 0 0 0 73 0 0 0 15 0 13 0 18859436 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16221] ppid=16209 vsize=811108 CPUtime=0.87
/proc/16211/task/16221/stat : 16221 (java) S 16209 16211 15943 0 -1 64 2873 0 0 0 86 1 0 0 17 0 13 0 18859436 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16222] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16222/stat : 16222 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16223] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16223/stat : 16223 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18859436 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16224] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16224/stat : 16224 (java) S 16209 16211 15943 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18859557 830574592 18314 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.81
Current children cumulated vsize (KiB) 811108

[startup+25.5016 s]
/proc/loadavg: 0.87 0.38 0.16 3/94 16242
/proc/meminfo: memFree=511752/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=811108 CPUtime=26.55
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 26974 0 1 0 2640 15 0 0 18 0 13 0 18859427 830574592 23455 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202777 23455 1445 9 0 200104 0
[pid=16211/tid=16213] ppid=16209 vsize=811108 CPUtime=24.85
/proc/16211/task/16213/stat : 16213 (java) R 16209 16211 15943 0 -1 64 17001 0 1 0 2474 11 0 0 25 0 13 0 18859429 830574592 23455 996147200 134512640 134550932 4294956016 18446744073709551615 4109755239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16214] ppid=16209 vsize=811108 CPUtime=0.02
/proc/16211/task/16214/stat : 16214 (java) S 16209 16211 15943 0 -1 64 2385 0 0 0 2 0 0 0 16 0 13 0 18859430 830574592 23455 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16215] ppid=16209 vsize=811108 CPUtime=0.03
/proc/16211/task/16215/stat : 16215 (java) S 16209 16211 15943 0 -1 64 2391 0 0 0 3 0 0 0 16 0 13 0 18859430 830574592 23455 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16216] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16216/stat : 16216 (java) S 16209 16211 15943 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18859431 830574592 23455 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16217] ppid=16209 vsize=811108 CPUtime=0

################
# More data... #
################

/proc/16211/task/16213/stat : 16213 (java) R 16209 16211 15943 0 -1 64 17009 0 1 0 165325 13 0 0 25 0 13 0 18859429 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4109892080 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16214] ppid=16209 vsize=811108 CPUtime=0.37
/proc/16211/task/16214/stat : 16214 (java) S 16209 16211 15943 0 -1 64 17873 0 0 0 31 6 0 0 18 0 13 0 18859430 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16215] ppid=16209 vsize=811108 CPUtime=0.36
/proc/16211/task/16215/stat : 16215 (java) S 16209 16211 15943 0 -1 64 18910 0 0 0 29 7 0 0 18 0 13 0 18859430 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16216] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16216/stat : 16216 (java) S 16209 16211 15943 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18859431 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16217] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16217/stat : 16217 (java) S 16209 16211 15943 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18859432 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16218] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16218/stat : 16218 (java) S 16209 16211 15943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18859432 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16219] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16219/stat : 16219 (java) S 16209 16211 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16220] ppid=16209 vsize=811108 CPUtime=0.73
/proc/16211/task/16220/stat : 16220 (java) S 16209 16211 15943 0 -1 64 1571 0 0 0 73 0 0 0 15 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16221] ppid=16209 vsize=811108 CPUtime=0.99
/proc/16211/task/16221/stat : 16221 (java) S 16209 16211 15943 0 -1 64 2882 0 0 0 98 1 0 0 17 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16222] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16222/stat : 16222 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16223] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16223/stat : 16223 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16224] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16224/stat : 16224 (java) S 16209 16211 15943 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18859557 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.89
Current children cumulated vsize (KiB) 811108

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/88 16299
/proc/meminfo: memFree=451760/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=811108 CPUtime=1715.65
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 58998 0 1 0 171535 30 0 0 18 0 13 0 18859427 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202777 51191 1445 9 0 200104 0
[pid=16211/tid=16213] ppid=16209 vsize=811108 CPUtime=1713.14
/proc/16211/task/16213/stat : 16213 (java) R 16209 16211 15943 0 -1 64 17009 0 1 0 171301 13 0 0 25 0 13 0 18859429 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4109728134 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16214] ppid=16209 vsize=811108 CPUtime=0.37
/proc/16211/task/16214/stat : 16214 (java) S 16209 16211 15943 0 -1 64 17873 0 0 0 31 6 0 0 18 0 13 0 18859430 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16215] ppid=16209 vsize=811108 CPUtime=0.36
/proc/16211/task/16215/stat : 16215 (java) S 16209 16211 15943 0 -1 64 18910 0 0 0 29 7 0 0 18 0 13 0 18859430 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16216] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16216/stat : 16216 (java) S 16209 16211 15943 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18859431 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16217] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16217/stat : 16217 (java) S 16209 16211 15943 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18859432 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16218] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16218/stat : 16218 (java) S 16209 16211 15943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18859432 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16219] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16219/stat : 16219 (java) S 16209 16211 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16220] ppid=16209 vsize=811108 CPUtime=0.73
/proc/16211/task/16220/stat : 16220 (java) S 16209 16211 15943 0 -1 64 1571 0 0 0 73 0 0 0 15 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16221] ppid=16209 vsize=811108 CPUtime=0.99
/proc/16211/task/16221/stat : 16221 (java) S 16209 16211 15943 0 -1 64 2882 0 0 0 98 1 0 0 17 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16222] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16222/stat : 16222 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16223] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16223/stat : 16223 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16224] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16224/stat : 16224 (java) S 16209 16211 15943 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18859557 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.65
Current children cumulated vsize (KiB) 811108

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.68 3/88 16299
/proc/meminfo: memFree=451696/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=811108 CPUtime=1775.4
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 58998 0 1 0 177510 30 0 0 18 0 13 0 18859427 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202777 51191 1445 9 0 200104 0
[pid=16211/tid=16213] ppid=16209 vsize=811108 CPUtime=1772.89
/proc/16211/task/16213/stat : 16213 (java) R 16209 16211 15943 0 -1 64 17009 0 1 0 177276 13 0 0 25 0 13 0 18859429 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4109728330 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16214] ppid=16209 vsize=811108 CPUtime=0.37
/proc/16211/task/16214/stat : 16214 (java) S 16209 16211 15943 0 -1 64 17873 0 0 0 31 6 0 0 18 0 13 0 18859430 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16215] ppid=16209 vsize=811108 CPUtime=0.36
/proc/16211/task/16215/stat : 16215 (java) S 16209 16211 15943 0 -1 64 18910 0 0 0 29 7 0 0 18 0 13 0 18859430 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16216] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16216/stat : 16216 (java) S 16209 16211 15943 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18859431 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16217] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16217/stat : 16217 (java) S 16209 16211 15943 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18859432 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16218] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16218/stat : 16218 (java) S 16209 16211 15943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18859432 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16219] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16219/stat : 16219 (java) S 16209 16211 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16220] ppid=16209 vsize=811108 CPUtime=0.73
/proc/16211/task/16220/stat : 16220 (java) S 16209 16211 15943 0 -1 64 1571 0 0 0 73 0 0 0 15 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16221] ppid=16209 vsize=811108 CPUtime=0.99
/proc/16211/task/16221/stat : 16221 (java) S 16209 16211 15943 0 -1 64 2882 0 0 0 98 1 0 0 17 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16222] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16222/stat : 16222 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16223] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16223/stat : 16223 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16224] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16224/stat : 16224 (java) S 16209 16211 15943 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18859557 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.4
Current children cumulated vsize (KiB) 811108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807 s]
/proc/loadavg: 1.99 1.97 1.69 3/89 16300
/proc/meminfo: memFree=451688/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=811108 CPUtime=1800.01
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 58998 0 1 0 179970 31 0 0 18 0 13 0 18859427 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202777 51191 1445 9 0 200104 0
[pid=16211/tid=16213] ppid=16209 vsize=811108 CPUtime=1797.5
/proc/16211/task/16213/stat : 16213 (java) R 16209 16211 15943 0 -1 64 17009 0 1 0 179736 14 0 0 25 0 13 0 18859429 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4109728405 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16214] ppid=16209 vsize=811108 CPUtime=0.37
/proc/16211/task/16214/stat : 16214 (java) S 16209 16211 15943 0 -1 64 17873 0 0 0 31 6 0 0 18 0 13 0 18859430 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16215] ppid=16209 vsize=811108 CPUtime=0.36
/proc/16211/task/16215/stat : 16215 (java) S 16209 16211 15943 0 -1 64 18910 0 0 0 29 7 0 0 18 0 13 0 18859430 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16216] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16216/stat : 16216 (java) S 16209 16211 15943 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 18859431 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16217] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16217/stat : 16217 (java) S 16209 16211 15943 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 18859432 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16218] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16218/stat : 16218 (java) S 16209 16211 15943 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 18859432 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16219] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16219/stat : 16219 (java) S 16209 16211 15943 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16220] ppid=16209 vsize=811108 CPUtime=0.73
/proc/16211/task/16220/stat : 16220 (java) S 16209 16211 15943 0 -1 64 1571 0 0 0 73 0 0 0 15 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16221] ppid=16209 vsize=811108 CPUtime=0.99
/proc/16211/task/16221/stat : 16221 (java) S 16209 16211 15943 0 -1 64 2882 0 0 0 98 1 0 0 17 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16222] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16222/stat : 16222 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16223] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16223/stat : 16223 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 18859436 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16224] ppid=16209 vsize=811108 CPUtime=0
/proc/16211/task/16224/stat : 16224 (java) S 16209 16211 15943 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 18859557 830574592 51191 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 811108

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1807.2 s]
/proc/loadavg: 1.99 1.97 1.69 4/92 16303
/proc/meminfo: memFree=451600/2055920 swapFree=4192956/4192956
[pid=16211] ppid=16209 vsize=811756 CPUtime=1800.32
/proc/16211/stat : 16211 (java) S 16209 16211 15943 0 -1 0 59018 0 1 0 180001 31 0 0 16 0 15 0 18859427 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16211/statm: 202939 51211 1445 9 0 200266 0
[pid=16211/tid=16213] ppid=16209 vsize=811756 CPUtime=1797.7
/proc/16211/task/16213/stat : 16213 (java) R 16209 16211 15943 0 -1 64 17009 0 1 0 179756 14 0 0 25 0 15 0 18859429 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4109728330 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16214] ppid=16209 vsize=811756 CPUtime=0.37
/proc/16211/task/16214/stat : 16214 (java) S 16209 16211 15943 0 -1 64 17873 0 0 0 31 6 0 0 18 0 15 0 18859430 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16215] ppid=16209 vsize=811756 CPUtime=0.36
/proc/16211/task/16215/stat : 16215 (java) S 16209 16211 15943 0 -1 64 18910 0 0 0 29 7 0 0 18 0 15 0 18859430 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16216] ppid=16209 vsize=811756 CPUtime=0
/proc/16211/task/16216/stat : 16216 (java) S 16209 16211 15943 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 18859431 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16217] ppid=16209 vsize=811756 CPUtime=0
/proc/16211/task/16217/stat : 16217 (java) S 16209 16211 15943 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 18859432 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16218] ppid=16209 vsize=811756 CPUtime=0
/proc/16211/task/16218/stat : 16218 (java) S 16209 16211 15943 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 18859432 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16219] ppid=16209 vsize=811756 CPUtime=0
/proc/16211/task/16219/stat : 16219 (java) S 16209 16211 15943 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 18859436 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16220] ppid=16209 vsize=811756 CPUtime=0.73
/proc/16211/task/16220/stat : 16220 (java) S 16209 16211 15943 0 -1 64 1571 0 0 0 73 0 0 0 15 0 15 0 18859436 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16221] ppid=16209 vsize=811756 CPUtime=1.04
/proc/16211/task/16221/stat : 16221 (java) S 16209 16211 15943 0 -1 64 2885 0 0 0 103 1 0 0 16 0 15 0 18859436 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16222] ppid=16209 vsize=811756 CPUtime=0
/proc/16211/task/16222/stat : 16222 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 25 0 15 0 18859436 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16223] ppid=16209 vsize=811756 CPUtime=0
/proc/16211/task/16223/stat : 16223 (java) S 16209 16211 15943 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 18859436 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16224] ppid=16209 vsize=811756 CPUtime=0
/proc/16211/task/16224/stat : 16224 (java) S 16209 16211 15943 0 -1 64 5 0 0 0 0 0 0 0 24 0 15 0 18859557 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16211/tid=16302] ppid=16209 vsize=811756 CPUtime=0
/proc/16211/task/16302/stat : 16302 (java) S 16209 16211 15943 0 -1 64 6 0 0 0 0 0 0 0 19 0 15 0 19040129 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16211/tid=16303] ppid=16209 vsize=811756 CPUtime=0.05
/proc/16211/task/16303/stat : 16303 (java) R 16209 16211 15943 0 -1 64 6 0 0 0 5 0 0 0 20 0 15 0 19040129 831238144 51211 996147200 134512640 134550932 4294956016 18446744073709551615 4109932118 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 811756

Child status: 143
Real time (s): 1807.3
CPU time (s): 1800.47
CPU user time (s): 1800.12
CPU system time (s): 0.343947
CPU usage (%): 99.6216
Max. virtual memory (cumulated for all children) (KiB): 811756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.12
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59021
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= 37280
involuntary context switches= 42908

runsolver used 2.51462 second user time and 5.74713 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-11 15:12:24
IDJOB=2057358
IDBENCH=53363
IDSOLVER=731
FILE ID=node92/2057358-1247317944
PBS_JOBID= 9506451
Free space on /tmp= 66276 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-55021_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057358-1247317944/watcher-2057358-1247317944 -o /tmp/evaluation-result-2057358-1247317944/solver-2057358-1247317944 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2057358-1247317944.xml

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

MD5SUM BENCH= b626b09ee3de0f0b6aab346c66a6049e
RANDOM SEED=719437637

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        668600 kB
Buffers:         69248 kB
Cached:        1219284 kB
SwapCached:          0 kB
Active:         499276 kB
Inactive:       808352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        668600 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:          24620 kB
Slab:            65332 kB
Committed_AS:    97636 kB
PageTables:       1692 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= 66272 MiB
End job on node92 at 2009-07-11 15:42:33