Trace number 1562247

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.43 1199.53

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_9_3_5_fbc.cnf
MD5SUM31a3aedc721d03e1d956a240f176ac5e
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 variables3857
Number of clauses59728
Sum of the clauses size174559
Maximum clause length49
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224387
Number of clauses of size 326002
Number of clauses of size 44516
Number of clauses of size 54669
Number of clauses of size over 5154

Solver Data

0.05/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.17	c See www.sat4j.org for details.
0.05/0.18	c version 2.1.0.v20090228
0.05/0.18	c sun.arch.data.model	32
0.05/0.18	c java.version	1.6.0_12
0.05/0.18	c os.name	Linux
0.05/0.18	c os.version	2.6.9-22.EL.rootsmp
0.05/0.18	c os.arch	i386
0.05/0.18	c Free memory 1651659224
0.05/0.18	c Max memory 1654456320
0.05/0.18	c Total memory 1654456320
0.05/0.18	c Number of processors 2
0.17/0.23	c c --- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.17/0.23	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.17/0.23	c Expensive reason simplification
0.17/0.23	c Armin Biere (Picosat) restarts strategy
0.17/0.23	c timeout=2147483647s
0.17/0.23	c DB Simplification allowed=true
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c solving HOME/instance-1562247-1238772201.cnf
0.17/0.23	c reading problem ... 
0.70/0.58	c ... done. Wall clock time 0.35s.
0.70/0.58	c #vars     3857
0.70/0.58	c #constraints  59728
0.70/0.58	c constraints type 
0.70/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35341
0.70/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24387
1200.07/1199.31	c starts		: 694
1200.07/1199.31	c conflicts		: 305564
1200.07/1199.31	c decisions		: 4540189
1200.07/1199.31	c propagations		: 58375928
1200.07/1199.31	c inspects		: 2945498315
1200.07/1199.31	c learnt literals	: 12
1200.07/1199.31	c learnt binary clauses	: 959
1200.07/1199.31	c learnt ternary clauses	: 5273
1200.07/1199.31	c learnt clauses	: 283161
1200.07/1199.31	c ignored clauses	: 22391
1200.07/1199.31	c root simplifications	: 706
1200.07/1199.31	c removed literals (reason simplification)	: 5332658
1200.07/1199.31	c reason swapping (by a shorter reason)	: 0
1200.07/1199.32	c Calls to reduceDB	: 0
1200.07/1199.32	c speed (assignments/second)	: 48697.98720983972
1200.07/1199.32	c non guided choices	4806
1200.27/1199.44	c learnt constraints type 
1200.27/1199.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 954
1200.27/1199.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 282221
1200.27/1199.44	s UNKNOWN
1200.27/1199.44	c Total wall clock time (in seconds) : 1199.085

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-1562247-1238772201/watcher-1562247-1238772201 -o /tmp/evaluation-result-1562247-1238772201/solver-1562247-1238772201 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1562247-1238772201.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.25 3/64 16176
/proc/meminfo: memFree=1868568/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=152 CPUtime=0
/proc/16176/stat : 16176 (java6) D 16174 16176 15850 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 1149882276 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 7918372 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16176/statm: 38 26 19 9 0 4 0

[startup+0.058576 s]
/proc/loadavg: 1.00 1.03 1.25 3/64 16176
/proc/meminfo: memFree=1868568/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1776936 CPUtime=0.02
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 2719 0 1 0 0 2 0 0 18 0 4 0 1149882276 1819582464 2466 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 444234 2466 513 9 0 441585 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776936

[startup+0.101576 s]
/proc/loadavg: 1.00 1.03 1.25 3/64 16176
/proc/meminfo: memFree=1868568/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1778556 CPUtime=0.05
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 3647 0 1 0 3 2 0 0 18 0 7 0 1149882276 1821241344 3392 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 444639 3392 1031 9 0 441990 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1778556

[startup+0.301593 s]
/proc/loadavg: 1.00 1.03 1.25 3/64 16176
/proc/meminfo: memFree=1868568/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1782992 CPUtime=0.33
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 5300 0 1 0 29 4 0 0 18 0 12 0 1149882276 1825783808 5028 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 445748 5028 1358 9 0 443095 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782992

[startup+0.70163 s]
/proc/loadavg: 1.00 1.03 1.25 3/64 16176
/proc/meminfo: memFree=1868568/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1785560 CPUtime=0.98
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 7519 0 1 0 93 5 0 0 18 0 13 0 1149882276 1828413440 6881 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 446390 6881 1393 9 0 443737 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1785560

[startup+1.50269 s]
/proc/loadavg: 1.00 1.03 1.25 2/77 16189
/proc/meminfo: memFree=1843504/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1787776 CPUtime=2.26
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 10049 0 1 0 219 7 0 0 18 0 13 0 1149882276 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 446944 7655 1411 9 0 444291 0
[pid=16176/tid=16178] ppid=16174 vsize=1787776 CPUtime=1.03
/proc/16176/task/16178/stat : 16178 (java) R 16174 16176 15850 0 -1 64 5409 0 1 0 99 4 0 0 19 0 13 0 1149882280 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4109679362 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16179] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16179/stat : 16179 (java) S 16174 16176 15850 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1149882282 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16180/stat : 16180 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 1149882282 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16181] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16181/stat : 16181 (java) S 16174 16176 15850 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149882284 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16182] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16182/stat : 16182 (java) S 16174 16176 15850 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 1149882284 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16183] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16183/stat : 16183 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1149882284 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16184] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16184/stat : 16184 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882288 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16185] ppid=16174 vsize=1787776 CPUtime=0.58
/proc/16176/task/16185/stat : 16185 (java) S 16174 16176 15850 0 -1 64 817 0 0 0 58 0 0 0 16 0 13 0 1149882289 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16186] ppid=16174 vsize=1787776 CPUtime=0.62
/proc/16176/task/16186/stat : 16186 (java) S 16174 16176 15850 0 -1 64 3078 0 0 0 61 1 0 0 17 0 13 0 1149882289 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16187] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16187/stat : 16187 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882289 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16188] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16188/stat : 16188 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149882289 1830682624 7655 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16189] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16189/stat : 16189 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149882337 1830682624 7656 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1787776

[startup+3.10283 s]
/proc/loadavg: 1.00 1.03 1.25 2/77 16189
/proc/meminfo: memFree=1841584/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1787776 CPUtime=3.89
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 10588 0 1 0 382 7 0 0 18 0 13 0 1149882276 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 446944 8193 1411 9 0 444291 0
[pid=16176/tid=16178] ppid=16174 vsize=1787776 CPUtime=2.63
/proc/16176/task/16178/stat : 16178 (java) R 16174 16176 15850 0 -1 64 5946 0 1 0 259 4 0 0 25 0 13 0 1149882280 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4109558975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16179] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16179/stat : 16179 (java) S 16174 16176 15850 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1149882282 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16180/stat : 16180 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 1149882282 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16181] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16181/stat : 16181 (java) S 16174 16176 15850 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149882284 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16182] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16182/stat : 16182 (java) S 16174 16176 15850 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 1149882284 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16183] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16183/stat : 16183 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1149882284 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16184] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16184/stat : 16184 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882288 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16185] ppid=16174 vsize=1787776 CPUtime=0.6
/proc/16176/task/16185/stat : 16185 (java) S 16174 16176 15850 0 -1 64 819 0 0 0 60 0 0 0 15 0 13 0 1149882289 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16186] ppid=16174 vsize=1787776 CPUtime=0.62
/proc/16176/task/16186/stat : 16186 (java) S 16174 16176 15850 0 -1 64 3078 0 0 0 61 1 0 0 16 0 13 0 1149882289 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16187] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16187/stat : 16187 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882289 1830682624 8193 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16188] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16188/stat : 16188 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149882289 1830682624 8194 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16189] ppid=16174 vsize=1787776 CPUtime=0
/proc/16176/task/16189/stat : 16189 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149882337 1830682624 8194 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 1787776

[startup+6.30112 s]
/proc/loadavg: 1.00 1.03 1.25 2/77 16189
/proc/meminfo: memFree=1837680/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1787744 CPUtime=7.14
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 11406 0 1 0 706 8 0 0 18 0 13 0 1149882276 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 446936 8992 1411 9 0 444283 0
[pid=16176/tid=16178] ppid=16174 vsize=1787744 CPUtime=5.81
/proc/16176/task/16178/stat : 16178 (java) R 16174 16176 15850 0 -1 64 6758 0 1 0 576 5 0 0 16 0 13 0 1149882280 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4109601243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16179/stat : 16179 (java) S 16174 16176 15850 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1149882282 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16180/stat : 16180 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 1149882282 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16181] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16181/stat : 16181 (java) S 16174 16176 15850 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149882284 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16182] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16182/stat : 16182 (java) S 16174 16176 15850 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 1149882284 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16183] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16183/stat : 16183 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1149882284 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16184] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16184/stat : 16184 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882288 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16185] ppid=16174 vsize=1787744 CPUtime=0.62
/proc/16176/task/16185/stat : 16185 (java) S 16174 16176 15850 0 -1 64 820 0 0 0 62 0 0 0 16 0 13 0 1149882289 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16186] ppid=16174 vsize=1787744 CPUtime=0.67
/proc/16176/task/16186/stat : 16186 (java) S 16174 16176 15850 0 -1 64 3083 0 0 0 66 1 0 0 17 0 13 0 1149882289 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16187] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16187/stat : 16187 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882289 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16188] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16188/stat : 16188 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149882289 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16189] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16189/stat : 16189 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149882337 1830649856 8992 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 1787744

[startup+12.7017 s]
/proc/loadavg: 1.00 1.03 1.25 2/77 16189
/proc/meminfo: memFree=1832120/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1787744 CPUtime=13.54
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 12674 0 1 0 1345 9 0 0 18 0 13 0 1149882276 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 446936 10260 1411 9 0 444283 0
[pid=16176/tid=16178] ppid=16174 vsize=1787744 CPUtime=12.2
/proc/16176/task/16178/stat : 16178 (java) R 16174 16176 15850 0 -1 64 8026 0 1 0 1214 6 0 0 25 0 13 0 1149882280 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4109550394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16179] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16179/stat : 16179 (java) S 16174 16176 15850 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1149882282 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16180/stat : 16180 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 1149882282 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16181] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16181/stat : 16181 (java) S 16174 16176 15850 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1149882284 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16182] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16182/stat : 16182 (java) S 16174 16176 15850 0 -1 64 10 0 0 0 0 0 0 0 24 0 13 0 1149882284 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16183] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16183/stat : 16183 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 1149882284 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16184] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16184/stat : 16184 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882288 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16185] ppid=16174 vsize=1787744 CPUtime=0.62
/proc/16176/task/16185/stat : 16185 (java) S 16174 16176 15850 0 -1 64 820 0 0 0 62 0 0 0 16 0 13 0 1149882289 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16186] ppid=16174 vsize=1787744 CPUtime=0.68
/proc/16176/task/16186/stat : 16186 (java) S 16174 16176 15850 0 -1 64 3083 0 0 0 67 1 0 0 17 0 13 0 1149882289 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16187] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16187/stat : 16187 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882289 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16188] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16188/stat : 16188 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149882289 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16189] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16189/stat : 16189 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149882337 1830649856 10260 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.54
Current children cumulated vsize (KiB) 1787744

[startup+25.5028 s]
/proc/loadavg: 1.00 1.03 1.25 2/77 16189
/proc/meminfo: memFree=1823608/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1787744 CPUtime=26.33
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 14734 0 1 0 2623 10 0 0 18 0 13 0 1149882276 1830649856 12320 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 446936 12320 1411 9 0 444283 0
[pid=16176/tid=16178] ppid=16174 vsize=1787744 CPUtime=24.99
/proc/16176/task/16178/stat : 16178 (java) R 16174 16176 15850 0 -1 64 10086 0 1 0 2492 7 0 0 25 0 13 0 1149882280 1830649856 12320 1992294400 134512640 134550932 4294955984 18446744073709551615 4109550971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16179] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16179/stat : 16179 (java) S 16174 16176 15850 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 1149882282 1830649856 12320 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16180/stat : 16180 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 1149882282 1830649856 12320 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=16176/tid=16181] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16181/stat : 16181 (java) S 16174 16176 15850 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16182] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16182/stat : 16182 (java) S 16174 16176 15850 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16183] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16183/stat : 16183 (java) S 16174 16176 15850 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16184] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16184/stat : 16184 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882288 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16185] ppid=16174 vsize=1787744 CPUtime=0.62
/proc/16176/task/16185/stat : 16185 (java) S 16174 16176 15850 0 -1 64 820 0 0 0 62 0 0 0 16 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16186] ppid=16174 vsize=1787744 CPUtime=0.7
/proc/16176/task/16186/stat : 16186 (java) S 16174 16176 15850 0 -1 64 3083 0 0 0 69 1 0 0 17 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16187] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16187/stat : 16187 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16188] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16188/stat : 16188 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16189] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16189/stat : 16189 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149882337 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.1
Current children cumulated vsize (KiB) 1787744

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.07 2/77 16191
/proc/meminfo: memFree=1615480/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1787744 CPUtime=1123.08
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 71884 0 1 0 112248 60 0 0 18 0 13 0 1149882276 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 446936 63996 1420 9 0 444283 0
[pid=16176/tid=16178] ppid=16174 vsize=1787744 CPUtime=1121.29
/proc/16176/task/16178/stat : 16178 (java) R 16174 16176 15850 0 -1 64 37575 0 1 0 112086 43 0 0 25 0 13 0 1149882280 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4109550394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16179] ppid=16174 vsize=1787744 CPUtime=0.21
/proc/16176/task/16179/stat : 16179 (java) S 16174 16176 15850 0 -1 64 12482 0 0 0 15 6 0 0 18 0 13 0 1149882282 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=1787744 CPUtime=0.2
/proc/16176/task/16180/stat : 16180 (java) S 16174 16176 15850 0 -1 64 17172 0 0 0 13 7 0 0 16 0 13 0 1149882282 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16181] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16181/stat : 16181 (java) S 16174 16176 15850 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16182] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16182/stat : 16182 (java) S 16174 16176 15850 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16183] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16183/stat : 16183 (java) S 16174 16176 15850 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16184] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16184/stat : 16184 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882288 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16185] ppid=16174 vsize=1787744 CPUtime=0.62
/proc/16176/task/16185/stat : 16185 (java) S 16174 16176 15850 0 -1 64 820 0 0 0 62 0 0 0 16 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16186] ppid=16174 vsize=1787744 CPUtime=0.7
/proc/16176/task/16186/stat : 16186 (java) S 16174 16176 15850 0 -1 64 3083 0 0 0 69 1 0 0 17 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16187] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16187/stat : 16187 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16188] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16188/stat : 16188 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16189] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16189/stat : 16189 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149882337 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.08
Current children cumulated vsize (KiB) 1787744

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/77 16191
/proc/meminfo: memFree=1615416/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1787744 CPUtime=1183.07
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 71884 0 1 0 118246 61 0 0 18 0 13 0 1149882276 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 446936 63996 1420 9 0 444283 0
[pid=16176/tid=16178] ppid=16174 vsize=1787744 CPUtime=1181.29
/proc/16176/task/16178/stat : 16178 (java) R 16174 16176 15850 0 -1 64 37575 0 1 0 118085 44 0 0 25 0 13 0 1149882280 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4109550525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16179] ppid=16174 vsize=1787744 CPUtime=0.21
/proc/16176/task/16179/stat : 16179 (java) S 16174 16176 15850 0 -1 64 12482 0 0 0 15 6 0 0 18 0 13 0 1149882282 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=1787744 CPUtime=0.2
/proc/16176/task/16180/stat : 16180 (java) S 16174 16176 15850 0 -1 64 17172 0 0 0 13 7 0 0 16 0 13 0 1149882282 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16181] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16181/stat : 16181 (java) S 16174 16176 15850 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16182] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16182/stat : 16182 (java) S 16174 16176 15850 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16183] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16183/stat : 16183 (java) S 16174 16176 15850 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16184] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16184/stat : 16184 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882288 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16185] ppid=16174 vsize=1787744 CPUtime=0.62
/proc/16176/task/16185/stat : 16185 (java) S 16174 16176 15850 0 -1 64 820 0 0 0 62 0 0 0 16 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16186] ppid=16174 vsize=1787744 CPUtime=0.7
/proc/16176/task/16186/stat : 16186 (java) S 16174 16176 15850 0 -1 64 3083 0 0 0 69 1 0 0 17 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16187] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16187/stat : 16187 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16188] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16188/stat : 16188 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16189] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16189/stat : 16189 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149882337 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.07
Current children cumulated vsize (KiB) 1787744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/77 16191
/proc/meminfo: memFree=1615416/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1787744 CPUtime=1200.07
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 71884 0 1 0 119946 61 0 0 18 0 13 0 1149882276 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 446936 63996 1420 9 0 444283 0
[pid=16176/tid=16178] ppid=16174 vsize=1787744 CPUtime=1198.29
/proc/16176/task/16178/stat : 16178 (java) R 16174 16176 15850 0 -1 64 37575 0 1 0 119785 44 0 0 25 0 13 0 1149882280 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4109550388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16179] ppid=16174 vsize=1787744 CPUtime=0.21
/proc/16176/task/16179/stat : 16179 (java) S 16174 16176 15850 0 -1 64 12482 0 0 0 15 6 0 0 18 0 13 0 1149882282 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=1787744 CPUtime=0.2
/proc/16176/task/16180/stat : 16180 (java) S 16174 16176 15850 0 -1 64 17172 0 0 0 13 7 0 0 16 0 13 0 1149882282 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16181] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16181/stat : 16181 (java) S 16174 16176 15850 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16182] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16182/stat : 16182 (java) S 16174 16176 15850 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16183] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16183/stat : 16183 (java) S 16174 16176 15850 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 1149882284 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16184] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16184/stat : 16184 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882288 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16185] ppid=16174 vsize=1787744 CPUtime=0.62
/proc/16176/task/16185/stat : 16185 (java) S 16174 16176 15850 0 -1 64 820 0 0 0 62 0 0 0 16 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16186] ppid=16174 vsize=1787744 CPUtime=0.7
/proc/16176/task/16186/stat : 16186 (java) S 16174 16176 15850 0 -1 64 3083 0 0 0 69 1 0 0 17 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16187] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16187/stat : 16187 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16188] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16188/stat : 16188 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1149882289 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16189] ppid=16174 vsize=1787744 CPUtime=0
/proc/16176/task/16189/stat : 16189 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 1149882337 1830649856 63996 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1787744

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

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

[startup+1199.41 s]
/proc/loadavg: 1.00 1.01 1.06 2/77 16191
/proc/meminfo: memFree=1615416/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=1788392 CPUtime=1200.27
/proc/16176/stat : 16176 (java) S 16174 16176 15850 0 -1 0 71905 0 1 0 119966 61 0 0 16 0 15 0 1149882276 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 447098 64017 1420 9 0 444445 0
[pid=16176/tid=16178] ppid=16174 vsize=1788392 CPUtime=1198.39
/proc/16176/task/16178/stat : 16178 (java) R 16174 16176 15850 0 -1 64 37575 0 1 0 119795 44 0 0 25 0 15 0 1149882280 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4109558975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16179] ppid=16174 vsize=1788392 CPUtime=0.21
/proc/16176/task/16179/stat : 16179 (java) S 16174 16176 15850 0 -1 64 12482 0 0 0 15 6 0 0 18 0 15 0 1149882282 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=1788392 CPUtime=0.2
/proc/16176/task/16180/stat : 16180 (java) S 16174 16176 15850 0 -1 64 17172 0 0 0 13 7 0 0 16 0 15 0 1149882282 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16181] ppid=16174 vsize=1788392 CPUtime=0
/proc/16176/task/16181/stat : 16181 (java) S 16174 16176 15850 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 1149882284 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16182] ppid=16174 vsize=1788392 CPUtime=0
/proc/16176/task/16182/stat : 16182 (java) S 16174 16176 15850 0 -1 64 11 0 0 0 0 0 0 0 17 0 15 0 1149882284 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16183] ppid=16174 vsize=1788392 CPUtime=0
/proc/16176/task/16183/stat : 16183 (java) S 16174 16176 15850 0 -1 64 7 0 0 0 0 0 0 0 17 0 15 0 1149882284 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16184] ppid=16174 vsize=1788392 CPUtime=0
/proc/16176/task/16184/stat : 16184 (java) S 16174 16176 15850 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 1149882288 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16185] ppid=16174 vsize=1788392 CPUtime=0.62
/proc/16176/task/16185/stat : 16185 (java) S 16174 16176 15850 0 -1 64 820 0 0 0 62 0 0 0 16 0 15 0 1149882289 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16186] ppid=16174 vsize=1788392 CPUtime=0.73
/proc/16176/task/16186/stat : 16186 (java) S 16174 16176 15850 0 -1 64 3086 0 0 0 72 1 0 0 16 0 15 0 1149882289 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16187] ppid=16174 vsize=1788392 CPUtime=0
/proc/16176/task/16187/stat : 16187 (java) S 16174 16176 15850 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 1149882289 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16176/tid=16188] ppid=16174 vsize=1788392 CPUtime=0
/proc/16176/task/16188/stat : 16188 (java) S 16174 16176 15850 0 -1 64 0 0 0 0 0 0 0 0 15 0 15 0 1149882289 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16176/tid=16189] ppid=16174 vsize=1788392 CPUtime=0
/proc/16176/task/16189/stat : 16189 (java) S 16174 16176 15850 0 -1 64 4 0 0 0 0 0 0 0 19 0 15 0 1149882337 1831313408 64017 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.27
Current children cumulated vsize (KiB) 1788392

[startup+1199.5 s]
/proc/loadavg: 1.00 1.01 1.06 2/77 16191
/proc/meminfo: memFree=1615416/2055920 swapFree=4176920/4192956
[pid=16176] ppid=16174 vsize=0 CPUtime=1200.39
/proc/16176/stat : 16176 (java) Z 16174 16176 15850 0 -1 1036 71909 0 1 0 119977 62 0 0 15 0 2 0 1149882276 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16176/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1199.53
CPU time (s): 1200.43
CPU user time (s): 1199.78
CPU system time (s): 0.6569
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 1788392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.78
system time used= 0.6569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71909
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24756
involuntary context switches= 25554

runsolver used 1.56076 second user time and 2.82057 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-03 17:23:22
IDJOB=1562247
IDBENCH=70931
IDSOLVER=500
FILE ID=node50/1562247-1238772201
PBS_JOBID= 9085536
Free space on /tmp= 66508 MiB

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

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

MD5SUM BENCH= 31a3aedc721d03e1d956a240f176ac5e
RANDOM SEED=264938993

node50.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.238
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.238
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:       1869048 kB
Buffers:          8628 kB
Cached:         103536 kB
SwapCached:       9692 kB
Active:          11768 kB
Inactive:       111808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1869048 kB
SwapTotal:     4192956 kB
SwapFree:      4176920 kB
Dirty:            1224 kB
Writeback:           0 kB
Mapped:          17184 kB
Slab:            49256 kB
Committed_AS:  3419880 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node50 at 2009-04-03 17:43:23