Trace number 1512763

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.25 1199.66

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S1912214877-051.cnf
MD5SUM3e2c453febe9a82dafec20260d8edecb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.9165
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 522000
Number of clauses of size over 50

Solver Data

0.05/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.18	c See www.sat4j.org for details.
0.05/0.19	c version 2.1.0.v20090228
0.05/0.19	c sun.arch.data.model	32
0.05/0.19	c java.version	1.6.0_12
0.05/0.19	c os.name	Linux
0.05/0.19	c os.version	2.6.9-22.EL.rootsmp
0.05/0.19	c os.arch	i386
0.05/0.19	c Free memory 1651659224
0.05/0.19	c Max memory 1654456320
0.05/0.20	c Total memory 1654456320
0.05/0.20	c Number of processors 2
0.14/0.24	c c --- Begin Solver configuration ---
0.14/0.24	c Stops conflict analysis at the first Unique Implication Point
0.14/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.14/0.24	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.14/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.14/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.14/0.24	c Expensive reason simplification
0.14/0.24	c Armin Biere (Picosat) restarts strategy
0.14/0.24	c timeout=2147483647s
0.14/0.24	c DB Simplification allowed=true
0.14/0.24	c --- End Solver configuration ---
0.14/0.24	c solving HOME/instance-1512763-1238208926.cnf
0.14/0.24	c reading problem ... 
0.46/0.49	c ... done. Wall clock time 0.254s.
0.46/0.49	c #vars     1100
0.46/0.49	c #constraints  22000
0.46/0.49	c constraints type 
0.46/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22000
1200.00/1199.51	c starts		: 933
1200.00/1199.51	c conflicts		: 565812
1200.00/1199.51	c decisions		: 973660
1200.00/1199.51	c propagations		: 51222846
1200.00/1199.51	c inspects		: 3001751726
1200.00/1199.51	c learnt literals	: 0
1200.00/1199.51	c learnt binary clauses	: 0
1200.00/1199.51	c learnt ternary clauses	: 0
1200.00/1199.51	c learnt clauses	: 275653
1200.00/1199.51	c ignored clauses	: 290160
1200.00/1199.51	c root simplifications	: 933
1200.00/1199.51	c removed literals (reason simplification)	: 4360298
1200.00/1199.51	c reason swapping (by a shorter reason)	: 0
1200.00/1199.51	c Calls to reduceDB	: 0
1200.00/1199.51	c speed (assignments/second)	: 42720.566195254294
1200.00/1199.51	c non guided choices	340
1200.00/1199.60	c learnt constraints type 
1200.00/1199.60	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 275662
1200.00/1199.60	s UNKNOWN
1200.00/1199.60	c Total wall clock time (in seconds) : 1199.276

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1512763-1238208926/watcher-1512763-1238208926 -o /tmp/evaluation-result-1512763-1238208926/solver-1512763-1238208926 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1512763-1238208926.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 0.96 2/80 15888
/proc/meminfo: memFree=1677152/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=18576 CPUtime=0
/proc/15888/stat : 15888 (runsolver) D 15886 15888 15759 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1093556539 19021824 292 1992294400 4194304 4302548 548682068400 18446744073709551615 255372881191 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15888/statm: 4644 292 257 26 0 2626 0

[startup+0.0195961 s]
/proc/loadavg: 1.00 1.00 0.96 2/80 15888
/proc/meminfo: memFree=1677152/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1616 CPUtime=0
/proc/15888/stat : 15888 (java) D 15886 15888 15759 0 -1 0 335 0 0 0 0 0 0 0 18 0 1 0 1093556539 1654784 144 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/15888/statm: 404 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.101814 s]
/proc/loadavg: 1.00 1.00 0.96 2/80 15888
/proc/meminfo: memFree=1677152/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1779448 CPUtime=0.05
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 3542 0 5 0 3 2 0 0 18 0 7 0 1093556539 1822154752 3291 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 444862 3291 1019 9 0 442213 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1779448

[startup+0.30181 s]
/proc/loadavg: 1.00 1.00 0.96 2/80 15888
/proc/meminfo: memFree=1677152/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1782708 CPUtime=0.31
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 5132 0 5 0 28 3 0 0 18 0 12 0 1093556539 1825492992 4874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 445677 4874 1363 9 0 443024 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782708

[startup+0.70185 s]
/proc/loadavg: 1.00 1.00 0.96 2/80 15888
/proc/meminfo: memFree=1677152/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1785252 CPUtime=0.96
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 7122 0 5 0 92 4 0 0 18 0 13 0 1093556539 1828098048 6262 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446313 6262 1404 9 0 443660 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1785252

[startup+1.50293 s]
/proc/loadavg: 1.08 1.02 0.96 2/93 15901
/proc/meminfo: memFree=1656504/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1785316 CPUtime=2
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 8029 0 5 0 195 5 0 0 18 0 13 0 1093556539 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446329 6676 1407 9 0 443676 0
[pid=15888/tid=15890] ppid=15886 vsize=1785316 CPUtime=1.22
/proc/15888/task/15890/stat : 15890 (java) R 15886 15888 15759 0 -1 64 4923 0 5 0 120 2 0 0 19 0 13 0 1093556542 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4109523519 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15891] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15891/stat : 15891 (java) S 15886 15888 15759 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1093556546 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15892] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15892/stat : 15892 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1093556546 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15893] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15893/stat : 15893 (java) S 15886 15888 15759 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1093556548 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15894] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15894/stat : 15894 (java) S 15886 15888 15759 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 1093556549 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15895] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15895/stat : 15895 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1093556549 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15896] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15896/stat : 15896 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1093556553 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15897] ppid=15886 vsize=1785316 CPUtime=0.44
/proc/15888/task/15897/stat : 15897 (java) S 15886 15888 15759 0 -1 64 1044 0 0 0 43 1 0 0 16 0 13 0 1093556553 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15898] ppid=15886 vsize=1785316 CPUtime=0.31
/proc/15888/task/15898/stat : 15898 (java) S 15886 15888 15759 0 -1 64 1316 0 0 0 31 0 0 0 16 0 13 0 1093556553 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15899] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15899/stat : 15899 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1093556553 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15900] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15900/stat : 15900 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093556553 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15901] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15901/stat : 15901 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093556590 1828163584 6676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1785316

[startup+3.1021 s]
/proc/loadavg: 1.08 1.02 0.96 2/93 15901
/proc/meminfo: memFree=1654264/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1785316 CPUtime=3.64
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 8731 0 5 0 359 5 0 0 18 0 13 0 1093556539 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446329 7348 1411 9 0 443676 0
[pid=15888/tid=15890] ppid=15886 vsize=1785316 CPUtime=2.83
/proc/15888/task/15890/stat : 15890 (java) R 15886 15888 15759 0 -1 64 5589 0 5 0 280 3 0 0 25 0 13 0 1093556542 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4109469227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15891] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15891/stat : 15891 (java) S 15886 15888 15759 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1093556546 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15892] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15892/stat : 15892 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1093556546 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15893] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15893/stat : 15893 (java) S 15886 15888 15759 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1093556548 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15894] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15894/stat : 15894 (java) S 15886 15888 15759 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 1093556549 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15895] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15895/stat : 15895 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1093556549 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15896] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15896/stat : 15896 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1093556553 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15897] ppid=15886 vsize=1785316 CPUtime=0.48
/proc/15888/task/15897/stat : 15897 (java) S 15886 15888 15759 0 -1 64 1080 0 0 0 47 1 0 0 16 0 13 0 1093556553 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15898] ppid=15886 vsize=1785316 CPUtime=0.31
/proc/15888/task/15898/stat : 15898 (java) S 15886 15888 15759 0 -1 64 1316 0 0 0 31 0 0 0 16 0 13 0 1093556553 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15899] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15899/stat : 15899 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1093556553 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15900] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15900/stat : 15900 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093556553 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15901] ppid=15886 vsize=1785316 CPUtime=0
/proc/15888/task/15901/stat : 15901 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093556590 1828163584 7348 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1785316

[startup+6.30142 s]
/proc/loadavg: 1.08 1.02 0.96 2/93 15901
/proc/meminfo: memFree=1649400/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1785252 CPUtime=6.88
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 9896 0 5 0 682 6 0 0 18 0 13 0 1093556539 1828098048 8385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446313 8385 1411 9 0 443660 0
[pid=15888/tid=15890] ppid=15886 vsize=1785252 CPUtime=6.02
/proc/15888/task/15890/stat : 15890 (java) R 15886 15888 15759 0 -1 64 6736 0 5 0 599 3 0 0 25 0 13 0 1093556542 1828098048 8385 1992294400 134512640 134550932 4294956000 18446744073709551615 4109612843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15891] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15891/stat : 15891 (java) S 15886 15888 15759 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1093556546 1828098048 8385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15892] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15892/stat : 15892 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1093556546 1828098048 8385 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15893] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15893/stat : 15893 (java) S 15886 15888 15759 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1093556548 1828098048 8386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15894] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15894/stat : 15894 (java) S 15886 15888 15759 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 1093556549 1828098048 8386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15895] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15895/stat : 15895 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1093556549 1828098048 8386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15896] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15896/stat : 15896 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1093556553 1828098048 8386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15897] ppid=15886 vsize=1785252 CPUtime=0.49
/proc/15888/task/15897/stat : 15897 (java) S 15886 15888 15759 0 -1 64 1080 0 0 0 48 1 0 0 16 0 13 0 1093556553 1828098048 8386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15898] ppid=15886 vsize=1785252 CPUtime=0.34
/proc/15888/task/15898/stat : 15898 (java) S 15886 15888 15759 0 -1 64 1334 0 0 0 34 0 0 0 17 0 13 0 1093556553 1828098048 8386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15899] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15899/stat : 15899 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1093556553 1828098048 8386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15900] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15900/stat : 15900 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093556553 1828098048 8386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15901] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15901/stat : 15901 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093556590 1828098048 8386 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 1785252

[startup+12.7021 s]
/proc/loadavg: 1.07 1.02 0.96 2/93 15901
/proc/meminfo: memFree=1641152/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1785252 CPUtime=13.28
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 11836 0 5 0 1320 8 0 0 18 0 13 0 1093556539 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446313 10325 1411 9 0 443660 0
[pid=15888/tid=15890] ppid=15886 vsize=1785252 CPUtime=12.42
/proc/15888/task/15890/stat : 15890 (java) R 15886 15888 15759 0 -1 64 8676 0 5 0 1237 5 0 0 25 0 13 0 1093556542 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4109515275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15891] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15891/stat : 15891 (java) S 15886 15888 15759 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1093556546 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15892] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15892/stat : 15892 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1093556546 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15893] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15893/stat : 15893 (java) S 15886 15888 15759 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1093556548 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15894] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15894/stat : 15894 (java) S 15886 15888 15759 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 1093556549 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15895] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15895/stat : 15895 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 1093556549 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15896] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15896/stat : 15896 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1093556553 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15897] ppid=15886 vsize=1785252 CPUtime=0.49
/proc/15888/task/15897/stat : 15897 (java) S 15886 15888 15759 0 -1 64 1080 0 0 0 48 1 0 0 16 0 13 0 1093556553 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15898] ppid=15886 vsize=1785252 CPUtime=0.34
/proc/15888/task/15898/stat : 15898 (java) S 15886 15888 15759 0 -1 64 1334 0 0 0 34 0 0 0 17 0 13 0 1093556553 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15899] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15899/stat : 15899 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1093556553 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15900] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15900/stat : 15900 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093556553 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15901] ppid=15886 vsize=1785252 CPUtime=0
/proc/15888/task/15901/stat : 15901 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093556590 1828098048 10325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.28
Current children cumulated vsize (KiB) 1785252

[startup+25.5014 s]
/proc/loadavg: 1.06 1.01 0.96 2/93 15901
/proc/meminfo: memFree=1628416/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1784928 CPUtime=26.09
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 14968 0 5 0 2598 11 0 0 18 0 13 0 1093556539 1827766272 13376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446232 13376 1411 9 0 443579 0
[pid=15888/tid=15890] ppid=15886 vsize=1784928 CPUtime=25.21
/proc/15888/task/15890/stat : 15890 (java) R 15886 15888 15759 0 -1 64 11808 0 5 0 2513 8 0 0 25 0 13 0 1093556542 1827766272 13376 1992294400 134512640 134550932 4294956000 18446744073709551615 4109514886 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15891] ppid=15886 vsize=1784928 CPUtime=0
/proc/15888/task/15891/stat : 15891 (java) S 15886 15888 15759 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1093556546 1827766272 13376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15892] ppid=15886 vsize=1784928 CPUtime=0
/proc/15888/task/15892/stat : 15892 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 1093556546 1827766272 13376 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15888] ppid=15886 vsize=1784672 CPUtime=1062.83
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 69762 0 5 0 106202 81 0 0 18 0 13 0 1093556539 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446168 64554 1420 9 0 443515 0
[pid=15888/tid=15890] ppid=15886 vsize=1784672 CPUtime=1061.33
/proc/15888/task/15890/stat : 15890 (java) R 15886 15888 15759 0 -1 64 37558 0 5 0 106071 62 0 0 25 0 13 0 1093556542 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4109514886 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15891] ppid=15886 vsize=1784672 CPUtime=0.31
/proc/15888/task/15891/stat : 15891 (java) S 15886 15888 15759 0 -1 64 14251 0 0 0 23 8 0 0 16 0 13 0 1093556546 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15892] ppid=15886 vsize=1784672 CPUtime=0.3
/proc/15888/task/15892/stat : 15892 (java) S 15886 15888 15759 0 -1 64 14787 0 0 0 23 7 0 0 16 0 13 0 1093556546 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15893] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15893/stat : 15893 (java) S 15886 15888 15759 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1093556548 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15894] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15894/stat : 15894 (java) S 15886 15888 15759 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 1093556549 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15895] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15895/stat : 15895 (java) S 15886 15888 15759 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093556549 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15896] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15896/stat : 15896 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15897] ppid=15886 vsize=1784672 CPUtime=0.49
/proc/15888/task/15897/stat : 15897 (java) S 15886 15888 15759 0 -1 64 1080 0 0 0 48 1 0 0 16 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15898] ppid=15886 vsize=1784672 CPUtime=0.36
/proc/15888/task/15898/stat : 15898 (java) S 15886 15888 15759 0 -1 64 1334 0 0 0 36 0 0 0 16 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15899] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15899/stat : 15899 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15900] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15900/stat : 15900 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15901] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15901/stat : 15901 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093556590 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.83
Current children cumulated vsize (KiB) 1784672

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17975
/proc/meminfo: memFree=1292864/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1784672 CPUtime=1122.82
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 69762 0 5 0 112201 81 0 0 18 0 13 0 1093556539 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446168 64554 1420 9 0 443515 0
[pid=15888/tid=15890] ppid=15886 vsize=1784672 CPUtime=1121.31
/proc/15888/task/15890/stat : 15890 (java) R 15886 15888 15759 0 -1 64 37558 0 5 0 112069 62 0 0 25 0 13 0 1093556542 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4109515233 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15891] ppid=15886 vsize=1784672 CPUtime=0.31
/proc/15888/task/15891/stat : 15891 (java) S 15886 15888 15759 0 -1 64 14251 0 0 0 23 8 0 0 16 0 13 0 1093556546 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15892] ppid=15886 vsize=1784672 CPUtime=0.3
/proc/15888/task/15892/stat : 15892 (java) S 15886 15888 15759 0 -1 64 14787 0 0 0 23 7 0 0 16 0 13 0 1093556546 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15893] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15893/stat : 15893 (java) S 15886 15888 15759 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1093556548 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15894] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15894/stat : 15894 (java) S 15886 15888 15759 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 1093556549 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15895] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15895/stat : 15895 (java) S 15886 15888 15759 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093556549 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15896] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15896/stat : 15896 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15897] ppid=15886 vsize=1784672 CPUtime=0.49
/proc/15888/task/15897/stat : 15897 (java) S 15886 15888 15759 0 -1 64 1080 0 0 0 48 1 0 0 16 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15898] ppid=15886 vsize=1784672 CPUtime=0.36
/proc/15888/task/15898/stat : 15898 (java) S 15886 15888 15759 0 -1 64 1334 0 0 0 36 0 0 0 16 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15899] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15899/stat : 15899 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15900] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15900/stat : 15900 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15901] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15901/stat : 15901 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093556590 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.82
Current children cumulated vsize (KiB) 1784672

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17975
/proc/meminfo: memFree=1292864/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1784672 CPUtime=1182.8
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 69762 0 5 0 118199 81 0 0 18 0 13 0 1093556539 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446168 64554 1420 9 0 443515 0
[pid=15888/tid=15890] ppid=15886 vsize=1784672 CPUtime=1181.3
/proc/15888/task/15890/stat : 15890 (java) R 15886 15888 15759 0 -1 64 37558 0 5 0 118068 62 0 0 25 0 13 0 1093556542 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4109514886 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15891] ppid=15886 vsize=1784672 CPUtime=0.31
/proc/15888/task/15891/stat : 15891 (java) S 15886 15888 15759 0 -1 64 14251 0 0 0 23 8 0 0 16 0 13 0 1093556546 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15892] ppid=15886 vsize=1784672 CPUtime=0.3
/proc/15888/task/15892/stat : 15892 (java) S 15886 15888 15759 0 -1 64 14787 0 0 0 23 7 0 0 16 0 13 0 1093556546 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15893] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15893/stat : 15893 (java) S 15886 15888 15759 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1093556548 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15894] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15894/stat : 15894 (java) S 15886 15888 15759 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 1093556549 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15895] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15895/stat : 15895 (java) S 15886 15888 15759 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093556549 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15896] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15896/stat : 15896 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15897] ppid=15886 vsize=1784672 CPUtime=0.49
/proc/15888/task/15897/stat : 15897 (java) S 15886 15888 15759 0 -1 64 1080 0 0 0 48 1 0 0 16 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15898] ppid=15886 vsize=1784672 CPUtime=0.36
/proc/15888/task/15898/stat : 15898 (java) S 15886 15888 15759 0 -1 64 1334 0 0 0 36 0 0 0 16 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15899] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15899/stat : 15899 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15900] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15900/stat : 15900 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15901] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15901/stat : 15901 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093556590 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.8
Current children cumulated vsize (KiB) 1784672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17975
/proc/meminfo: memFree=1292864/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1784672 CPUtime=1200
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 69762 0 5 0 119919 81 0 0 18 0 13 0 1093556539 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446168 64554 1420 9 0 443515 0
[pid=15888/tid=15890] ppid=15886 vsize=1784672 CPUtime=1198.5
/proc/15888/task/15890/stat : 15890 (java) R 15886 15888 15759 0 -1 64 37558 0 5 0 119788 62 0 0 25 0 13 0 1093556542 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4109515275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15891] ppid=15886 vsize=1784672 CPUtime=0.31
/proc/15888/task/15891/stat : 15891 (java) S 15886 15888 15759 0 -1 64 14251 0 0 0 23 8 0 0 16 0 13 0 1093556546 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15892] ppid=15886 vsize=1784672 CPUtime=0.3
/proc/15888/task/15892/stat : 15892 (java) S 15886 15888 15759 0 -1 64 14787 0 0 0 23 7 0 0 16 0 13 0 1093556546 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15893] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15893/stat : 15893 (java) S 15886 15888 15759 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1093556548 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15894] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15894/stat : 15894 (java) S 15886 15888 15759 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 1093556549 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15895] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15895/stat : 15895 (java) S 15886 15888 15759 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1093556549 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15896] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15896/stat : 15896 (java) S 15886 15888 15759 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15897] ppid=15886 vsize=1784672 CPUtime=0.49
/proc/15888/task/15897/stat : 15897 (java) S 15886 15888 15759 0 -1 64 1080 0 0 0 48 1 0 0 16 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15898] ppid=15886 vsize=1784672 CPUtime=0.36
/proc/15888/task/15898/stat : 15898 (java) S 15886 15888 15759 0 -1 64 1334 0 0 0 36 0 0 0 16 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15899] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15899/stat : 15899 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15900] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15900/stat : 15900 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1093556553 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15901] ppid=15886 vsize=1784672 CPUtime=0
/proc/15888/task/15901/stat : 15901 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1093556590 1827504128 64554 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 1784672

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

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

[startup+1199.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 17975
/proc/meminfo: memFree=1292864/2055912 swapFree=4170660/4192956
[pid=15888] ppid=15886 vsize=1785476 CPUtime=1200.2
/proc/15888/stat : 15888 (java) S 15886 15888 15759 0 -1 0 69824 0 5 0 119939 81 0 0 16 0 14 0 1093556539 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15888/statm: 446369 64595 1421 9 0 443716 0
[pid=15888/tid=15890] ppid=15886 vsize=1785476 CPUtime=1198.6
/proc/15888/task/15890/stat : 15890 (java) R 15886 15888 15759 0 -1 64 37558 0 5 0 119798 62 0 0 25 0 14 0 1093556542 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4109515275 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15891] ppid=15886 vsize=1785476 CPUtime=0.31
/proc/15888/task/15891/stat : 15891 (java) S 15886 15888 15759 0 -1 64 14251 0 0 0 23 8 0 0 16 0 14 0 1093556546 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15892] ppid=15886 vsize=1785476 CPUtime=0.3
/proc/15888/task/15892/stat : 15892 (java) S 15886 15888 15759 0 -1 64 14787 0 0 0 23 7 0 0 16 0 14 0 1093556546 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15888/tid=15893] ppid=15886 vsize=1785476 CPUtime=0
/proc/15888/task/15893/stat : 15893 (java) S 15886 15888 15759 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 1093556548 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15894] ppid=15886 vsize=1785476 CPUtime=0
/proc/15888/task/15894/stat : 15894 (java) S 15886 15888 15759 0 -1 64 12 0 0 0 0 0 0 0 17 0 14 0 1093556549 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15895] ppid=15886 vsize=1785476 CPUtime=0
/proc/15888/task/15895/stat : 15895 (java) S 15886 15888 15759 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 1093556549 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15896] ppid=15886 vsize=1785476 CPUtime=0
/proc/15888/task/15896/stat : 15896 (java) S 15886 15888 15759 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 1093556553 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15897] ppid=15886 vsize=1785476 CPUtime=0.49
/proc/15888/task/15897/stat : 15897 (java) S 15886 15888 15759 0 -1 64 1080 0 0 0 48 1 0 0 16 0 14 0 1093556553 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15898] ppid=15886 vsize=1785476 CPUtime=0.39
/proc/15888/task/15898/stat : 15898 (java) S 15886 15888 15759 0 -1 64 1374 0 0 0 39 0 0 0 17 0 14 0 1093556553 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15899] ppid=15886 vsize=1785476 CPUtime=0
/proc/15888/task/15899/stat : 15899 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 23 0 14 0 1093556553 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15900] ppid=15886 vsize=1785476 CPUtime=0
/proc/15888/task/15900/stat : 15900 (java) S 15886 15888 15759 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 1093556553 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15888/tid=15901] ppid=15886 vsize=1785476 CPUtime=0
/proc/15888/task/15901/stat : 15901 (java) S 15886 15888 15759 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 1093556590 1828327424 64595 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.2
Current children cumulated vsize (KiB) 1785476

Child status: 143
Real time (s): 1199.66
CPU time (s): 1200.25
CPU user time (s): 1199.4
CPU system time (s): 0.856869
CPU usage (%): 100.049
Max. virtual memory (cumulated for all children) (KiB): 1785476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.4
system time used= 0.856869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69824
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24624
involuntary context switches= 9849

runsolver used 1.58176 second user time and 3.9234 second system time

The end

Launcher Data

Begin job on node78 at 2009-03-28 03:55:26
IDJOB=1512763
IDBENCH=70207
IDSOLVER=500
FILE ID=node78/1512763-1238208926
PBS_JOBID= 9060489
Free space on /tmp= 126872 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1100/unif-k5-r20-v1100-c22000-S1912214877-051.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512763-1238208926/watcher-1512763-1238208926 -o /tmp/evaluation-result-1512763-1238208926/solver-1512763-1238208926 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1512763-1238208926.cnf

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

MD5SUM BENCH= 3e2c453febe9a82dafec20260d8edecb
RANDOM SEED=1561775803

node78.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.214
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.214
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:      2055912 kB
MemFree:       1677632 kB
Buffers:         46024 kB
Cached:         247108 kB
SwapCached:       7768 kB
Active:          55244 kB
Inactive:       248296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1677632 kB
SwapTotal:     4192956 kB
SwapFree:      4170660 kB
Dirty:             700 kB
Writeback:           0 kB
Mapped:          16032 kB
Slab:            58892 kB
Committed_AS:  2471980 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126872 MiB
End job on node78 at 2009-03-28 04:15:28