Trace number 1718749

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.41 1195.85

General information on the benchmark

Nameindustrial/narain/
clauses-8.cnf
MD5SUM74bd745b1c68e4deddfa063e58b6b54d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1461771
Number of clauses5687554
Sum of the clauses size14147618
Maximum clause length601
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24325673
Number of clauses of size 3961281
Number of clauses of size 411051
Number of clauses of size 5354960
Number of clauses of size over 534588

Solver Data

0.15/1.11	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.15/1.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/1.11	c See www.sat4j.org for details.
0.15/1.13	c version 2.1.0.v20090228
0.15/1.13	c sun.arch.data.model	32
0.15/1.13	c java.version	1.6.0_12
0.15/1.13	c os.name	Linux
0.15/1.13	c os.version	2.6.9-22.EL.rootsmp
0.15/1.13	c os.arch	i386
0.15/1.13	c Free memory 1651659224
0.15/1.13	c Max memory 1654456320
0.15/1.13	c Total memory 1654456320
0.15/1.13	c Number of processors 2
0.15/1.17	c c --- Begin Solver configuration ---
0.15/1.17	c Stops conflict analysis at the first Unique Implication Point
0.15/1.17	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@11b9fb1
0.15/1.17	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.15/1.17	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.15/1.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.15/1.17	c Expensive reason simplification
0.15/1.17	c Armin Biere (Picosat) restarts strategy
0.15/1.17	c timeout=2147483647s
0.15/1.17	c DB Simplification allowed=true
0.15/1.17	c --- End Solver configuration ---
0.15/1.17	c solving HOME/instance-1718749-1240639877.cnf
0.15/1.17	c reading problem ... 
20.96/18.90	c ... done. Wall clock time 17.729s.
20.96/18.90	c #vars     1461772
20.96/18.90	c #constraints  5687554
20.96/18.90	c constraints type 
21.06/18.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1361880
21.06/18.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4325673
1200.09/1195.62	c starts		: 323
1200.09/1195.62	c conflicts		: 80836
1200.09/1195.62	c decisions		: 312302
1200.09/1195.62	c propagations		: 860429499
1200.09/1195.62	c inspects		: 1835027694
1200.09/1195.62	c learnt literals	: 351
1200.09/1195.62	c learnt binary clauses	: 2978
1200.09/1195.62	c learnt ternary clauses	: 2650
1200.09/1195.62	c learnt clauses	: 80485
1200.09/1195.62	c ignored clauses	: 0
1200.09/1195.62	c root simplifications	: 674
1200.09/1195.62	c removed literals (reason simplification)	: 1876089
1200.09/1195.62	c reason swapping (by a shorter reason)	: 0
1200.09/1195.62	c Calls to reduceDB	: 0
1200.09/1195.62	c speed (assignments/second)	: 731223.0898078611
1200.09/1195.62	c non guided choices	920
1200.09/1195.68	c learnt constraints type 
1200.09/1195.68	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2532
1200.09/1195.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74767
1200.09/1195.68	s UNKNOWN
1200.09/1195.68	c Total wall clock time (in seconds) : 1194.448

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-1718749-1240639877/watcher-1718749-1240639877 -o /tmp/evaluation-result-1718749-1240639877/solver-1718749-1240639877 -C 1200 -W 1800 -M 1800 --output-limit 1,15 java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1718749-1240639877.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.60 1.19 1.06 3/64 15334
/proc/meminfo: memFree=1630728/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=152 CPUtime=0
/proc/15334/stat : 15334 (java6) R 15332 15334 15096 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 92021498 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 10027307 0 0 4096 0 0 0 0 17 1 0 0
/proc/15334/statm: 38 26 19 9 0 4 0

[startup+0.030587 s]
/proc/loadavg: 1.60 1.19 1.06 3/64 15334
/proc/meminfo: memFree=1630728/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=200 CPUtime=0
/proc/15334/stat : 15334 (java6) D 15332 15334 15096 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 92021498 204800 33 1992294400 134512640 134550932 4294956160 18446744073709551615 10027940 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/15334/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101598 s]
/proc/loadavg: 1.60 1.19 1.06 3/64 15334
/proc/meminfo: memFree=1630728/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=200 CPUtime=0
/proc/15334/stat : 15334 (java6) D 15332 15334 15096 0 -1 0 48 0 0 0 0 0 0 0 18 0 1 0 92021498 204800 33 1992294400 134512640 134550932 4294956160 18446744073709551615 10027940 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/15334/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.301632 s]
/proc/loadavg: 1.60 1.19 1.06 3/64 15334
/proc/meminfo: memFree=1630728/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=308 CPUtime=0
/proc/15334/stat : 15334 (java6) D 15332 15334 15096 0 -1 0 56 0 1 0 0 0 0 0 18 0 1 0 92021498 315392 41 1992294400 134512640 134550932 4294956160 18446744073709551615 10027940 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/15334/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.701705 s]
/proc/loadavg: 1.60 1.19 1.06 3/64 15334
/proc/meminfo: memFree=1630728/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=12928 CPUtime=0
/proc/15334/stat : 15334 (java) R 15332 15334 15096 0 -1 0 353 0 4 0 0 0 0 0 18 0 1 0 92021498 13238272 165 1992294400 134512640 134550932 4294955984 18446744073709551615 10032135 0 0 4096 0 0 0 0 17 1 0 0
/proc/15334/statm: 3232 165 127 9 0 1104 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12928

[startup+1.50184 s]
/proc/loadavg: 1.60 1.19 1.06 2/71 15341
/proc/meminfo: memFree=1612880/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=1783556 CPUtime=0.68
/proc/15334/stat : 15334 (java) S 15332 15334 15096 0 -1 0 20123 0 45 0 55 13 0 0 18 0 12 0 92021498 1826361344 19895 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 445889 19895 1373 9 0 443236 0
[pid=15334/tid=15336] ppid=15332 vsize=1783556 CPUtime=0.46
/proc/15334/task/15336/stat : 15336 (java) R 15332 15334 15096 0 -1 64 18599 0 12 0 36 10 0 0 19 0 12 0 92021575 1826361344 19896 1992294400 134512640 134550932 4294955984 18446744073709551615 4109441347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15337] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15337/stat : 15337 (java) S 15332 15334 15096 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 92021585 1826361344 19896 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15338] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15338/stat : 15338 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 92021585 1826361344 19897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15339] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15332 15334 15096 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 92021589 1826361344 19897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15340] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15340/stat : 15340 (java) S 15332 15334 15096 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 92021594 1826361344 19897 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15332 15334 15096 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 92021594 1826361344 19898 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1783556

[startup+3.10211 s]
/proc/loadavg: 1.56 1.18 1.06 2/76 15346
/proc/meminfo: memFree=1521192/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=1783556 CPUtime=2.29
/proc/15334/stat : 15334 (java) S 15332 15334 15096 0 -1 0 35027 0 45 0 209 20 0 0 18 0 12 0 92021498 1826361344 34798 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 445889 34798 1375 9 0 443236 0
[pid=15334/tid=15336] ppid=15332 vsize=1783556 CPUtime=2.05
/proc/15334/task/15336/stat : 15336 (java) R 15332 15334 15096 0 -1 64 33498 0 12 0 188 17 0 0 25 0 12 0 92021575 1826361344 34798 1992294400 134512640 134550932 4294955984 18446744073709551615 4109485495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15337] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15337/stat : 15337 (java) S 15332 15334 15096 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 92021585 1826361344 34798 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15338] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15338/stat : 15338 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 92021585 1826361344 34799 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15339] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15332 15334 15096 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 92021589 1826361344 34799 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15340] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15340/stat : 15340 (java) S 15332 15334 15096 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 92021594 1826361344 34800 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15332 15334 15096 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 92021594 1826361344 34800 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 92021602 1826361344 34800 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15343] ppid=15332 vsize=1783556 CPUtime=0.08
/proc/15334/task/15343/stat : 15343 (java) S 15332 15334 15096 0 -1 64 228 0 0 0 8 0 0 0 16 0 12 0 92021602 1826361344 34801 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15344] ppid=15332 vsize=1783556 CPUtime=0.12
/proc/15334/task/15344/stat : 15344 (java) S 15332 15334 15096 0 -1 64 588 0 0 0 12 0 0 0 16 0 12 0 92021602 1826361344 34801 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15345] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15345/stat : 15345 (java) S 15332 15334 15096 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 92021602 1826361344 34802 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15346] ppid=15332 vsize=1783556 CPUtime=0
/proc/15334/task/15346/stat : 15346 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92021602 1826361344 34802 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1783556
heavy processes:

[startup+6.30166 s]
/proc/loadavg: 1.56 1.18 1.06 2/76 15346
/proc/meminfo: memFree=1341672/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=1783492 CPUtime=6.03
/proc/15334/stat : 15334 (java) S 15332 15334 15096 0 -1 0 73930 0 45 0 559 44 0 0 18 0 12 0 92021498 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 445873 71315 1383 9 0 443220 0
[pid=15334/tid=15336] ppid=15332 vsize=1783492 CPUtime=4.7
/proc/15334/task/15336/stat : 15336 (java) R 15332 15334 15096 0 -1 64 37545 0 12 0 449 21 0 0 25 0 12 0 92021575 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4109441800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15337] ppid=15332 vsize=1783492 CPUtime=0.54
/proc/15334/task/15337/stat : 15337 (java) S 15332 15334 15096 0 -1 64 20315 0 0 0 42 12 0 0 22 0 12 0 92021585 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15338] ppid=15332 vsize=1783492 CPUtime=0.53
/proc/15334/task/15338/stat : 15338 (java) S 15332 15334 15096 0 -1 64 14540 0 0 0 46 7 0 0 21 0 12 0 92021585 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15339] ppid=15332 vsize=1783492 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15332 15334 15096 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 92021589 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15340] ppid=15332 vsize=1783492 CPUtime=0
/proc/15334/task/15340/stat : 15340 (java) S 15332 15334 15096 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 92021594 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15332 vsize=1783492 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15332 15334 15096 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 92021594 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15332 vsize=1783492 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 92021602 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15343] ppid=15332 vsize=1783492 CPUtime=0.08
/proc/15334/task/15343/stat : 15343 (java) S 15332 15334 15096 0 -1 64 228 0 0 0 8 0 0 0 16 0 12 0 92021602 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15344] ppid=15332 vsize=1783492 CPUtime=0.12
/proc/15334/task/15344/stat : 15344 (java) S 15332 15334 15096 0 -1 64 588 0 0 0 12 0 0 0 16 0 12 0 92021602 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15345] ppid=15332 vsize=1783492 CPUtime=0
/proc/15334/task/15345/stat : 15345 (java) S 15332 15334 15096 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 92021602 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15346] ppid=15332 vsize=1783492 CPUtime=0
/proc/15334/task/15346/stat : 15346 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92021602 1826295808 71315 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1783492

[startup+12.7027 s]
/proc/loadavg: 1.47 1.18 1.06 2/76 15346
/proc/meminfo: memFree=1180328/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=1791180 CPUtime=13.48
/proc/15334/stat : 15334 (java) S 15332 15334 15096 0 -1 0 119850 0 45 0 1281 67 0 0 18 0 12 0 92021498 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 447795 111654 1383 9 0 445142 0
[pid=15334/tid=15336] ppid=15332 vsize=1791180 CPUtime=10.03
/proc/15334/task/15336/stat : 15336 (java) R 15332 15334 15096 0 -1 64 37546 0 12 0 978 25 0 0 25 0 12 0 92021575 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4109442185 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15337] ppid=15332 vsize=1791180 CPUtime=1.61
/proc/15334/task/15337/stat : 15337 (java) S 15332 15334 15096 0 -1 64 41520 0 0 0 140 21 0 0 16 0 12 0 92021585 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15338] ppid=15332 vsize=1791180 CPUtime=1.59
/proc/15334/task/15338/stat : 15338 (java) S 15332 15334 15096 0 -1 64 39254 0 0 0 141 18 0 0 16 0 12 0 92021585 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15339] ppid=15332 vsize=1791180 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15332 15334 15096 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 92021589 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15340] ppid=15332 vsize=1791180 CPUtime=0
/proc/15334/task/15340/stat : 15340 (java) S 15332 15334 15096 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 92021594 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15332 vsize=1791180 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15332 15334 15096 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 92021594 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15332 vsize=1791180 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 92021602 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15343] ppid=15332 vsize=1791180 CPUtime=0.08
/proc/15334/task/15343/stat : 15343 (java) S 15332 15334 15096 0 -1 64 228 0 0 0 8 0 0 0 16 0 12 0 92021602 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15344] ppid=15332 vsize=1791180 CPUtime=0.12
/proc/15334/task/15344/stat : 15344 (java) S 15332 15334 15096 0 -1 64 588 0 0 0 12 0 0 0 16 0 12 0 92021602 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15345] ppid=15332 vsize=1791180 CPUtime=0
/proc/15334/task/15345/stat : 15345 (java) S 15332 15334 15096 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 92021602 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15346] ppid=15332 vsize=1791180 CPUtime=0
/proc/15334/task/15346/stat : 15346 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 92021602 1834168320 111654 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.48
Current children cumulated vsize (KiB) 1791180

[startup+25.5019 s]
/proc/loadavg: 1.40 1.17 1.06 2/77 15347
/proc/meminfo: memFree=913120/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=1798080 CPUtime=29.65
/proc/15334/stat : 15334 (java) S 15332 15334 15096 0 -1 0 201010 0 45 0 2851 114 0 0 18 0 13 0 92021498 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 449520 178366 1411 9 0 446867 0
[pid=15334/tid=15336] ppid=15332 vsize=1798080 CPUtime=19.53
/proc/15334/task/15336/stat : 15336 (java) R 15332 15334 15096 0 -1 64 37570 0 12 0 1926 27 0 0 21 0 13 0 92021575 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4109624590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15337] ppid=15332 vsize=1798080 CPUtime=4.59
/proc/15334/task/15337/stat : 15337 (java) S 15332 15334 15096 0 -1 64 86025 0 0 0 414 45 0 0 25 0 13 0 92021585 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15338] ppid=15332 vsize=1798080 CPUtime=4.3
/proc/15334/task/15338/stat : 15338 (java) S 15332 15334 15096 0 -1 64 72921 0 0 0 393 37 0 0 18 0 13 0 92021585 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15339] ppid=15332 vsize=1798080 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15332 15334 15096 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92021589 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15340] ppid=15332 vsize=1798080 CPUtime=0
/proc/15334/task/15340/stat : 15340 (java) S 15332 15334 15096 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 92021594 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15332 vsize=1798080 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15332 15334 15096 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 92021594 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15332 vsize=1798080 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 92021602 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15343] ppid=15332 vsize=1798080 CPUtime=0.52
/proc/15334/task/15343/stat : 15343 (java) S 15332 15334 15096 0 -1 64 1528 0 0 0 52 0 0 0 17 0 13 0 92021602 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15344] ppid=15332 vsize=1798080 CPUtime=0.63
/proc/15334/task/15344/stat : 15344 (java) S 15332 15334 15096 0 -1 64 2246 0 0 0 63 0 0 0 17 0 13 0 92021602 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15345] ppid=15332 vsize=1798080 CPUtime=0
/proc/15334/task/15345/stat : 15345 (java) S 15332 15334 15096 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92021602 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15346] ppid=15332 vsize=1798080 CPUtime=0
/proc/15334/task/15346/stat : 15346 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92021602 1841233920 178366 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15347] ppid=15332 vsize=1798080 CPUtime=0

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

[pid=15334/tid=15339] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15332 15334 15096 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92021589 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15340] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15340/stat : 15340 (java) S 15332 15334 15096 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 92021594 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15332 15334 15096 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 92021594 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15343] ppid=15332 vsize=1797600 CPUtime=0.85
/proc/15334/task/15343/stat : 15343 (java) S 15332 15334 15096 0 -1 64 1560 0 0 0 85 0 0 0 16 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15344] ppid=15332 vsize=1797600 CPUtime=0.65
/proc/15334/task/15344/stat : 15344 (java) S 15332 15334 15096 0 -1 64 2248 0 0 0 65 0 0 0 17 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15345] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15345/stat : 15345 (java) S 15332 15334 15096 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15346] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15346/stat : 15346 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15347] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15347/stat : 15347 (java) S 15332 15334 15096 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 92023611 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1006.85
Current children cumulated vsize (KiB) 1797600

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15347
/proc/meminfo: memFree=842144/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=1797600 CPUtime=1066.83
/proc/15334/stat : 15334 (java) S 15332 15334 15096 0 -1 0 219410 0 45 0 106556 127 0 0 18 0 13 0 92021498 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 449400 196019 1418 9 0 446747 0
[pid=15334/tid=15336] ppid=15332 vsize=1797600 CPUtime=1055.19
/proc/15334/task/15336/stat : 15336 (java) R 15332 15334 15096 0 -1 64 37581 0 12 0 105490 29 0 0 25 0 13 0 92021575 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4109628095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15337] ppid=15332 vsize=1797600 CPUtime=5.17
/proc/15334/task/15337/stat : 15337 (java) S 15332 15334 15096 0 -1 64 98943 0 0 0 466 51 0 0 21 0 13 0 92021585 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15338] ppid=15332 vsize=1797600 CPUtime=4.87
/proc/15334/task/15338/stat : 15338 (java) S 15332 15334 15096 0 -1 64 78358 0 0 0 446 41 0 0 16 0 13 0 92021585 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15339] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15332 15334 15096 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92021589 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15340] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15340/stat : 15340 (java) S 15332 15334 15096 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 92021594 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15332 15334 15096 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 92021594 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15343] ppid=15332 vsize=1797600 CPUtime=0.85
/proc/15334/task/15343/stat : 15343 (java) S 15332 15334 15096 0 -1 64 1560 0 0 0 85 0 0 0 16 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15344] ppid=15332 vsize=1797600 CPUtime=0.65
/proc/15334/task/15344/stat : 15344 (java) S 15332 15334 15096 0 -1 64 2248 0 0 0 65 0 0 0 17 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15345] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15345/stat : 15345 (java) S 15332 15334 15096 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15346] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15346/stat : 15346 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15347] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15347/stat : 15347 (java) S 15332 15334 15096 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 92023611 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1066.83
Current children cumulated vsize (KiB) 1797600

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15347
/proc/meminfo: memFree=842080/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=1797600 CPUtime=1126.81
/proc/15334/stat : 15334 (java) S 15332 15334 15096 0 -1 0 219410 0 45 0 112554 127 0 0 18 0 13 0 92021498 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 449400 196019 1418 9 0 446747 0
[pid=15334/tid=15336] ppid=15332 vsize=1797600 CPUtime=1115.16
/proc/15334/task/15336/stat : 15336 (java) R 15332 15334 15096 0 -1 64 37581 0 12 0 111487 29 0 0 25 0 13 0 92021575 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4109627728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15337] ppid=15332 vsize=1797600 CPUtime=5.17
/proc/15334/task/15337/stat : 15337 (java) S 15332 15334 15096 0 -1 64 98943 0 0 0 466 51 0 0 21 0 13 0 92021585 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15338] ppid=15332 vsize=1797600 CPUtime=4.87
/proc/15334/task/15338/stat : 15338 (java) S 15332 15334 15096 0 -1 64 78358 0 0 0 446 41 0 0 16 0 13 0 92021585 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15339] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15332 15334 15096 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92021589 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15340] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15340/stat : 15340 (java) S 15332 15334 15096 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 92021594 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15332 15334 15096 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 92021594 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15343] ppid=15332 vsize=1797600 CPUtime=0.85
/proc/15334/task/15343/stat : 15343 (java) S 15332 15334 15096 0 -1 64 1560 0 0 0 85 0 0 0 16 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15344] ppid=15332 vsize=1797600 CPUtime=0.65
/proc/15334/task/15344/stat : 15344 (java) S 15332 15334 15096 0 -1 64 2248 0 0 0 65 0 0 0 17 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15345] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15345/stat : 15345 (java) S 15332 15334 15096 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15346] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15346/stat : 15346 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15347] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15347/stat : 15347 (java) S 15332 15334 15096 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 92023611 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1126.81
Current children cumulated vsize (KiB) 1797600

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15347
/proc/meminfo: memFree=842080/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=1797600 CPUtime=1186.79
/proc/15334/stat : 15334 (java) S 15332 15334 15096 0 -1 0 219410 0 45 0 118552 127 0 0 18 0 13 0 92021498 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 449400 196019 1418 9 0 446747 0
[pid=15334/tid=15336] ppid=15332 vsize=1797600 CPUtime=1175.14
/proc/15334/task/15336/stat : 15336 (java) R 15332 15334 15096 0 -1 64 37581 0 12 0 117485 29 0 0 25 0 13 0 92021575 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4109568492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15337] ppid=15332 vsize=1797600 CPUtime=5.17
/proc/15334/task/15337/stat : 15337 (java) S 15332 15334 15096 0 -1 64 98943 0 0 0 466 51 0 0 21 0 13 0 92021585 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15338] ppid=15332 vsize=1797600 CPUtime=4.87
/proc/15334/task/15338/stat : 15338 (java) S 15332 15334 15096 0 -1 64 78358 0 0 0 446 41 0 0 16 0 13 0 92021585 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15339] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15332 15334 15096 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92021589 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15340] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15340/stat : 15340 (java) S 15332 15334 15096 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 92021594 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15332 15334 15096 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 92021594 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15343] ppid=15332 vsize=1797600 CPUtime=0.85
/proc/15334/task/15343/stat : 15343 (java) S 15332 15334 15096 0 -1 64 1560 0 0 0 85 0 0 0 16 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15344] ppid=15332 vsize=1797600 CPUtime=0.65
/proc/15334/task/15344/stat : 15344 (java) S 15332 15334 15096 0 -1 64 2248 0 0 0 65 0 0 0 17 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15345] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15345/stat : 15345 (java) S 15332 15334 15096 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15346] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15346/stat : 15346 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15347] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15347/stat : 15347 (java) S 15332 15334 15096 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 92023611 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1186.79
Current children cumulated vsize (KiB) 1797600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1195.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15347
/proc/meminfo: memFree=842016/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=1797600 CPUtime=1200.09
/proc/15334/stat : 15334 (java) S 15332 15334 15096 0 -1 0 219410 0 45 0 119882 127 0 0 18 0 13 0 92021498 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 449400 196019 1418 9 0 446747 0
[pid=15334/tid=15336] ppid=15332 vsize=1797600 CPUtime=1188.45
/proc/15334/task/15336/stat : 15336 (java) R 15332 15334 15096 0 -1 64 37581 0 12 0 118816 29 0 0 25 0 13 0 92021575 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4109726927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15337] ppid=15332 vsize=1797600 CPUtime=5.17
/proc/15334/task/15337/stat : 15337 (java) S 15332 15334 15096 0 -1 64 98943 0 0 0 466 51 0 0 21 0 13 0 92021585 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15338] ppid=15332 vsize=1797600 CPUtime=4.87
/proc/15334/task/15338/stat : 15338 (java) S 15332 15334 15096 0 -1 64 78358 0 0 0 446 41 0 0 16 0 13 0 92021585 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15339] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15339/stat : 15339 (java) S 15332 15334 15096 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 92021589 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15340] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15340/stat : 15340 (java) S 15332 15334 15096 0 -1 64 10 0 0 0 0 0 0 0 19 0 13 0 92021594 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15341] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15341/stat : 15341 (java) S 15332 15334 15096 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 92021594 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15342] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15342/stat : 15342 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15343] ppid=15332 vsize=1797600 CPUtime=0.85
/proc/15334/task/15343/stat : 15343 (java) S 15332 15334 15096 0 -1 64 1560 0 0 0 85 0 0 0 16 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15344] ppid=15332 vsize=1797600 CPUtime=0.65
/proc/15334/task/15344/stat : 15344 (java) S 15332 15334 15096 0 -1 64 2248 0 0 0 65 0 0 0 17 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15345] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15345/stat : 15345 (java) S 15332 15334 15096 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15334/tid=15346] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15346/stat : 15346 (java) S 15332 15334 15096 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 92021602 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15334/tid=15347] ppid=15332 vsize=1797600 CPUtime=0
/proc/15334/task/15347/stat : 15347 (java) S 15332 15334 15096 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 92023611 1840742400 196019 1992294400 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1797600

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

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

[startup+1195.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15347
/proc/meminfo: memFree=842016/2055920 swapFree=4181388/4192956
[pid=15334] ppid=15332 vsize=0 CPUtime=1200.36
/proc/15334/stat : 15334 (java) Z 15332 15334 15096 0 -1 1036 219435 0 45 0 119901 135 0 0 15 0 2 0 92021498 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15334/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1195.85
CPU time (s): 1200.41
CPU user time (s): 1199.01
CPU system time (s): 1.40079
CPU usage (%): 100.381
Max. virtual memory (cumulated for all children) (KiB): 1798336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.01
system time used= 1.40079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219435
page faults= 45
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25286
involuntary context switches= 27653

runsolver used 1.3478 second user time and 3.03454 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-25 08:11:25
IDJOB=1718749
IDBENCH=20506
IDSOLVER=500
FILE ID=node25/1718749-1240639877
PBS_JOBID= 9186461
Free space on /tmp= 66268 MiB

SOLVER NAME= SAT4J CORE  2.1 RC1
BENCH NAME= SAT07/industrial/narain/clauses-8.cnf
COMMAND LINE= java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718749-1240639877/watcher-1718749-1240639877 -o /tmp/evaluation-result-1718749-1240639877/solver-1718749-1240639877 -C 1200 -W 1800 -M 1800 --output-limit 1,15  java6 -server -Xms1600m -Xmx1600m -jar HOME/org.sat4j.core.jar HOME/instance-1718749-1240639877.cnf

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

MD5SUM BENCH= 74bd745b1c68e4deddfa063e58b6b54d
RANDOM SEED=1444456120

node25.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.259
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.259
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:       1631208 kB
Buffers:         35928 kB
Cached:         332812 kB
SwapCached:       6416 kB
Active:         151768 kB
Inactive:       225820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631208 kB
SwapTotal:     4192956 kB
SwapFree:      4181388 kB
Dirty:          114424 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            33120 kB
Committed_AS:   331544 kB
PageTables:       1460 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= 66268 MiB
End job on node25 at 2009-04-25 08:31:22