Trace number 1577559

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.39 1199.11

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L90_coli.sat.cnf
MD5SUMa9e7651569c1b43a1021c78982fb4e6b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.456
Satisfiable
(Un)Satisfiability was proved
Number of variables282842
Number of clauses1350458
Sum of the clauses size3903824
Maximum clause length11
Minimum clause length1
Number of clauses of size 129377
Number of clauses of size 2364467
Number of clauses of size 3730908
Number of clauses of size 4177355
Number of clauses of size 548082
Number of clauses of size over 5269

Solver Data

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.17	c version 2.1.0.v20090228
0.07/0.17	c sun.arch.data.model	32
0.07/0.17	c java.version	1.6.0_12
0.07/0.17	c os.name	Linux
0.07/0.17	c os.version	2.6.9-22.EL.rootsmp
0.07/0.17	c os.arch	i386
0.07/0.17	c Free memory 1651659224
0.07/0.17	c Max memory 1654456320
0.07/0.17	c Total memory 1654456320
0.07/0.17	c Number of processors 2
0.19/0.21	c c --- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.19/0.21	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.19/0.21	c Expensive reason simplification
0.19/0.21	c Armin Biere (Picosat) restarts strategy
0.19/0.21	c timeout=2147483647s
0.19/0.21	c DB Simplification allowed=true
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving HOME/instance-1577559-1241002544.cnf
0.19/0.21	c reading problem ... 
4.03/3.95	c ... done. Wall clock time 3.74s.
4.03/3.95	c #vars     282842
4.03/3.95	c #constraints  1308298
4.03/3.95	c constraints type 
4.03/3.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 907376
4.03/3.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 361328
1200.06/1198.92	c starts		: 662
1200.06/1198.92	c conflicts		: 282566
1200.06/1198.92	c decisions		: 511032
1200.06/1198.92	c propagations		: 623837345
1200.06/1198.92	c inspects		: 2939098536
1200.06/1198.92	c learnt literals	: 68
1200.06/1198.92	c learnt binary clauses	: 1174
1200.06/1198.92	c learnt ternary clauses	: 2468
1200.06/1198.92	c learnt clauses	: 282498
1200.06/1198.92	c ignored clauses	: 0
1200.06/1198.92	c root simplifications	: 730
1200.06/1198.92	c removed literals (reason simplification)	: 8442161
1200.06/1198.92	c reason swapping (by a shorter reason)	: 0
1200.06/1198.92	c Calls to reduceDB	: 0
1200.06/1198.92	c speed (assignments/second)	: 522056.22605572396
1200.06/1198.92	c non guided choices	3932
1200.26/1199.04	c learnt constraints type 
1200.26/1199.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1091
1200.26/1199.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 280710
1200.26/1199.04	s UNKNOWN
1200.26/1199.04	c Total wall clock time (in seconds) : 1198.706

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-1577559-1241002544/watcher-1577559-1241002544 -o /tmp/evaluation-result-1577559-1241002544/solver-1577559-1241002544 -C 1200 -W 1800 -M 1800 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1577559-1241002544.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.92 1.86 1.49 3/64 12254
/proc/meminfo: memFree=604344/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=152 CPUtime=0
/proc/12254/stat : 12254 (java6) R 12252 12254 11806 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 128281725 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 9285931 0 0 4096 0 0 0 0 17 1 0 0
/proc/12254/statm: 38 26 19 9 0 4 0

[startup+0.05051 s]
/proc/loadavg: 1.92 1.86 1.49 3/64 12254
/proc/meminfo: memFree=604344/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1777088 CPUtime=0.02
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 3213 0 1 0 0 2 0 0 18 0 4 0 128281725 1819738112 2960 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 444272 2960 937 9 0 441623 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1777088

[startup+0.102514 s]
/proc/loadavg: 1.92 1.86 1.49 3/64 12254
/proc/meminfo: memFree=604344/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1778556 CPUtime=0.07
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 3770 0 1 0 4 3 0 0 18 0 7 0 128281725 1821241344 3515 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 444639 3515 1040 9 0 441990 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778556

[startup+0.30154 s]
/proc/loadavg: 1.92 1.86 1.49 3/64 12254
/proc/meminfo: memFree=604344/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1783476 CPUtime=0.31
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 8041 0 1 0 26 5 0 0 18 0 12 0 128281725 1826279424 7779 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 445855 7779 1357 9 0 443202 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1783476

[startup+0.701574 s]
/proc/loadavg: 1.92 1.86 1.49 3/64 12254
/proc/meminfo: memFree=604344/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1784168 CPUtime=0.81
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 10945 0 1 0 75 6 0 0 18 0 12 0 128281725 1826988032 10646 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 446042 10646 1380 9 0 443389 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 1784168

[startup+1.50266 s]
/proc/loadavg: 1.92 1.86 1.49 2/76 12266
/proc/meminfo: memFree=556696/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1784168 CPUtime=1.62
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 17412 0 1 0 152 10 0 0 18 0 12 0 128281725 1826988032 17112 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 446042 17112 1380 9 0 443389 0
[pid=12254/tid=12256] ppid=12252 vsize=1784168 CPUtime=1.35
/proc/12254/task/12256/stat : 12256 (java) R 12252 12254 11806 0 -1 64 15599 0 1 0 126 9 0 0 19 0 12 0 128281728 1826988032 17113 1992294400 134512640 134550932 4294955984 18446744073709551615 4109466229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11806 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 128281730 1826988032 17113 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128281730 1826988032 17113 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128281731 1826988032 17113 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11806 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 128281732 1826988032 17114 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11806 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 128281732 1826988032 17114 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128281736 1826988032 17114 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1784168 CPUtime=0.13
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11806 0 -1 64 438 0 0 0 13 0 0 0 16 0 12 0 128281736 1826988032 17115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1784168 CPUtime=0.12
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11806 0 -1 64 631 0 0 0 12 0 0 0 16 0 12 0 128281736 1826988032 17115 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128281736 1826988032 17116 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128281736 1826988032 17116 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 1784168

[startup+3.10184 s]
/proc/loadavg: 1.92 1.86 1.49 2/76 12266
/proc/meminfo: memFree=520728/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1784168 CPUtime=3.23
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 29821 0 1 0 306 17 0 0 18 0 12 0 128281725 1826988032 29520 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 446042 29521 1380 9 0 443389 0
[pid=12254/tid=12256] ppid=12252 vsize=1784168 CPUtime=2.96
/proc/12254/task/12256/stat : 12256 (java) R 12252 12254 11806 0 -1 64 28008 0 1 0 280 16 0 0 25 0 12 0 128281728 1826988032 29521 1992294400 134512640 134550932 4294955984 18446744073709551615 4109456174 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11806 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 128281730 1826988032 29521 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 128281730 1826988032 29522 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128281731 1826988032 29522 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11806 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 128281732 1826988032 29523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11806 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 128281732 1826988032 29523 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128281736 1826988032 29524 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1784168 CPUtime=0.13
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11806 0 -1 64 438 0 0 0 13 0 0 0 16 0 12 0 128281736 1826988032 29524 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1784168 CPUtime=0.12
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11806 0 -1 64 631 0 0 0 12 0 0 0 16 0 12 0 128281736 1826988032 29525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128281736 1826988032 29525 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1784168 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128281736 1826988032 29526 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 1784168

[startup+6.3022 s]
/proc/loadavg: 2.01 1.88 1.49 2/77 12267
/proc/meminfo: memFree=328336/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1785144 CPUtime=7.4
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 71881 0 1 0 705 35 0 0 18 0 13 0 128281725 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 446286 70215 1407 9 0 443633 0
[pid=12254/tid=12256] ppid=12252 vsize=1785144 CPUtime=5.42
/proc/12254/task/12256/stat : 12256 (java) R 12252 12254 11806 0 -1 64 37435 0 1 0 522 20 0 0 25 0 13 0 128281728 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4109613151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1785144 CPUtime=0.63
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11806 0 -1 64 18631 0 0 0 57 6 0 0 16 0 13 0 128281730 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1785144 CPUtime=0.63
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11806 0 -1 64 13783 0 0 0 57 6 0 0 21 0 13 0 128281730 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1785144 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11806 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 128281731 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1785144 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11806 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128281732 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1785144 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11806 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128281732 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1785144 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128281736 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1785144 CPUtime=0.36
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11806 0 -1 64 604 0 0 0 36 0 0 0 17 0 13 0 128281736 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1785144 CPUtime=0.31
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11806 0 -1 64 678 0 0 0 31 0 0 0 17 0 13 0 128281736 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1785144 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128281736 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1785144 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128281736 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12267] ppid=12252 vsize=1785144 CPUtime=0
/proc/12254/task/12267/stat : 12267 (java) S 12252 12254 11806 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128282209 1827987456 70215 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 1785144

[startup+12.7019 s]
/proc/loadavg: 1.93 1.86 1.49 2/77 12267
/proc/meminfo: memFree=327952/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1785368 CPUtime=14.01
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 71994 0 1 0 1366 35 0 0 18 0 13 0 128281725 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 446342 70280 1412 9 0 443689 0
[pid=12254/tid=12256] ppid=12252 vsize=1785368 CPUtime=11.75
/proc/12254/task/12256/stat : 12256 (java) R 12252 12254 11806 0 -1 64 37440 0 1 0 1155 20 0 0 25 0 13 0 128281728 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4109641717 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1785368 CPUtime=0.63
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11806 0 -1 64 18631 0 0 0 57 6 0 0 16 0 13 0 128281730 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1785368 CPUtime=0.63
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11806 0 -1 64 13783 0 0 0 57 6 0 0 21 0 13 0 128281730 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1785368 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11806 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128281731 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1785368 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11806 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128281732 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1785368 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11806 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128281732 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1785368 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128281736 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1785368 CPUtime=0.5
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11806 0 -1 64 619 0 0 0 50 0 0 0 16 0 13 0 128281736 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1785368 CPUtime=0.44
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11806 0 -1 64 771 0 0 0 44 0 0 0 16 0 13 0 128281736 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1785368 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128281736 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1785368 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128281736 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12267] ppid=12252 vsize=1785368 CPUtime=0
/proc/12254/task/12267/stat : 12267 (java) S 12252 12254 11806 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128282209 1828216832 70280 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.01
Current children cumulated vsize (KiB) 1785368

[startup+25.5024 s]
/proc/loadavg: 1.72 1.82 1.48 2/77 12267
/proc/meminfo: memFree=328528/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1784768 CPUtime=26.9
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 72026 0 1 0 2655 35 0 0 18 0 13 0 128281725 1827602432 70157 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 446192 70157 1416 9 0 443539 0
[pid=12254/tid=12256] ppid=12252 vsize=1784768 CPUtime=24.54
/proc/12254/task/12256/stat : 12256 (java) R 12252 12254 11806 0 -1 64 37442 0 1 0 2434 20 0 0 25 0 13 0 128281728 1827602432 70157 1992294400 134512640 134550932 4294955984 18446744073709551615 4109648872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1784768 CPUtime=0.63
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11806 0 -1 64 18631 0 0 0 57 6 0 0 16 0 13 0 128281730 1827602432 70157 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1784768 CPUtime=0.63
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11806 0 -1 64 13783 0 0 0 57 6 0 0 21 0 13 0 128281730 1827602432 70157 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11806 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128281731 1827602432 70157 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11806 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128281732 1827602432 70157 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1784768 CPUtime=0

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

[pid=12254/tid=12259] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11806 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128281731 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11806 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128281732 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11806 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128281732 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1784768 CPUtime=0.57
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11806 0 -1 64 642 0 0 0 57 0 0 0 16 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1784768 CPUtime=0.55
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11806 0 -1 64 783 0 0 0 55 0 0 0 17 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12267] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12267/stat : 12267 (java) S 12252 12254 11806 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128282209 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.49
Current children cumulated vsize (KiB) 1784768

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/77 12273
/proc/meminfo: memFree=328144/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1784768 CPUtime=1123.47
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 72040 0 1 0 112311 36 0 0 18 0 13 0 128281725 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 446192 70164 1416 9 0 443539 0
[pid=12254/tid=12256] ppid=12252 vsize=1784768 CPUtime=1121.02
/proc/12254/task/12256/stat : 12256 (java) R 12252 12254 11806 0 -1 64 37451 0 1 0 112082 20 0 0 25 0 13 0 128281728 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4109580736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1784768 CPUtime=0.63
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11806 0 -1 64 18631 0 0 0 57 6 0 0 16 0 13 0 128281730 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1784768 CPUtime=0.63
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11806 0 -1 64 13783 0 0 0 57 6 0 0 21 0 13 0 128281730 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11806 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128281731 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11806 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128281732 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11806 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128281732 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1784768 CPUtime=0.57
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11806 0 -1 64 642 0 0 0 57 0 0 0 16 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1784768 CPUtime=0.55
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11806 0 -1 64 783 0 0 0 55 0 0 0 17 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12267] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12267/stat : 12267 (java) S 12252 12254 11806 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128282209 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.47
Current children cumulated vsize (KiB) 1784768

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/77 12273
/proc/meminfo: memFree=328144/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1784768 CPUtime=1183.46
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 72040 0 1 0 118310 36 0 0 18 0 13 0 128281725 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 446192 70164 1416 9 0 443539 0
[pid=12254/tid=12256] ppid=12252 vsize=1784768 CPUtime=1181.01
/proc/12254/task/12256/stat : 12256 (java) R 12252 12254 11806 0 -1 64 37451 0 1 0 118081 20 0 0 25 0 13 0 128281728 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4109648754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1784768 CPUtime=0.63
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11806 0 -1 64 18631 0 0 0 57 6 0 0 16 0 13 0 128281730 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1784768 CPUtime=0.63
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11806 0 -1 64 13783 0 0 0 57 6 0 0 21 0 13 0 128281730 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11806 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128281731 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11806 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128281732 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11806 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128281732 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1784768 CPUtime=0.57
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11806 0 -1 64 642 0 0 0 57 0 0 0 16 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1784768 CPUtime=0.55
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11806 0 -1 64 783 0 0 0 55 0 0 0 17 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12267] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12267/stat : 12267 (java) S 12252 12254 11806 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128282209 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.46
Current children cumulated vsize (KiB) 1784768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.9 s]
/proc/loadavg: 1.00 1.00 1.10 2/77 12273
/proc/meminfo: memFree=328144/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1784768 CPUtime=1200.06
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 72040 0 1 0 119970 36 0 0 18 0 13 0 128281725 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 446192 70164 1416 9 0 443539 0
[pid=12254/tid=12256] ppid=12252 vsize=1784768 CPUtime=1197.61
/proc/12254/task/12256/stat : 12256 (java) R 12252 12254 11806 0 -1 64 37451 0 1 0 119741 20 0 0 25 0 13 0 128281728 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4109648751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1784768 CPUtime=0.63
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11806 0 -1 64 18631 0 0 0 57 6 0 0 16 0 13 0 128281730 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1784768 CPUtime=0.63
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11806 0 -1 64 13783 0 0 0 57 6 0 0 21 0 13 0 128281730 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11806 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128281731 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11806 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128281732 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11806 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128281732 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1784768 CPUtime=0.57
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11806 0 -1 64 642 0 0 0 57 0 0 0 16 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1784768 CPUtime=0.55
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11806 0 -1 64 783 0 0 0 55 0 0 0 17 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128281736 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12267] ppid=12252 vsize=1784768 CPUtime=0
/proc/12254/task/12267/stat : 12267 (java) S 12252 12254 11806 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128282209 1827602432 70164 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 1784768

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

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

[startup+1199.02 s]
/proc/loadavg: 1.00 1.00 1.10 2/77 12273
/proc/meminfo: memFree=328144/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=1785416 CPUtime=1200.26
/proc/12254/stat : 12254 (java) S 12252 12254 11806 0 -1 0 72210 0 1 0 119990 36 0 0 16 0 15 0 128281725 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 446354 70307 1418 9 0 443701 0
[pid=12254/tid=12256] ppid=12252 vsize=1785416 CPUtime=1197.72
/proc/12254/task/12256/stat : 12256 (java) R 12252 12254 11806 0 -1 64 37451 0 1 0 119752 20 0 0 25 0 15 0 128281728 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4109648751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12257] ppid=12252 vsize=1785416 CPUtime=0.63
/proc/12254/task/12257/stat : 12257 (java) S 12252 12254 11806 0 -1 64 18631 0 0 0 57 6 0 0 16 0 15 0 128281730 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12258] ppid=12252 vsize=1785416 CPUtime=0.63
/proc/12254/task/12258/stat : 12258 (java) S 12252 12254 11806 0 -1 64 13783 0 0 0 57 6 0 0 21 0 15 0 128281730 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12254/tid=12259] ppid=12252 vsize=1785416 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12252 12254 11806 0 -1 64 6 0 0 0 0 0 0 0 16 0 15 0 128281731 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12252 vsize=1785416 CPUtime=0
/proc/12254/task/12260/stat : 12260 (java) S 12252 12254 11806 0 -1 64 10 0 0 0 0 0 0 0 23 0 15 0 128281732 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12252 vsize=1785416 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12252 12254 11806 0 -1 64 4 0 0 0 0 0 0 0 24 0 15 0 128281732 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12262] ppid=12252 vsize=1785416 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12252 12254 11806 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 128281736 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12263] ppid=12252 vsize=1785416 CPUtime=0.61
/proc/12254/task/12263/stat : 12263 (java) S 12252 12254 11806 0 -1 64 794 0 0 0 61 0 0 0 16 0 15 0 128281736 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12264] ppid=12252 vsize=1785416 CPUtime=0.55
/proc/12254/task/12264/stat : 12264 (java) S 12252 12254 11806 0 -1 64 783 0 0 0 55 0 0 0 17 0 15 0 128281736 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12265] ppid=12252 vsize=1785416 CPUtime=0
/proc/12254/task/12265/stat : 12265 (java) S 12252 12254 11806 0 -1 64 2 0 0 0 0 0 0 0 25 0 15 0 128281736 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12266] ppid=12252 vsize=1785416 CPUtime=0
/proc/12254/task/12266/stat : 12266 (java) S 12252 12254 11806 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 128281736 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12267] ppid=12252 vsize=1785416 CPUtime=0
/proc/12254/task/12267/stat : 12267 (java) S 12252 12254 11806 0 -1 64 5 0 0 0 0 0 0 0 25 0 15 0 128282209 1828265984 70307 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.26
Current children cumulated vsize (KiB) 1785416

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.10 2/77 12273
/proc/meminfo: memFree=328144/2055920 swapFree=4192812/4192956
[pid=12254] ppid=12252 vsize=0 CPUtime=1200.37
/proc/12254/stat : 12254 (java) Z 12252 12254 11806 0 -1 1036 72213 0 1 0 119998 39 0 0 15 0 2 0 128281725 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1199.11
CPU time (s): 1200.39
CPU user time (s): 1199.98
CPU system time (s): 0.404938
CPU usage (%): 100.107
Max. virtual memory (cumulated for all children) (KiB): 1785672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72213
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24741
involuntary context switches= 2729

runsolver used 1.39279 second user time and 2.98655 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-29 12:55:46
IDJOB=1577559
IDBENCH=70962
IDSOLVER=500
FILE ID=node59/1577559-1241002544
PBS_JOBID= 9204811
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= a9e7651569c1b43a1021c78982fb4e6b
RANDOM SEED=1867675340

node59.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.240
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.240
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:        604760 kB
Buffers:         69768 kB
Cached:        1292340 kB
SwapCached:          0 kB
Active:         276260 kB
Inactive:      1099804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        604760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           26720 kB
Writeback:           0 kB
Mapped:          23724 kB
Slab:            61044 kB
Committed_AS:   587444 kB
PageTables:       1456 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= 66404 MiB
End job on node59 at 2009-04-29 13:15:46