Trace number 1716357

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.37 1198.89

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-19-u.cnf
MD5SUMa2687a8a1b0deeabfd7eddcfa56549a2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables331202
Number of clauses1571183
Sum of the clauses size3644324
Maximum clause length10
Minimum clause length1
Number of clauses of size 127558
Number of clauses of size 21199929
Number of clauses of size 3281756
Number of clauses of size 46880
Number of clauses of size 527520
Number of clauses of size over 527540

Solver Data

0.09/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.27	c See www.sat4j.org for details.
0.09/0.28	c version 2.1.0.v20090228
0.09/0.28	c sun.arch.data.model	32
0.09/0.28	c java.version	1.6.0_12
0.09/0.28	c os.name	Linux
0.09/0.28	c os.version	2.6.9-22.EL.rootsmp
0.09/0.28	c os.arch	i386
0.09/0.28	c Free memory 1651659224
0.09/0.28	c Max memory 1654456320
0.09/0.28	c Total memory 1654456320
0.09/0.28	c Number of processors 2
0.17/0.33	c c --- Begin Solver configuration ---
0.17/0.33	c Stops conflict analysis at the first Unique Implication Point
0.17/0.33	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@95fd19
0.17/0.33	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.33	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.17/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.17/0.33	c Expensive reason simplification
0.17/0.33	c Armin Biere (Picosat) restarts strategy
0.17/0.33	c timeout=2147483647s
0.17/0.33	c DB Simplification allowed=true
0.17/0.33	c --- End Solver configuration ---
0.17/0.33	c solving HOME/instance-1716357-1240614621.cnf
0.17/0.33	c reading problem ... 
5.48/4.85	c ... done. Wall clock time 4.518s.
5.48/4.85	c #vars     331202
5.48/4.85	c #constraints  1557423
5.48/4.85	c constraints type 
5.48/4.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343696
5.48/4.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1199929
1200.09/1198.71	c starts		: 494
1200.09/1198.71	c conflicts		: 165183
1200.09/1198.71	c decisions		: 375528
1200.09/1198.71	c propagations		: 353678750
1200.09/1198.71	c inspects		: 1789901182
1200.09/1198.71	c learnt literals	: 263
1200.09/1198.71	c learnt binary clauses	: 433
1200.09/1198.71	c learnt ternary clauses	: 507
1200.09/1198.71	c learnt clauses	: 164920
1200.09/1198.71	c ignored clauses	: 0
1200.09/1198.71	c root simplifications	: 757
1200.09/1198.71	c removed literals (reason simplification)	: 14431250
1200.09/1198.71	c reason swapping (by a shorter reason)	: 0
1200.09/1198.71	c Calls to reduceDB	: 0
1200.09/1198.71	c speed (assignments/second)	: 296248.0213358171
1200.09/1198.71	c non guided choices	4485
1200.09/1198.79	c learnt constraints type 
1200.09/1198.80	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 271
1200.09/1198.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162524
1200.09/1198.80	s UNKNOWN
1200.09/1198.80	c Total wall clock time (in seconds) : 1198.382

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-1716357-1240614621/watcher-1716357-1240614621 -o /tmp/evaluation-result-1716357-1240614621/solver-1716357-1240614621 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1716357-1240614621.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16690
/proc/meminfo: memFree=988160/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=152 CPUtime=0
/proc/16690/stat : 16690 (java6) R 16688 16690 16400 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 89489486 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 9286436 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 38 26 19 9 0 4 0

[startup+0.052421 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16690
/proc/meminfo: memFree=988160/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=12928 CPUtime=0.01
/proc/16690/stat : 16690 (java) D 16688 16690 16400 0 -1 0 371 0 19 0 0 1 0 0 18 0 1 0 89489486 13238272 197 1992294400 134512640 134550932 4294956000 18446744073709551615 9257770 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/16690/statm: 3232 197 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.108605 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16690
/proc/meminfo: memFree=988160/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1773828 CPUtime=0.02
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 2200 0 37 0 0 2 0 0 18 0 2 0 89489486 1816399872 1986 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 443457 1997 404 9 0 441209 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1773828

[startup+0.301622 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16690
/proc/meminfo: memFree=988160/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1782628 CPUtime=0.17
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 4629 0 37 0 13 4 0 0 18 0 12 0 89489486 1825411072 4403 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 445657 4403 1315 9 0 443004 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 1782628

[startup+0.701668 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16690
/proc/meminfo: memFree=988160/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1783136 CPUtime=0.68
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 11113 0 37 0 61 7 0 0 18 0 12 0 89489486 1825931264 10860 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 445784 10860 1374 9 0 443131 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1783136

[startup+1.50175 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16702
/proc/meminfo: memFree=922336/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1783136 CPUtime=1.49
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 23300 0 37 0 135 14 0 0 18 0 12 0 89489486 1825931264 23046 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 445784 23047 1375 9 0 443131 0
[pid=16690/tid=16692] ppid=16688 vsize=1783136 CPUtime=1.26
/proc/16690/task/16692/stat : 16692 (java) R 16688 16690 16400 0 -1 64 21757 0 1 0 114 12 0 0 25 0 12 0 89489493 1825931264 23047 1992294400 134512640 134550932 4294956000 18446744073709551615 4109474960 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16693] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16693/stat : 16693 (java) S 16688 16690 16400 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 89489497 1825931264 23048 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16694] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16694/stat : 16694 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 89489497 1825931264 23049 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16695] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16695/stat : 16695 (java) S 16688 16690 16400 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 89489498 1825931264 23050 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16696] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16696/stat : 16696 (java) S 16688 16690 16400 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 89489499 1825931264 23051 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16697] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16697/stat : 16697 (java) S 16688 16690 16400 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 89489499 1825931264 23052 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16698] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16698/stat : 16698 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 89489506 1825931264 23053 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16699] ppid=16688 vsize=1783136 CPUtime=0.09
/proc/16690/task/16699/stat : 16699 (java) S 16688 16690 16400 0 -1 64 287 0 0 0 9 0 0 0 16 0 12 0 89489506 1825931264 23054 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16700] ppid=16688 vsize=1783136 CPUtime=0.11
/proc/16690/task/16700/stat : 16700 (java) S 16688 16690 16400 0 -1 64 551 0 0 0 11 0 0 0 16 0 12 0 89489506 1825931264 23055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16701] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16701/stat : 16701 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 89489506 1825931264 23055 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16702] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16702/stat : 16702 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 89489506 1825931264 23056 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1783136

[startup+3.10292 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 16702
/proc/meminfo: memFree=879136/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1783136 CPUtime=3.08
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 33542 0 37 0 289 19 0 0 18 0 12 0 89489486 1825931264 33288 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 445784 33289 1375 9 0 443131 0
[pid=16690/tid=16692] ppid=16688 vsize=1783136 CPUtime=2.85
/proc/16690/task/16692/stat : 16692 (java) R 16688 16690 16400 0 -1 64 31999 0 1 0 268 17 0 0 25 0 12 0 89489493 1825931264 33289 1992294400 134512640 134550932 4294956000 18446744073709551615 4109474972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16693] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16693/stat : 16693 (java) S 16688 16690 16400 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 89489497 1825931264 33289 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16694] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16694/stat : 16694 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 89489497 1825931264 33289 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16695] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16695/stat : 16695 (java) S 16688 16690 16400 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 89489498 1825931264 33289 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16696] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16696/stat : 16696 (java) S 16688 16690 16400 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 89489499 1825931264 33289 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16697] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16697/stat : 16697 (java) S 16688 16690 16400 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 89489499 1825931264 33290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16698] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16698/stat : 16698 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 89489506 1825931264 33290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16699] ppid=16688 vsize=1783136 CPUtime=0.09
/proc/16690/task/16699/stat : 16699 (java) S 16688 16690 16400 0 -1 64 287 0 0 0 9 0 0 0 16 0 12 0 89489506 1825931264 33290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16700] ppid=16688 vsize=1783136 CPUtime=0.11
/proc/16690/task/16700/stat : 16700 (java) S 16688 16690 16400 0 -1 64 551 0 0 0 11 0 0 0 16 0 12 0 89489506 1825931264 33290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16701] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16701/stat : 16701 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 89489506 1825931264 33290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16702] ppid=16688 vsize=1783136 CPUtime=0
/proc/16690/task/16702/stat : 16702 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 89489506 1825931264 33290 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1783136

[startup+6.30229 s]
/proc/loadavg: 1.08 1.02 1.01 2/77 16703
/proc/meminfo: memFree=709464/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1785280 CPUtime=7.41
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 73059 0 37 0 701 40 0 0 18 0 13 0 89489486 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 446320 69037 1413 9 0 443667 0
[pid=16690/tid=16692] ppid=16688 vsize=1785280 CPUtime=5.24
/proc/16690/task/16692/stat : 16692 (java) R 16688 16690 16400 0 -1 64 37563 0 1 0 503 21 0 0 25 0 13 0 89489493 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4109610863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16693] ppid=16688 vsize=1785280 CPUtime=0.67
/proc/16690/task/16693/stat : 16693 (java) S 16688 16690 16400 0 -1 64 14860 0 0 0 60 7 0 0 23 0 13 0 89489497 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16694] ppid=16688 vsize=1785280 CPUtime=0.67
/proc/16690/task/16694/stat : 16694 (java) S 16688 16690 16400 0 -1 64 18512 0 0 0 58 9 0 0 23 0 13 0 89489497 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16695] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16695/stat : 16695 (java) S 16688 16690 16400 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 89489498 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16696] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16696/stat : 16696 (java) S 16688 16690 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89489499 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16697] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16697/stat : 16697 (java) S 16688 16690 16400 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89489499 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16698] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16698/stat : 16698 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89489506 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16699] ppid=16688 vsize=1785280 CPUtime=0.43
/proc/16690/task/16699/stat : 16699 (java) S 16688 16690 16400 0 -1 64 606 0 0 0 43 0 0 0 16 0 13 0 89489506 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16700] ppid=16688 vsize=1785280 CPUtime=0.34
/proc/16690/task/16700/stat : 16700 (java) S 16688 16690 16400 0 -1 64 800 0 0 0 34 0 0 0 16 0 13 0 89489506 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16701] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16701/stat : 16701 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 89489506 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16702] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16702/stat : 16702 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89489506 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16703] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16703/stat : 16703 (java) S 16688 16690 16400 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 89490003 1828126720 69037 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 1785280

[startup+12.703 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 16703
/proc/meminfo: memFree=709272/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1785280 CPUtime=14.08
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 73379 0 37 0 1367 41 0 0 18 0 13 0 89489486 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 446320 69059 1416 9 0 443667 0
[pid=16690/tid=16692] ppid=16688 vsize=1785280 CPUtime=11.59
/proc/16690/task/16692/stat : 16692 (java) R 16688 16690 16400 0 -1 64 37567 0 1 0 1138 21 0 0 25 0 13 0 89489493 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4109574483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16693] ppid=16688 vsize=1785280 CPUtime=0.67
/proc/16690/task/16693/stat : 16693 (java) S 16688 16690 16400 0 -1 64 14860 0 0 0 60 7 0 0 23 0 13 0 89489497 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16694] ppid=16688 vsize=1785280 CPUtime=0.67
/proc/16690/task/16694/stat : 16694 (java) S 16688 16690 16400 0 -1 64 18512 0 0 0 58 9 0 0 23 0 13 0 89489497 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16695] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16695/stat : 16695 (java) S 16688 16690 16400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89489498 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16696] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16696/stat : 16696 (java) S 16688 16690 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89489499 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16697] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16697/stat : 16697 (java) S 16688 16690 16400 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89489499 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16698] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16698/stat : 16698 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89489506 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16699] ppid=16688 vsize=1785280 CPUtime=0.59
/proc/16690/task/16699/stat : 16699 (java) S 16688 16690 16400 0 -1 64 905 0 0 0 59 0 0 0 16 0 13 0 89489506 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16700] ppid=16688 vsize=1785280 CPUtime=0.49
/proc/16690/task/16700/stat : 16700 (java) S 16688 16690 16400 0 -1 64 817 0 0 0 49 0 0 0 16 0 13 0 89489506 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16701] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16701/stat : 16701 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 89489506 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16702] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16702/stat : 16702 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89489506 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16703] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16703/stat : 16703 (java) S 16688 16690 16400 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 89490003 1828126720 69059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 1785280

[startup+25.5014 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 16703
/proc/meminfo: memFree=709272/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1785280 CPUtime=26.93
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 73488 0 37 0 2652 41 0 0 18 0 13 0 89489486 1828126720 69109 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 446320 69109 1420 9 0 443667 0
[pid=16690/tid=16692] ppid=16688 vsize=1785280 CPUtime=24.35
/proc/16690/task/16692/stat : 16692 (java) R 16688 16690 16400 0 -1 64 37569 0 1 0 2414 21 0 0 25 0 13 0 89489493 1828126720 69109 1992294400 134512640 134550932 4294956000 18446744073709551615 4109634325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16693] ppid=16688 vsize=1785280 CPUtime=0.67
/proc/16690/task/16693/stat : 16693 (java) S 16688 16690 16400 0 -1 64 14860 0 0 0 60 7 0 0 23 0 13 0 89489497 1828126720 69109 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16694] ppid=16688 vsize=1785280 CPUtime=0.67
/proc/16690/task/16694/stat : 16694 (java) S 16688 16690 16400 0 -1 64 18512 0 0 0 58 9 0 0 23 0 13 0 89489497 1828126720 69109 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16695] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16695/stat : 16695 (java) S 16688 16690 16400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89489498 1828126720 69109 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16696] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16696/stat : 16696 (java) S 16688 16690 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89489499 1828126720 69109 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16690] ppid=16688 vsize=1785280 CPUtime=1063.75
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 115222 0 37 0 106314 61 0 0 18 0 13 0 89489486 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 446320 104803 1420 9 0 443667 0
[pid=16690/tid=16692] ppid=16688 vsize=1785280 CPUtime=1060.25
/proc/16690/task/16692/stat : 16692 (java) R 16688 16690 16400 0 -1 64 37575 0 1 0 106003 22 0 0 25 0 13 0 89489493 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4109634242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16693] ppid=16688 vsize=1785280 CPUtime=1.06
/proc/16690/task/16693/stat : 16693 (java) S 16688 16690 16400 0 -1 64 35008 0 0 0 89 17 0 0 16 0 13 0 89489497 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16694] ppid=16688 vsize=1785280 CPUtime=1.05
/proc/16690/task/16694/stat : 16694 (java) S 16688 16690 16400 0 -1 64 40085 0 0 0 87 18 0 0 16 0 13 0 89489497 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16695] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16695/stat : 16695 (java) S 16688 16690 16400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89489498 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16696] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16696/stat : 16696 (java) S 16688 16690 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89489499 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16697] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16697/stat : 16697 (java) S 16688 16690 16400 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89489499 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16698] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16698/stat : 16698 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16699] ppid=16688 vsize=1785280 CPUtime=0.68
/proc/16690/task/16699/stat : 16699 (java) S 16688 16690 16400 0 -1 64 911 0 0 0 68 0 0 0 16 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16700] ppid=16688 vsize=1785280 CPUtime=0.64
/proc/16690/task/16700/stat : 16700 (java) S 16688 16690 16400 0 -1 64 925 0 0 0 64 0 0 0 17 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16701] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16701/stat : 16701 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16702] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16702/stat : 16702 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16703] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16703/stat : 16703 (java) S 16688 16690 16400 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 89490003 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.75
Current children cumulated vsize (KiB) 1785280

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16703
/proc/meminfo: memFree=566104/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1785280 CPUtime=1123.73
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 115222 0 37 0 112312 61 0 0 18 0 13 0 89489486 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 446320 104803 1420 9 0 443667 0
[pid=16690/tid=16692] ppid=16688 vsize=1785280 CPUtime=1120.23
/proc/16690/task/16692/stat : 16692 (java) R 16688 16690 16400 0 -1 64 37575 0 1 0 112001 22 0 0 25 0 13 0 89489493 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4109610863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16693] ppid=16688 vsize=1785280 CPUtime=1.06
/proc/16690/task/16693/stat : 16693 (java) S 16688 16690 16400 0 -1 64 35008 0 0 0 89 17 0 0 16 0 13 0 89489497 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16694] ppid=16688 vsize=1785280 CPUtime=1.05
/proc/16690/task/16694/stat : 16694 (java) S 16688 16690 16400 0 -1 64 40085 0 0 0 87 18 0 0 16 0 13 0 89489497 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16695] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16695/stat : 16695 (java) S 16688 16690 16400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89489498 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16696] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16696/stat : 16696 (java) S 16688 16690 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89489499 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16697] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16697/stat : 16697 (java) S 16688 16690 16400 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89489499 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16698] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16698/stat : 16698 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16699] ppid=16688 vsize=1785280 CPUtime=0.68
/proc/16690/task/16699/stat : 16699 (java) S 16688 16690 16400 0 -1 64 911 0 0 0 68 0 0 0 16 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16700] ppid=16688 vsize=1785280 CPUtime=0.64
/proc/16690/task/16700/stat : 16700 (java) S 16688 16690 16400 0 -1 64 925 0 0 0 64 0 0 0 17 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16701] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16701/stat : 16701 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16702] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16702/stat : 16702 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16703] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16703/stat : 16703 (java) S 16688 16690 16400 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 89490003 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.73
Current children cumulated vsize (KiB) 1785280

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16703
/proc/meminfo: memFree=566040/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1785280 CPUtime=1183.69
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 115222 0 37 0 118308 61 0 0 18 0 13 0 89489486 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 446320 104803 1420 9 0 443667 0
[pid=16690/tid=16692] ppid=16688 vsize=1785280 CPUtime=1180.2
/proc/16690/task/16692/stat : 16692 (java) R 16688 16690 16400 0 -1 64 37575 0 1 0 117998 22 0 0 25 0 13 0 89489493 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4109634325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16693] ppid=16688 vsize=1785280 CPUtime=1.06
/proc/16690/task/16693/stat : 16693 (java) S 16688 16690 16400 0 -1 64 35008 0 0 0 89 17 0 0 16 0 13 0 89489497 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16694] ppid=16688 vsize=1785280 CPUtime=1.05
/proc/16690/task/16694/stat : 16694 (java) S 16688 16690 16400 0 -1 64 40085 0 0 0 87 18 0 0 16 0 13 0 89489497 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16695] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16695/stat : 16695 (java) S 16688 16690 16400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89489498 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16696] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16696/stat : 16696 (java) S 16688 16690 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89489499 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16697] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16697/stat : 16697 (java) S 16688 16690 16400 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89489499 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16698] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16698/stat : 16698 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16699] ppid=16688 vsize=1785280 CPUtime=0.68
/proc/16690/task/16699/stat : 16699 (java) S 16688 16690 16400 0 -1 64 911 0 0 0 68 0 0 0 16 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16700] ppid=16688 vsize=1785280 CPUtime=0.64
/proc/16690/task/16700/stat : 16700 (java) S 16688 16690 16400 0 -1 64 925 0 0 0 64 0 0 0 17 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16701] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16701/stat : 16701 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16702] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16702/stat : 16702 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16703] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16703/stat : 16703 (java) S 16688 16690 16400 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 89490003 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.69
Current children cumulated vsize (KiB) 1785280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16703
/proc/meminfo: memFree=566040/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1785280 CPUtime=1200.09
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 115222 0 37 0 119948 61 0 0 18 0 13 0 89489486 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 446320 104803 1420 9 0 443667 0
[pid=16690/tid=16692] ppid=16688 vsize=1785280 CPUtime=1196.6
/proc/16690/task/16692/stat : 16692 (java) R 16688 16690 16400 0 -1 64 37575 0 1 0 119638 22 0 0 25 0 13 0 89489493 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4109606182 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16693] ppid=16688 vsize=1785280 CPUtime=1.06
/proc/16690/task/16693/stat : 16693 (java) S 16688 16690 16400 0 -1 64 35008 0 0 0 89 17 0 0 16 0 13 0 89489497 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16694] ppid=16688 vsize=1785280 CPUtime=1.05
/proc/16690/task/16694/stat : 16694 (java) S 16688 16690 16400 0 -1 64 40085 0 0 0 87 18 0 0 16 0 13 0 89489497 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16695] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16695/stat : 16695 (java) S 16688 16690 16400 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 89489498 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16696] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16696/stat : 16696 (java) S 16688 16690 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 89489499 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16697] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16697/stat : 16697 (java) S 16688 16690 16400 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 89489499 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16698] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16698/stat : 16698 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16699] ppid=16688 vsize=1785280 CPUtime=0.68
/proc/16690/task/16699/stat : 16699 (java) S 16688 16690 16400 0 -1 64 911 0 0 0 68 0 0 0 16 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16700] ppid=16688 vsize=1785280 CPUtime=0.64
/proc/16690/task/16700/stat : 16700 (java) S 16688 16690 16400 0 -1 64 925 0 0 0 64 0 0 0 17 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16701] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16701/stat : 16701 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16702] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16702/stat : 16702 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 89489506 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16703] ppid=16688 vsize=1785280 CPUtime=0
/proc/16690/task/16703/stat : 16703 (java) S 16688 16690 16400 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 89490003 1828126720 104803 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1785280

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

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

[startup+1198.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 16703
/proc/meminfo: memFree=566040/2055920 swapFree=4192956/4192956
[pid=16690] ppid=16688 vsize=1785928 CPUtime=1200.28
/proc/16690/stat : 16690 (java) S 16688 16690 16400 0 -1 0 115323 0 37 0 119967 61 0 0 16 0 14 0 89489486 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16690/statm: 446482 104877 1421 9 0 443829 0
[pid=16690/tid=16692] ppid=16688 vsize=1785928 CPUtime=1196.7
/proc/16690/task/16692/stat : 16692 (java) R 16688 16690 16400 0 -1 64 37575 0 1 0 119648 22 0 0 16 0 14 0 89489493 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4109641644 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16693] ppid=16688 vsize=1785928 CPUtime=1.06
/proc/16690/task/16693/stat : 16693 (java) S 16688 16690 16400 0 -1 64 35008 0 0 0 89 17 0 0 16 0 14 0 89489497 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16694] ppid=16688 vsize=1785928 CPUtime=1.05
/proc/16690/task/16694/stat : 16694 (java) S 16688 16690 16400 0 -1 64 40085 0 0 0 87 18 0 0 16 0 14 0 89489497 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16695] ppid=16688 vsize=1785928 CPUtime=0
/proc/16690/task/16695/stat : 16695 (java) S 16688 16690 16400 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 89489498 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16696] ppid=16688 vsize=1785928 CPUtime=0
/proc/16690/task/16696/stat : 16696 (java) S 16688 16690 16400 0 -1 64 10 0 0 0 0 0 0 0 16 0 14 0 89489499 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16697] ppid=16688 vsize=1785928 CPUtime=0
/proc/16690/task/16697/stat : 16697 (java) S 16688 16690 16400 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 89489499 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16698] ppid=16688 vsize=1785928 CPUtime=0
/proc/16690/task/16698/stat : 16698 (java) S 16688 16690 16400 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 89489506 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16699] ppid=16688 vsize=1785928 CPUtime=0.71
/proc/16690/task/16699/stat : 16699 (java) S 16688 16690 16400 0 -1 64 990 0 0 0 71 0 0 0 17 0 14 0 89489506 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16690/tid=16700] ppid=16688 vsize=1785928 CPUtime=0.64
/proc/16690/task/16700/stat : 16700 (java) S 16688 16690 16400 0 -1 64 925 0 0 0 64 0 0 0 17 0 14 0 89489506 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16701] ppid=16688 vsize=1785928 CPUtime=0
/proc/16690/task/16701/stat : 16701 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 23 0 14 0 89489506 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16702] ppid=16688 vsize=1785928 CPUtime=0
/proc/16690/task/16702/stat : 16702 (java) S 16688 16690 16400 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 89489506 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16690/tid=16703] ppid=16688 vsize=1785928 CPUtime=0
/proc/16690/task/16703/stat : 16703 (java) S 16688 16690 16400 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 89490003 1828790272 104877 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.28
Current children cumulated vsize (KiB) 1785928

Child status: 143
Real time (s): 1198.89
CPU time (s): 1200.37
CPU user time (s): 1199.69
CPU system time (s): 0.680896
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 1786304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.69
system time used= 0.680896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115324
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25015
involuntary context switches= 26109

runsolver used 1.19682 second user time and 3.2615 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-25 01:10:23
IDJOB=1716357
IDBENCH=20375
IDSOLVER=500
FILE ID=node59/1716357-1240614621
PBS_JOBID= 9186259
Free space on /tmp= 66332 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-19-u.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716357-1240614621/watcher-1716357-1240614621 -o /tmp/evaluation-result-1716357-1240614621/solver-1716357-1240614621 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1716357-1240614621.cnf

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

MD5SUM BENCH= a2687a8a1b0deeabfd7eddcfa56549a2
RANDOM SEED=1108878525

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:        988576 kB
Buffers:         70328 kB
Cached:         895544 kB
SwapCached:          0 kB
Active:         145372 kB
Inactive:       834444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        988576 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           29000 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            73464 kB
Committed_AS:   336744 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= 66332 MiB
End job on node59 at 2009-04-25 01:30:24