Trace number 1561051

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CORE 2.1 RC1? (TO) 1200.37 1199.81

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_12_2_4_cmp.cnf
MD5SUM7ea97a36d5ab6c8a5aa99830d5253591
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses155712
Sum of the clauses size523920
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217404
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

0.11/0.46	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.46	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.46	c See www.sat4j.org for details.
0.11/0.47	c version 2.1.0.v20090228
0.11/0.47	c sun.arch.data.model	32
0.11/0.47	c java.version	1.6.0_12
0.11/0.47	c os.name	Linux
0.11/0.47	c os.version	2.6.9-22.EL.rootsmp
0.11/0.47	c os.arch	i386
0.11/0.47	c Free memory 1651659224
0.11/0.47	c Max memory 1654456320
0.11/0.47	c Total memory 1654456320
0.11/0.47	c Number of processors 2
0.21/0.52	c c --- Begin Solver configuration ---
0.21/0.52	c Stops conflict analysis at the first Unique Implication Point
0.21/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.21/0.52	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.21/0.52	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.21/0.52	c Expensive reason simplification
0.21/0.52	c Armin Biere (Picosat) restarts strategy
0.21/0.52	c timeout=2147483647s
0.21/0.52	c DB Simplification allowed=true
0.21/0.52	c --- End Solver configuration ---
0.21/0.52	c solving HOME/instance-1561051-1238760749.cnf
0.21/0.52	c reading problem ... 
1.14/1.21	c ... done. Wall clock time 0.695s.
1.14/1.21	c #vars     12584
1.14/1.21	c #constraints  155712
1.14/1.21	c constraints type 
1.14/1.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 138308
1.14/1.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17404
1200.05/1199.61	c starts		: 578
1200.05/1199.61	c conflicts		: 215330
1200.05/1199.61	c decisions		: 28479222
1200.05/1199.61	c propagations		: 209948356
1200.05/1199.61	c inspects		: 2535065754
1200.05/1199.61	c learnt literals	: 0
1200.05/1199.61	c learnt binary clauses	: 4673
1200.05/1199.61	c learnt ternary clauses	: 23967
1200.05/1199.61	c learnt clauses	: 215223
1200.05/1199.61	c ignored clauses	: 107
1200.05/1199.61	c root simplifications	: 578
1200.05/1199.61	c removed literals (reason simplification)	: 1216498
1200.05/1199.61	c reason swapping (by a shorter reason)	: 0
1200.05/1199.61	c Calls to reduceDB	: 0
1200.05/1199.61	c speed (assignments/second)	: 175190.99179987935
1200.05/1199.61	c non guided choices	60119
1200.05/1199.71	c learnt constraints type 
1200.26/1199.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4674
1200.26/1199.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 210556
1200.26/1199.71	s UNKNOWN
1200.26/1199.71	c Total wall clock time (in seconds) : 1199.093

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-1561051-1238760749/watcher-1561051-1238760749 -o /tmp/evaluation-result-1561051-1238760749/solver-1561051-1238760749 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1561051-1238760749.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.99 1.85 1.46 3/64 11168
/proc/meminfo: memFree=1746008/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=18576 CPUtime=0
/proc/11168/stat : 11168 (runsolver) D 11166 11168 10171 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1148741277 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 215418989863 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/11168/statm: 4644 292 257 26 0 2626 0

[startup+0.0725519 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 11168
/proc/meminfo: memFree=1746008/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1512 CPUtime=0
/proc/11168/stat : 11168 (java6) D 11166 11168 10171 0 -1 0 58 0 2 0 0 0 0 0 18 0 1 0 1148741277 1548288 44 1992294400 134512640 134550932 4294956160 18446744073709551615 8668167 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/11168/statm: 378 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1512

[startup+0.10156 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 11168
/proc/meminfo: memFree=1746008/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=152 CPUtime=0
/proc/11168/stat : 11168 (java) R 11166 11168 10171 0 -1 0 191 0 13 0 0 0 0 0 18 0 1 0 1148741277 155648 26 1992294400 134512640 134550932 4294956000 18446744073709551615 8663339 0 0 4096 0 0 0 0 17 0 0 0
/proc/11168/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152

[startup+0.301606 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 11168
/proc/meminfo: memFree=1746008/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1777776 CPUtime=0.07
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 3352 0 57 0 2 5 0 0 18 0 5 0 1148741277 1820442624 3155 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 444444 3155 978 9 0 441795 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777776

[startup+0.701679 s]
/proc/loadavg: 1.99 1.85 1.46 3/64 11168
/proc/meminfo: memFree=1746008/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1784716 CPUtime=0.57
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 6599 0 57 0 50 7 0 0 18 0 12 0 1148741277 1827549184 5929 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 446179 5929 1367 9 0 443526 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 1784716

[startup+1.50283 s]
/proc/loadavg: 1.99 1.85 1.46 2/76 11180
/proc/meminfo: memFree=1709944/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1786476 CPUtime=1.67
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 10848 0 57 0 158 9 0 0 18 0 13 0 1148741277 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 446619 9642 1404 9 0 443966 0
[pid=11168/tid=11170] ppid=11166 vsize=1786476 CPUtime=0.95
/proc/11168/task/11170/stat : 11170 (java) R 11166 11168 10171 0 -1 64 7824 0 14 0 90 5 0 0 18 0 13 0 1148741295 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4109170782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11171] ppid=11166 vsize=1786476 CPUtime=0
/proc/11168/task/11171/stat : 11171 (java) S 11166 11168 10171 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1148741303 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11172] ppid=11166 vsize=1786476 CPUtime=0
/proc/11168/task/11172/stat : 11172 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1148741303 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11173] ppid=11166 vsize=1786476 CPUtime=0
/proc/11168/task/11173/stat : 11173 (java) S 11166 11168 10171 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1148741306 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11174] ppid=11166 vsize=1786476 CPUtime=0
/proc/11168/task/11174/stat : 11174 (java) S 11166 11168 10171 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1148741307 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11175] ppid=11166 vsize=1786476 CPUtime=0
/proc/11168/task/11175/stat : 11175 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1148741307 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11176] ppid=11166 vsize=1786476 CPUtime=0
/proc/11168/task/11176/stat : 11176 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1148741316 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11177] ppid=11166 vsize=1786476 CPUtime=0.4
/proc/11168/task/11177/stat : 11177 (java) R 11166 11168 10171 0 -1 64 1423 0 0 0 40 0 0 0 17 0 13 0 1148741316 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 104147137 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11178] ppid=11166 vsize=1786476 CPUtime=0.27
/proc/11168/task/11178/stat : 11178 (java) S 11166 11168 10171 0 -1 64 899 0 0 0 27 0 0 0 16 0 13 0 1148741316 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11179] ppid=11166 vsize=1786476 CPUtime=0
/proc/11168/task/11179/stat : 11179 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1148741316 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11180] ppid=11166 vsize=1786476 CPUtime=0
/proc/11168/task/11180/stat : 11180 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1148741316 1829351424 9642 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 1786476

[startup+3.10214 s]
/proc/loadavg: 1.91 1.84 1.45 2/77 11181
/proc/meminfo: memFree=1699760/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1786160 CPUtime=3.52
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 11869 0 57 0 342 10 0 0 18 0 13 0 1148741277 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 446540 10546 1409 9 0 443887 0
[pid=11168/tid=11170] ppid=11166 vsize=1786160 CPUtime=2.45
/proc/11168/task/11170/stat : 11170 (java) R 11166 11168 10171 0 -1 64 8701 0 14 0 240 5 0 0 25 0 13 0 1148741295 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4109577475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11171] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11171/stat : 11171 (java) S 11166 11168 10171 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1148741303 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11172] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11172/stat : 11172 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1148741303 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11173] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11173/stat : 11173 (java) S 11166 11168 10171 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 1148741306 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11174] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11174/stat : 11174 (java) S 11166 11168 10171 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1148741307 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11175] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11175/stat : 11175 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1148741307 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11176] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11176/stat : 11176 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1148741316 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11177] ppid=11166 vsize=1786160 CPUtime=0.57
/proc/11168/task/11177/stat : 11177 (java) S 11166 11168 10171 0 -1 64 1524 0 0 0 56 1 0 0 17 0 13 0 1148741316 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11178] ppid=11166 vsize=1786160 CPUtime=0.45
/proc/11168/task/11178/stat : 11178 (java) S 11166 11168 10171 0 -1 64 942 0 0 0 45 0 0 0 16 0 13 0 1148741316 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11179] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11179/stat : 11179 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1148741316 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11180] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11180/stat : 11180 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1148741316 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11181] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11181/stat : 11181 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1148741405 1829027840 10546 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 1786160

[startup+6.30174 s]
/proc/loadavg: 1.91 1.84 1.45 2/77 11181
/proc/meminfo: memFree=1693240/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1786160 CPUtime=6.72
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 13116 0 57 0 661 11 0 0 18 0 13 0 1148741277 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 446540 11790 1409 9 0 443887 0
[pid=11168/tid=11170] ppid=11166 vsize=1786160 CPUtime=5.63
/proc/11168/task/11170/stat : 11170 (java) R 11166 11168 10171 0 -1 64 9948 0 14 0 557 6 0 0 22 0 13 0 1148741295 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4109578048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11171] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11171/stat : 11171 (java) S 11166 11168 10171 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1148741303 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11172] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11172/stat : 11172 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1148741303 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11173] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11173/stat : 11173 (java) S 11166 11168 10171 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1148741306 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11174] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11174/stat : 11174 (java) S 11166 11168 10171 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1148741307 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11175] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11175/stat : 11175 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1148741307 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11176] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11176/stat : 11176 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1148741316 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11177] ppid=11166 vsize=1786160 CPUtime=0.59
/proc/11168/task/11177/stat : 11177 (java) S 11166 11168 10171 0 -1 64 1524 0 0 0 58 1 0 0 16 0 13 0 1148741316 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11178] ppid=11166 vsize=1786160 CPUtime=0.45
/proc/11168/task/11178/stat : 11178 (java) S 11166 11168 10171 0 -1 64 942 0 0 0 45 0 0 0 16 0 13 0 1148741316 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11179] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11179/stat : 11179 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1148741316 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11180] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11180/stat : 11180 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1148741316 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11181] ppid=11166 vsize=1786160 CPUtime=0
/proc/11168/task/11181/stat : 11181 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1148741405 1829027840 11790 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 1786160

[startup+12.703 s]
/proc/loadavg: 1.77 1.81 1.45 2/77 11181
/proc/meminfo: memFree=1684544/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1786288 CPUtime=13.3
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 15105 0 57 0 1318 12 0 0 18 0 13 0 1148741277 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 446572 13778 1411 9 0 443919 0
[pid=11168/tid=11170] ppid=11166 vsize=1786288 CPUtime=12.01
/proc/11168/task/11170/stat : 11170 (java) R 11166 11168 10171 0 -1 64 11906 0 14 0 1194 7 0 0 25 0 13 0 1148741295 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4109577079 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11171] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11171/stat : 11171 (java) S 11166 11168 10171 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1148741303 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11172] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11172/stat : 11172 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1148741303 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11173] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11173/stat : 11173 (java) S 11166 11168 10171 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1148741306 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11174] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11174/stat : 11174 (java) S 11166 11168 10171 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 1148741307 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11175] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11175/stat : 11175 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1148741307 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11176] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11176/stat : 11176 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1148741316 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11177] ppid=11166 vsize=1786288 CPUtime=0.71
/proc/11168/task/11177/stat : 11177 (java) S 11166 11168 10171 0 -1 64 1548 0 0 0 70 1 0 0 17 0 13 0 1148741316 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11178] ppid=11166 vsize=1786288 CPUtime=0.53
/proc/11168/task/11178/stat : 11178 (java) S 11166 11168 10171 0 -1 64 949 0 0 0 53 0 0 0 17 0 13 0 1148741316 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11179] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11179/stat : 11179 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1148741316 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11180] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11180/stat : 11180 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1148741316 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11181] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11181/stat : 11181 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1148741405 1829158912 13778 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.3
Current children cumulated vsize (KiB) 1786288

[startup+25.5014 s]
/proc/loadavg: 1.65 1.78 1.44 2/77 11181
/proc/meminfo: memFree=1681472/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1786288 CPUtime=26.1
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 15869 0 57 0 2597 13 0 0 18 0 13 0 1148741277 1829158912 14542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 446572 14542 1411 9 0 443919 0
[pid=11168/tid=11170] ppid=11166 vsize=1786288 CPUtime=24.81
/proc/11168/task/11170/stat : 11170 (java) R 11166 11168 10171 0 -1 64 12670 0 14 0 2473 8 0 0 25 0 13 0 1148741295 1829158912 14542 1992294400 134512640 134550932 4294956000 18446744073709551615 4109648993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11171] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11171/stat : 11171 (java) S 11166 11168 10171 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1148741303 1829158912 14542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11172] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11172/stat : 11172 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 1148741303 1829158912 14542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11173] ppid=11166 vsize=1786288 CPUtime=0
/proc/11168/task/11173/stat : 11173 (java) S 11166 11168 10171 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1148741306 1829158912 14542 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

[pid=11168/tid=11173] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11173/stat : 11173 (java) S 11166 11168 10171 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1148741306 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11174] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11174/stat : 11174 (java) S 11166 11168 10171 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1148741307 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11175] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11175/stat : 11175 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1148741307 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11176] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11176/stat : 11176 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11177] ppid=11166 vsize=1786256 CPUtime=0.73
/proc/11168/task/11177/stat : 11177 (java) S 11166 11168 10171 0 -1 64 1548 0 0 0 72 1 0 0 17 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11178] ppid=11166 vsize=1786256 CPUtime=0.53
/proc/11168/task/11178/stat : 11178 (java) S 11166 11168 10171 0 -1 64 949 0 0 0 53 0 0 0 17 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11179] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11179/stat : 11179 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11180] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11180/stat : 11180 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11181] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11181/stat : 11181 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1148741405 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1002.82
Current children cumulated vsize (KiB) 1786256

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/77 11181
/proc/meminfo: memFree=1473344/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1786256 CPUtime=1062.8
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 75067 0 57 0 106223 57 0 0 18 0 13 0 1148741277 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 446564 66329 1418 9 0 443911 0
[pid=11168/tid=11170] ppid=11166 vsize=1786256 CPUtime=1060.97
/proc/11168/task/11170/stat : 11170 (java) R 11166 11168 10171 0 -1 64 37555 0 14 0 106059 38 0 0 25 0 13 0 1148741295 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4109576926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11171] ppid=11166 vsize=1786256 CPUtime=0.25
/proc/11168/task/11171/stat : 11171 (java) S 11166 11168 10171 0 -1 64 17167 0 0 0 18 7 0 0 19 0 13 0 1148741303 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11172] ppid=11166 vsize=1786256 CPUtime=0.25
/proc/11168/task/11172/stat : 11172 (java) S 11166 11168 10171 0 -1 64 17143 0 0 0 19 6 0 0 18 0 13 0 1148741303 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11173] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11173/stat : 11173 (java) S 11166 11168 10171 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1148741306 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11174] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11174/stat : 11174 (java) S 11166 11168 10171 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1148741307 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11175] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11175/stat : 11175 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1148741307 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11176] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11176/stat : 11176 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11177] ppid=11166 vsize=1786256 CPUtime=0.73
/proc/11168/task/11177/stat : 11177 (java) S 11166 11168 10171 0 -1 64 1548 0 0 0 72 1 0 0 17 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11178] ppid=11166 vsize=1786256 CPUtime=0.53
/proc/11168/task/11178/stat : 11178 (java) S 11166 11168 10171 0 -1 64 949 0 0 0 53 0 0 0 17 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11179] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11179/stat : 11179 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11180] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11180/stat : 11180 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11181] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11181/stat : 11181 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1148741405 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.8
Current children cumulated vsize (KiB) 1786256

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/77 11181
/proc/meminfo: memFree=1473344/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1786256 CPUtime=1122.78
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 75067 0 57 0 112221 57 0 0 18 0 13 0 1148741277 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 446564 66329 1418 9 0 443911 0
[pid=11168/tid=11170] ppid=11166 vsize=1786256 CPUtime=1120.95
/proc/11168/task/11170/stat : 11170 (java) R 11166 11168 10171 0 -1 64 37555 0 14 0 112057 38 0 0 25 0 13 0 1148741295 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4109557471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11171] ppid=11166 vsize=1786256 CPUtime=0.25
/proc/11168/task/11171/stat : 11171 (java) S 11166 11168 10171 0 -1 64 17167 0 0 0 18 7 0 0 19 0 13 0 1148741303 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11172] ppid=11166 vsize=1786256 CPUtime=0.25
/proc/11168/task/11172/stat : 11172 (java) S 11166 11168 10171 0 -1 64 17143 0 0 0 19 6 0 0 18 0 13 0 1148741303 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11173] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11173/stat : 11173 (java) S 11166 11168 10171 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1148741306 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11174] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11174/stat : 11174 (java) S 11166 11168 10171 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1148741307 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11175] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11175/stat : 11175 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1148741307 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11176] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11176/stat : 11176 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11177] ppid=11166 vsize=1786256 CPUtime=0.73
/proc/11168/task/11177/stat : 11177 (java) S 11166 11168 10171 0 -1 64 1548 0 0 0 72 1 0 0 17 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11178] ppid=11166 vsize=1786256 CPUtime=0.53
/proc/11168/task/11178/stat : 11178 (java) S 11166 11168 10171 0 -1 64 949 0 0 0 53 0 0 0 17 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11179] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11179/stat : 11179 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11180] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11180/stat : 11180 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11181] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11181/stat : 11181 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1148741405 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1122.78
Current children cumulated vsize (KiB) 1786256

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 11181
/proc/meminfo: memFree=1473344/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1786256 CPUtime=1182.76
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 75067 0 57 0 118219 57 0 0 18 0 13 0 1148741277 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 446564 66329 1418 9 0 443911 0
[pid=11168/tid=11170] ppid=11166 vsize=1786256 CPUtime=1180.93
/proc/11168/task/11170/stat : 11170 (java) R 11166 11168 10171 0 -1 64 37555 0 14 0 118055 38 0 0 25 0 13 0 1148741295 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4109739021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11171] ppid=11166 vsize=1786256 CPUtime=0.25
/proc/11168/task/11171/stat : 11171 (java) S 11166 11168 10171 0 -1 64 17167 0 0 0 18 7 0 0 19 0 13 0 1148741303 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11172] ppid=11166 vsize=1786256 CPUtime=0.25
/proc/11168/task/11172/stat : 11172 (java) S 11166 11168 10171 0 -1 64 17143 0 0 0 19 6 0 0 18 0 13 0 1148741303 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11173] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11173/stat : 11173 (java) S 11166 11168 10171 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1148741306 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11174] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11174/stat : 11174 (java) S 11166 11168 10171 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1148741307 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11175] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11175/stat : 11175 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1148741307 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11176] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11176/stat : 11176 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11177] ppid=11166 vsize=1786256 CPUtime=0.73
/proc/11168/task/11177/stat : 11177 (java) S 11166 11168 10171 0 -1 64 1548 0 0 0 72 1 0 0 17 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11178] ppid=11166 vsize=1786256 CPUtime=0.53
/proc/11168/task/11178/stat : 11178 (java) S 11166 11168 10171 0 -1 64 949 0 0 0 53 0 0 0 17 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11179] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11179/stat : 11179 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11180] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11180/stat : 11180 (java) S 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11181] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11181/stat : 11181 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1148741405 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.76
Current children cumulated vsize (KiB) 1786256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 11181
/proc/meminfo: memFree=1473344/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=1786256 CPUtime=1200.05
/proc/11168/stat : 11168 (java) S 11166 11168 10171 0 -1 0 75067 0 57 0 119948 57 0 0 18 0 13 0 1148741277 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 446564 66329 1418 9 0 443911 0
[pid=11168/tid=11170] ppid=11166 vsize=1786256 CPUtime=1198.22
/proc/11168/task/11170/stat : 11170 (java) R 11166 11168 10171 0 -1 64 37555 0 14 0 119784 38 0 0 25 0 13 0 1148741295 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4109583231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11171] ppid=11166 vsize=1786256 CPUtime=0.25
/proc/11168/task/11171/stat : 11171 (java) S 11166 11168 10171 0 -1 64 17167 0 0 0 18 7 0 0 19 0 13 0 1148741303 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11172] ppid=11166 vsize=1786256 CPUtime=0.25
/proc/11168/task/11172/stat : 11172 (java) S 11166 11168 10171 0 -1 64 17143 0 0 0 19 6 0 0 18 0 13 0 1148741303 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11173] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11173/stat : 11173 (java) S 11166 11168 10171 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1148741306 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11174] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11174/stat : 11174 (java) S 11166 11168 10171 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1148741307 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11175] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11175/stat : 11175 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1148741307 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11176] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11176/stat : 11176 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11177] ppid=11166 vsize=1786256 CPUtime=0.73
/proc/11168/task/11177/stat : 11177 (java) S 11166 11168 10171 0 -1 64 1548 0 0 0 72 1 0 0 17 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11178] ppid=11166 vsize=1786256 CPUtime=0.53
/proc/11168/task/11178/stat : 11178 (java) S 11166 11168 10171 0 -1 64 949 0 0 0 53 0 0 0 17 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11168/tid=11179] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11179/stat : 11179 (java) S 11166 11168 10171 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11180] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11180/stat : 11180 (java) R 11166 11168 10171 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1148741316 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11168/tid=11181] ppid=11166 vsize=1786256 CPUtime=0
/proc/11168/task/11181/stat : 11181 (java) S 11166 11168 10171 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 1148741405 1829126144 66329 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1786256

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

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

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 11181
/proc/meminfo: memFree=1473344/2055920 swapFree=4178400/4192956
[pid=11168] ppid=11166 vsize=0 CPUtime=1200.35
/proc/11168/stat : 11168 (java) Z 11166 11168 10171 0 -1 1036 75101 0 57 0 119974 61 0 0 15 0 2 0 1148741277 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11168/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1199.81
CPU time (s): 1200.37
CPU user time (s): 1199.75
CPU system time (s): 0.619905
CPU usage (%): 100.047
Max. virtual memory (cumulated for all children) (KiB): 1786904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.75
system time used= 0.619905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75101
page faults= 57
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25014
involuntary context switches= 22460

runsolver used 1.68874 second user time and 2.69459 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-03 14:12:30
IDJOB=1561051
IDBENCH=70908
IDSOLVER=500
FILE ID=node9/1561051-1238760749
PBS_JOBID= 9086128
Free space on /tmp= 66540 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_12_2_4_cmp.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561051-1238760749/watcher-1561051-1238760749 -o /tmp/evaluation-result-1561051-1238760749/solver-1561051-1238760749 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1561051-1238760749.cnf

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

MD5SUM BENCH= 7ea97a36d5ab6c8a5aa99830d5253591
RANDOM SEED=1837194500

node9.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.268
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.268
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:       1746424 kB
Buffers:         64868 kB
Cached:         149964 kB
SwapCached:       8344 kB
Active:          49876 kB
Inactive:       174928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746424 kB
SwapTotal:     4192956 kB
SwapFree:      4178400 kB
Dirty:            3628 kB
Writeback:           0 kB
Mapped:          15652 kB
Slab:            70720 kB
Committed_AS:  3099148 kB
PageTables:       1392 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= 66540 MiB
End job on node9 at 2009-04-03 14:32:31