Trace number 1726242

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.19 1200.39

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
MD5SUM4e736dbc376aed9798860699ef195d83
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.16/0.41	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.16/0.41	c This is free software under the dual EPL/GNU LGPL licenses.
0.16/0.41	c See www.sat4j.org for details.
0.16/0.42	c version 2.1.0.v20090228
0.16/0.42	c sun.arch.data.model	32
0.16/0.42	c java.version	1.6.0_12
0.16/0.42	c os.name	Linux
0.16/0.42	c os.version	2.6.9-22.EL.rootsmp
0.16/0.42	c os.arch	i386
0.16/0.42	c Free memory 1651659224
0.16/0.42	c Max memory 1654456320
0.16/0.42	c Total memory 1654456320
0.16/0.42	c Number of processors 2
0.16/0.47	c c --- Begin Solver configuration ---
0.16/0.47	c Stops conflict analysis at the first Unique Implication Point
0.16/0.47	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@913fe2
0.16/0.47	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.16/0.47	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.16/0.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.16/0.47	c Expensive reason simplification
0.16/0.47	c Armin Biere (Picosat) restarts strategy
0.16/0.47	c timeout=2147483647s
0.16/0.47	c DB Simplification allowed=true
0.16/0.47	c --- End Solver configuration ---
0.16/0.47	c solving HOME/instance-1726242-1240710100.cnf
0.16/0.47	c reading problem ... 
0.16/0.48	c ... done. Wall clock time 0.014s.
0.16/0.48	c #vars     87
0.16/0.48	c #constraints  232
0.16/0.48	c constraints type 
0.16/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 232
1200.10/1200.31	c starts		: 4186
1200.10/1200.31	c conflicts		: 63680264
1200.10/1200.31	c decisions		: 107207742
1200.10/1200.31	c propagations		: 1439427911
1200.10/1200.31	c inspects		: 4387974601
1200.10/1200.31	c learnt literals	: 0
1200.10/1200.31	c learnt binary clauses	: 0
1200.10/1200.31	c learnt ternary clauses	: 0
1200.10/1200.31	c learnt clauses	: 2
1200.10/1200.31	c ignored clauses	: 63680286
1200.10/1200.31	c root simplifications	: 4186
1200.10/1200.31	c removed literals (reason simplification)	: 22935555
1200.10/1200.31	c reason swapping (by a shorter reason)	: 0
1200.10/1200.31	c Calls to reduceDB	: 0
1200.10/1200.31	c speed (assignments/second)	: 1199695.978090193
1200.10/1200.31	c non guided choices	3281
1200.10/1200.31	c learnt constraints type 
1200.10/1200.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2
1200.10/1200.31	s UNKNOWN
1200.10/1200.31	c Total wall clock time (in seconds) : 1199.842

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-1726242-1240710100/watcher-1726242-1240710100 -o /tmp/evaluation-result-1726242-1240710100/solver-1726242-1240710100 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1726242-1240710100.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: 0.91 0.97 0.99 3/64 28006
/proc/meminfo: memFree=1828324/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=18576 CPUtime=0
/proc/28006/stat : 28006 (runsolver) D 28004 28006 27736 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 99042546 19021824 292 1992294400 4194304 4302564 548682068400 18446744073709551615 266134416679 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/28006/statm: 4644 292 257 26 0 2626 0

[startup+0.0577451 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 28006
/proc/meminfo: memFree=1828324/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1616 CPUtime=0
/proc/28006/stat : 28006 (java) D 28004 28006 27736 0 -1 0 342 0 5 0 0 0 0 0 18 0 1 0 99042546 1654784 155 1992294400 134512640 134550932 4294956000 18446744073709551615 1462843 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28006/statm: 404 155 118 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.101844 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 28006
/proc/meminfo: memFree=1828324/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=12928 CPUtime=0.01
/proc/28006/stat : 28006 (java) D 28004 28006 27736 0 -1 0 368 0 18 0 0 1 0 0 18 0 1 0 99042546 13238272 193 1992294400 134512640 134550932 4294956000 18446744073709551615 1434410 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/28006/statm: 3232 193 136 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.302765 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 28006
/proc/meminfo: memFree=1828324/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1779124 CPUtime=0.09
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 3584 0 60 0 3 6 0 0 18 0 7 0 99042546 1821822976 3388 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 444781 3388 1030 9 0 442132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1779124

[startup+0.70281 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 28006
/proc/meminfo: memFree=1828324/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1786716 CPUtime=0.62
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 6201 0 60 0 54 8 0 0 18 0 13 0 99042546 1829597184 5582 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446679 5582 1395 9 0 444026 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1786716

[startup+1.5029 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 28019
/proc/meminfo: memFree=1799484/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1786716 CPUtime=1.59
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 7244 0 60 0 150 9 0 0 18 0 13 0 99042546 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446679 6594 1403 9 0 444026 0
[pid=28006/tid=28008] ppid=28004 vsize=1786716 CPUtime=1.08
/proc/28006/task/28008/stat : 28008 (java) R 28004 28006 27736 0 -1 64 4696 0 25 0 103 5 0 0 25 0 13 0 99042560 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4109455496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28009] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28009/stat : 28009 (java) S 28004 28006 27736 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 99042566 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28010] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28010/stat : 28010 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 99042566 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28011] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28011/stat : 28011 (java) S 28004 28006 27736 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 99042570 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28012] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28012/stat : 28012 (java) S 28004 28006 27736 0 -1 64 11 0 0 0 0 0 0 0 19 0 13 0 99042573 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28013] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28013/stat : 28013 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99042573 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28014] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28014/stat : 28014 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99042580 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28015] ppid=28004 vsize=1786716 CPUtime=0.19
/proc/28006/task/28015/stat : 28015 (java) S 28004 28006 27736 0 -1 64 413 0 0 0 19 0 0 0 16 0 13 0 99042580 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28016] ppid=28004 vsize=1786716 CPUtime=0.26
/proc/28006/task/28016/stat : 28016 (java) S 28004 28006 27736 0 -1 64 1421 0 0 0 26 0 0 0 16 0 13 0 99042580 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28017] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28017/stat : 28017 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99042580 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28018] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28018/stat : 28018 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99042580 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28019] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28019/stat : 28019 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 99042596 1829597184 6594 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1786716

[startup+3.10207 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 28019
/proc/meminfo: memFree=1792508/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1786716 CPUtime=3.17
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 9709 0 60 0 308 9 0 0 18 0 13 0 99042546 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446679 9059 1403 9 0 444026 0
[pid=28006/tid=28008] ppid=28004 vsize=1786716 CPUtime=2.68
/proc/28006/task/28008/stat : 28008 (java) R 28004 28006 27736 0 -1 64 7161 0 25 0 262 6 0 0 25 0 13 0 99042560 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4109527962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28009] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28009/stat : 28009 (java) S 28004 28006 27736 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 99042566 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28010] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28010/stat : 28010 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 99042566 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28011] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28011/stat : 28011 (java) S 28004 28006 27736 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 99042570 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28012] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28012/stat : 28012 (java) S 28004 28006 27736 0 -1 64 11 0 0 0 0 0 0 0 19 0 13 0 99042573 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28013] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28013/stat : 28013 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99042573 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28014] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28014/stat : 28014 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99042580 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28015] ppid=28004 vsize=1786716 CPUtime=0.19
/proc/28006/task/28015/stat : 28015 (java) S 28004 28006 27736 0 -1 64 413 0 0 0 19 0 0 0 16 0 13 0 99042580 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28016] ppid=28004 vsize=1786716 CPUtime=0.26
/proc/28006/task/28016/stat : 28016 (java) S 28004 28006 27736 0 -1 64 1421 0 0 0 26 0 0 0 16 0 13 0 99042580 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28017] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28017/stat : 28017 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99042580 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28018] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28018/stat : 28018 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99042580 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28019] ppid=28004 vsize=1786716 CPUtime=0
/proc/28006/task/28019/stat : 28019 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 99042596 1829597184 9059 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 1786716

[startup+6.30144 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 28019
/proc/meminfo: memFree=1773052/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1786684 CPUtime=6.38
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 14319 0 60 0 626 12 0 0 18 0 13 0 99042546 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446671 13613 1403 9 0 444018 0
[pid=28006/tid=28008] ppid=28004 vsize=1786684 CPUtime=5.87
/proc/28006/task/28008/stat : 28008 (java) R 28004 28006 27736 0 -1 64 11771 0 25 0 579 8 0 0 25 0 13 0 99042560 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4109527962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28009] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28009/stat : 28009 (java) S 28004 28006 27736 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 99042566 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28010] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28010/stat : 28010 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 99042566 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28011] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28011/stat : 28011 (java) S 28004 28006 27736 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 99042570 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28012] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28012/stat : 28012 (java) S 28004 28006 27736 0 -1 64 11 0 0 0 0 0 0 0 19 0 13 0 99042573 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28013] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28013/stat : 28013 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99042573 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28014] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28014/stat : 28014 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99042580 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28015] ppid=28004 vsize=1786684 CPUtime=0.19
/proc/28006/task/28015/stat : 28015 (java) S 28004 28006 27736 0 -1 64 413 0 0 0 19 0 0 0 16 0 13 0 99042580 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28016] ppid=28004 vsize=1786684 CPUtime=0.26
/proc/28006/task/28016/stat : 28016 (java) S 28004 28006 27736 0 -1 64 1421 0 0 0 26 0 0 0 16 0 13 0 99042580 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28017] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28017/stat : 28017 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99042580 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28018] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28018/stat : 28018 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99042580 1829564416 13613 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28019] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28019/stat : 28019 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 99042596 1829564416 13614 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 1786684

[startup+12.7022 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 28019
/proc/meminfo: memFree=1736828/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1786684 CPUtime=12.77
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 23173 0 60 0 1262 15 0 0 18 0 13 0 99042546 1829564416 22325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446671 22325 1403 9 0 444018 0
[pid=28006/tid=28008] ppid=28004 vsize=1786684 CPUtime=12.27
/proc/28006/task/28008/stat : 28008 (java) R 28004 28006 27736 0 -1 64 20625 0 25 0 1215 12 0 0 25 0 13 0 99042560 1829564416 22325 1992294400 134512640 134550932 4294956000 18446744073709551615 4109527962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28009] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28009/stat : 28009 (java) S 28004 28006 27736 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 99042566 1829564416 22325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28010] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28010/stat : 28010 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 99042566 1829564416 22325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28011] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28011/stat : 28011 (java) S 28004 28006 27736 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 99042570 1829564416 22325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28012] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28012/stat : 28012 (java) S 28004 28006 27736 0 -1 64 11 0 0 0 0 0 0 0 19 0 13 0 99042573 1829564416 22325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28013] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28013/stat : 28013 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 99042573 1829564416 22325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28014] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28014/stat : 28014 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99042580 1829564416 22325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28015] ppid=28004 vsize=1786684 CPUtime=0.19
/proc/28006/task/28015/stat : 28015 (java) S 28004 28006 27736 0 -1 64 413 0 0 0 19 0 0 0 16 0 13 0 99042580 1829564416 22325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28016] ppid=28004 vsize=1786684 CPUtime=0.27
/proc/28006/task/28016/stat : 28016 (java) S 28004 28006 27736 0 -1 64 1421 0 0 0 27 0 0 0 17 0 13 0 99042580 1829564416 22325 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28017] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28017/stat : 28017 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99042580 1829564416 22326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28018] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28018/stat : 28018 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99042580 1829564416 22326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28019] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28019/stat : 28019 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 99042596 1829564416 22326 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 1786684

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 28019
/proc/meminfo: memFree=1665404/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1786684 CPUtime=25.57
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 40148 0 60 0 2532 25 0 0 18 0 13 0 99042546 1829564416 39299 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446671 39299 1412 9 0 444018 0
[pid=28006/tid=28008] ppid=28004 vsize=1786684 CPUtime=25.06
/proc/28006/task/28008/stat : 28008 (java) R 28004 28006 27736 0 -1 64 37530 0 25 0 2485 21 0 0 18 0 13 0 99042560 1829564416 39299 1992294400 134512640 134550932 4294956000 18446744073709551615 4109440311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28009] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28009/stat : 28009 (java) S 28004 28006 27736 0 -1 64 51 0 0 0 0 0 0 0 16 0 13 0 99042566 1829564416 39299 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28010] ppid=28004 vsize=1786684 CPUtime=0
/proc/28006/task/28010/stat : 28010 (java) S 28004 28006 27736 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 99042566 1829564416 39299 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=28006] ppid=28004 vsize=1785628 CPUtime=1062.14
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 51684 0 60 0 106180 34 0 0 18 0 13 0 99042546 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446407 50509 1412 9 0 443754 0
[pid=28006/tid=28008] ppid=28004 vsize=1785628 CPUtime=1061.5
/proc/28006/task/28008/stat : 28008 (java) R 28004 28006 27736 0 -1 64 48694 0 25 0 106120 30 0 0 25 0 13 0 99042560 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4109454322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28009] ppid=28004 vsize=1785628 CPUtime=0.01
/proc/28006/task/28009/stat : 28009 (java) S 28004 28006 27736 0 -1 64 150 0 0 0 1 0 0 0 17 0 13 0 99042566 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28010] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28010/stat : 28010 (java) S 28004 28006 27736 0 -1 64 109 0 0 0 0 0 0 0 16 0 13 0 99042566 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28011] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28011/stat : 28011 (java) S 28004 28006 27736 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 99042570 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28012] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28012/stat : 28012 (java) S 28004 28006 27736 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 99042573 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28013] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28013/stat : 28013 (java) S 28004 28006 27736 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 99042573 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28014] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28014/stat : 28014 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28015] ppid=28004 vsize=1785628 CPUtime=0.2
/proc/28006/task/28015/stat : 28015 (java) S 28004 28006 27736 0 -1 64 413 0 0 0 20 0 0 0 16 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28016] ppid=28004 vsize=1785628 CPUtime=0.37
/proc/28006/task/28016/stat : 28016 (java) S 28004 28006 27736 0 -1 64 1592 0 0 0 37 0 0 0 16 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28017] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28017/stat : 28017 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28018] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28018/stat : 28018 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28019] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28019/stat : 28019 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 99042596 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.14
Current children cumulated vsize (KiB) 1785628

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 28019
/proc/meminfo: memFree=1619452/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1785628 CPUtime=1122.12
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 51686 0 60 0 112178 34 0 0 18 0 13 0 99042546 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446407 50509 1412 9 0 443754 0
[pid=28006/tid=28008] ppid=28004 vsize=1785628 CPUtime=1121.49
/proc/28006/task/28008/stat : 28008 (java) R 28004 28006 27736 0 -1 64 48696 0 25 0 112118 31 0 0 25 0 13 0 99042560 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4109454821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28009] ppid=28004 vsize=1785628 CPUtime=0.01
/proc/28006/task/28009/stat : 28009 (java) S 28004 28006 27736 0 -1 64 150 0 0 0 1 0 0 0 17 0 13 0 99042566 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28010] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28010/stat : 28010 (java) S 28004 28006 27736 0 -1 64 109 0 0 0 0 0 0 0 16 0 13 0 99042566 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28011] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28011/stat : 28011 (java) S 28004 28006 27736 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 99042570 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28012] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28012/stat : 28012 (java) S 28004 28006 27736 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 99042573 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28013] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28013/stat : 28013 (java) S 28004 28006 27736 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 99042573 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28014] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28014/stat : 28014 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28015] ppid=28004 vsize=1785628 CPUtime=0.2
/proc/28006/task/28015/stat : 28015 (java) S 28004 28006 27736 0 -1 64 413 0 0 0 20 0 0 0 16 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28016] ppid=28004 vsize=1785628 CPUtime=0.37
/proc/28006/task/28016/stat : 28016 (java) S 28004 28006 27736 0 -1 64 1592 0 0 0 37 0 0 0 16 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28017] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28017/stat : 28017 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28018] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28018/stat : 28018 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28019] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28019/stat : 28019 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 99042596 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1785628

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 28025
/proc/meminfo: memFree=1619324/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1785628 CPUtime=1182.1
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 51688 0 60 0 118175 35 0 0 18 0 13 0 99042546 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446407 50509 1412 9 0 443754 0
[pid=28006/tid=28008] ppid=28004 vsize=1785628 CPUtime=1181.46
/proc/28006/task/28008/stat : 28008 (java) R 28004 28006 27736 0 -1 64 48698 0 25 0 118115 31 0 0 18 0 13 0 99042560 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4109455269 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28009] ppid=28004 vsize=1785628 CPUtime=0.01
/proc/28006/task/28009/stat : 28009 (java) S 28004 28006 27736 0 -1 64 150 0 0 0 1 0 0 0 17 0 13 0 99042566 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28010] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28010/stat : 28010 (java) S 28004 28006 27736 0 -1 64 109 0 0 0 0 0 0 0 16 0 13 0 99042566 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28011] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28011/stat : 28011 (java) S 28004 28006 27736 0 -1 64 15 0 0 0 0 0 0 0 15 0 13 0 99042570 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28012] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28012/stat : 28012 (java) S 28004 28006 27736 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 99042573 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28013] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28013/stat : 28013 (java) S 28004 28006 27736 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 99042573 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28014] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28014/stat : 28014 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28015] ppid=28004 vsize=1785628 CPUtime=0.2
/proc/28006/task/28015/stat : 28015 (java) S 28004 28006 27736 0 -1 64 413 0 0 0 20 0 0 0 16 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28016] ppid=28004 vsize=1785628 CPUtime=0.37
/proc/28006/task/28016/stat : 28016 (java) S 28004 28006 27736 0 -1 64 1592 0 0 0 37 0 0 0 16 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28017] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28017/stat : 28017 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28018] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28018/stat : 28018 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28019] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28019/stat : 28019 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 99042596 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1785628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 28025
/proc/meminfo: memFree=1619324/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1785628 CPUtime=1200.1
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 51688 0 60 0 119975 35 0 0 18 0 13 0 99042546 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446407 50509 1412 9 0 443754 0
[pid=28006/tid=28008] ppid=28004 vsize=1785628 CPUtime=1199.46
/proc/28006/task/28008/stat : 28008 (java) R 28004 28006 27736 0 -1 64 48698 0 25 0 119915 31 0 0 25 0 13 0 99042560 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4109440416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28009] ppid=28004 vsize=1785628 CPUtime=0.01
/proc/28006/task/28009/stat : 28009 (java) S 28004 28006 27736 0 -1 64 150 0 0 0 1 0 0 0 17 0 13 0 99042566 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28010] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28010/stat : 28010 (java) S 28004 28006 27736 0 -1 64 109 0 0 0 0 0 0 0 16 0 13 0 99042566 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28011] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28011/stat : 28011 (java) S 28004 28006 27736 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 99042570 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28012] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28012/stat : 28012 (java) S 28004 28006 27736 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 99042573 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28013] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28013/stat : 28013 (java) S 28004 28006 27736 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 99042573 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28014] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28014/stat : 28014 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28015] ppid=28004 vsize=1785628 CPUtime=0.2
/proc/28006/task/28015/stat : 28015 (java) S 28004 28006 27736 0 -1 64 413 0 0 0 20 0 0 0 16 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28016] ppid=28004 vsize=1785628 CPUtime=0.37
/proc/28006/task/28016/stat : 28016 (java) S 28004 28006 27736 0 -1 64 1592 0 0 0 37 0 0 0 16 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28017] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28017/stat : 28017 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28018] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28018/stat : 28018 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28019] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28019/stat : 28019 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 99042596 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1785628

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

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

[startup+1200.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 28025
/proc/meminfo: memFree=1619324/2055920 swapFree=4181272/4192956
[pid=28006] ppid=28004 vsize=1785628 CPUtime=1200.1
/proc/28006/stat : 28006 (java) S 28004 28006 27736 0 -1 0 51688 0 60 0 119975 35 0 0 18 0 13 0 99042546 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28006/statm: 446407 50509 1412 9 0 443754 0
[pid=28006/tid=28008] ppid=28004 vsize=1785628 CPUtime=1199.46
/proc/28006/task/28008/stat : 28008 (java) R 28004 28006 27736 0 -1 64 48698 0 25 0 119915 31 0 0 25 0 13 0 99042560 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4109440416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28009] ppid=28004 vsize=1785628 CPUtime=0.01
/proc/28006/task/28009/stat : 28009 (java) S 28004 28006 27736 0 -1 64 150 0 0 0 1 0 0 0 17 0 13 0 99042566 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28010] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28010/stat : 28010 (java) S 28004 28006 27736 0 -1 64 109 0 0 0 0 0 0 0 16 0 13 0 99042566 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28011] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28011/stat : 28011 (java) S 28004 28006 27736 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 99042570 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28012] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28012/stat : 28012 (java) S 28004 28006 27736 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 99042573 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28013] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28013/stat : 28013 (java) S 28004 28006 27736 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 99042573 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28014] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28014/stat : 28014 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28015] ppid=28004 vsize=1785628 CPUtime=0.2
/proc/28006/task/28015/stat : 28015 (java) S 28004 28006 27736 0 -1 64 413 0 0 0 20 0 0 0 16 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28016] ppid=28004 vsize=1785628 CPUtime=0.37
/proc/28006/task/28016/stat : 28016 (java) S 28004 28006 27736 0 -1 64 1592 0 0 0 37 0 0 0 16 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28017] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28017/stat : 28017 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28006/tid=28018] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28018/stat : 28018 (java) S 28004 28006 27736 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 99042580 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28006/tid=28019] ppid=28004 vsize=1785628 CPUtime=0
/proc/28006/task/28019/stat : 28019 (java) S 28004 28006 27736 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 99042596 1828483072 50509 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1785628

Child status: 143
Real time (s): 1200.39
CPU time (s): 1200.19
CPU user time (s): 1199.81
CPU system time (s): 0.383941
CPU usage (%): 99.9836
Max. virtual memory (cumulated for all children) (KiB): 1786716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.81
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51711
page faults= 60
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25217
involuntary context switches= 6405

runsolver used 1.35779 second user time and 3.02354 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-26 03:41:40
IDJOB=1726242
IDBENCH=24609
IDSOLVER=500
FILE ID=node35/1726242-1240710100
PBS_JOBID= 9186836
Free space on /tmp= 66400 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726242-1240710100/watcher-1726242-1240710100 -o /tmp/evaluation-result-1726242-1240710100/solver-1726242-1240710100 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1726242-1240710100.cnf

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

MD5SUM BENCH= 4e736dbc376aed9798860699ef195d83
RANDOM SEED=1703555143

node35.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:      2055920 kB
MemFree:       1828740 kB
Buffers:         22412 kB
Cached:         154460 kB
SwapCached:       5980 kB
Active:          42120 kB
Inactive:       143024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828740 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            28000 kB
Committed_AS:   418260 kB
PageTables:       1396 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= 66400 MiB
End job on node35 at 2009-04-26 04:01:42