Trace number 1562715

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.28 1199.68

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l44_lambda.cnf
MD5SUMa7bc41b32260e4459b2bee7c18cacba1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark189.575
Satisfiable
(Un)Satisfiability was proved
Number of variables31540
Number of clauses157264
Sum of the clauses size453246
Maximum clause length9
Minimum clause length1
Number of clauses of size 14112
Number of clauses of size 239373
Number of clauses of size 392004
Number of clauses of size 415027
Number of clauses of size 56616
Number of clauses of size over 5132

Solver Data

0.11/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.26	c See www.sat4j.org for details.
0.11/0.27	c version 2.1.0.v20090228
0.11/0.27	c sun.arch.data.model	32
0.11/0.27	c java.version	1.6.0_12
0.11/0.27	c os.name	Linux
0.11/0.27	c os.version	2.6.9-22.EL.rootsmp
0.11/0.27	c os.arch	i386
0.11/0.27	c Free memory 1651659224
0.11/0.27	c Max memory 1654456320
0.11/0.27	c Total memory 1654456320
0.11/0.27	c Number of processors 2
0.23/0.32	c c --- Begin Solver configuration ---
0.23/0.32	c Stops conflict analysis at the first Unique Implication Point
0.23/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@913fe2
0.23/0.32	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.23/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.23/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.23/0.32	c Expensive reason simplification
0.23/0.32	c Armin Biere (Picosat) restarts strategy
0.23/0.32	c timeout=2147483647s
0.23/0.32	c DB Simplification allowed=true
0.23/0.32	c --- End Solver configuration ---
0.23/0.32	c solving HOME/instance-1562715-1240997295.cnf
0.23/0.32	c reading problem ... 
0.85/0.85	c ... done. Wall clock time 0.531s.
0.85/0.85	c #vars     31540
0.85/0.85	c #constraints  151723
0.85/0.85	c constraints type 
0.85/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 107632
0.85/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39398
1200.02/1199.51	c starts		: 747
1200.02/1199.51	c conflicts		: 363690
1200.02/1199.51	c decisions		: 531865
1200.02/1199.51	c propagations		: 301841637
1200.02/1199.51	c inspects		: 3582682049
1200.02/1199.51	c learnt literals	: 5
1200.02/1199.51	c learnt binary clauses	: 258
1200.02/1199.51	c learnt ternary clauses	: 1038
1200.02/1199.51	c learnt clauses	: 363685
1200.02/1199.51	c ignored clauses	: 0
1200.02/1199.51	c root simplifications	: 752
1200.02/1199.51	c removed literals (reason simplification)	: 6805274
1200.02/1199.51	c reason swapping (by a shorter reason)	: 0
1200.02/1199.51	c Calls to reduceDB	: 0
1200.02/1199.51	c speed (assignments/second)	: 251815.0724473247
1200.02/1199.51	c non guided choices	1780
1200.02/1199.60	c learnt constraints type 
1200.02/1199.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 241
1200.02/1199.60	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 350890
1200.02/1199.60	s UNKNOWN
1200.02/1199.60	c Total wall clock time (in seconds) : 1199.197

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-1562715-1240997295/watcher-1562715-1240997295 -o /tmp/evaluation-result-1562715-1240997295/solver-1562715-1240997295 -C 1200 -W 1800 -M 1800 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1562715-1240997295.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.39 0.09 0.03 3/64 13299
/proc/meminfo: memFree=1323264/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=152 CPUtime=0
/proc/13299/stat : 13299 (java6) R 13297 13299 13208 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 127762797 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 7484196 0 0 4096 0 0 0 0 17 1 0 0
/proc/13299/statm: 38 26 19 9 0 4 0

[startup+0.04442 s]
/proc/loadavg: 0.39 0.09 0.03 3/64 13299
/proc/meminfo: memFree=1323264/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=12928 CPUtime=0.02
/proc/13299/stat : 13299 (java) D 13297 13299 13208 0 -1 0 374 0 12 0 0 2 0 0 18 0 1 0 127762797 13238272 193 1992294400 134512640 134550932 4294956000 18446744073709551615 7455530 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/13299/statm: 3232 194 136 9 0 1104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12928

[startup+0.105418 s]
/proc/loadavg: 0.39 0.09 0.03 3/64 13299
/proc/meminfo: memFree=1323264/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1776936 CPUtime=0.04
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 2832 0 30 0 0 4 0 0 18 0 4 0 127762797 1819582464 2608 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 444234 2608 632 9 0 441585 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776936

[startup+0.301441 s]
/proc/loadavg: 0.39 0.09 0.03 3/64 13299
/proc/meminfo: memFree=1323264/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1783208 CPUtime=0.23
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 4815 0 30 0 16 7 0 0 18 0 12 0 127762797 1826004992 4582 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 445802 4582 1323 9 0 443149 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1783208

[startup+0.702482 s]
/proc/loadavg: 0.39 0.09 0.03 3/64 13299
/proc/meminfo: memFree=1323264/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1784596 CPUtime=0.76
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 7756 0 30 0 68 8 0 0 18 0 12 0 127762797 1827426304 7521 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 446149 7521 1372 9 0 443496 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1784596

[startup+1.50257 s]
/proc/loadavg: 0.39 0.09 0.03 3/77 13312
/proc/meminfo: memFree=1283224/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1788308 CPUtime=2.04
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 11426 0 30 0 194 10 0 0 18 0 13 0 127762797 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 447077 10420 1402 9 0 444424 0
[pid=13299/tid=13301] ppid=13297 vsize=1788308 CPUtime=0.99
/proc/13299/task/13301/stat : 13301 (java) R 13297 13299 13208 0 -1 64 8073 0 1 0 94 5 0 0 25 0 13 0 127762804 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13302] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13297 13299 13208 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 127762807 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 127762807 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13297 13299 13208 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127762809 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13305] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13305/stat : 13305 (java) S 13297 13299 13208 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 127762809 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13306] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127762809 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13307] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 127762816 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13308] ppid=13297 vsize=1788308 CPUtime=0.5
/proc/13299/task/13308/stat : 13308 (java) R 13297 13299 13208 0 -1 64 1270 0 0 0 49 1 0 0 17 0 13 0 127762816 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 103206288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13309] ppid=13297 vsize=1788308 CPUtime=0.49
/proc/13299/task/13309/stat : 13309 (java) S 13297 13299 13208 0 -1 64 1367 0 0 0 49 0 0 0 16 0 13 0 127762816 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13310] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13310/stat : 13310 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127762816 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13311] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13311/stat : 13311 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127762816 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13312] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13312/stat : 13312 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127762891 1831227392 10420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1788308

[startup+3.10173 s]
/proc/loadavg: 0.39 0.09 0.03 2/77 13312
/proc/meminfo: memFree=1278936/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1788308 CPUtime=3.88
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 11638 0 30 0 378 10 0 0 18 0 13 0 127762797 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 447077 10631 1409 9 0 444424 0
[pid=13299/tid=13301] ppid=13297 vsize=1788308 CPUtime=2.53
/proc/13299/task/13301/stat : 13301 (java) R 13297 13299 13208 0 -1 64 8255 0 1 0 248 5 0 0 23 0 13 0 127762804 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4109659690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13302] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13297 13299 13208 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 127762807 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 127762807 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13297 13299 13208 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127762809 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13305] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13305/stat : 13305 (java) S 13297 13299 13208 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 127762809 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13306] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127762809 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13307] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 127762816 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13308] ppid=13297 vsize=1788308 CPUtime=0.65
/proc/13299/task/13308/stat : 13308 (java) S 13297 13299 13208 0 -1 64 1283 0 0 0 64 1 0 0 16 0 13 0 127762816 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13309] ppid=13297 vsize=1788308 CPUtime=0.64
/proc/13299/task/13309/stat : 13309 (java) S 13297 13299 13208 0 -1 64 1384 0 0 0 64 0 0 0 16 0 13 0 127762816 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13310] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13310/stat : 13310 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127762816 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13311] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13311/stat : 13311 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127762816 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13312] ppid=13297 vsize=1788308 CPUtime=0
/proc/13299/task/13312/stat : 13312 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127762891 1831227392 10631 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 1788308

[startup+6.30208 s]
/proc/loadavg: 0.44 0.11 0.03 2/77 13312
/proc/meminfo: memFree=1277336/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1788116 CPUtime=7.12
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 11922 0 30 0 701 11 0 0 18 0 13 0 127762797 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 447029 10870 1409 9 0 444376 0
[pid=13299/tid=13301] ppid=13297 vsize=1788116 CPUtime=5.7
/proc/13299/task/13301/stat : 13301 (java) R 13297 13299 13208 0 -1 64 8534 0 1 0 565 5 0 0 24 0 13 0 127762804 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4109659781 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13302] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13297 13299 13208 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 127762807 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 127762807 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13297 13299 13208 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127762809 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13305] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13305/stat : 13305 (java) S 13297 13299 13208 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 127762809 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13306] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127762809 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13307] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 127762816 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13308] ppid=13297 vsize=1788116 CPUtime=0.68
/proc/13299/task/13308/stat : 13308 (java) S 13297 13299 13208 0 -1 64 1286 0 0 0 67 1 0 0 17 0 13 0 127762816 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13309] ppid=13297 vsize=1788116 CPUtime=0.68
/proc/13299/task/13309/stat : 13309 (java) S 13297 13299 13208 0 -1 64 1386 0 0 0 68 0 0 0 17 0 13 0 127762816 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13310] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13310/stat : 13310 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127762816 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13311] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13311/stat : 13311 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127762816 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13312] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13312/stat : 13312 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127762891 1831030784 10870 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 1788116

[startup+12.7018 s]
/proc/loadavg: 0.49 0.12 0.04 2/77 13312
/proc/meminfo: memFree=1275352/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1788116 CPUtime=13.52
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 12414 0 30 0 1340 12 0 0 18 0 13 0 127762797 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 447029 11361 1409 9 0 444376 0
[pid=13299/tid=13301] ppid=13297 vsize=1788116 CPUtime=12.1
/proc/13299/task/13301/stat : 13301 (java) R 13297 13299 13208 0 -1 64 9026 0 1 0 1204 6 0 0 25 0 13 0 127762804 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4109626572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13302] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13297 13299 13208 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 127762807 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 127762807 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13297 13299 13208 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127762809 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13305] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13305/stat : 13305 (java) S 13297 13299 13208 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 127762809 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13306] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127762809 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13307] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 127762816 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13308] ppid=13297 vsize=1788116 CPUtime=0.68
/proc/13299/task/13308/stat : 13308 (java) S 13297 13299 13208 0 -1 64 1286 0 0 0 67 1 0 0 16 0 13 0 127762816 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13309] ppid=13297 vsize=1788116 CPUtime=0.68
/proc/13299/task/13309/stat : 13309 (java) S 13297 13299 13208 0 -1 64 1386 0 0 0 68 0 0 0 17 0 13 0 127762816 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13310] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13310/stat : 13310 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127762816 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13311] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13311/stat : 13311 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127762816 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13312] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13312/stat : 13312 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127762891 1831030784 11361 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 1788116

[startup+25.5021 s]
/proc/loadavg: 0.60 0.17 0.05 2/77 13312
/proc/meminfo: memFree=1272536/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1788116 CPUtime=26.31
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 13105 0 30 0 2619 12 0 0 18 0 13 0 127762797 1831030784 12052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 447029 12052 1409 9 0 444376 0
[pid=13299/tid=13301] ppid=13297 vsize=1788116 CPUtime=24.9
/proc/13299/task/13301/stat : 13301 (java) R 13297 13299 13208 0 -1 64 9717 0 1 0 2483 7 0 0 25 0 13 0 127762804 1831030784 12052 1992294400 134512640 134550932 4294956000 18446744073709551615 4109673776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13302] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13297 13299 13208 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 127762807 1831030784 12052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 127762807 1831030784 12052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13297 vsize=1788116 CPUtime=0

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

[pid=13299] ppid=13297 vsize=1788116 CPUtime=1062.84
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 31736 0 30 0 106250 34 0 0 18 0 13 0 127762797 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 447029 30679 1409 9 0 444376 0
[pid=13299/tid=13301] ppid=13297 vsize=1788116 CPUtime=1061.4
/proc/13299/task/13301/stat : 13301 (java) R 13297 13299 13208 0 -1 64 28345 0 1 0 106111 29 0 0 25 0 13 0 127762804 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4109293302 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13302] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13297 13299 13208 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 127762807 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 127762807 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13297 13299 13208 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127762809 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13305] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13305/stat : 13305 (java) S 13297 13299 13208 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 127762809 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13306] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127762809 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13307] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 127762816 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13308] ppid=13297 vsize=1788116 CPUtime=0.71
/proc/13299/task/13308/stat : 13308 (java) S 13297 13299 13208 0 -1 64 1289 0 0 0 70 1 0 0 15 0 13 0 127762816 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13309] ppid=13297 vsize=1788116 CPUtime=0.68
/proc/13299/task/13309/stat : 13309 (java) S 13297 13299 13208 0 -1 64 1386 0 0 0 68 0 0 0 17 0 13 0 127762816 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13310] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13310/stat : 13310 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127762816 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13311] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13311/stat : 13311 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127762816 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13312] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13312/stat : 13312 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127762891 1831030784 30679 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.84
Current children cumulated vsize (KiB) 1788116

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.68 2/77 13314
/proc/meminfo: memFree=1195352/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1788116 CPUtime=1122.83
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 32241 0 30 0 112248 35 0 0 18 0 13 0 127762797 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 447029 31184 1409 9 0 444376 0
[pid=13299/tid=13301] ppid=13297 vsize=1788116 CPUtime=1121.38
/proc/13299/task/13301/stat : 13301 (java) R 13297 13299 13208 0 -1 64 28850 0 1 0 112109 29 0 0 25 0 13 0 127762804 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4109659655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13302] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13297 13299 13208 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 127762807 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 127762807 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13297 13299 13208 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127762809 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13305] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13305/stat : 13305 (java) S 13297 13299 13208 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 127762809 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13306] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127762809 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13307] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 127762816 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13308] ppid=13297 vsize=1788116 CPUtime=0.71
/proc/13299/task/13308/stat : 13308 (java) S 13297 13299 13208 0 -1 64 1289 0 0 0 70 1 0 0 15 0 13 0 127762816 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13309] ppid=13297 vsize=1788116 CPUtime=0.68
/proc/13299/task/13309/stat : 13309 (java) S 13297 13299 13208 0 -1 64 1386 0 0 0 68 0 0 0 17 0 13 0 127762816 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13310] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13310/stat : 13310 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127762816 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13311] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13311/stat : 13311 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127762816 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13312] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13312/stat : 13312 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127762891 1831030784 31184 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.83
Current children cumulated vsize (KiB) 1788116

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/77 13314
/proc/meminfo: memFree=1192152/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1788116 CPUtime=1182.81
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 33035 0 30 0 118246 35 0 0 18 0 13 0 127762797 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 447029 31978 1409 9 0 444376 0
[pid=13299/tid=13301] ppid=13297 vsize=1788116 CPUtime=1181.37
/proc/13299/task/13301/stat : 13301 (java) R 13297 13299 13208 0 -1 64 29644 0 1 0 118107 30 0 0 25 0 13 0 127762804 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4109659655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13302] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13297 13299 13208 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 127762807 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 127762807 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13297 13299 13208 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127762809 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13305] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13305/stat : 13305 (java) S 13297 13299 13208 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 127762809 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13306] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127762809 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13307] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 127762816 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13308] ppid=13297 vsize=1788116 CPUtime=0.71
/proc/13299/task/13308/stat : 13308 (java) S 13297 13299 13208 0 -1 64 1289 0 0 0 70 1 0 0 15 0 13 0 127762816 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13309] ppid=13297 vsize=1788116 CPUtime=0.68
/proc/13299/task/13309/stat : 13309 (java) S 13297 13299 13208 0 -1 64 1386 0 0 0 68 0 0 0 17 0 13 0 127762816 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13310] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13310/stat : 13310 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127762816 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13311] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13311/stat : 13311 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127762816 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13312] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13312/stat : 13312 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127762891 1831030784 31978 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.81
Current children cumulated vsize (KiB) 1788116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.70 2/77 13314
/proc/meminfo: memFree=1191640/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1788116 CPUtime=1200.02
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 33144 0 30 0 119966 36 0 0 18 0 13 0 127762797 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 447029 32087 1409 9 0 444376 0
[pid=13299/tid=13301] ppid=13297 vsize=1788116 CPUtime=1198.57
/proc/13299/task/13301/stat : 13301 (java) R 13297 13299 13208 0 -1 64 29753 0 1 0 119827 30 0 0 25 0 13 0 127762804 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4109625078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13302] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13297 13299 13208 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 127762807 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 127762807 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13297 13299 13208 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 127762809 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13305] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13305/stat : 13305 (java) S 13297 13299 13208 0 -1 64 9 0 0 0 0 0 0 0 19 0 13 0 127762809 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13306] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127762809 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13307] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 127762816 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13308] ppid=13297 vsize=1788116 CPUtime=0.71
/proc/13299/task/13308/stat : 13308 (java) S 13297 13299 13208 0 -1 64 1289 0 0 0 70 1 0 0 15 0 13 0 127762816 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13309] ppid=13297 vsize=1788116 CPUtime=0.68
/proc/13299/task/13309/stat : 13309 (java) S 13297 13299 13208 0 -1 64 1386 0 0 0 68 0 0 0 17 0 13 0 127762816 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13310] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13310/stat : 13310 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 127762816 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13311] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13311/stat : 13311 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127762816 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13312] ppid=13297 vsize=1788116 CPUtime=0
/proc/13299/task/13312/stat : 13312 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127762891 1831030784 32087 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1788116

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

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

[startup+1199.61 s]
/proc/loadavg: 0.99 0.97 0.70 2/77 13314
/proc/meminfo: memFree=1191640/2055920 swapFree=4180868/4192956
[pid=13299] ppid=13297 vsize=1788764 CPUtime=1200.21
/proc/13299/stat : 13299 (java) S 13297 13299 13208 0 -1 0 33176 0 30 0 119985 36 0 0 16 0 14 0 127762797 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13299/statm: 447191 32119 1412 9 0 444538 0
[pid=13299/tid=13301] ppid=13297 vsize=1788764 CPUtime=1198.68
/proc/13299/task/13301/stat : 13301 (java) R 13297 13299 13208 0 -1 64 29753 0 1 0 119838 30 0 0 25 0 14 0 127762804 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4109503277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13302] ppid=13297 vsize=1788764 CPUtime=0
/proc/13299/task/13302/stat : 13302 (java) S 13297 13299 13208 0 -1 64 3 0 0 0 0 0 0 0 19 0 14 0 127762807 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13303] ppid=13297 vsize=1788764 CPUtime=0
/proc/13299/task/13303/stat : 13303 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 20 0 14 0 127762807 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13299/tid=13304] ppid=13297 vsize=1788764 CPUtime=0
/proc/13299/task/13304/stat : 13304 (java) S 13297 13299 13208 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 127762809 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13305] ppid=13297 vsize=1788764 CPUtime=0
/proc/13299/task/13305/stat : 13305 (java) S 13297 13299 13208 0 -1 64 9 0 0 0 0 0 0 0 19 0 14 0 127762809 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13306] ppid=13297 vsize=1788764 CPUtime=0
/proc/13299/task/13306/stat : 13306 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 20 0 14 0 127762809 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13307] ppid=13297 vsize=1788764 CPUtime=0
/proc/13299/task/13307/stat : 13307 (java) S 13297 13299 13208 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 127762816 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13308] ppid=13297 vsize=1788764 CPUtime=0.74
/proc/13299/task/13308/stat : 13308 (java) S 13297 13299 13208 0 -1 64 1294 0 0 0 73 1 0 0 16 0 14 0 127762816 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13309] ppid=13297 vsize=1788764 CPUtime=0.68
/proc/13299/task/13309/stat : 13309 (java) S 13297 13299 13208 0 -1 64 1386 0 0 0 68 0 0 0 17 0 14 0 127762816 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13310] ppid=13297 vsize=1788764 CPUtime=0
/proc/13299/task/13310/stat : 13310 (java) S 13297 13299 13208 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 127762816 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13311] ppid=13297 vsize=1788764 CPUtime=0
/proc/13299/task/13311/stat : 13311 (java) S 13297 13299 13208 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 127762816 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13299/tid=13312] ppid=13297 vsize=1788764 CPUtime=0
/proc/13299/task/13312/stat : 13312 (java) S 13297 13299 13208 0 -1 64 4 0 0 0 0 0 0 0 24 0 14 0 127762891 1831694336 32119 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.21
Current children cumulated vsize (KiB) 1788764

Child status: 143
Real time (s): 1199.68
CPU time (s): 1200.28
CPU user time (s): 1199.9
CPU system time (s): 0.381941
CPU usage (%): 100.051
Max. virtual memory (cumulated for all children) (KiB): 1788764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.9
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33176
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25031
involuntary context switches= 2834

runsolver used 1.54176 second user time and 2.83657 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-29 11:28:15
IDJOB=1562715
IDBENCH=70940
IDSOLVER=500
FILE ID=node19/1562715-1240997295
PBS_JOBID= 9204848
Free space on /tmp= 66408 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l44_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-1562715-1240997295/watcher-1562715-1240997295 -o /tmp/evaluation-result-1562715-1240997295/solver-1562715-1240997295 -C 1200 -W 1800 -M 1800  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1562715-1240997295.cnf

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

MD5SUM BENCH= a7bc41b32260e4459b2bee7c18cacba1
RANDOM SEED=1438582938

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1323744 kB
Buffers:         45060 kB
Cached:         632580 kB
SwapCached:       6780 kB
Active:         154280 kB
Inactive:       532160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323744 kB
SwapTotal:     4192956 kB
SwapFree:      4180868 kB
Dirty:            3324 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            31704 kB
Committed_AS:   553656 kB
PageTables:       1452 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= 66408 MiB
End job on node19 at 2009-04-29 11:48:17