Trace number 1563443

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.26 1199.43

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.3399
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.58	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.11/0.58	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.58	c See www.sat4j.org for details.
0.11/0.59	c version 2.1.0.v20090228
0.11/0.59	c sun.arch.data.model	32
0.11/0.59	c java.version	1.6.0_12
0.11/0.59	c os.name	Linux
0.11/0.59	c os.version	2.6.9-22.EL.rootsmp
0.11/0.59	c os.arch	i386
0.11/0.59	c Free memory 1651659224
0.11/0.59	c Max memory 1654456320
0.11/0.59	c Total memory 1654456320
0.11/0.59	c Number of processors 2
0.18/0.64	c c --- Begin Solver configuration ---
0.18/0.64	c Stops conflict analysis at the first Unique Implication Point
0.18/0.64	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.18/0.64	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.18/0.64	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.18/0.64	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.18/0.64	c Expensive reason simplification
0.18/0.64	c Armin Biere (Picosat) restarts strategy
0.18/0.64	c timeout=2147483647s
0.18/0.64	c DB Simplification allowed=true
0.18/0.64	c --- End Solver configuration ---
0.18/0.64	c solving HOME/instance-1563443-1238786408.cnf
0.18/0.64	c reading problem ... 
2.56/2.82	c ... done. Wall clock time 2.18s.
2.56/2.82	c #vars     286329
2.56/2.82	c #constraints  838486
2.56/2.82	c constraints type 
2.56/2.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 279093
2.56/2.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 558588
1200.07/1199.31	c starts		: 398
1200.07/1199.31	c conflicts		: 112033
1200.07/1199.31	c decisions		: 175042
1200.07/1199.31	c propagations		: 912722414
1200.07/1199.31	c inspects		: 2957351702
1200.07/1199.31	c learnt literals	: 17
1200.07/1199.31	c learnt binary clauses	: 1272
1200.07/1199.31	c learnt ternary clauses	: 2324
1200.07/1199.31	c learnt clauses	: 112016
1200.07/1199.31	c ignored clauses	: 0
1200.07/1199.31	c root simplifications	: 415
1200.07/1199.31	c removed literals (reason simplification)	: 7279394
1200.07/1199.31	c reason swapping (by a shorter reason)	: 0
1200.07/1199.31	c Calls to reduceDB	: 0
1200.07/1199.31	c speed (assignments/second)	: 762835.7382905121
1200.07/1199.31	c non guided choices	1047
1200.07/1199.37	c learnt constraints type 
1200.07/1199.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1260
1200.07/1199.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82848
1200.07/1199.37	s UNKNOWN
1200.07/1199.37	c Total wall clock time (in seconds) : 1198.672

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-1563443-1238786408/watcher-1563443-1238786408 -o /tmp/evaluation-result-1563443-1238786408/solver-1563443-1238786408 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1563443-1238786408.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: 2.15 1.41 1.16 3/76 21146
/proc/meminfo: memFree=1956624/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=18576 CPUtime=0
/proc/21146/stat : 21146 (runsolver) D 21144 21146 21017 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1151301965 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 237947645223 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/21146/statm: 4644 292 257 26 0 2626 0

[startup+0.024327 s]
/proc/loadavg: 2.15 1.41 1.16 3/76 21146
/proc/meminfo: memFree=1956624/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=18576 CPUtime=0
/proc/21146/stat : 21146 (runsolver) D 21144 21146 21017 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1151301965 19021824 292 1992294400 4194304 4302564 548682068384 18446744073709551615 237947645223 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/21146/statm: 4644 292 257 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.10134 s]
/proc/loadavg: 2.15 1.41 1.16 3/76 21146
/proc/meminfo: memFree=1956624/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1472 CPUtime=0
/proc/21146/stat : 21146 (java6) D 21144 21146 21017 0 -1 0 96 0 7 0 0 0 0 0 18 0 1 0 1151301965 1507328 76 1992294400 134512640 134550932 4294956160 18446744073709551615 13033102 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/21146/statm: 368 76 56 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1472

[startup+0.301374 s]
/proc/loadavg: 2.15 1.41 1.16 3/76 21146
/proc/meminfo: memFree=1956624/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=13496 CPUtime=0.03
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 818 0 45 0 0 3 0 0 18 0 2 0 1151301965 13819904 618 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 3374 618 294 9 0 1200 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13496

[startup+0.701441 s]
/proc/loadavg: 2.15 1.41 1.16 3/76 21146
/proc/meminfo: memFree=1956624/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1782916 CPUtime=0.31
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 7427 0 63 0 23 8 0 0 18 0 12 0 1151301965 1825705984 7227 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 445729 7227 1344 9 0 443076 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782916

[startup+1.50256 s]
/proc/loadavg: 2.15 1.41 1.16 2/88 21158
/proc/meminfo: memFree=1912944/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1783252 CPUtime=1.21
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 14687 0 63 0 110 11 0 0 18 0 12 0 1151301965 1826050048 14458 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 445813 14458 1377 9 0 443160 0
[pid=21146/tid=21148] ppid=21144 vsize=1783252 CPUtime=0.97
/proc/21146/task/21148/stat : 21148 (java) R 21144 21146 21017 0 -1 64 13121 0 20 0 90 7 0 0 17 0 12 0 1151301984 1826050048 14459 1992294400 134512640 134550932 4294955984 18446744073709551615 4109438581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21149] ppid=21144 vsize=1783252 CPUtime=0
/proc/21146/task/21149/stat : 21149 (java) S 21144 21146 21017 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 1151302001 1826050048 14459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21150] ppid=21144 vsize=1783252 CPUtime=0
/proc/21146/task/21150/stat : 21150 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1151302001 1826050048 14459 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21151] ppid=21144 vsize=1783252 CPUtime=0
/proc/21146/task/21151/stat : 21151 (java) S 21144 21146 21017 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1151302005 1826050048 14460 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21152] ppid=21144 vsize=1783252 CPUtime=0
/proc/21146/task/21152/stat : 21152 (java) S 21144 21146 21017 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 1151302006 1826050048 14460 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21153] ppid=21144 vsize=1783252 CPUtime=0
/proc/21146/task/21153/stat : 21153 (java) S 21144 21146 21017 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 1151302006 1826050048 14461 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21154] ppid=21144 vsize=1783252 CPUtime=0
/proc/21146/task/21154/stat : 21154 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1151302016 1826050048 14461 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21155] ppid=21144 vsize=1783252 CPUtime=0.1
/proc/21146/task/21155/stat : 21155 (java) S 21144 21146 21017 0 -1 64 336 0 0 0 10 0 0 0 16 0 12 0 1151302016 1826050048 14461 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21156] ppid=21144 vsize=1783252 CPUtime=0.09
/proc/21146/task/21156/stat : 21156 (java) S 21144 21146 21017 0 -1 64 532 0 0 0 9 0 0 0 16 0 12 0 1151302016 1826050048 14462 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21157] ppid=21144 vsize=1783252 CPUtime=0
/proc/21146/task/21157/stat : 21157 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1151302016 1826050048 14462 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21158] ppid=21144 vsize=1783252 CPUtime=0
/proc/21146/task/21158/stat : 21158 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1151302016 1826050048 14462 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 1783252

[startup+3.10283 s]
/proc/loadavg: 2.06 1.40 1.16 2/88 21158
/proc/meminfo: memFree=1869488/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1786496 CPUtime=3.04
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 31888 0 63 0 285 19 0 0 18 0 13 0 1151301965 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 446624 31431 1399 9 0 443971 0
[pid=21146/tid=21148] ppid=21144 vsize=1786496 CPUtime=2.48
/proc/21146/task/21148/stat : 21148 (java) R 21144 21146 21017 0 -1 64 29558 0 20 0 233 15 0 0 20 0 13 0 1151301984 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21149] ppid=21144 vsize=1786496 CPUtime=0
/proc/21146/task/21149/stat : 21149 (java) S 21144 21146 21017 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1151302001 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21150] ppid=21144 vsize=1786496 CPUtime=0
/proc/21146/task/21150/stat : 21150 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302001 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21151] ppid=21144 vsize=1786496 CPUtime=0
/proc/21146/task/21151/stat : 21151 (java) S 21144 21146 21017 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 1151302005 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21152] ppid=21144 vsize=1786496 CPUtime=0
/proc/21146/task/21152/stat : 21152 (java) S 21144 21146 21017 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1151302006 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21153] ppid=21144 vsize=1786496 CPUtime=0
/proc/21146/task/21153/stat : 21153 (java) S 21144 21146 21017 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151302006 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21154] ppid=21144 vsize=1786496 CPUtime=0
/proc/21146/task/21154/stat : 21154 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302016 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21155] ppid=21144 vsize=1786496 CPUtime=0.27
/proc/21146/task/21155/stat : 21155 (java) R 21144 21146 21017 0 -1 64 796 0 0 0 27 0 0 0 16 0 13 0 1151302016 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 106262493 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21156] ppid=21144 vsize=1786496 CPUtime=0.24
/proc/21146/task/21156/stat : 21156 (java) R 21144 21146 21017 0 -1 64 832 0 0 0 24 0 0 0 16 0 13 0 1151302016 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 106131613 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21157] ppid=21144 vsize=1786496 CPUtime=0
/proc/21146/task/21157/stat : 21157 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151302016 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21158] ppid=21144 vsize=1786496 CPUtime=0
/proc/21146/task/21158/stat : 21158 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151302016 1829371904 31431 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 1786496

[startup+6.30233 s]
/proc/loadavg: 2.06 1.40 1.16 2/89 21159
/proc/meminfo: memFree=1821416/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1788320 CPUtime=6.77
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 34531 0 63 0 657 20 0 0 18 0 13 0 1151301965 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 447080 32152 1407 9 0 444427 0
[pid=21146/tid=21148] ppid=21144 vsize=1788320 CPUtime=5.4
/proc/21146/task/21148/stat : 21148 (java) R 21144 21146 21017 0 -1 64 29767 0 20 0 525 15 0 0 22 0 13 0 1151301984 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4109606657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21149] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21149/stat : 21149 (java) S 21144 21146 21017 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1151302001 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21150] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21150/stat : 21150 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302001 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21151] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21151/stat : 21151 (java) S 21144 21146 21017 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1151302005 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21152] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21152/stat : 21152 (java) S 21144 21146 21017 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1151302006 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21153] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21153/stat : 21153 (java) S 21144 21146 21017 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151302006 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21154] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21154/stat : 21154 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302016 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21155] ppid=21144 vsize=1788320 CPUtime=0.69
/proc/21146/task/21155/stat : 21155 (java) S 21144 21146 21017 0 -1 64 1706 0 0 0 69 0 0 0 16 0 13 0 1151302016 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21156] ppid=21144 vsize=1788320 CPUtime=0.62
/proc/21146/task/21156/stat : 21156 (java) S 21144 21146 21017 0 -1 64 2355 0 0 0 62 0 0 0 16 0 13 0 1151302016 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21157] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21157/stat : 21157 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151302016 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21158] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21158/stat : 21158 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151302016 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21159] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21159/stat : 21159 (java) S 21144 21146 21017 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1151302272 1831239680 32152 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 1788320

[startup+12.7024 s]
/proc/loadavg: 1.97 1.39 1.15 2/89 21159
/proc/meminfo: memFree=1821480/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1788320 CPUtime=13.18
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 34653 0 63 0 1298 20 0 0 18 0 13 0 1151301965 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 447080 32274 1407 9 0 444427 0
[pid=21146/tid=21148] ppid=21144 vsize=1788320 CPUtime=11.8
/proc/21146/task/21148/stat : 21148 (java) R 21144 21146 21017 0 -1 64 29887 0 20 0 1165 15 0 0 25 0 13 0 1151301984 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4109556368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21149] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21149/stat : 21149 (java) S 21144 21146 21017 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1151302001 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21150] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21150/stat : 21150 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302001 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21151] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21151/stat : 21151 (java) S 21144 21146 21017 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1151302005 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21152] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21152/stat : 21152 (java) S 21144 21146 21017 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1151302006 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21153] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21153/stat : 21153 (java) S 21144 21146 21017 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151302006 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21154] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21154/stat : 21154 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302016 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21155] ppid=21144 vsize=1788320 CPUtime=0.7
/proc/21146/task/21155/stat : 21155 (java) S 21144 21146 21017 0 -1 64 1708 0 0 0 70 0 0 0 16 0 13 0 1151302016 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21156] ppid=21144 vsize=1788320 CPUtime=0.62
/proc/21146/task/21156/stat : 21156 (java) S 21144 21146 21017 0 -1 64 2355 0 0 0 62 0 0 0 16 0 13 0 1151302016 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21157] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21157/stat : 21157 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151302016 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21158] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21158/stat : 21158 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151302016 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21159] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21159/stat : 21159 (java) S 21144 21146 21017 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1151302272 1831239680 32274 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.18
Current children cumulated vsize (KiB) 1788320

[startup+25.5014 s]
/proc/loadavg: 1.76 1.37 1.15 2/89 21159
/proc/meminfo: memFree=1820840/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1788320 CPUtime=26.01
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 34917 0 63 0 2581 20 0 0 18 0 13 0 1151301965 1831239680 32536 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 447080 32536 1411 9 0 444427 0
[pid=21146/tid=21148] ppid=21144 vsize=1788320 CPUtime=24.59
/proc/21146/task/21148/stat : 21148 (java) R 21144 21146 21017 0 -1 64 30143 0 20 0 2444 15 0 0 25 0 13 0 1151301984 1831239680 32536 1992294400 134512640 134550932 4294955984 18446744073709551615 4109602099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21149] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21149/stat : 21149 (java) S 21144 21146 21017 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 1151302001 1831239680 32536 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21150] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21150/stat : 21150 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302001 1831239680 32536 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21151] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21151/stat : 21151 (java) S 21144 21146 21017 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 1151302005 1831239680 32536 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21152] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21152/stat : 21152 (java) S 21144 21146 21017 0 -1 64 9 0 0 0 0 0 0 0 21 0 13 0 1151302006 1831239680 32536 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=21146/tid=21151] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21151/stat : 21151 (java) S 21144 21146 21017 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1151302005 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21152] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21152/stat : 21152 (java) S 21144 21146 21017 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1151302006 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21153] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21153/stat : 21153 (java) S 21144 21146 21017 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151302006 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21154] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21154/stat : 21154 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21155] ppid=21144 vsize=1788320 CPUtime=0.81
/proc/21146/task/21155/stat : 21155 (java) S 21144 21146 21017 0 -1 64 1724 0 0 0 81 0 0 0 16 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21156] ppid=21144 vsize=1788320 CPUtime=0.69
/proc/21146/task/21156/stat : 21156 (java) S 21144 21146 21017 0 -1 64 2359 0 0 0 69 0 0 0 16 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21157] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21157/stat : 21157 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21158] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21158/stat : 21158 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21159] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21159/stat : 21159 (java) S 21144 21146 21017 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1151302272 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1003.11
Current children cumulated vsize (KiB) 1788320

[startup+1062.3 s]
/proc/loadavg: 1.01 1.02 1.04 2/89 21159
/proc/meminfo: memFree=1677224/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1788320 CPUtime=1063.09
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 74930 0 63 0 106261 48 0 0 18 0 13 0 1151301965 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 447080 68291 1418 9 0 444427 0
[pid=21146/tid=21148] ppid=21144 vsize=1788320 CPUtime=1060.5
/proc/21146/task/21148/stat : 21148 (java) R 21144 21146 21017 0 -1 64 37529 0 20 0 106022 28 0 0 25 0 13 0 1151301984 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4109602099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21149] ppid=21144 vsize=1788320 CPUtime=0.51
/proc/21146/task/21149/stat : 21149 (java) S 21144 21146 21017 0 -1 64 17773 0 0 0 43 8 0 0 20 0 13 0 1151302001 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21150] ppid=21144 vsize=1788320 CPUtime=0.49
/proc/21146/task/21150/stat : 21150 (java) S 21144 21146 21017 0 -1 64 14839 0 0 0 43 6 0 0 16 0 13 0 1151302001 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21151] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21151/stat : 21151 (java) S 21144 21146 21017 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1151302005 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21152] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21152/stat : 21152 (java) S 21144 21146 21017 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1151302006 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21153] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21153/stat : 21153 (java) S 21144 21146 21017 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151302006 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21154] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21154/stat : 21154 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21155] ppid=21144 vsize=1788320 CPUtime=0.81
/proc/21146/task/21155/stat : 21155 (java) S 21144 21146 21017 0 -1 64 1724 0 0 0 81 0 0 0 16 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21156] ppid=21144 vsize=1788320 CPUtime=0.69
/proc/21146/task/21156/stat : 21156 (java) S 21144 21146 21017 0 -1 64 2359 0 0 0 69 0 0 0 16 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21157] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21157/stat : 21157 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21158] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21158/stat : 21158 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21159] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21159/stat : 21159 (java) S 21144 21146 21017 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1151302272 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.09
Current children cumulated vsize (KiB) 1788320

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.04 2/89 21159
/proc/meminfo: memFree=1677224/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1788320 CPUtime=1123.07
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 74930 0 63 0 112259 48 0 0 18 0 13 0 1151301965 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 447080 68291 1418 9 0 444427 0
[pid=21146/tid=21148] ppid=21144 vsize=1788320 CPUtime=1120.48
/proc/21146/task/21148/stat : 21148 (java) R 21144 21146 21017 0 -1 64 37529 0 20 0 112020 28 0 0 25 0 13 0 1151301984 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4109672941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21149] ppid=21144 vsize=1788320 CPUtime=0.51
/proc/21146/task/21149/stat : 21149 (java) S 21144 21146 21017 0 -1 64 17773 0 0 0 43 8 0 0 20 0 13 0 1151302001 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21150] ppid=21144 vsize=1788320 CPUtime=0.49
/proc/21146/task/21150/stat : 21150 (java) S 21144 21146 21017 0 -1 64 14839 0 0 0 43 6 0 0 16 0 13 0 1151302001 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21151] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21151/stat : 21151 (java) S 21144 21146 21017 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1151302005 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21152] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21152/stat : 21152 (java) S 21144 21146 21017 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1151302006 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21153] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21153/stat : 21153 (java) S 21144 21146 21017 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151302006 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21154] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21154/stat : 21154 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21155] ppid=21144 vsize=1788320 CPUtime=0.81
/proc/21146/task/21155/stat : 21155 (java) S 21144 21146 21017 0 -1 64 1724 0 0 0 81 0 0 0 16 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21156] ppid=21144 vsize=1788320 CPUtime=0.69
/proc/21146/task/21156/stat : 21156 (java) S 21144 21146 21017 0 -1 64 2359 0 0 0 69 0 0 0 16 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21157] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21157/stat : 21157 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21158] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21158/stat : 21158 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151302016 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21159] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21159/stat : 21159 (java) S 21144 21146 21017 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1151302272 1831239680 68291 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.07
Current children cumulated vsize (KiB) 1788320

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.03 2/89 21161
/proc/meminfo: memFree=1673960/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1788320 CPUtime=1183.06
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 74932 0 63 0 118258 48 0 0 18 0 13 0 1151301965 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 447080 68292 1418 9 0 444427 0
[pid=21146/tid=21148] ppid=21144 vsize=1788320 CPUtime=1180.46
/proc/21146/task/21148/stat : 21148 (java) R 21144 21146 21017 0 -1 64 37530 0 20 0 118018 28 0 0 20 0 13 0 1151301984 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4109672877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21149] ppid=21144 vsize=1788320 CPUtime=0.51
/proc/21146/task/21149/stat : 21149 (java) S 21144 21146 21017 0 -1 64 17773 0 0 0 43 8 0 0 20 0 13 0 1151302001 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21150] ppid=21144 vsize=1788320 CPUtime=0.49
/proc/21146/task/21150/stat : 21150 (java) S 21144 21146 21017 0 -1 64 14839 0 0 0 43 6 0 0 16 0 13 0 1151302001 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21151] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21151/stat : 21151 (java) S 21144 21146 21017 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1151302005 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21152] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21152/stat : 21152 (java) S 21144 21146 21017 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1151302006 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21153] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21153/stat : 21153 (java) S 21144 21146 21017 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151302006 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21154] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21154/stat : 21154 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302016 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21155] ppid=21144 vsize=1788320 CPUtime=0.81
/proc/21146/task/21155/stat : 21155 (java) S 21144 21146 21017 0 -1 64 1724 0 0 0 81 0 0 0 16 0 13 0 1151302016 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21156] ppid=21144 vsize=1788320 CPUtime=0.71
/proc/21146/task/21156/stat : 21156 (java) S 21144 21146 21017 0 -1 64 2360 0 0 0 71 0 0 0 16 0 13 0 1151302016 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21157] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21157/stat : 21157 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151302016 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21158] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21158/stat : 21158 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151302016 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21159] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21159/stat : 21159 (java) S 21144 21146 21017 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1151302272 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.06
Current children cumulated vsize (KiB) 1788320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.3 s]
/proc/loadavg: 1.00 1.01 1.03 2/89 21161
/proc/meminfo: memFree=1673960/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=1788320 CPUtime=1200.07
/proc/21146/stat : 21146 (java) S 21144 21146 21017 0 -1 0 74933 0 63 0 119958 49 0 0 18 0 13 0 1151301965 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 447080 68292 1418 9 0 444427 0
[pid=21146/tid=21148] ppid=21144 vsize=1788320 CPUtime=1197.46
/proc/21146/task/21148/stat : 21148 (java) R 21144 21146 21017 0 -1 64 37531 0 20 0 119718 28 0 0 25 0 13 0 1151301984 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4109672877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21149] ppid=21144 vsize=1788320 CPUtime=0.51
/proc/21146/task/21149/stat : 21149 (java) S 21144 21146 21017 0 -1 64 17773 0 0 0 43 8 0 0 20 0 13 0 1151302001 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21146/tid=21150] ppid=21144 vsize=1788320 CPUtime=0.49
/proc/21146/task/21150/stat : 21150 (java) S 21144 21146 21017 0 -1 64 14839 0 0 0 43 6 0 0 16 0 13 0 1151302001 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21151] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21151/stat : 21151 (java) S 21144 21146 21017 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 1151302005 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21152] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21152/stat : 21152 (java) S 21144 21146 21017 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 1151302006 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21153] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21153/stat : 21153 (java) S 21144 21146 21017 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 1151302006 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21154] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21154/stat : 21154 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 1151302016 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21155] ppid=21144 vsize=1788320 CPUtime=0.81
/proc/21146/task/21155/stat : 21155 (java) S 21144 21146 21017 0 -1 64 1724 0 0 0 81 0 0 0 16 0 13 0 1151302016 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21156] ppid=21144 vsize=1788320 CPUtime=0.71
/proc/21146/task/21156/stat : 21156 (java) S 21144 21146 21017 0 -1 64 2360 0 0 0 71 0 0 0 16 0 13 0 1151302016 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21157] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21157/stat : 21157 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 1151302016 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21158] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21158/stat : 21158 (java) S 21144 21146 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 1151302016 1831239680 68292 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21146/tid=21159] ppid=21144 vsize=1788320 CPUtime=0
/proc/21146/task/21159/stat : 21159 (java) S 21144 21146 21017 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 1151302272 1831239680 68292 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) 1788320

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.03 2/89 21161
/proc/meminfo: memFree=1673960/2055920 swapFree=4173468/4192956
[pid=21146] ppid=21144 vsize=0 CPUtime=1200.24
/proc/21146/stat : 21146 (java) Z 21144 21146 21017 0 -1 1036 74960 0 63 0 119972 52 0 0 15 0 2 0 1151301965 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21146/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1199.43
CPU time (s): 1200.26
CPU user time (s): 1199.72
CPU system time (s): 0.535918
CPU usage (%): 100.069
Max. virtual memory (cumulated for all children) (KiB): 1789516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.72
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74960
page faults= 63
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25111
involuntary context switches= 2042

runsolver used 1.66075 second user time and 3.81442 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-03 21:20:09
IDJOB=1563443
IDBENCH=70954
IDSOLVER=500
FILE ID=node69/1563443-1238786408
PBS_JOBID= 9085625
Free space on /tmp= 66476 MiB

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

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=1332484719

node69.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.261
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	: 5931.00
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.261
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:       1958128 kB
Buffers:          2692 kB
Cached:          30540 kB
SwapCached:       8656 kB
Active:          34640 kB
Inactive:         8968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1958128 kB
SwapTotal:     4192956 kB
SwapFree:      4173468 kB
Dirty:           16564 kB
Writeback:           0 kB
Mapped:          17132 kB
Slab:            38908 kB
Committed_AS:  3611564 kB
PageTables:       2336 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= 66476 MiB
End job on node69 at 2009-04-03 21:40:10