Trace number 1563183

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 CORE 2.1 RC1? (TO) 1200.41 1199.5

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l45_lambda.cnf
MD5SUM94aa7bdbcbe99c5b3082c395dc2384e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark282.168
Satisfiable
(Un)Satisfiability was proved
Number of variables32313
Number of clauses161529
Sum of the clauses size465707
Maximum clause length9
Minimum clause length1
Number of clauses of size 14190
Number of clauses of size 240231
Number of clauses of size 394818
Number of clauses of size 415389
Number of clauses of size 56766
Number of clauses of size over 5135

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.0.v20090228
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	c c --- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@95fd19
0.08/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.19	c Expensive reason simplification
0.08/0.19	c Armin Biere (Picosat) restarts strategy
0.08/0.19	c timeout=2147483647s
0.08/0.19	c DB Simplification allowed=true
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving HOME/instance-1563183-1241000906.cnf
0.08/0.19	c reading problem ... 
0.91/0.74	c ... done. Wall clock time 0.55s.
0.91/0.74	c #vars     32313
0.91/0.74	c #constraints  155898
0.91/0.74	c constraints type 
0.91/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 110847
0.91/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40280
1200.10/1199.31	c starts		: 777
1200.10/1199.31	c conflicts		: 392336
1200.10/1199.31	c decisions		: 572357
1200.10/1199.31	c propagations		: 328463957
1200.10/1199.31	c inspects		: 3742261233
1200.10/1199.31	c learnt literals	: 5
1200.10/1199.31	c learnt binary clauses	: 317
1200.10/1199.31	c learnt ternary clauses	: 1049
1200.10/1199.31	c learnt clauses	: 392331
1200.10/1199.31	c ignored clauses	: 0
1200.10/1199.31	c root simplifications	: 782
1200.10/1199.31	c removed literals (reason simplification)	: 7793432
1200.10/1199.31	c reason swapping (by a shorter reason)	: 0
1200.10/1199.31	c Calls to reduceDB	: 0
1200.10/1199.31	c speed (assignments/second)	: 274046.3602072802
1200.10/1199.31	c non guided choices	1654
1200.30/1199.43	c learnt constraints type 
1200.30/1199.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 310
1200.30/1199.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 381839
1200.30/1199.43	s UNKNOWN
1200.30/1199.43	c Total wall clock time (in seconds) : 1199.122

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/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-1563183-1241000906/watcher-1563183-1241000906 -o /tmp/evaluation-result-1563183-1241000906/solver-1563183-1241000906 -C 1200 -W 1800 -M 1800 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563183-1241000906.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 14247
/proc/meminfo: memFree=909368/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=152 CPUtime=0
/proc/14247/stat : 14247 (java6) D 14245 14247 14033 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 128123806 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 8438564 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14247/statm: 38 26 19 9 0 4 0

[startup+0.026641 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 14247
/proc/meminfo: memFree=909368/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1773828 CPUtime=0.01
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 2111 0 1 0 0 1 0 0 18 0 2 0 128123806 1816399872 1860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 443457 1870 406 9 0 441209 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1773828

[startup+0.10264 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 14247
/proc/meminfo: memFree=909368/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1780924 CPUtime=0.08
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 3895 0 1 0 6 2 0 0 18 0 12 0 128123806 1823666176 3638 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 445231 3638 1069 9 0 442578 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780924

[startup+0.302669 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 14247
/proc/meminfo: memFree=909368/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1784020 CPUtime=0.39
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 5683 0 1 0 36 3 0 0 18 0 12 0 128123806 1826836480 5412 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 446005 5412 1367 9 0 443352 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1784020

[startup+0.701704 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 14247
/proc/meminfo: memFree=909368/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1784020 CPUtime=0.91
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 8826 0 1 0 87 4 0 0 18 0 12 0 128123806 1826836480 8531 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 446005 8531 1374 9 0 443352 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1784020

[startup+1.5028 s]
/proc/loadavg: 0.93 0.95 0.90 4/77 14260
/proc/meminfo: memFree=875024/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1789464 CPUtime=2.45
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 12422 0 1 0 239 6 0 0 18 0 13 0 128123806 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 447366 10870 1404 9 0 444713 0
[pid=14247/tid=14249] ppid=14245 vsize=1789464 CPUtime=1.44
/proc/14247/task/14249/stat : 14249 (java) R 14245 14247 14033 0 -1 64 8233 0 1 0 140 4 0 0 20 0 13 0 128123807 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4109124810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14250] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14250/stat : 14250 (java) S 14245 14247 14033 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128123809 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14251] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14251/stat : 14251 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128123809 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14252] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14252/stat : 14252 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 128123810 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14253] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14253/stat : 14253 (java) S 14245 14247 14033 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 128123811 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14254] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14254/stat : 14254 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 128123811 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14255] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14255/stat : 14255 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128123815 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14256] ppid=14245 vsize=1789464 CPUtime=0.48
/proc/14247/task/14256/stat : 14256 (java) R 14245 14247 14033 0 -1 64 1726 0 0 0 48 0 0 0 18 0 13 0 128123815 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 105577642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14257] ppid=14245 vsize=1789464 CPUtime=0.49
/proc/14247/task/14257/stat : 14257 (java) R 14245 14247 14033 0 -1 64 1714 0 0 0 49 0 0 0 19 0 13 0 128123815 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 105496225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14258] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14258/stat : 14258 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128123815 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14259] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14259/stat : 14259 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128123815 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14260] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14260/stat : 14260 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128123887 1832411136 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1789464

[startup+3.10197 s]
/proc/loadavg: 0.93 0.95 0.90 2/77 14260
/proc/meminfo: memFree=870608/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1789464 CPUtime=4.31
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 12622 0 1 0 425 6 0 0 18 0 13 0 128123806 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 447366 11068 1411 9 0 444713 0
[pid=14247/tid=14249] ppid=14245 vsize=1789464 CPUtime=3.02
/proc/14247/task/14249/stat : 14249 (java) R 14245 14247 14033 0 -1 64 8407 0 1 0 298 4 0 0 17 0 13 0 128123807 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4109602386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14250] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14250/stat : 14250 (java) S 14245 14247 14033 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128123809 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14251] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14251/stat : 14251 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128123809 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14252] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14252/stat : 14252 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128123810 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14253] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14253/stat : 14253 (java) S 14245 14247 14033 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 128123811 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14254] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14254/stat : 14254 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 128123811 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14255] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14255/stat : 14255 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128123815 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14256] ppid=14245 vsize=1789464 CPUtime=0.59
/proc/14247/task/14256/stat : 14256 (java) S 14245 14247 14033 0 -1 64 1736 0 0 0 59 0 0 0 16 0 13 0 128123815 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14257] ppid=14245 vsize=1789464 CPUtime=0.67
/proc/14247/task/14257/stat : 14257 (java) S 14245 14247 14033 0 -1 64 1730 0 0 0 67 0 0 0 16 0 13 0 128123815 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14258] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14258/stat : 14258 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128123815 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14259] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14259/stat : 14259 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128123815 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14260] ppid=14245 vsize=1789464 CPUtime=0
/proc/14247/task/14260/stat : 14260 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128123887 1832411136 11068 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1789464

[startup+6.30231 s]
/proc/loadavg: 0.93 0.95 0.90 2/77 14260
/proc/meminfo: memFree=869456/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1789060 CPUtime=7.54
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 12904 0 1 0 747 7 0 0 18 0 13 0 128123806 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 447265 11232 1411 9 0 444612 0
[pid=14247/tid=14249] ppid=14245 vsize=1789060 CPUtime=6.18
/proc/14247/task/14249/stat : 14249 (java) R 14245 14247 14033 0 -1 64 8684 0 1 0 614 4 0 0 25 0 13 0 128123807 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4109602607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14250] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14250/stat : 14250 (java) S 14245 14247 14033 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128123809 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14251] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14251/stat : 14251 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128123809 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14252] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14252/stat : 14252 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 128123810 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14253] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14253/stat : 14253 (java) S 14245 14247 14033 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 128123811 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14254] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14254/stat : 14254 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 128123811 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14255] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14255/stat : 14255 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128123815 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14256] ppid=14245 vsize=1789060 CPUtime=0.62
/proc/14247/task/14256/stat : 14256 (java) S 14245 14247 14033 0 -1 64 1739 0 0 0 62 0 0 0 16 0 13 0 128123815 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14257] ppid=14245 vsize=1789060 CPUtime=0.7
/proc/14247/task/14257/stat : 14257 (java) S 14245 14247 14033 0 -1 64 1732 0 0 0 70 0 0 0 16 0 13 0 128123815 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14258] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14258/stat : 14258 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128123815 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14259] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14259/stat : 14259 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128123815 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14260] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14260/stat : 14260 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128123887 1831997440 11232 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 1789060

[startup+12.702 s]
/proc/loadavg: 0.94 0.96 0.91 2/77 14260
/proc/meminfo: memFree=867408/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1789060 CPUtime=13.93
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 13434 0 1 0 1386 7 0 0 18 0 13 0 128123806 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 447265 11707 1411 9 0 444612 0
[pid=14247/tid=14249] ppid=14245 vsize=1789060 CPUtime=12.58
/proc/14247/task/14249/stat : 14249 (java) R 14245 14247 14033 0 -1 64 9214 0 1 0 1253 5 0 0 25 0 13 0 128123807 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4109602711 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14250] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14250/stat : 14250 (java) S 14245 14247 14033 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128123809 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14251] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14251/stat : 14251 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128123809 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14252] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14252/stat : 14252 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128123810 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14253] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14253/stat : 14253 (java) S 14245 14247 14033 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 128123811 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14254] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14254/stat : 14254 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 128123811 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14255] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14255/stat : 14255 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128123815 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14256] ppid=14245 vsize=1789060 CPUtime=0.62
/proc/14247/task/14256/stat : 14256 (java) S 14245 14247 14033 0 -1 64 1739 0 0 0 62 0 0 0 16 0 13 0 128123815 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14257] ppid=14245 vsize=1789060 CPUtime=0.7
/proc/14247/task/14257/stat : 14257 (java) S 14245 14247 14033 0 -1 64 1732 0 0 0 70 0 0 0 16 0 13 0 128123815 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14258] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14258/stat : 14258 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128123815 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14259] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14259/stat : 14259 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128123815 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14260] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14260/stat : 14260 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128123887 1831997440 11707 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.93
Current children cumulated vsize (KiB) 1789060

[startup+25.5024 s]
/proc/loadavg: 0.95 0.96 0.91 2/77 14260
/proc/meminfo: memFree=864272/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1789060 CPUtime=26.73
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 14233 0 1 0 2665 8 0 0 18 0 13 0 128123806 1831997440 12506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 447265 12506 1411 9 0 444612 0
[pid=14247/tid=14249] ppid=14245 vsize=1789060 CPUtime=25.37
/proc/14247/task/14249/stat : 14249 (java) R 14245 14247 14033 0 -1 64 10013 0 1 0 2532 5 0 0 25 0 13 0 128123807 1831997440 12506 1992294400 134512640 134550932 4294956000 18446744073709551615 4109584108 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14250] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14250/stat : 14250 (java) S 14245 14247 14033 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128123809 1831997440 12506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14251] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14251/stat : 14251 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128123809 1831997440 12506 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14252] ppid=14245 vsize=1789060 CPUtime=0

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

[pid=14247] ppid=14245 vsize=1789060 CPUtime=1063.15
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 34900 0 1 0 106287 28 0 0 18 0 13 0 128123806 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 447265 33161 1411 9 0 444612 0
[pid=14247/tid=14249] ppid=14245 vsize=1789060 CPUtime=1061.76
/proc/14247/task/14249/stat : 14249 (java) R 14245 14247 14033 0 -1 64 30677 0 1 0 106151 25 0 0 25 0 13 0 128123807 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4109602607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14250] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14250/stat : 14250 (java) S 14245 14247 14033 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128123809 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14251] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14251/stat : 14251 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128123809 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14252] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14252/stat : 14252 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128123810 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14253] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14253/stat : 14253 (java) S 14245 14247 14033 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 128123811 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14254] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14254/stat : 14254 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 128123811 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14255] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14255/stat : 14255 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128123815 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14256] ppid=14245 vsize=1789060 CPUtime=0.65
/proc/14247/task/14256/stat : 14256 (java) S 14245 14247 14033 0 -1 64 1742 0 0 0 65 0 0 0 16 0 13 0 128123815 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14257] ppid=14245 vsize=1789060 CPUtime=0.7
/proc/14247/task/14257/stat : 14257 (java) S 14245 14247 14033 0 -1 64 1732 0 0 0 70 0 0 0 16 0 13 0 128123815 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14258] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14258/stat : 14258 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128123815 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14259] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14259/stat : 14259 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128123815 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14260] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14260/stat : 14260 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128123887 1831997440 33161 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.15
Current children cumulated vsize (KiB) 1789060

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 14262
/proc/meminfo: memFree=777616/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1789060 CPUtime=1123.13
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 35795 0 1 0 112284 29 0 0 18 0 13 0 128123806 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 447265 34056 1411 9 0 444612 0
[pid=14247/tid=14249] ppid=14245 vsize=1789060 CPUtime=1121.74
/proc/14247/task/14249/stat : 14249 (java) R 14245 14247 14033 0 -1 64 31572 0 1 0 112148 26 0 0 25 0 13 0 128123807 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4109602607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14250] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14250/stat : 14250 (java) S 14245 14247 14033 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128123809 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14251] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14251/stat : 14251 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128123809 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14252] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14252/stat : 14252 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128123810 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14253] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14253/stat : 14253 (java) S 14245 14247 14033 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 128123811 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14254] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14254/stat : 14254 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 128123811 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14255] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14255/stat : 14255 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128123815 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14256] ppid=14245 vsize=1789060 CPUtime=0.65
/proc/14247/task/14256/stat : 14256 (java) S 14245 14247 14033 0 -1 64 1742 0 0 0 65 0 0 0 16 0 13 0 128123815 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14257] ppid=14245 vsize=1789060 CPUtime=0.7
/proc/14247/task/14257/stat : 14257 (java) S 14245 14247 14033 0 -1 64 1732 0 0 0 70 0 0 0 16 0 13 0 128123815 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14258] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14258/stat : 14258 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128123815 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14259] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14259/stat : 14259 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128123815 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14260] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14260/stat : 14260 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128123887 1831997440 34056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.13
Current children cumulated vsize (KiB) 1789060

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 14262
/proc/meminfo: memFree=774480/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1789060 CPUtime=1183.1
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 36597 0 1 0 118280 30 0 0 18 0 13 0 128123806 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 447265 34858 1411 9 0 444612 0
[pid=14247/tid=14249] ppid=14245 vsize=1789060 CPUtime=1181.71
/proc/14247/task/14249/stat : 14249 (java) R 14245 14247 14033 0 -1 64 32374 0 1 0 118144 27 0 0 25 0 13 0 128123807 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4109584150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14250] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14250/stat : 14250 (java) S 14245 14247 14033 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128123809 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14251] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14251/stat : 14251 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128123809 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14252] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14252/stat : 14252 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128123810 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14253] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14253/stat : 14253 (java) S 14245 14247 14033 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 128123811 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14254] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14254/stat : 14254 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 128123811 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14255] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14255/stat : 14255 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128123815 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14256] ppid=14245 vsize=1789060 CPUtime=0.65
/proc/14247/task/14256/stat : 14256 (java) S 14245 14247 14033 0 -1 64 1742 0 0 0 65 0 0 0 16 0 13 0 128123815 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14257] ppid=14245 vsize=1789060 CPUtime=0.7
/proc/14247/task/14257/stat : 14257 (java) S 14245 14247 14033 0 -1 64 1732 0 0 0 70 0 0 0 16 0 13 0 128123815 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14258] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14258/stat : 14258 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128123815 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14259] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14259/stat : 14259 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128123815 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14260] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14260/stat : 14260 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128123887 1831997440 34858 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.1
Current children cumulated vsize (KiB) 1789060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 14262
/proc/meminfo: memFree=773520/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1789060 CPUtime=1200.1
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 36824 0 1 0 119980 30 0 0 18 0 13 0 128123806 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 447265 35085 1411 9 0 444612 0
[pid=14247/tid=14249] ppid=14245 vsize=1789060 CPUtime=1198.71
/proc/14247/task/14249/stat : 14249 (java) R 14245 14247 14033 0 -1 64 32601 0 1 0 119844 27 0 0 25 0 13 0 128123807 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4109584073 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14250] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14250/stat : 14250 (java) S 14245 14247 14033 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 128123809 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14251] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14251/stat : 14251 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128123809 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14252] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14252/stat : 14252 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128123810 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14253] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14253/stat : 14253 (java) S 14245 14247 14033 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 128123811 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14254] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14254/stat : 14254 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 128123811 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14255] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14255/stat : 14255 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128123815 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14256] ppid=14245 vsize=1789060 CPUtime=0.65
/proc/14247/task/14256/stat : 14256 (java) S 14245 14247 14033 0 -1 64 1742 0 0 0 65 0 0 0 16 0 13 0 128123815 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14257] ppid=14245 vsize=1789060 CPUtime=0.7
/proc/14247/task/14257/stat : 14257 (java) S 14245 14247 14033 0 -1 64 1732 0 0 0 70 0 0 0 16 0 13 0 128123815 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14258] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14258/stat : 14258 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128123815 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14259] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14259/stat : 14259 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128123815 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14260] ppid=14245 vsize=1789060 CPUtime=0
/proc/14247/task/14260/stat : 14260 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 128123887 1831997440 35085 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1789060

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

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

[startup+1199.41 s]
/proc/loadavg: 0.99 0.97 0.91 2/77 14262
/proc/meminfo: memFree=773520/2055920 swapFree=4192812/4192956
[pid=14247] ppid=14245 vsize=1789708 CPUtime=1200.3
/proc/14247/stat : 14247 (java) S 14245 14247 14033 0 -1 0 36858 0 1 0 120000 30 0 0 16 0 15 0 128123806 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14247/statm: 447427 35119 1411 9 0 444774 0
[pid=14247/tid=14249] ppid=14245 vsize=1789708 CPUtime=1198.81
/proc/14247/task/14249/stat : 14249 (java) R 14245 14247 14033 0 -1 64 32602 0 1 0 119854 27 0 0 25 0 15 0 128123807 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4109602607 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14250] ppid=14245 vsize=1789708 CPUtime=0
/proc/14247/task/14250/stat : 14250 (java) S 14245 14247 14033 0 -1 64 3 0 0 0 0 0 0 0 19 0 15 0 128123809 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14251] ppid=14245 vsize=1789708 CPUtime=0
/proc/14247/task/14251/stat : 14251 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 20 0 15 0 128123809 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14252] ppid=14245 vsize=1789708 CPUtime=0
/proc/14247/task/14252/stat : 14252 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 16 0 15 0 128123810 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14253] ppid=14245 vsize=1789708 CPUtime=0
/proc/14247/task/14253/stat : 14253 (java) S 14245 14247 14033 0 -1 64 10 0 0 0 0 0 0 0 22 0 15 0 128123811 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14254] ppid=14245 vsize=1789708 CPUtime=0
/proc/14247/task/14254/stat : 14254 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 23 0 15 0 128123811 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14255] ppid=14245 vsize=1789708 CPUtime=0
/proc/14247/task/14255/stat : 14255 (java) S 14245 14247 14033 0 -1 64 8 0 0 0 0 0 0 0 18 0 15 0 128123815 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14256] ppid=14245 vsize=1789708 CPUtime=0.68
/proc/14247/task/14256/stat : 14256 (java) S 14245 14247 14033 0 -1 64 1748 0 0 0 68 0 0 0 17 0 15 0 128123815 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14247/tid=14257] ppid=14245 vsize=1789708 CPUtime=0.7
/proc/14247/task/14257/stat : 14257 (java) S 14245 14247 14033 0 -1 64 1732 0 0 0 70 0 0 0 16 0 15 0 128123815 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14258] ppid=14245 vsize=1789708 CPUtime=0
/proc/14247/task/14258/stat : 14258 (java) S 14245 14247 14033 0 -1 64 2 0 0 0 0 0 0 0 25 0 15 0 128123815 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14259] ppid=14245 vsize=1789708 CPUtime=0
/proc/14247/task/14259/stat : 14259 (java) S 14245 14247 14033 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 128123815 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14247/tid=14260] ppid=14245 vsize=1789708 CPUtime=0
/proc/14247/task/14260/stat : 14260 (java) S 14245 14247 14033 0 -1 64 4 0 0 0 0 0 0 0 18 0 15 0 128123887 1832660992 35119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.3
Current children cumulated vsize (KiB) 1789708

Child status: 143
Real time (s): 1199.5
CPU time (s): 1200.41
CPU user time (s): 1200.09
CPU system time (s): 0.32595
CPU usage (%): 100.076
Max. virtual memory (cumulated for all children) (KiB): 1789708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.09
system time used= 0.32595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36862
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= 24531
involuntary context switches= 26426

runsolver used 1.17582 second user time and 3.2575 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-29 12:28:26
IDJOB=1563183
IDBENCH=70949
IDSOLVER=500
FILE ID=node21/1563183-1241000906
PBS_JOBID= 9204846
Free space on /tmp= 66428 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l45_lambda.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563183-1241000906/watcher-1563183-1241000906 -o /tmp/evaluation-result-1563183-1241000906/solver-1563183-1241000906 -C 1200 -W 1800 -M 1800  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563183-1241000906.cnf

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

MD5SUM BENCH= 94aa7bdbcbe99c5b3082c395dc2384e9
RANDOM SEED=1707621387

node21.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.233
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.233
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:        909784 kB
Buffers:         79088 kB
Cached:         963148 kB
SwapCached:          0 kB
Active:         379864 kB
Inactive:       676320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        909784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3308 kB
Writeback:           0 kB
Mapped:          23716 kB
Slab:            75996 kB
Committed_AS:   610184 kB
PageTables:       1376 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= 66428 MiB
End job on node21 at 2009-04-29 12:48:28