Trace number 1733541

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.46 1199.87

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_11gates_u2_autoenc.cnf
MD5SUM586caddfac4d1887f3667169b6c35a75
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.9016
Satisfiable
(Un)Satisfiability was proved
Number of variables530
Number of clauses153478
Sum of the clauses size900236
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22488
Number of clauses of size 30
Number of clauses of size 41392
Number of clauses of size 57658
Number of clauses of size over 5141876

Solver Data

0.10/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.26	c See www.sat4j.org for details.
0.10/0.27	c version 2.1.0.v20090228
0.10/0.27	c sun.arch.data.model	32
0.10/0.27	c java.version	1.6.0_12
0.10/0.27	c os.name	Linux
0.10/0.27	c os.version	2.6.9-22.EL.rootsmp
0.10/0.27	c os.arch	i386
0.10/0.27	c Free memory 1651659224
0.10/0.27	c Max memory 1654456320
0.10/0.27	c Total memory 1654456320
0.10/0.27	c Number of processors 2
0.21/0.32	c c --- Begin Solver configuration ---
0.21/0.32	c Stops conflict analysis at the first Unique Implication Point
0.21/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.21/0.32	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.21/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.21/0.32	c Expensive reason simplification
0.21/0.32	c Armin Biere (Picosat) restarts strategy
0.21/0.32	c timeout=2147483647s
0.21/0.32	c DB Simplification allowed=true
0.21/0.32	c --- End Solver configuration ---
0.21/0.32	c solving HOME/instance-1733541-1240789738.cnf
0.21/0.32	c reading problem ... 
1.05/1.05	c ... done. Wall clock time 0.734s.
1.05/1.05	c #vars     530
1.05/1.05	c #constraints  153478
1.05/1.05	c constraints type 
1.05/1.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 150926
1.05/1.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2488
1200.02/1199.61	c starts		: 896
1200.02/1199.61	c conflicts		: 523014
1200.02/1199.61	c decisions		: 961390
1200.02/1199.61	c propagations		: 14291335
1200.02/1199.61	c inspects		: 3735315543
1200.02/1199.61	c learnt literals	: 10
1200.02/1199.61	c learnt binary clauses	: 20
1200.02/1199.61	c learnt ternary clauses	: 51
1200.02/1199.61	c learnt clauses	: 427856
1200.02/1199.61	c ignored clauses	: 95148
1200.02/1199.61	c root simplifications	: 906
1200.02/1199.61	c removed literals (reason simplification)	: 2145863
1200.02/1199.61	c reason swapping (by a shorter reason)	: 0
1200.02/1199.61	c Calls to reduceDB	: 0
1200.02/1199.61	c speed (assignments/second)	: 11923.76428694791
1200.02/1199.61	c non guided choices	4710
1200.22/1199.78	c learnt constraints type 
1200.22/1199.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1200.22/1199.78	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 427838
1200.22/1199.78	s UNKNOWN
1200.22/1199.78	c Total wall clock time (in seconds) : 1199.295

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 10265
/proc/meminfo: memFree=1659432/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=152 CPUtime=0
/proc/10265/stat : 10265 (java6) R 10263 10265 9800 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 106999757 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 7205668 0 0 4096 0 0 0 0 17 1 0 0
/proc/10265/statm: 38 26 19 9 0 4 0

[startup+0.048641 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 10265
/proc/meminfo: memFree=1659432/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=12928 CPUtime=0
/proc/10265/stat : 10265 (java) D 10263 10265 9800 0 -1 0 383 0 21 0 0 0 0 0 18 0 1 0 106999757 13238272 211 1992294400 134512640 134550932 4294955984 18446744073709551615 7177002 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/10265/statm: 3232 211 136 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+0.105604 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 10265
/proc/meminfo: memFree=1659432/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1776936 CPUtime=0.03
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 3057 0 33 0 1 2 0 0 18 0 4 0 106999757 1819582464 2836 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 444234 2836 835 9 0 441585 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776936

[startup+0.301626 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 10265
/proc/meminfo: memFree=1659432/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1783228 CPUtime=0.21
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 4807 0 33 0 18 3 0 0 18 0 12 0 106999757 1826025472 4577 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 445807 4577 1323 9 0 443154 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1783228

[startup+0.701672 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 10265
/proc/meminfo: memFree=1659432/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1783776 CPUtime=0.71
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 6677 0 33 0 66 5 0 0 18 0 12 0 106999757 1826586624 6447 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 445944 6447 1374 9 0 443291 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 1783776

[startup+1.50279 s]
/proc/loadavg: 1.00 1.00 1.09 2/76 10277
/proc/meminfo: memFree=1625096/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1786164 CPUtime=1.71
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 9706 0 33 0 164 7 0 0 18 0 13 0 106999757 1829031936 9129 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 446541 9130 1402 9 0 443888 0
[pid=10265/tid=10267] ppid=10263 vsize=1786164 CPUtime=1.22
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9800 0 -1 64 7388 0 1 0 117 5 0 0 19 0 13 0 106999764 1829031936 9132 1992294400 134512640 134550932 4294955984 18446744073709551615 4109162302 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1786164 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9800 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 106999767 1829031936 9135 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1786164 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 106999767 1829031936 9136 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1786164 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9800 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 106999769 1829031936 9136 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1786164 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9800 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 106999769 1829031936 9136 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1786164 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 106999769 1829031936 9136 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1786164 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106999776 1829031936 9136 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1786164 CPUtime=0.19
/proc/10265/task/10274/stat : 10274 (java) R 10263 10265 9800 0 -1 64 461 0 0 0 19 0 0 0 16 0 13 0 106999776 1829031936 9136 1992294400 134512640 134550932 4294955984 18446744073709551615 7671511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1786164 CPUtime=0.27
/proc/10265/task/10275/stat : 10275 (java) R 10263 10265 9800 0 -1 64 1151 0 0 0 27 0 0 0 17 0 13 0 106999776 1829031936 9141 1992294400 134512640 134550932 4294955984 18446744073709551615 106797840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1786164 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106999776 1829031936 9150 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1786164 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106999776 1829031936 9150 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 1786164

[startup+3.103 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 10278
/proc/meminfo: memFree=1618304/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1787028 CPUtime=3.6
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 10861 0 33 0 353 7 0 0 18 0 13 0 106999757 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 446757 10032 1411 9 0 444104 0
[pid=10265/tid=10267] ppid=10263 vsize=1787028 CPUtime=2.68
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9800 0 -1 64 7987 0 1 0 263 5 0 0 25 0 13 0 106999764 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4109519365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1787028 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9800 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 106999767 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1787028 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 106999767 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1787028 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9800 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 106999769 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1787028 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9800 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 106999769 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1787028 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 106999769 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1787028 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106999776 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1787028 CPUtime=0.35
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9800 0 -1 64 693 0 0 0 35 0 0 0 16 0 13 0 106999776 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1787028 CPUtime=0.54
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9800 0 -1 64 1468 0 0 0 54 0 0 0 16 0 13 0 106999776 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1787028 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106999776 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1787028 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106999776 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1787028 CPUtime=0
/proc/10265/task/10278/stat : 10278 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 106999863 1829916672 10032 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 1787028

[startup+6.30243 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 10278
/proc/meminfo: memFree=1614720/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1786900 CPUtime=6.83
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 11519 0 33 0 675 8 0 0 18 0 13 0 106999757 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 446725 10657 1411 9 0 444072 0
[pid=10265/tid=10267] ppid=10263 vsize=1786900 CPUtime=5.86
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9800 0 -1 64 8640 0 1 0 581 5 0 0 25 0 13 0 106999764 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4109518905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9800 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 106999767 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 106999767 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9800 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 106999769 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9800 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 106999769 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 106999769 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106999776 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1786900 CPUtime=0.36
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9800 0 -1 64 694 0 0 0 36 0 0 0 17 0 13 0 106999776 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1786900 CPUtime=0.57
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9800 0 -1 64 1472 0 0 0 57 0 0 0 16 0 13 0 106999776 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106999776 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106999776 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10278/stat : 10278 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 106999863 1829785600 10657 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 1786900

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 10278
/proc/meminfo: memFree=1610632/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1786900 CPUtime=13.23
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 12485 0 33 0 1314 9 0 0 18 0 13 0 106999757 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 446725 11623 1411 9 0 444072 0
[pid=10265/tid=10267] ppid=10263 vsize=1786900 CPUtime=12.27
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9800 0 -1 64 9606 0 1 0 1220 7 0 0 25 0 13 0 106999764 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4109646271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9800 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 106999767 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 106999767 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9800 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 106999769 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9800 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 106999769 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 106999769 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106999776 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1786900 CPUtime=0.36
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9800 0 -1 64 694 0 0 0 36 0 0 0 17 0 13 0 106999776 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1786900 CPUtime=0.57
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9800 0 -1 64 1472 0 0 0 57 0 0 0 16 0 13 0 106999776 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106999776 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106999776 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10278/stat : 10278 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 106999863 1829785600 11623 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.23
Current children cumulated vsize (KiB) 1786900

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.09 2/77 10278
/proc/meminfo: memFree=1604040/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1786900 CPUtime=26.03
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 14110 0 33 0 2592 11 0 0 18 0 13 0 106999757 1829785600 13248 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 446725 13248 1411 9 0 444072 0
[pid=10265/tid=10267] ppid=10263 vsize=1786900 CPUtime=25.06
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9800 0 -1 64 11231 0 1 0 2497 9 0 0 25 0 13 0 106999764 1829785600 13248 1992294400 134512640 134550932 4294955984 18446744073709551615 4109620928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9800 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 106999767 1829785600 13248 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 106999767 1829785600 13248 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9800 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 106999769 1829785600 13248 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

[pid=10265] ppid=10263 vsize=1786900 CPUtime=1062.75
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 64357 0 33 0 106222 53 0 0 18 0 13 0 106999757 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 446725 60867 1420 9 0 444072 0
[pid=10265/tid=10267] ppid=10263 vsize=1786900 CPUtime=1061.26
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9800 0 -1 64 37547 0 1 0 106087 39 0 0 25 0 13 0 106999764 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4109593791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1786900 CPUtime=0.25
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9800 0 -1 64 10649 0 0 0 20 5 0 0 18 0 13 0 106999767 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1786900 CPUtime=0.24
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9800 0 -1 64 13276 0 0 0 18 6 0 0 19 0 13 0 106999767 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9800 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9800 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9800 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1786900 CPUtime=0.36
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9800 0 -1 64 694 0 0 0 36 0 0 0 17 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1786900 CPUtime=0.58
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9800 0 -1 64 1472 0 0 0 58 0 0 0 16 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10278/stat : 10278 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 106999863 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.75
Current children cumulated vsize (KiB) 1786900

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10284
/proc/meminfo: memFree=1412616/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1786900 CPUtime=1122.73
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 64357 0 33 0 112220 53 0 0 18 0 13 0 106999757 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 446725 60867 1420 9 0 444072 0
[pid=10265/tid=10267] ppid=10263 vsize=1786900 CPUtime=1121.24
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9800 0 -1 64 37547 0 1 0 112085 39 0 0 25 0 13 0 106999764 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4109593791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1786900 CPUtime=0.25
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9800 0 -1 64 10649 0 0 0 20 5 0 0 18 0 13 0 106999767 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1786900 CPUtime=0.24
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9800 0 -1 64 13276 0 0 0 18 6 0 0 19 0 13 0 106999767 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9800 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9800 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9800 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1786900 CPUtime=0.36
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9800 0 -1 64 694 0 0 0 36 0 0 0 17 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1786900 CPUtime=0.58
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9800 0 -1 64 1472 0 0 0 58 0 0 0 16 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10278/stat : 10278 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 106999863 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.73
Current children cumulated vsize (KiB) 1786900

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10284
/proc/meminfo: memFree=1412616/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1786900 CPUtime=1182.71
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 64357 0 33 0 118218 53 0 0 18 0 13 0 106999757 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 446725 60867 1420 9 0 444072 0
[pid=10265/tid=10267] ppid=10263 vsize=1786900 CPUtime=1181.22
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9800 0 -1 64 37547 0 1 0 118083 39 0 0 25 0 13 0 106999764 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4109593791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1786900 CPUtime=0.25
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9800 0 -1 64 10649 0 0 0 20 5 0 0 18 0 13 0 106999767 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1786900 CPUtime=0.24
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9800 0 -1 64 13276 0 0 0 18 6 0 0 19 0 13 0 106999767 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9800 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9800 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9800 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1786900 CPUtime=0.36
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9800 0 -1 64 694 0 0 0 36 0 0 0 17 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1786900 CPUtime=0.58
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9800 0 -1 64 1472 0 0 0 58 0 0 0 16 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) R 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10278/stat : 10278 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 106999863 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.71
Current children cumulated vsize (KiB) 1786900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10284
/proc/meminfo: memFree=1412616/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1786900 CPUtime=1200.02
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 64357 0 33 0 119948 54 0 0 18 0 13 0 106999757 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10265/statm: 446725 60867 1420 9 0 444072 0
[pid=10265/tid=10267] ppid=10263 vsize=1786900 CPUtime=1198.52
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9800 0 -1 64 37547 0 1 0 119813 39 0 0 25 0 13 0 106999764 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4109518825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1786900 CPUtime=0.25
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9800 0 -1 64 10649 0 0 0 20 5 0 0 18 0 13 0 106999767 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1786900 CPUtime=0.24
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9800 0 -1 64 13276 0 0 0 18 6 0 0 19 0 13 0 106999767 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9800 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9800 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9800 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 106999769 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1786900 CPUtime=0.36
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9800 0 -1 64 694 0 0 0 36 0 0 0 17 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1786900 CPUtime=0.58
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9800 0 -1 64 1472 0 0 0 58 0 0 0 16 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 106999776 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1786900 CPUtime=0
/proc/10265/task/10278/stat : 10278 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 106999863 1829785600 60867 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1786900

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

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

[startup+1199.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 10284
/proc/meminfo: memFree=1412616/2055920 swapFree=4191900/4192956
[pid=10265] ppid=10263 vsize=1787548 CPUtime=1200.38
/proc/10265/stat : 10265 (java) S 10263 10265 9800 0 -1 0 64387 0 33 0 119984 54 0 0 16 0 14 0 106999757 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10265/statm: 446887 60897 1421 9 0 444234 0
[pid=10265/tid=10267] ppid=10263 vsize=1787548 CPUtime=1198.72
/proc/10265/task/10267/stat : 10267 (java) R 10263 10265 9800 0 -1 64 37547 0 1 0 119833 39 0 0 25 0 14 0 106999764 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4109519606 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10268] ppid=10263 vsize=1787548 CPUtime=0.25
/proc/10265/task/10268/stat : 10268 (java) S 10263 10265 9800 0 -1 64 10649 0 0 0 20 5 0 0 18 0 14 0 106999767 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10269] ppid=10263 vsize=1787548 CPUtime=0.24
/proc/10265/task/10269/stat : 10269 (java) S 10263 10265 9800 0 -1 64 13276 0 0 0 18 6 0 0 19 0 14 0 106999767 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10270] ppid=10263 vsize=1787548 CPUtime=0
/proc/10265/task/10270/stat : 10270 (java) S 10263 10265 9800 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 106999769 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10271] ppid=10263 vsize=1787548 CPUtime=0
/proc/10265/task/10271/stat : 10271 (java) S 10263 10265 9800 0 -1 64 10 0 0 0 0 0 0 0 17 0 14 0 106999769 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10272] ppid=10263 vsize=1787548 CPUtime=0
/proc/10265/task/10272/stat : 10272 (java) S 10263 10265 9800 0 -1 64 7 0 0 0 0 0 0 0 17 0 14 0 106999769 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10273] ppid=10263 vsize=1787548 CPUtime=0
/proc/10265/task/10273/stat : 10273 (java) S 10263 10265 9800 0 -1 64 6 0 0 0 0 0 0 0 18 0 14 0 106999776 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10274] ppid=10263 vsize=1787548 CPUtime=0.36
/proc/10265/task/10274/stat : 10274 (java) S 10263 10265 9800 0 -1 64 694 0 0 0 36 0 0 0 17 0 14 0 106999776 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10265/tid=10275] ppid=10263 vsize=1787548 CPUtime=0.62
/proc/10265/task/10275/stat : 10275 (java) S 10263 10265 9800 0 -1 64 1481 0 0 0 62 0 0 0 16 0 14 0 106999776 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10276] ppid=10263 vsize=1787548 CPUtime=0
/proc/10265/task/10276/stat : 10276 (java) S 10263 10265 9800 0 -1 64 1 0 0 0 0 0 0 0 23 0 14 0 106999776 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10277] ppid=10263 vsize=1787548 CPUtime=0
/proc/10265/task/10277/stat : 10277 (java) S 10263 10265 9800 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 106999776 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10265/tid=10278] ppid=10263 vsize=1787548 CPUtime=0
/proc/10265/task/10278/stat : 10278 (java) S 10263 10265 9800 0 -1 64 4 0 0 0 0 0 0 0 19 0 14 0 106999863 1830449152 60897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.38
Current children cumulated vsize (KiB) 1787548

Child status: 143
Real time (s): 1199.87
CPU time (s): 1200.46
CPU user time (s): 1199.88
CPU system time (s): 0.580911
CPU usage (%): 100.049
Max. virtual memory (cumulated for all children) (KiB): 1787548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.88
system time used= 0.580911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64387
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24968
involuntary context switches= 2770

runsolver used 1.51877 second user time and 2.86756 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-27 01:48:58
IDJOB=1733541
IDBENCH=71143
IDSOLVER=500
FILE ID=node71/1733541-1240789738
PBS_JOBID= 9187250
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 586caddfac4d1887f3667169b6c35a75
RANDOM SEED=680716842

node71.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.236
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.236
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:       1659848 kB
Buffers:         39528 kB
Cached:         276824 kB
SwapCached:        528 kB
Active:         133476 kB
Inactive:       196916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659848 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4484 kB
Writeback:           0 kB
Mapped:          22316 kB
Slab:            51572 kB
Committed_AS:   331344 kB
PageTables:       1436 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= 66424 MiB
End job on node71 at 2009-04-27 02:09:00