Trace number 3311140

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
STRUCTure 0.1 (hbr=2)? (TO) 2217.53 1302.57

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1098107876-060-UNKNOWN.cnf
MD5SUMf8d77cf51b7a3bd2f2043a4a97c7d388
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.3581
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	12:36 INFO : Reading from input HOME/instance-3311140-1304111556.cnf
1.14/0.90	Executor set job limit to 1000000
1.14/0.90	Executor set job limit to 1000000
1.14/0.90	Executor set job limit to 1000000
1.14/0.90	Executor set job limit to 1000000
1.14/0.90	Starting Executor!
1.14/0.90	Starting Executor!
1.14/0.90	Starting Executor!
1.14/0.90	Starting Executor!
3.25/2.20	12:38 INFO : 34882 variables remaining out of 35000
3.25/2.20	12:38 INFO : 585104 literals remaining out of 588000
1251.10/342.36	18:19 ERROR: Failed to solve instance
1251.10/342.36	java.lang.OutOfMemoryError: Java heap space
1251.10/342.36		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1251.10/342.36		at gnu.trove.THash.postInsertHook(THash.java:370)
1251.10/342.36		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1251.10/342.36		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1251.10/342.36		at ibis.structure.Subsumming.run(Subsumming.java:58)
1251.10/342.36		at ibis.structure.Solver.simplify(Solver.java:205)
1251.10/342.36		at ibis.structure.Solver.solve(Solver.java:113)
1251.10/342.36		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1251.10/342.36		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1251.10/342.36		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1251.10/342.36		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1251.10/342.36		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1251.10/342.36		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1251.10/342.36		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1251.10/342.36		at ibis.constellation.Executor.processActivities(Executor.java:75)
1251.10/342.36		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1251.10/342.36		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1251.10/342.36		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1258.62/349.62	18:26 ERROR: Failed to solve instance
1258.62/349.62	java.lang.OutOfMemoryError: Java heap space
1258.62/349.62		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1258.62/349.62		at gnu.trove.THash.postInsertHook(THash.java:370)
1258.62/349.62		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1258.62/349.62		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1258.62/349.62		at ibis.structure.Subsumming.run(Subsumming.java:58)
1258.62/349.62		at ibis.structure.Solver.simplify(Solver.java:205)
1258.62/349.62		at ibis.structure.Solver.solve(Solver.java:113)
1258.62/349.62		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1258.62/349.62		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1258.62/349.62		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1258.62/349.62		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1258.62/349.62		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1258.62/349.62		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1258.62/349.62		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1258.62/349.62		at ibis.constellation.Executor.processActivities(Executor.java:75)
1258.62/349.62		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1258.62/349.62		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1258.62/349.62		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1269.71/359.55	18:36 ERROR: Failed to solve instance
1269.71/359.55	java.lang.OutOfMemoryError: Java heap space
1269.71/359.55		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1269.71/359.55		at gnu.trove.THash.postInsertHook(THash.java:370)
1269.71/359.55		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1269.71/359.55		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1269.71/359.55		at ibis.structure.Subsumming.run(Subsumming.java:58)
1269.71/359.55		at ibis.structure.Solver.simplify(Solver.java:205)
1269.71/359.55		at ibis.structure.Solver.solve(Solver.java:113)
1269.71/359.55		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1269.71/359.55		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1269.71/359.55		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1269.71/359.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1269.71/359.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1269.71/359.55		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1269.71/359.55		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1269.71/359.55		at ibis.constellation.Executor.processActivities(Executor.java:75)
1269.71/359.55		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1269.71/359.55		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1269.71/359.55		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1348.21/437.58	19:24 ERROR: Failed to solve instance
1348.21/437.58	java.lang.OutOfMemoryError: Java heap space
1348.21/437.58		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:51)
1348.21/437.58		at ibis.structure.Solver.simplify(Solver.java:191)
1348.21/437.58		at ibis.structure.Solver.solve(Solver.java:113)
1348.21/437.58		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1348.21/437.58		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1348.21/437.58		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1348.21/437.58		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1348.21/437.58		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1348.21/437.58		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1348.21/437.58		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1348.21/437.58		at ibis.constellation.Executor.processActivities(Executor.java:75)
1348.21/437.58		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1348.21/437.58		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1348.21/437.58		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1348.71/438.03	19:54 ERROR: Failed to solve instance
1348.71/438.03	java.lang.OutOfMemoryError: Java heap space
1355.40/444.31	20:01 ERROR: Failed to solve instance
1355.40/444.31	java.lang.OutOfMemoryError: Java heap space
1355.80/444.76	20:01 ERROR: Failed to solve instance
1355.80/444.76	java.lang.OutOfMemoryError: Java heap space
1376.35/465.24	20:21 ERROR: Failed to solve instance
1376.35/465.24	java.lang.OutOfMemoryError: Java heap space
1376.35/465.24	20:21 ERROR: Failed to solve instance
1376.35/465.24	java.lang.OutOfMemoryError: Java heap space
1524.40/612.70	22:49 ERROR: Failed to solve instance
1524.40/612.70	java.lang.OutOfMemoryError: Java heap space
1527.14/615.24	22:52 ERROR: Failed to solve instance
1527.14/615.24	java.lang.OutOfMemoryError: Java heap space
1531.57/619.18	22:55 ERROR: Failed to solve instance
1531.57/619.18	java.lang.OutOfMemoryError: Java heap space
1543.11/629.18	23:05 ERROR: Failed to solve instance
1543.11/629.18	java.lang.OutOfMemoryError: Java heap space
1553.27/638.93	23:15 ERROR: Failed to solve instance
1553.27/638.93	java.lang.OutOfMemoryError: Java heap space
1636.89/722.33	24:37 ERROR: Failed to solve instance
1636.89/722.33	java.lang.OutOfMemoryError: Java heap space
1636.89/722.33	24:39 ERROR: Failed to solve instance
1636.89/722.33	java.lang.OutOfMemoryError: Java heap space
2039.15/1124.31	31:21 ERROR: Failed to solve instance
2039.15/1124.31	java.lang.OutOfMemoryError: Java heap space

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3311140-1304111556/watcher-3311140-1304111556 -o /tmp/evaluation-result-3311140-1304111556/solver-3311140-1304111556 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311140-1304111556.cnf -hbr 2 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.40 6.63 7.38 3/194 6989
/proc/meminfo: memFree=31238364/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=28384 CPUtime=0 cores=0,2,4,6
/proc/6989/stat : 6989 (java) S 6987 6989 6934 0 -1 4202496 1428 0 0 0 0 0 0 0 20 0 2 0 522754126 29065216 897 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216450021 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/6989/statm: 7109 903 692 9 0 381 0
[pid=6989/tid=6990] ppid=6987 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6990/stat : 6990 (java) R 6987 6989 6934 0 -1 4202560 122 0 0 0 0 0 0 0 22 0 2 0 522754126 31260672 941 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210204333808 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.078873 s]
/proc/loadavg: 3.40 6.63 7.38 3/194 6989
/proc/meminfo: memFree=31238364/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=15676432 CPUtime=0.08 cores=0,2,4,6
/proc/6989/stat : 6989 (java) S 6987 6989 6934 0 -1 4202496 5292 0 1 0 8 0 0 0 20 0 18 0 522754126 16052666368 4731 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6989/statm: 3919108 4732 2087 9 0 3909827 0
[pid=6989/tid=6990] ppid=6987 vsize=15676432 CPUtime=0.07 cores=0,2,4,6
/proc/6989/task/6990/stat : 6990 (java) R 6987 6989 6934 0 -1 4202560 3198 0 1 0 7 0 0 0 18 0 18 0 522754126 16052666368 4732 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 47324493761635 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676432

[startup+0.108506 s]
/proc/loadavg: 3.40 6.63 7.38 3/194 6989
/proc/meminfo: memFree=31238364/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=15676432 CPUtime=0.11 cores=0,2,4,6
/proc/6989/stat : 6989 (java) S 6987 6989 6934 0 -1 4202496 5720 0 1 0 11 0 0 0 20 0 18 0 522754126 16052666368 5159 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6989/statm: 3919108 5159 2120 9 0 3909827 0
[pid=6989/tid=6990] ppid=6987 vsize=15676432 CPUtime=0.09 cores=0,2,4,6
/proc/6989/task/6990/stat : 6990 (java) R 6987 6989 6934 0 -1 4202560 3589 0 1 0 9 0 0 0 18 0 18 0 522754126 16052666368 5159 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 46912505099412 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676432

[startup+0.300477 s]
/proc/loadavg: 3.40 6.63 7.38 3/194 6989
/proc/meminfo: memFree=31238364/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=15679628 CPUtime=0.51 cores=0,2,4,6
/proc/6989/stat : 6989 (java) S 6987 6989 6934 0 -1 4202496 14105 0 1 0 49 2 0 0 20 0 18 0 522754126 16055939072 12566 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6989/statm: 3919907 12572 2207 9 0 3910626 0
[pid=6989/tid=6990] ppid=6987 vsize=15679628 CPUtime=0.28 cores=0,2,4,6
/proc/6989/task/6990/stat : 6990 (java) R 6987 6989 6934 0 -1 4202560 9041 0 1 0 28 0 0 0 18 0 18 0 522754126 16055939072 12575 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 46912505637927 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679628

[startup+0.700394 s]
/proc/loadavg: 3.40 6.63 7.38 3/194 6989
/proc/meminfo: memFree=31238364/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=15679628 CPUtime=0.93 cores=0,2,4,6
/proc/6989/stat : 6989 (java) S 6987 6989 6934 0 -1 4202496 41765 0 1 0 87 6 0 0 20 0 18 0 522754126 16055939072 40224 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6989/statm: 3919907 40224 2223 9 0 3910626 0
[pid=6989/tid=6990] ppid=6987 vsize=15679628 CPUtime=0.68 cores=0,2,4,6
/proc/6989/task/6990/stat : 6990 (java) R 6987 6989 6934 0 -1 4202560 35510 0 1 0 64 4 0 0 18 0 18 0 522754126 16055939072 40224 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 46912505552838 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15679628

[startup+1.50125 s]
/proc/loadavg: 3.40 6.63 7.38 4/220 7016
/proc/meminfo: memFree=30919228/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=15694356 CPUtime=2.18 cores=0,2,4,6
/proc/6989/stat : 6989 (java) S 6987 6989 6934 0 -1 4202496 46323 0 1 0 212 6 0 0 20 0 22 0 522754126 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6989/statm: 3923589 43476 2262 9 0 3914308 0
[pid=6989/tid=6990] ppid=6987 vsize=15694356 CPUtime=1.47 cores=0,2,4,6
/proc/6989/task/6990/stat : 6990 (java) R 6987 6989 6934 0 -1 4202560 35613 0 1 0 143 4 0 0 20 0 22 0 522754126 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 47324489622423 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6989/tid=6992] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6992/stat : 6992 (java) S 6987 6989 6934 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 522754127 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=6993] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6993/stat : 6993 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 522754127 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=6994] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6994/stat : 6994 (java) S 6987 6989 6934 0 -1 4202560 319 0 0 0 0 0 0 0 17 0 22 0 522754127 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=6995] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6995/stat : 6995 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 522754127 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6996] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6996/stat : 6996 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 522754127 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6997] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6997/stat : 6997 (java) S 6987 6989 6934 0 -1 4202560 409 0 0 0 0 0 0 0 17 0 22 0 522754127 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6998] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6998/stat : 6998 (java) S 6987 6989 6934 0 -1 4202560 689 0 0 0 0 0 0 0 17 0 22 0 522754127 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=6999] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6999/stat : 6999 (java) S 6987 6989 6934 0 -1 4202560 79 0 0 0 0 0 0 0 16 0 22 0 522754127 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7000] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7000/stat : 7000 (java) S 6987 6989 6934 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 22 0 522754128 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 0 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7001] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7001/stat : 7001 (java) S 6987 6989 6934 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 522754128 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7002] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7002/stat : 7002 (java) S 6987 6989 6934 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 522754128 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7003] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7003/stat : 7003 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522754130 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216470961 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7004] ppid=6987 vsize=15694356 CPUtime=0.46 cores=0,2,4,6
/proc/6989/task/7004/stat : 7004 (java) R 6987 6989 6934 0 -1 4202560 5217 0 0 0 46 0 0 0 15 0 22 0 522754130 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 47324490454435 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6989/tid=7005] ppid=6987 vsize=15694356 CPUtime=0.2 cores=0,2,4,6
/proc/6989/task/7005/stat : 7005 (java) S 6987 6989 6934 0 -1 4202560 2552 0 0 0 20 0 0 0 15 0 22 0 522754130 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7006] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7006/stat : 7006 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522754130 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7007] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7007/stat : 7007 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522754130 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7013] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7013/stat : 7013 (java) S 6987 6989 6934 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 522754216 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7014] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7014/stat : 7014 (java) S 6987 6989 6934 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 522754216 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7015] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7015/stat : 7015 (java) S 6987 6989 6934 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 522754216 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7016] ppid=6987 vsize=15694356 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7016/stat : 7016 (java) S 6987 6989 6934 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522754216 16071020544 43476 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 15694356

[startup+3.10096 s]
/proc/loadavg: 3.40 6.63 7.38 6/220 7016
/proc/meminfo: memFree=30887748/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=15696612 CPUtime=5.48 cores=0,2,4,6
/proc/6989/stat : 6989 (java) S 6987 6989 6934 0 -1 4202496 60258 0 1 0 540 8 0 0 20 0 22 0 522754126 16073330688 56717 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6989/statm: 3924153 56736 2275 9 0 3914872 0
[pid=6989/tid=6990] ppid=6987 vsize=15696612 CPUtime=2.18 cores=0,2,4,6
/proc/6989/task/6990/stat : 6990 (java) S 6987 6989 6934 0 -1 4202560 35665 0 1 0 214 4 0 0 22 0 22 0 522754126 16073330688 56744 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=6992] ppid=6987 vsize=15696612 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6992/stat : 6992 (java) S 6987 6989 6934 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522754127 16073330688 56751 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6993] ppid=6987 vsize=15696612 CPUtime=0.01 cores=0,2,4,6
/proc/6989/task/6993/stat : 6993 (java) R 6987 6989 6934 0 -1 4202560 1129 0 0 0 1 0 0 0 15 0 22 0 522754127 16073330688 56755 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 47324488808179 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=6989/tid=6994] ppid=6987 vsize=15696612 CPUtime=0.02 cores=0,2,4,6
/proc/6989/task/6994/stat : 6994 (java) R 6987 6989 6934 0 -1 4202560 4683 0 0 0 2 0 0 0 15 0 22 0 522754127 16073330688 56759 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 47324488808179 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6989/tid=6995] ppid=6987 vsize=15696612 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6995/stat : 6995 (java) S 6987 6989 6934 0 -1 4202560 2080 0 0 0 0 0 0 0 15 0 22 0 522754127 16073330688 56764 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6996] ppid=6987 vsize=15696612 CPUtime=0.01 cores=0,2,4,6
/proc/6989/task/6996/stat : 6996 (java) R 6987 6989 6934 0 -1 4202560 2676 0 0 0 1 0 0 0 15 0 22 0 522754127 16073330688 56774 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 47324488808179 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6989/tid=6997] ppid=6987 vsize=15696612 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6997/stat : 6997 (java) S 6987 6989 6934 0 -1 4202560 409 0 0 0 0 0 0 0 15 0 22 0 522754127 16073330688 56787 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6998] ppid=6987 vsize=15696612 CPUtime=0 cores=0,2,4,6
/proc/6989/task/6998/stat : 6998 (java) S 6987 6989 6934 0 -1 4202560 689 0 0 0 0 0 0 0 15 0 22 0 522754127 16073330688 56794 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6999] ppid=6987 vsize=15696612 CPUtime=0.01 cores=0,2,4,6
/proc/6989/task/6999/stat : 6999 (java) R 6987 6989 6934 0 -1 4202560 2246 0 0 0 1 0 0 0 15 0 22 0 522754127 16073330688 56800 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6989/tid=7000] ppid=6987 vsize=15696612 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7000/stat : 7000 (java) S 6987 6989 6934 0 -1 4202560 86 0 0 0 0 0 0 0 16 0 22 0 522754128 16073330688 56801 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 0 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7001] ppid=6987 vsize=15696612 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7001/stat : 7001 (java) S 6987 6989 6934 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522754128 16073330688 56805 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=7002] ppid=6987 vsize=15696612 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7002/stat : 7002 (java) S 6987 6989 6934 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522754128 16073330688 56812 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=7003] ppid=6987 vsize=15696612 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7003/stat : 7003 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522754130 16073330688 56824 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216470961 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7004] ppid=6987 vsize=15696612 CPUtime=0.89 cores=0,2,4,6
/proc/6989/task/7004/stat : 7004 (java) S 6987 6989 6934 0 -1 4202560 5857 0 0 0 89 0 0 0 15 0 22 0 522754130 16073330688 56835 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=7005] ppid=6987 vsize=15696612 CPUtime=0.76 cores=0,2,4,6
/proc/6989/task/7005/stat : 7005 (java) S 6987 6989 6934 0 -1 4202560 3335 0 0 0 75 1 0 0 15 0 22 0 522754130 16073330688 56842 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7006] ppid=6987 vsize=15696612 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7006/stat : 7006 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522754130 16073330688 56846 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7007] ppid=6987 vsize=15696612 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7007/stat : 7007 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522754130 16073330688 56850 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7013] ppid=6987 vsize=15696612 CPUtime=0.45 cores=0,2,4,6
/proc/6989/task/7013/stat : 7013 (java) S 6987 6989 6934 0 -1 4202560 25 0 0 0 45 0 0 0 15 0 22 0 522754216 16073330688 56855 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7014] ppid=6987 vsize=15696612 CPUtime=0.04 cores=0,2,4,6
/proc/6989/task/7014/stat : 7014 (java) S 6987 6989 6934 0 -1 4202560 12 0 0 0 4 0 0 0 15 0 22 0 522754216 16073330688 56864 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=7015] ppid=6987 vsize=15696612 CPUtime=0.37 cores=0,2,4,6
/proc/6989/task/7015/stat : 7015 (java) S 6987 6989 6934 0 -1 4202560 13 0 0 0 37 0 0 0 15 0 22 0 522754216 16073330688 56876 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7016] ppid=6987 vsize=15696612 CPUtime=0.63 cores=0,2,4,6
/proc/6989/task/7016/stat : 7016 (java) S 6987 6989 6934 0 -1 4202560 7 0 0 0 63 0 0 0 15 0 22 0 522754216 16073330688 56884 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 15696612

[startup+6.3014 s]
/proc/loadavg: 3.77 6.65 7.38 11/220 7016
/proc/meminfo: memFree=29571972/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=15689408 CPUtime=18.19 cores=0,2,4,6
/proc/6989/stat : 6989 (java) S 6987 6989 6934 0 -1 4202496 257850 0 1 0 1782 37 0 0 20 0 22 0 522754126 16065953792 251691 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6989/statm: 3922352 251691 2275 9 0 3913071 0
[pid=6989/tid=6990] ppid=6987 vsize=15689408 CPUtime=2.18 cores=0,2,4,6
/proc/6989/task/6990/stat : 6990 (java) S 6987 6989 6934 0 -1 4202560 35665 0 1 0 214 4 0 0 22 0 22 0 522754126 16065953792 251691 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=6992] ppid=6987 vsize=15689408 CPUtime=0.1 cores=0,2,4,6
/proc/6989/task/6992/stat : 6992 (java) S 6987 6989 6934 0 -1 4202560 14322 0 0 0 8 2 0 0 16 0 22 0 522754127 16065953792 251691 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6993] ppid=6987 vsize=15689408 CPUtime=0.09 cores=0,2,4,6
/proc/6989/task/6993/stat : 6993 (java) S 6987 6989 6934 0 -1 4202560 11571 0 0 0 7 2 0 0 15 0 22 0 522754127 16065953792 251691 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=6994] ppid=6987 vsize=15689408 CPUtime=0.07 cores=0,2,4,6
/proc/6989/task/6994/stat : 6994 (java) S 6987 6989 6934 0 -1 4202560 11026 0 0 0 6 1 0 0 16 0 22 0 522754127 16065953792 251691 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=6995] ppid=6987 vsize=15689408 CPUtime=0.1 cores=0,2,4,6
/proc/6989/task/6995/stat : 6995 (java) S 6987 6989 6934 0 -1 4202560 15432 0 0 0 8 2 0 0 15 0 22 0 522754127 16065953792 251691 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=6996] ppid=6987 vsize=15689408 CPUtime=0.2 cores=0,2,4,6
/proc/6989/task/6996/stat : 6996 (java) S 6987 6989 6934 0 -1 4202560 31650 0 0 0 15 5 0 0 15 0 22 0 522754127 16065953792 251691 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=6997] ppid=6987 vsize=15689408 CPUtime=0.14 cores=0,2,4,6
/proc/6989/task/6997/stat : 6997 (java) S 6987 6989 6934 0 -1 4202560 29711 0 0 0 10 4 0 0 16 0 22 0 522754127 16065953792 251691 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=6998] ppid=6987 vsize=15689408 CPUtime=0.1 cores=0,2,4,6
/proc/6989/task/6998/stat : 6998 (java) S 6987 6989 6934 0 -1 4202560 12896 0 0 0 9 1 0 0 16 0 22 0 522754127 16065953792 251691 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=6999] ppid=6987 vsize=15689408 CPUtime=0.21 cores=0,2,4,6
/proc/6989/task/6999/stat : 6999 (java) S 6987 6989 6934 0 -1 4202560 38571 0 0 0 16 5 0 0 16 0 22 0 522754127 16065953792 251691 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0

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

[pid=6989/tid=7002] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7002/stat : 7002 (java) S 6987 6989 6934 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522754128 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=7003] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7003/stat : 7003 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216470961 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7004] ppid=6987 vsize=15689408 CPUtime=1.15 cores=0,2,4,6
/proc/6989/task/7004/stat : 7004 (java) S 6987 6989 6934 0 -1 4202560 5890 0 0 0 115 0 0 0 15 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7005] ppid=6987 vsize=15689408 CPUtime=0.78 cores=0,2,4,6
/proc/6989/task/7005/stat : 7005 (java) S 6987 6989 6934 0 -1 4202560 3335 0 0 0 77 1 0 0 16 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7006] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7006/stat : 7006 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7007] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7007/stat : 7007 (java) S 6987 6989 6934 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=7013] ppid=6987 vsize=15689408 CPUtime=299.65 cores=0,2,4,6
/proc/6989/task/7013/stat : 7013 (java) S 6987 6989 6934 0 -1 4202560 83337 0 0 0 29950 15 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=7014] ppid=6987 vsize=15689408 CPUtime=299.12 cores=0,2,4,6
/proc/6989/task/7014/stat : 7014 (java) S 6987 6989 6934 0 -1 4202560 89318 0 0 0 29895 17 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7015] ppid=6987 vsize=15689408 CPUtime=298.52 cores=0,2,4,6
/proc/6989/task/7015/stat : 7015 (java) S 6987 6989 6934 0 -1 4202560 65335 0 0 0 29841 11 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=7016] ppid=6987 vsize=15689408 CPUtime=299.7 cores=0,2,4,6
/proc/6989/task/7016/stat : 7016 (java) S 6987 6989 6934 0 -1 4202560 71985 0 0 0 29956 14 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2097.26
Current children cumulated vsize (KiB) 15689408

[startup+1242.3 s]
/proc/loadavg: 4.95 5.08 5.91 2/197 7051
/proc/meminfo: memFree=15821296/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=15689408 CPUtime=2157.25 cores=0,2,4,6
/proc/6989/stat : 6989 (java) S 6987 6989 6934 0 -1 4202496 3866188 0 1 0 215060 665 0 0 20 0 22 0 522754126 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6989/statm: 3922352 3850347 2294 9 0 3913071 0
[pid=6989/tid=6990] ppid=6987 vsize=15689408 CPUtime=2.18 cores=0,2,4,6
/proc/6989/task/6990/stat : 6990 (java) S 6987 6989 6934 0 -1 4202560 35665 0 1 0 214 4 0 0 22 0 22 0 522754126 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=6992] ppid=6987 vsize=15689408 CPUtime=2.12 cores=0,2,4,6
/proc/6989/task/6992/stat : 6992 (java) S 6987 6989 6934 0 -1 4202560 233437 0 0 0 173 39 0 0 15 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=6993] ppid=6987 vsize=15689408 CPUtime=2.7 cores=0,2,4,6
/proc/6989/task/6993/stat : 6993 (java) S 6987 6989 6934 0 -1 4202560 392443 0 0 0 200 70 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=6994] ppid=6987 vsize=15689408 CPUtime=3.13 cores=0,2,4,6
/proc/6989/task/6994/stat : 6994 (java) S 6987 6989 6934 0 -1 4202560 369995 0 0 0 251 62 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6995] ppid=6987 vsize=15689408 CPUtime=2.93 cores=0,2,4,6
/proc/6989/task/6995/stat : 6995 (java) S 6987 6989 6934 0 -1 4202560 360492 0 0 0 234 59 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=6996] ppid=6987 vsize=15689408 CPUtime=2.73 cores=0,2,4,6
/proc/6989/task/6996/stat : 6996 (java) S 6987 6989 6934 0 -1 4202560 293159 0 0 0 222 51 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=6997] ppid=6987 vsize=15689408 CPUtime=2.67 cores=0,2,4,6
/proc/6989/task/6997/stat : 6997 (java) S 6987 6989 6934 0 -1 4202560 359860 0 0 0 210 57 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=6998] ppid=6987 vsize=15689408 CPUtime=2.65 cores=0,2,4,6
/proc/6989/task/6998/stat : 6998 (java) S 6987 6989 6934 0 -1 4202560 339931 0 0 0 201 64 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6999] ppid=6987 vsize=15689408 CPUtime=3 cores=0,2,4,6
/proc/6989/task/6999/stat : 6999 (java) S 6987 6989 6934 0 -1 4202560 392903 0 0 0 234 66 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7000] ppid=6987 vsize=15689408 CPUtime=934.04 cores=0,2,4,6
/proc/6989/task/7000/stat : 7000 (java) R 6987 6989 6934 0 -1 4202560 767166 0 0 0 93279 125 0 0 25 0 22 0 522754128 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 47324492463247 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=6989/tid=7001] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7001/stat : 7001 (java) S 6987 6989 6934 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522754128 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=7002] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7002/stat : 7002 (java) S 6987 6989 6934 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522754128 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=7003] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7003/stat : 7003 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216470961 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7004] ppid=6987 vsize=15689408 CPUtime=1.15 cores=0,2,4,6
/proc/6989/task/7004/stat : 7004 (java) S 6987 6989 6934 0 -1 4202560 5890 0 0 0 115 0 0 0 15 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7005] ppid=6987 vsize=15689408 CPUtime=0.78 cores=0,2,4,6
/proc/6989/task/7005/stat : 7005 (java) S 6987 6989 6934 0 -1 4202560 3335 0 0 0 77 1 0 0 16 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7006] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7006/stat : 7006 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7007] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7007/stat : 7007 (java) S 6987 6989 6934 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=7013] ppid=6987 vsize=15689408 CPUtime=299.66 cores=0,2,4,6
/proc/6989/task/7013/stat : 7013 (java) S 6987 6989 6934 0 -1 4202560 83821 0 0 0 29951 15 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=7014] ppid=6987 vsize=15689408 CPUtime=299.12 cores=0,2,4,6
/proc/6989/task/7014/stat : 7014 (java) S 6987 6989 6934 0 -1 4202560 89318 0 0 0 29895 17 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7015] ppid=6987 vsize=15689408 CPUtime=298.52 cores=0,2,4,6
/proc/6989/task/7015/stat : 7015 (java) S 6987 6989 6934 0 -1 4202560 65335 0 0 0 29841 11 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=7016] ppid=6987 vsize=15689408 CPUtime=299.7 cores=0,2,4,6
/proc/6989/task/7016/stat : 7016 (java) S 6987 6989 6934 0 -1 4202560 71985 0 0 0 29956 14 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2157.25
Current children cumulated vsize (KiB) 15689408



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.04 5.10 5.86 6/220 7101
/proc/meminfo: memFree=12948820/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=15689408 CPUtime=2214.95 cores=0,2,4,6
/proc/6989/stat : 6989 (java) S 6987 6989 6934 0 -1 4202496 3866660 0 1 0 220828 667 0 0 20 0 22 0 522754126 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/6989/statm: 3922352 3850347 2294 9 0 3913071 0
[pid=6989/tid=6990] ppid=6987 vsize=15689408 CPUtime=2.18 cores=0,2,4,6
/proc/6989/task/6990/stat : 6990 (java) S 6987 6989 6934 0 -1 4202560 35665 0 1 0 214 4 0 0 22 0 22 0 522754126 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=6992] ppid=6987 vsize=15689408 CPUtime=2.12 cores=0,2,4,6
/proc/6989/task/6992/stat : 6992 (java) S 6987 6989 6934 0 -1 4202560 233437 0 0 0 173 39 0 0 15 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=6993] ppid=6987 vsize=15689408 CPUtime=2.7 cores=0,2,4,6
/proc/6989/task/6993/stat : 6993 (java) S 6987 6989 6934 0 -1 4202560 392443 0 0 0 200 70 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=6994] ppid=6987 vsize=15689408 CPUtime=3.13 cores=0,2,4,6
/proc/6989/task/6994/stat : 6994 (java) S 6987 6989 6934 0 -1 4202560 369995 0 0 0 251 62 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6995] ppid=6987 vsize=15689408 CPUtime=2.93 cores=0,2,4,6
/proc/6989/task/6995/stat : 6995 (java) S 6987 6989 6934 0 -1 4202560 360492 0 0 0 234 59 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=6996] ppid=6987 vsize=15689408 CPUtime=2.73 cores=0,2,4,6
/proc/6989/task/6996/stat : 6996 (java) S 6987 6989 6934 0 -1 4202560 293159 0 0 0 222 51 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=6997] ppid=6987 vsize=15689408 CPUtime=2.67 cores=0,2,4,6
/proc/6989/task/6997/stat : 6997 (java) S 6987 6989 6934 0 -1 4202560 359860 0 0 0 210 57 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=6998] ppid=6987 vsize=15689408 CPUtime=2.65 cores=0,2,4,6
/proc/6989/task/6998/stat : 6998 (java) S 6987 6989 6934 0 -1 4202560 339931 0 0 0 201 64 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=6999] ppid=6987 vsize=15689408 CPUtime=3 cores=0,2,4,6
/proc/6989/task/6999/stat : 6999 (java) S 6987 6989 6934 0 -1 4202560 392903 0 0 0 234 66 0 0 16 0 22 0 522754127 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7000] ppid=6987 vsize=15689408 CPUtime=991.72 cores=0,2,4,6
/proc/6989/task/7000/stat : 7000 (java) R 6987 6989 6934 0 -1 4202560 767170 0 0 0 99046 126 0 0 18 0 22 0 522754128 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 47324492845128 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=6989/tid=7001] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7001/stat : 7001 (java) S 6987 6989 6934 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522754128 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=7002] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7002/stat : 7002 (java) S 6987 6989 6934 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 522754128 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=7003] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7003/stat : 7003 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216470961 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7004] ppid=6987 vsize=15689408 CPUtime=1.15 cores=0,2,4,6
/proc/6989/task/7004/stat : 7004 (java) S 6987 6989 6934 0 -1 4202560 5890 0 0 0 115 0 0 0 15 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7005] ppid=6987 vsize=15689408 CPUtime=0.78 cores=0,2,4,6
/proc/6989/task/7005/stat : 7005 (java) S 6987 6989 6934 0 -1 4202560 3335 0 0 0 77 1 0 0 16 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7006] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7006/stat : 7006 (java) S 6987 6989 6934 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 6 0 0 0
[pid=6989/tid=7007] ppid=6987 vsize=15689408 CPUtime=0 cores=0,2,4,6
/proc/6989/task/7007/stat : 7007 (java) S 6987 6989 6934 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 522754130 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463872 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=7013] ppid=6987 vsize=15689408 CPUtime=299.67 cores=0,2,4,6
/proc/6989/task/7013/stat : 7013 (java) S 6987 6989 6934 0 -1 4202560 84285 0 0 0 29951 16 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
[pid=6989/tid=7014] ppid=6987 vsize=15689408 CPUtime=299.12 cores=0,2,4,6
/proc/6989/task/7014/stat : 7014 (java) S 6987 6989 6934 0 -1 4202560 89318 0 0 0 29895 17 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 2 0 0 0
[pid=6989/tid=7015] ppid=6987 vsize=15689408 CPUtime=298.52 cores=0,2,4,6
/proc/6989/task/7015/stat : 7015 (java) S 6987 6989 6934 0 -1 4202560 65335 0 0 0 29841 11 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 0 0 0 0
[pid=6989/tid=7016] ppid=6987 vsize=15689408 CPUtime=299.7 cores=0,2,4,6
/proc/6989/task/7016/stat : 7016 (java) S 6987 6989 6934 0 -1 4202560 71985 0 0 0 29956 14 0 0 15 0 22 0 522754216 16065953792 3850347 33554432000 1073741824 1073778376 140734984528384 18446744073709551615 210216463257 0 4 0 16800975 18446604453917014016 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2214.95
Current children cumulated vsize (KiB) 15689408

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -6989

[startup+1302.3 s]
/proc/loadavg: 5.04 5.10 5.86 6/221 7102
/proc/meminfo: memFree=12948168/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=0 CPUtime=2217.25 cores=0,2,4,6
/proc/6989/stat : 6989 (java) Z 6987 6989 6934 0 -1 4203548 3866682 0 1 0 221029 696 0 0 18 0 2 0 522754126 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6989/statm: 0 0 0 0 0 0 0
[pid=6989/tid=7000] ppid=6987 vsize=0 CPUtime=994.02 cores=0,2,4,6
/proc/6989/task/7000/stat : 7000 (java) R 6987 6989 6934 0 -1 4203588 767170 0 0 0 99247 155 0 0 18 0 2 0 522754128 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2217.25
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.04 5.10 5.86 6/221 7102
/proc/meminfo: memFree=12948168/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=0 CPUtime=2217.35 cores=0,2,4,6
/proc/6989/stat : 6989 (java) Z 6987 6989 6934 0 -1 4203548 3866682 0 1 0 221029 706 0 0 18 0 2 0 522754126 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6989/statm: 0 0 0 0 0 0 0
[pid=6989/tid=7000] ppid=6987 vsize=0 CPUtime=994.12 cores=0,2,4,6
/proc/6989/task/7000/stat : 7000 (java) R 6987 6989 6934 0 -1 4203588 767170 0 0 0 99247 165 0 0 18 0 2 0 522754128 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2217.35
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.04 5.10 5.86 6/221 7102
/proc/meminfo: memFree=12948168/32951124 swapFree=67107188/67111528
[pid=6989] ppid=6987 vsize=0 CPUtime=2217.45 cores=0,2,4,6
/proc/6989/stat : 6989 (java) Z 6987 6989 6934 0 -1 4203548 3866682 0 1 0 221029 716 0 0 18 0 2 0 522754126 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6989/statm: 0 0 0 0 0 0 0
[pid=6989/tid=7000] ppid=6987 vsize=0 CPUtime=994.22 cores=0,2,4,6
/proc/6989/task/7000/stat : 7000 (java) R 6987 6989 6934 0 -1 4203588 767170 0 0 0 99247 175 0 0 18 0 2 0 522754128 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2217.45
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.57
CPU time (s): 2217.53
CPU user time (s): 2210.3
CPU system time (s): 7.2319
CPU usage (%): 170.242
Max. virtual memory (cumulated for all children) (KiB): 15696612

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

runsolver used 2.11168 second user time and 5.03623 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 23:12:36
IDJOB=3311140
IDBENCH=82525
IDSOLVER=1698
FILE ID=node130/3311140-1304111556
RUNJOBID= node130-1304111556-6952
PBS_JOBID= 13170686
Free space on /tmp= 71988 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S1098107876-060-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311140-1304111556/watcher-3311140-1304111556 -o /tmp/evaluation-result-3311140-1304111556/solver-3311140-1304111556 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311140-1304111556.cnf -hbr 2

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f8d77cf51b7a3bd2f2043a4a97c7d388
RANDOM SEED=1641238334

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31238760 kB
Buffers:        153664 kB
Cached:        1211396 kB
SwapCached:       1416 kB
Active:          85704 kB
Inactive:      1348420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31238760 kB
SwapTotal:    67111528 kB
SwapFree:     67107188 kB
Dirty:            7956 kB
Writeback:           0 kB
AnonPages:       67680 kB
Mapped:          21076 kB
Slab:           212660 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   777888 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71988 MiB
End job on node130 at 2011-04-29 23:34:19