Trace number 1577715

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.42 1197.55

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark542.008
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.1.0.v20090228
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.21/0.20	c c --- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.21/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.21/0.20	c Expensive reason simplification
0.21/0.20	c Armin Biere (Picosat) restarts strategy
0.21/0.20	c timeout=2147483647s
0.21/0.20	c DB Simplification allowed=true
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving HOME/instance-1577715-1241004075.cnf
0.21/0.21	c reading problem ... 
12.91/11.29	c ... done. Wall clock time 11.08s.
12.91/11.29	c #vars     670867
12.91/11.29	c #constraints  3432233
12.91/11.29	c constraints type 
12.91/11.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2557761
12.91/11.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 797258
1200.07/1197.31	c starts		: 650
1200.07/1197.31	c conflicts		: 269112
1200.07/1197.31	c decisions		: 678064
1200.07/1197.31	c propagations		: 644988152
1200.07/1197.31	c inspects		: 2646004828
1200.07/1197.31	c learnt literals	: 162
1200.07/1197.31	c learnt binary clauses	: 1354
1200.07/1197.31	c learnt ternary clauses	: 3339
1200.07/1197.31	c learnt clauses	: 268950
1200.07/1197.31	c ignored clauses	: 0
1200.07/1197.31	c root simplifications	: 812
1200.07/1197.31	c removed literals (reason simplification)	: 6183816
1200.07/1197.31	c reason swapping (by a shorter reason)	: 0
1200.07/1197.31	c Calls to reduceDB	: 0
1200.07/1197.31	c speed (assignments/second)	: 543826.3722365559
1200.07/1197.31	c non guided choices	5631
1200.27/1197.42	c learnt constraints type 
1200.27/1197.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1147
1200.27/1197.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 264934
1200.27/1197.42	s UNKNOWN
1200.27/1197.42	c Total wall clock time (in seconds) : 1197.107

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-1577715-1241004075/watcher-1577715-1241004075 -o /tmp/evaluation-result-1577715-1241004075/solver-1577715-1241004075 -C 1200 -W 1800 -M 1800 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1577715-1241004075.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.01 1.00 0.93 3/64 25089
/proc/meminfo: memFree=796096/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1612 CPUtime=0
/proc/25089/stat : 25089 (java6) R 25087 25089 24836 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 128435256 1650688 147 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/25089/statm: 403 147 111 9 0 45 0

[startup+0.0824561 s]
/proc/loadavg: 1.01 1.00 0.93 3/64 25089
/proc/meminfo: memFree=796096/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1778556 CPUtime=0.07
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 3710 0 1 0 5 2 0 0 18 0 7 0 128435256 1821241344 3455 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 444639 3455 1036 9 0 441990 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1778556

[startup+0.102457 s]
/proc/loadavg: 1.01 1.00 0.93 3/64 25089
/proc/meminfo: memFree=796096/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1780924 CPUtime=0.08
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 3879 0 1 0 6 2 0 0 18 0 12 0 128435256 1823666176 3622 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 445231 3622 1067 9 0 442578 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780924

[startup+0.30149 s]
/proc/loadavg: 1.01 1.00 0.93 3/64 25089
/proc/meminfo: memFree=796096/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1783320 CPUtime=0.32
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 12301 0 1 0 26 6 0 0 18 0 12 0 128435256 1826119680 12039 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 445830 12039 1344 9 0 443177 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1783320

[startup+0.70255 s]
/proc/loadavg: 1.01 1.00 0.93 3/64 25089
/proc/meminfo: memFree=796096/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1784700 CPUtime=0.83
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 15129 0 1 0 75 8 0 0 18 0 12 0 128435256 1827532800 14827 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 446175 14827 1380 9 0 443522 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1784700

[startup+1.50168 s]
/proc/loadavg: 1.01 1.00 0.93 2/76 25101
/proc/meminfo: memFree=731360/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1784700 CPUtime=1.63
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 21629 0 1 0 152 11 0 0 18 0 12 0 128435256 1827532800 21326 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 446175 21326 1380 9 0 443522 0
[pid=25089/tid=25091] ppid=25087 vsize=1784700 CPUtime=1.37
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 24836 0 -1 64 19875 0 1 0 127 10 0 0 20 0 12 0 128435257 1827532800 21327 1992294400 134512640 134550932 4294955984 18446744073709551615 4109453599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 24836 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 128435258 1827532800 21332 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25093] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 128435258 1827532800 21333 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 24836 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128435260 1827532800 21333 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25095] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 24836 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 128435261 1827532800 21333 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 24836 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 128435261 1827532800 21334 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128435265 1827532800 21334 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=1784700 CPUtime=0.12
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 24836 0 -1 64 424 0 0 0 12 0 0 0 16 0 12 0 128435265 1827532800 21334 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25099] ppid=25087 vsize=1784700 CPUtime=0.12
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 24836 0 -1 64 590 0 0 0 12 0 0 0 16 0 12 0 128435265 1827532800 21335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128435265 1827532800 21335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128435265 1827532800 21335 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 1784700

[startup+3.10195 s]
/proc/loadavg: 1.01 1.00 0.93 2/76 25101
/proc/meminfo: memFree=695968/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1784700 CPUtime=3.23
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 35052 0 1 0 303 20 0 0 18 0 12 0 128435256 1827532800 34748 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 446175 34748 1380 9 0 443522 0
[pid=25089/tid=25091] ppid=25087 vsize=1784700 CPUtime=2.97
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 24836 0 -1 64 33298 0 1 0 279 18 0 0 25 0 12 0 128435257 1827532800 34749 1992294400 134512640 134550932 4294955984 18446744073709551615 4109456192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 24836 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 128435258 1827532800 34749 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25093] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 128435258 1827532800 34749 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 24836 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128435260 1827532800 34749 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25095] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 24836 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 128435261 1827532800 34750 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 24836 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 128435261 1827532800 34750 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128435265 1827532800 34750 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=1784700 CPUtime=0.12
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 24836 0 -1 64 424 0 0 0 12 0 0 0 16 0 12 0 128435265 1827532800 34751 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25099] ppid=25087 vsize=1784700 CPUtime=0.12
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 24836 0 -1 64 590 0 0 0 12 0 0 0 16 0 12 0 128435265 1827532800 34751 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128435265 1827532800 34751 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128435265 1827532800 34752 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 1784700

[startup+6.30249 s]
/proc/loadavg: 1.01 1.00 0.93 2/76 25101
/proc/meminfo: memFree=517216/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1784700 CPUtime=7.12
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 71841 0 1 0 673 39 0 0 18 0 12 0 128435256 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 446175 70858 1387 9 0 443522 0
[pid=25089/tid=25091] ppid=25087 vsize=1784700 CPUtime=5.45
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 24836 0 -1 64 37536 0 1 0 523 22 0 0 25 0 12 0 128435257 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4109441627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25087 vsize=1784700 CPUtime=0.69
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 24836 0 -1 64 17933 0 0 0 61 8 0 0 23 0 12 0 128435258 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=1784700 CPUtime=0.7
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 24836 0 -1 64 14614 0 0 0 63 7 0 0 21 0 12 0 128435258 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25094] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 24836 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 128435260 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25095] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 24836 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 128435261 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 24836 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 128435261 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128435265 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=1784700 CPUtime=0.12
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 24836 0 -1 64 424 0 0 0 12 0 0 0 16 0 12 0 128435265 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25099] ppid=25087 vsize=1784700 CPUtime=0.12
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 24836 0 -1 64 590 0 0 0 12 0 0 0 16 0 12 0 128435265 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 128435265 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=1784700 CPUtime=0
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 128435265 1827532800 70858 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 1784700

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 25102
/proc/meminfo: memFree=372696/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1785024 CPUtime=14.59
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 112947 0 1 0 1398 61 0 0 18 0 13 0 128435256 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 446256 106934 1403 9 0 443603 0
[pid=25089/tid=25091] ppid=25087 vsize=1785024 CPUtime=10.9
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 24836 0 -1 64 37565 0 1 0 1065 25 0 0 25 0 13 0 128435257 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4109293281 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25087 vsize=1785024 CPUtime=1.58
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 24836 0 -1 64 36308 0 0 0 141 17 0 0 23 0 13 0 128435258 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=1785024 CPUtime=1.63
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 24836 0 -1 64 37277 0 0 0 146 17 0 0 25 0 13 0 128435258 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25094] ppid=25087 vsize=1785024 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 24836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128435260 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25095] ppid=25087 vsize=1785024 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 24836 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128435261 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=1785024 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 24836 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128435261 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=1785024 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128435265 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=1785024 CPUtime=0.21
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 24836 0 -1 64 447 0 0 0 21 0 0 0 16 0 13 0 128435265 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=1785024 CPUtime=0.23
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 24836 0 -1 64 601 0 0 0 23 0 0 0 17 0 13 0 128435265 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25100] ppid=25087 vsize=1785024 CPUtime=0
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128435265 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=1785024 CPUtime=0
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128435265 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=1785024 CPUtime=0
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 24836 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128436415 1827864576 106934 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.59
Current children cumulated vsize (KiB) 1785024

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 25102
/proc/meminfo: memFree=372440/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1784600 CPUtime=27.58
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 113215 0 1 0 2696 62 0 0 18 0 13 0 128435256 1827430400 107047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 446150 107047 1407 9 0 443497 0
[pid=25089/tid=25091] ppid=25087 vsize=1784600 CPUtime=23.68
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 24836 0 -1 64 37571 0 1 0 2343 25 0 0 25 0 13 0 128435257 1827430400 107047 1992294400 134512640 134550932 4294955984 18446744073709551615 4109565673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25087 vsize=1784600 CPUtime=1.58
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 24836 0 -1 64 36308 0 0 0 141 17 0 0 23 0 13 0 128435258 1827430400 107047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=1784600 CPUtime=1.63
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 24836 0 -1 64 37277 0 0 0 146 17 0 0 25 0 13 0 128435258 1827430400 107047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25094] ppid=25087 vsize=1784600 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 24836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128435260 1827430400 107047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25087 vsize=1784600 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 24836 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128435261 1827430400 107047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=1784600 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 24836 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128435261 1827430400 107047 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=1784600 CPUtime=0

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

[pid=25089/tid=25094] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 24836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128435260 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 24836 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128435261 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 24836 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128435261 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=1787164 CPUtime=0.44
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 24836 0 -1 64 727 0 0 0 44 0 0 0 16 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=1787164 CPUtime=0.7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 24836 0 -1 64 1144 0 0 0 70 0 0 0 17 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25100] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 24836 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128436415 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1065.11
Current children cumulated vsize (KiB) 1787164

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 25104
/proc/meminfo: memFree=274200/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1787164 CPUtime=1125.09
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 140560 0 1 0 112430 79 0 0 18 0 13 0 128435256 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 446791 131454 1416 9 0 444138 0
[pid=25089/tid=25091] ppid=25087 vsize=1787164 CPUtime=1119.2
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 24836 0 -1 64 37579 0 1 0 111894 26 0 0 25 0 13 0 128435257 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4109565950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25087 vsize=1787164 CPUtime=2.3
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 24836 0 -1 64 51220 0 0 0 204 26 0 0 16 0 13 0 128435258 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=1787164 CPUtime=2.38
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 24836 0 -1 64 49141 0 0 0 215 23 0 0 23 0 13 0 128435258 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 24836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128435260 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 24836 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128435261 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 24836 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128435261 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=1787164 CPUtime=0.44
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 24836 0 -1 64 727 0 0 0 44 0 0 0 16 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=1787164 CPUtime=0.7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 24836 0 -1 64 1144 0 0 0 70 0 0 0 17 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25100] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 24836 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128436415 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1125.09
Current children cumulated vsize (KiB) 1787164

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 25104
/proc/meminfo: memFree=274200/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1787164 CPUtime=1185.07
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 140560 0 1 0 118428 79 0 0 18 0 13 0 128435256 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 446791 131454 1416 9 0 444138 0
[pid=25089/tid=25091] ppid=25087 vsize=1787164 CPUtime=1179.18
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 24836 0 -1 64 37579 0 1 0 117892 26 0 0 25 0 13 0 128435257 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4109583103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25087 vsize=1787164 CPUtime=2.3
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 24836 0 -1 64 51220 0 0 0 204 26 0 0 16 0 13 0 128435258 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=1787164 CPUtime=2.38
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 24836 0 -1 64 49141 0 0 0 215 23 0 0 23 0 13 0 128435258 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 24836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128435260 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 24836 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128435261 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 24836 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128435261 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=1787164 CPUtime=0.44
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 24836 0 -1 64 727 0 0 0 44 0 0 0 16 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=1787164 CPUtime=0.7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 24836 0 -1 64 1144 0 0 0 70 0 0 0 17 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25100] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 24836 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128436415 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1185.07
Current children cumulated vsize (KiB) 1787164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1197.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 25104
/proc/meminfo: memFree=274136/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1787164 CPUtime=1200.07
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 140560 0 1 0 119928 79 0 0 18 0 13 0 128435256 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 446791 131454 1416 9 0 444138 0
[pid=25089/tid=25091] ppid=25087 vsize=1787164 CPUtime=1194.18
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 24836 0 -1 64 37579 0 1 0 119392 26 0 0 25 0 13 0 128435257 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4109583087 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25087 vsize=1787164 CPUtime=2.3
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 24836 0 -1 64 51220 0 0 0 204 26 0 0 16 0 13 0 128435258 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=1787164 CPUtime=2.38
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 24836 0 -1 64 49141 0 0 0 215 23 0 0 23 0 13 0 128435258 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 24836 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 128435260 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 24836 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 128435261 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 24836 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 128435261 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=1787164 CPUtime=0.44
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 24836 0 -1 64 727 0 0 0 44 0 0 0 16 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=1787164 CPUtime=0.7
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 24836 0 -1 64 1144 0 0 0 70 0 0 0 17 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25100] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 128435265 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=1787164 CPUtime=0
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 24836 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128436415 1830055936 131454 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1787164

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

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

[startup+1197.41 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 25104
/proc/meminfo: memFree=274136/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=1787904 CPUtime=1200.27
/proc/25089/stat : 25089 (java) S 25087 25089 24836 0 -1 0 140722 0 1 0 119948 79 0 0 16 0 15 0 128435256 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/statm: 446976 131465 1418 9 0 444323 0
[pid=25089/tid=25091] ppid=25087 vsize=1787904 CPUtime=1194.29
/proc/25089/task/25091/stat : 25091 (java) R 25087 25089 24836 0 -1 64 37579 0 1 0 119403 26 0 0 25 0 15 0 128435257 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4109565981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25092] ppid=25087 vsize=1787904 CPUtime=2.3
/proc/25089/task/25092/stat : 25092 (java) S 25087 25089 24836 0 -1 64 51220 0 0 0 204 26 0 0 16 0 15 0 128435258 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25093] ppid=25087 vsize=1787904 CPUtime=2.38
/proc/25089/task/25093/stat : 25093 (java) S 25087 25089 24836 0 -1 64 49141 0 0 0 215 23 0 0 23 0 15 0 128435258 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25094] ppid=25087 vsize=1787904 CPUtime=0
/proc/25089/task/25094/stat : 25094 (java) S 25087 25089 24836 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 128435260 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25089/tid=25095] ppid=25087 vsize=1787904 CPUtime=0
/proc/25089/task/25095/stat : 25095 (java) S 25087 25089 24836 0 -1 64 10 0 0 0 0 0 0 0 23 0 15 0 128435261 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25096] ppid=25087 vsize=1787904 CPUtime=0
/proc/25089/task/25096/stat : 25096 (java) S 25087 25089 24836 0 -1 64 4 0 0 0 0 0 0 0 24 0 15 0 128435261 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25097] ppid=25087 vsize=1787904 CPUtime=0
/proc/25089/task/25097/stat : 25097 (java) S 25087 25089 24836 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 128435265 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25098] ppid=25087 vsize=1787904 CPUtime=0.44
/proc/25089/task/25098/stat : 25098 (java) S 25087 25089 24836 0 -1 64 727 0 0 0 44 0 0 0 16 0 15 0 128435265 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25099] ppid=25087 vsize=1787904 CPUtime=0.73
/proc/25089/task/25099/stat : 25099 (java) S 25087 25089 24836 0 -1 64 1288 0 0 0 73 0 0 0 16 0 15 0 128435265 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25100] ppid=25087 vsize=1787904 CPUtime=0
/proc/25089/task/25100/stat : 25100 (java) S 25087 25089 24836 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 128435265 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25101] ppid=25087 vsize=1787904 CPUtime=0
/proc/25089/task/25101/stat : 25101 (java) S 25087 25089 24836 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 128435265 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25089/tid=25102] ppid=25087 vsize=1787904 CPUtime=0
/proc/25089/task/25102/stat : 25102 (java) S 25087 25089 24836 0 -1 64 5 0 0 0 0 0 0 0 25 0 15 0 128436415 1830813696 131465 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.27
Current children cumulated vsize (KiB) 1787904

[startup+1197.5 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 25104
/proc/meminfo: memFree=274136/2055920 swapFree=4191900/4192956
[pid=25089] ppid=25087 vsize=0 CPUtime=1200.37
/proc/25089/stat : 25089 (java) Z 25087 25089 24836 0 -1 1036 140725 0 1 0 119955 82 0 0 15 0 2 0 128435256 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25089/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): 1197.55
CPU time (s): 1200.42
CPU user time (s): 1199.55
CPU system time (s): 0.867868
CPU usage (%): 100.24
Max. virtual memory (cumulated for all children) (KiB): 1787904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.55
system time used= 0.867868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140725
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= 24810
involuntary context switches= 4679

runsolver used 1.40479 second user time and 2.96755 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-29 13:21:20
IDJOB=1577715
IDBENCH=70965
IDSOLVER=500
FILE ID=node57/1577715-1241004075
PBS_JOBID= 9204813
Free space on /tmp= 66472 MiB

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

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=22346822

node57.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.256
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.256
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:        796576 kB
Buffers:         73876 kB
Cached:        1087852 kB
SwapCached:        528 kB
Active:         228924 kB
Inactive:       946356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        796576 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           71708 kB
Writeback:           0 kB
Mapped:          21792 kB
Slab:            70140 kB
Committed_AS:   441952 kB
PageTables:       1388 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= 66472 MiB
End job on node57 at 2009-04-29 13:41:19