Trace number 1563079

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.31 1200.29

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l48_lambda.cnf
MD5SUMe7c28f6a200a1c1912fbaacfb3572515
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark261.819
Satisfiable
(Un)Satisfiability was proved
Number of variables34656
Number of clauses174528
Sum of the clauses size503708
Maximum clause length9
Minimum clause length1
Number of clauses of size 14424
Number of clauses of size 242805
Number of clauses of size 3103458
Number of clauses of size 416481
Number of clauses of size 57216
Number of clauses of size over 5144

Solver Data

0.12/0.78	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.12/0.78	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.78	c See www.sat4j.org for details.
0.12/0.79	c version 2.1.0.v20090228
0.12/0.79	c sun.arch.data.model	32
0.12/0.79	c java.version	1.6.0_12
0.12/0.79	c os.name	Linux
0.12/0.79	c os.version	2.6.9-22.EL.rootsmp
0.12/0.79	c os.arch	i386
0.12/0.79	c Free memory 1651659224
0.12/0.79	c Max memory 1654456320
0.12/0.79	c Total memory 1654456320
0.12/0.79	c Number of processors 2
0.19/0.84	c c --- Begin Solver configuration ---
0.19/0.84	c Stops conflict analysis at the first Unique Implication Point
0.19/0.84	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.19/0.84	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.84	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.19/0.84	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.19/0.84	c Expensive reason simplification
0.19/0.84	c Armin Biere (Picosat) restarts strategy
0.19/0.84	c timeout=2147483647s
0.19/0.84	c DB Simplification allowed=true
0.19/0.84	c --- End Solver configuration ---
0.19/0.84	c solving HOME/instance-1563079-1241000095.cnf
0.19/0.84	c reading problem ... 
0.92/1.41	c ... done. Wall clock time 0.568s.
0.92/1.41	c #vars     34656
0.92/1.41	c #constraints  168627
0.92/1.41	c constraints type 
0.92/1.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120696
0.92/1.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 42926
1200.03/1200.15	c starts		: 769
1200.03/1200.15	c conflicts		: 375348
1200.03/1200.15	c decisions		: 543302
1200.03/1200.15	c propagations		: 318211049
1200.03/1200.15	c inspects		: 3707260794
1200.03/1200.15	c learnt literals	: 5
1200.03/1200.15	c learnt binary clauses	: 235
1200.03/1200.15	c learnt ternary clauses	: 760
1200.03/1200.15	c learnt clauses	: 375343
1200.03/1200.15	c ignored clauses	: 0
1200.03/1200.15	c root simplifications	: 774
1200.03/1200.15	c removed literals (reason simplification)	: 7133658
1200.03/1200.15	c reason swapping (by a shorter reason)	: 0
1200.03/1200.15	c Calls to reduceDB	: 0
1200.03/1200.15	c speed (assignments/second)	: 265453.7245202274
1200.03/1200.15	c non guided choices	652
1200.19/1200.25	c learnt constraints type 
1200.19/1200.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 230
1200.19/1200.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 363843
1200.19/1200.25	s UNKNOWN
1200.19/1200.25	c Total wall clock time (in seconds) : 1199.315

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-1563079-1241000095/watcher-1563079-1241000095 -o /tmp/evaluation-result-1563079-1241000095/solver-1563079-1241000095 -C 1200 -W 1800 -M 1800 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563079-1241000095.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: 1.00 0.99 0.91 3/65 25239
/proc/meminfo: memFree=1462216/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=18576 CPUtime=0
/proc/25239/stat : 25239 (runsolver) D 25237 25239 25049 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 128038555 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 251601153319 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/25239/statm: 4644 284 249 26 0 2626 0

[startup+0.0137881 s]
/proc/loadavg: 1.00 0.99 0.91 3/65 25239
/proc/meminfo: memFree=1462216/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=18576 CPUtime=0
/proc/25239/stat : 25239 (runsolver) D 25237 25239 25049 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 128038555 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 251601153319 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/25239/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101798 s]
/proc/loadavg: 1.00 0.99 0.91 3/65 25239
/proc/meminfo: memFree=1462216/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1472 CPUtime=0
/proc/25239/stat : 25239 (java6) D 25237 25239 25049 0 -1 0 98 0 5 0 0 0 0 0 18 0 1 0 128038555 1507328 76 1992294400 134512640 134550932 4294956160 18446744073709551615 12709518 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25239/statm: 368 76 56 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.301907 s]
/proc/loadavg: 1.00 0.99 0.91 3/65 25239
/proc/meminfo: memFree=1462216/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=12928 CPUtime=0.01
/proc/25239/stat : 25239 (java) D 25237 25239 25049 0 -1 0 362 0 28 0 0 1 0 0 18 0 1 0 128038555 13238272 197 1992294400 134512640 134550932 4294955984 18446744073709551615 11600682 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/25239/statm: 3232 197 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.70187 s]
/proc/loadavg: 1.00 0.99 0.91 3/65 25239
/proc/meminfo: memFree=1462216/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1780924 CPUtime=0.12
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 3823 0 62 0 7 5 0 0 18 0 12 0 128038555 1823666176 3627 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25239/statm: 445231 3627 1067 9 0 442578 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780924

[startup+1.50296 s]
/proc/loadavg: 1.00 0.99 0.91 3/77 25251
/proc/meminfo: memFree=1433640/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1784804 CPUtime=1.09
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 10070 0 62 0 101 8 0 0 18 0 13 0 128038555 1827639296 9845 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25239/statm: 446201 9845 1379 9 0 443548 0
[pid=25239/tid=25241] ppid=25237 vsize=1784804 CPUtime=0.76
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 25049 0 -1 64 8389 0 18 0 70 6 0 0 19 0 13 0 128038587 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4109126780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=1784804 CPUtime=0
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 25049 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 128038604 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25243] ppid=25237 vsize=1784804 CPUtime=0
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128038604 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25244] ppid=25237 vsize=1784804 CPUtime=0
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 128038616 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=1784804 CPUtime=0
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 25049 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128038617 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=1784804 CPUtime=0
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128038617 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=1784804 CPUtime=0
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128038624 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=1784804 CPUtime=0.15
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 25049 0 -1 64 330 0 0 0 15 0 0 0 16 0 13 0 128038624 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25249] ppid=25237 vsize=1784804 CPUtime=0.15
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 25049 0 -1 64 649 0 0 0 15 0 0 0 17 0 13 0 128038624 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=1784804 CPUtime=0
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 128038624 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=1784804 CPUtime=0
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128038624 1827639296 9848 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1784804

[startup+3.10213 s]
/proc/loadavg: 1.00 0.99 0.91 3/78 25252
/proc/meminfo: memFree=1412768/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1787796 CPUtime=3.28
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 12180 0 62 0 319 9 0 0 18 0 13 0 128038555 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25239/statm: 446949 10986 1405 9 0 444296 0
[pid=25239/tid=25241] ppid=25237 vsize=1787796 CPUtime=2.06
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 25049 0 -1 64 8624 0 18 0 200 6 0 0 25 0 13 0 128038587 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4109584271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25242] ppid=25237 vsize=1787796 CPUtime=0
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 25049 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 128038604 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25243] ppid=25237 vsize=1787796 CPUtime=0
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128038604 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25244] ppid=25237 vsize=1787796 CPUtime=0
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 128038616 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25245] ppid=25237 vsize=1787796 CPUtime=0
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 25049 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128038617 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=1787796 CPUtime=0
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128038617 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=1787796 CPUtime=0
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128038624 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=1787796 CPUtime=0.59
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 25049 0 -1 64 880 0 0 0 59 0 0 0 17 0 13 0 128038624 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25249] ppid=25237 vsize=1787796 CPUtime=0.58
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 25049 0 -1 64 1971 0 0 0 58 0 0 0 16 0 13 0 128038624 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=1787796 CPUtime=0
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 128038624 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=1787796 CPUtime=0
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128038624 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=1787796 CPUtime=0
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128038705 1830703104 10986 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 1787796

[startup+6.30249 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25252
/proc/meminfo: memFree=1410976/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1787412 CPUtime=6.54
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 12518 0 62 0 644 10 0 0 18 0 13 0 128038555 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25239/statm: 446853 11104 1409 9 0 444200 0
[pid=25239/tid=25241] ppid=25237 vsize=1787412 CPUtime=5.25
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 25049 0 -1 64 8917 0 18 0 519 6 0 0 25 0 13 0 128038587 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4109714381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25242] ppid=25237 vsize=1787412 CPUtime=0
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 25049 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 128038604 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25243] ppid=25237 vsize=1787412 CPUtime=0
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128038604 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25244] ppid=25237 vsize=1787412 CPUtime=0
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128038616 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=1787412 CPUtime=0
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 25049 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128038617 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=1787412 CPUtime=0
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128038617 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=1787412 CPUtime=0
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128038624 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=1787412 CPUtime=0.65
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 25049 0 -1 64 925 0 0 0 65 0 0 0 17 0 13 0 128038624 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25249] ppid=25237 vsize=1787412 CPUtime=0.59
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 25049 0 -1 64 1971 0 0 0 59 0 0 0 15 0 13 0 128038624 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=1787412 CPUtime=0
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 128038624 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=1787412 CPUtime=0
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128038624 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=1787412 CPUtime=0
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128038705 1830309888 11104 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 1787412

[startup+12.7012 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25252
/proc/meminfo: memFree=1410672/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1786256 CPUtime=12.95
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 13022 0 62 0 1285 10 0 0 18 0 13 0 128038555 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25239/statm: 446564 11321 1409 9 0 443911 0
[pid=25239/tid=25241] ppid=25237 vsize=1786256 CPUtime=11.62
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 25049 0 -1 64 9419 0 18 0 1155 7 0 0 25 0 13 0 128038587 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4109585824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25242] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 25049 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 128038604 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25243] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128038604 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25244] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128038616 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 25049 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128038617 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128038617 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128038624 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=1786256 CPUtime=0.68
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 25049 0 -1 64 925 0 0 0 68 0 0 0 16 0 13 0 128038624 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25249] ppid=25237 vsize=1786256 CPUtime=0.61
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 25049 0 -1 64 1973 0 0 0 61 0 0 0 17 0 13 0 128038624 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 128038624 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128038624 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128038705 1829126144 11321 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 1786256

[startup+25.5026 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25252
/proc/meminfo: memFree=1407408/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1786256 CPUtime=25.75
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 13854 0 62 0 2563 12 0 0 18 0 13 0 128038555 1829126144 12153 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25239/statm: 446564 12153 1409 9 0 443911 0
[pid=25239/tid=25241] ppid=25237 vsize=1786256 CPUtime=24.41
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 25049 0 -1 64 10251 0 18 0 2433 8 0 0 25 0 13 0 128038587 1829126144 12153 1992294400 134512640 134550932 4294955984 18446744073709551615 4109584236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25242] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 25049 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 128038604 1829126144 12153 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25243] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128038604 1829126144 12153 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25244] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128038616 1829126144 12153 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=1786256 CPUtime=0

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

[pid=25239] ppid=25237 vsize=1786256 CPUtime=1062.25
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 33473 0 62 0 106193 32 0 0 18 0 13 0 128038555 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25239/statm: 446564 31768 1409 9 0 443911 0
[pid=25239/tid=25241] ppid=25237 vsize=1786256 CPUtime=1060.88
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 25049 0 -1 64 29865 0 18 0 106059 29 0 0 25 0 13 0 128038587 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4109673975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25242] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 25049 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 128038604 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25243] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128038604 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25244] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128038616 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 25049 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128038617 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128038617 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128038624 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=1786256 CPUtime=0.72
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 25049 0 -1 64 930 0 0 0 72 0 0 0 16 0 13 0 128038624 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25249] ppid=25237 vsize=1786256 CPUtime=0.61
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 25049 0 -1 64 1973 0 0 0 61 0 0 0 17 0 13 0 128038624 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 128038624 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128038624 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128038705 1829126144 31768 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 1786256

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25252
/proc/meminfo: memFree=1325360/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1786256 CPUtime=1122.24
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 34132 0 62 0 112191 33 0 0 18 0 13 0 128038555 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25239/statm: 446564 32427 1409 9 0 443911 0
[pid=25239/tid=25241] ppid=25237 vsize=1786256 CPUtime=1120.87
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 25049 0 -1 64 30524 0 18 0 112057 30 0 0 25 0 13 0 128038587 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4109673975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25242] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 25049 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 128038604 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25243] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128038604 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25244] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128038616 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 25049 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128038617 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128038617 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128038624 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=1786256 CPUtime=0.72
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 25049 0 -1 64 930 0 0 0 72 0 0 0 16 0 13 0 128038624 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25249] ppid=25237 vsize=1786256 CPUtime=0.61
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 25049 0 -1 64 1973 0 0 0 61 0 0 0 17 0 13 0 128038624 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 128038624 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128038624 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128038705 1829126144 32427 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 1786256

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25252
/proc/meminfo: memFree=1322288/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1786256 CPUtime=1182.23
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 35070 0 62 0 118189 34 0 0 18 0 13 0 128038555 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25239/statm: 446564 33365 1409 9 0 443911 0
[pid=25239/tid=25241] ppid=25237 vsize=1786256 CPUtime=1180.85
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 25049 0 -1 64 31462 0 18 0 118055 30 0 0 25 0 13 0 128038587 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4109584472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25242] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 25049 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 128038604 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25243] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128038604 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25244] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128038616 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 25049 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128038617 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128038617 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128038624 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=1786256 CPUtime=0.72
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 25049 0 -1 64 930 0 0 0 72 0 0 0 16 0 13 0 128038624 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25249] ppid=25237 vsize=1786256 CPUtime=0.61
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 25049 0 -1 64 1973 0 0 0 61 0 0 0 17 0 13 0 128038624 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 128038624 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128038624 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128038705 1829126144 33365 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 1786256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.11 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25252
/proc/meminfo: memFree=1321072/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1786256 CPUtime=1200.03
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 35199 0 62 0 119969 34 0 0 18 0 13 0 128038555 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25239/statm: 446564 33494 1409 9 0 443911 0
[pid=25239/tid=25241] ppid=25237 vsize=1786256 CPUtime=1198.65
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 25049 0 -1 64 31591 0 18 0 119835 30 0 0 25 0 13 0 128038587 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4109673975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25242] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 25049 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 128038604 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25243] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 128038604 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25244] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 128038616 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 25049 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 128038617 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 128038617 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 128038624 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=1786256 CPUtime=0.72
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 25049 0 -1 64 930 0 0 0 72 0 0 0 16 0 13 0 128038624 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25249] ppid=25237 vsize=1786256 CPUtime=0.61
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 25049 0 -1 64 1973 0 0 0 61 0 0 0 17 0 13 0 128038624 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 128038624 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128038624 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=1786256 CPUtime=0
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 128038705 1829126144 33494 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1786256

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

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

[startup+1200.21 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 25252
/proc/meminfo: memFree=1321072/2055920 swapFree=4181588/4192956
[pid=25239] ppid=25237 vsize=1786904 CPUtime=1200.19
/proc/25239/stat : 25239 (java) S 25237 25239 25049 0 -1 0 35230 0 62 0 119985 34 0 0 16 0 15 0 128038555 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25239/statm: 446726 33525 1411 9 0 444073 0
[pid=25239/tid=25241] ppid=25237 vsize=1786904 CPUtime=1198.75
/proc/25239/task/25241/stat : 25241 (java) R 25237 25239 25049 0 -1 64 31592 0 18 0 119845 30 0 0 25 0 15 0 128038587 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4109584243 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25242] ppid=25237 vsize=1786904 CPUtime=0
/proc/25239/task/25242/stat : 25242 (java) S 25237 25239 25049 0 -1 64 3 0 0 0 0 0 0 0 18 0 15 0 128038604 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25243] ppid=25237 vsize=1786904 CPUtime=0
/proc/25239/task/25243/stat : 25243 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 19 0 15 0 128038604 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25239/tid=25244] ppid=25237 vsize=1786904 CPUtime=0
/proc/25239/task/25244/stat : 25244 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 16 0 15 0 128038616 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25245] ppid=25237 vsize=1786904 CPUtime=0
/proc/25239/task/25245/stat : 25245 (java) S 25237 25239 25049 0 -1 64 10 0 0 0 0 0 0 0 20 0 15 0 128038617 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25246] ppid=25237 vsize=1786904 CPUtime=0
/proc/25239/task/25246/stat : 25246 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 21 0 15 0 128038617 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25247] ppid=25237 vsize=1786904 CPUtime=0
/proc/25239/task/25247/stat : 25247 (java) S 25237 25239 25049 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 128038624 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25248] ppid=25237 vsize=1786904 CPUtime=0.76
/proc/25239/task/25248/stat : 25248 (java) S 25237 25239 25049 0 -1 64 934 0 0 0 76 0 0 0 16 0 15 0 128038624 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25249] ppid=25237 vsize=1786904 CPUtime=0.61
/proc/25239/task/25249/stat : 25249 (java) S 25237 25239 25049 0 -1 64 1973 0 0 0 61 0 0 0 17 0 15 0 128038624 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25250] ppid=25237 vsize=1786904 CPUtime=0
/proc/25239/task/25250/stat : 25250 (java) S 25237 25239 25049 0 -1 64 2 0 0 0 0 0 0 0 22 0 15 0 128038624 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25251] ppid=25237 vsize=1786904 CPUtime=0
/proc/25239/task/25251/stat : 25251 (java) S 25237 25239 25049 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 128038624 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25239/tid=25252] ppid=25237 vsize=1786904 CPUtime=0
/proc/25239/task/25252/stat : 25252 (java) S 25237 25239 25049 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 128038705 1829789696 33525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 1786904

Child status: 143
Real time (s): 1200.29
CPU time (s): 1200.31
CPU user time (s): 1199.95
CPU system time (s): 0.363944
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1787796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.95
system time used= 0.363944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35236
page faults= 62
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25136
involuntary context switches= 2398

runsolver used 1.49277 second user time and 2.89756 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-29 12:14:55
IDJOB=1563079
IDBENCH=70947
IDSOLVER=500
FILE ID=node91/1563079-1241000095
PBS_JOBID= 9204781
Free space on /tmp= 66552 MiB

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

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

MD5SUM BENCH= e7c28f6a200a1c1912fbaacfb3572515
RANDOM SEED=872017612

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1462632 kB
Buffers:         25712 kB
Cached:         494436 kB
SwapCached:       5152 kB
Active:         124040 kB
Inactive:       405076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462632 kB
SwapTotal:     4192956 kB
SwapFree:      4181588 kB
Dirty:            3388 kB
Writeback:           0 kB
Mapped:          15108 kB
Slab:            50008 kB
Committed_AS:   420764 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node91 at 2009-04-29 12:34:58