Trace number 3312214

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) 3492.2 1302.57

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.0214
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

0.10/0.11	08:58 INFO : Reading from input HOME/instance-3312214-1304107735.cnf
15.62/15.12	Executor set job limit to 1000000
15.62/15.12	Executor set job limit to 1000000
15.62/15.12	Executor set job limit to 1000000
15.62/15.12	Executor set job limit to 1000000
15.62/15.12	Starting Executor!
15.62/15.12	Starting Executor!
15.62/15.12	Starting Executor!
15.62/15.12	Starting Executor!
95.86/92.47	10:31 INFO : 216670 variables remaining out of 224228
95.86/92.47	10:31 INFO : 91920947 literals remaining out of 17047018
2547.18/825.07	22:43 ERROR: Failed to solve instance
2547.18/825.07	java.lang.OutOfMemoryError: Java heap space
2547.18/825.07		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
2547.18/825.07		at ibis.structure.Solver.simplify(Solver.java:191)
2547.18/825.07		at ibis.structure.Solver.solve(Solver.java:113)
2547.18/825.07		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2547.18/825.07		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2547.18/825.07		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2547.18/825.07		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2547.18/825.07		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2547.18/825.07		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2547.18/825.07		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2547.18/825.07		at ibis.constellation.Executor.processActivities(Executor.java:75)
2547.18/825.07		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2547.18/825.07		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2547.18/825.07		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2641.36/887.54	23:46 ERROR: Failed to solve instance
2641.36/887.54	java.lang.OutOfMemoryError: GC overhead limit exceeded
2641.36/887.54		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2641.36/887.54		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2641.36/887.54		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:39)
2641.36/887.54		at ibis.structure.Solver.addBinary(Solver.java:97)
2641.36/887.54		at ibis.structure.Solver.propagate(Solver.java:261)
2641.36/887.54		at ibis.structure.Solver.simplify(Solver.java:188)
2641.36/887.54		at ibis.structure.Solver.solve(Solver.java:113)
2641.36/887.54		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2641.36/887.54		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2641.36/887.54		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2641.36/887.54		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2641.36/887.54		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2641.36/887.54		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2641.36/887.54		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2641.36/887.54		at ibis.constellation.Executor.processActivities(Executor.java:75)
2641.36/887.54		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2641.36/887.54		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2641.36/887.54		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2662.81/903.86	24:02 ERROR: Failed to solve instance
2662.81/903.86	java.lang.OutOfMemoryError: Java heap space
2662.81/903.86		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2662.81/903.86		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2662.81/903.86		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2662.81/903.86		at ibis.structure.WatchLists.build(WatchLists.java:58)
2662.81/903.86		at ibis.structure.Solver.<init>(Solver.java:45)
2662.81/903.86		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2662.81/903.86		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2662.81/903.86		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2662.81/903.86		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2662.81/903.86		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2662.81/903.86		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2662.81/903.86		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2662.81/903.86		at ibis.constellation.Executor.processActivities(Executor.java:75)
2662.81/903.86		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2662.81/903.86		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2662.81/903.86		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2731.91/954.55	24:53 ERROR: Failed to solve instance
2731.91/954.55	java.lang.OutOfMemoryError: GC overhead limit exceeded
2731.91/954.55		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2731.91/954.55		at gnu.trove.THash.postInsertHook(THash.java:370)
2731.91/954.55		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2731.91/954.55		at ibis.structure.WatchLists.build(WatchLists.java:56)
2731.91/954.55		at ibis.structure.Solver.<init>(Solver.java:45)
2731.91/954.55		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2731.91/954.55		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2731.91/954.55		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2731.91/954.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2731.91/954.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2731.91/954.55		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2731.91/954.55		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2731.91/954.55		at ibis.constellation.Executor.processActivities(Executor.java:75)
2731.91/954.55		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2731.91/954.55		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2731.91/954.55		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3047.72/1082.20	27:00 ERROR: Failed to solve instance
3047.72/1082.20	java.lang.OutOfMemoryError: GC overhead limit exceeded
3080.20/1103.93	27:22 ERROR: Failed to solve instance
3080.20/1103.93	java.lang.OutOfMemoryError: Java heap space
3123.52/1136.09	27:54 ERROR: Failed to solve instance
3123.52/1136.09	java.lang.OutOfMemoryError: Java heap space
3410.76/1251.50	29:50 ERROR: Failed to solve instance
3410.76/1251.50	java.lang.OutOfMemoryError: GC overhead limit exceeded
3453.03/1282.65	30:21 ERROR: Failed to solve instance
3453.03/1282.65	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-3312214-1304107735/watcher-3312214-1304107735 -o /tmp/evaluation-result-3312214-1304107735/solver-3312214-1304107735 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312214-1304107735.cnf -hbr 2 

running on 4 cores: 1,3,5,7

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: 5.95 7.60 7.85 2/198 4948
/proc/meminfo: memFree=30760564/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 1415 0 0 0 0 0 0 0 24 0 2 0 254965082 27824128 886 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 6793 893 682 9 0 381 0
[pid=4948/tid=4949] ppid=4946 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) R 4946 4948 4889 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 254965083 27824128 895 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268660354768 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0125309 s]
/proc/loadavg: 5.95 7.60 7.85 2/198 4948
/proc/meminfo: memFree=30760564/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 2567 0 1 0 0 0 0 0 24 0 10 0 254965082 15965847552 2008 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 3897912 2008 1143 9 0 3888660 0
[pid=4948/tid=4949] ppid=4946 vsize=15591648 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) R 4946 4948 4889 0 -1 4202560 1200 0 1 0 0 0 0 0 25 0 10 0 254965083 15965847552 2008 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 46912504009824 0 4 0 16784584 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15591648

[startup+0.100565 s]
/proc/loadavg: 5.95 7.60 7.85 2/198 4948
/proc/meminfo: memFree=30760564/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=15676376 CPUtime=0.1 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 5617 0 1 0 9 1 0 0 24 0 18 0 254965082 16052609024 5056 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 3919094 5056 2117 9 0 3909813 0
[pid=4948/tid=4949] ppid=4946 vsize=15676376 CPUtime=0.08 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) R 4946 4948 4889 0 -1 4202560 3475 0 1 0 7 1 0 0 18 0 18 0 254965083 16052609024 5057 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 47055626233480 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676376

[startup+0.300519 s]
/proc/loadavg: 5.95 7.60 7.85 2/198 4948
/proc/meminfo: memFree=30760564/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=15679796 CPUtime=0.51 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 16020 0 1 0 49 2 0 0 24 0 18 0 254965082 16056111104 14528 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 3919949 14535 2206 9 0 3910668 0
[pid=4948/tid=4949] ppid=4946 vsize=15679796 CPUtime=0.28 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) R 4946 4948 4889 0 -1 4202560 10969 0 1 0 26 2 0 0 18 0 18 0 254965083 16056111104 14538 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 46912505642673 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679796

[startup+0.700448 s]
/proc/loadavg: 5.95 7.60 7.85 2/198 4948
/proc/meminfo: memFree=30760564/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=15679796 CPUtime=0.93 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 42131 0 1 0 87 6 0 0 24 0 18 0 254965082 16056111104 40636 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 3919949 40636 2222 9 0 3910668 0
[pid=4948/tid=4949] ppid=4946 vsize=15679796 CPUtime=0.68 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) R 4946 4948 4889 0 -1 4202560 35517 0 1 0 63 5 0 0 18 0 18 0 254965083 16056111104 40636 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672488907 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15679796

[startup+1.87124 s]
/proc/loadavg: 5.95 7.60 7.85 2/198 4948
/proc/meminfo: memFree=30760564/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=15679796 CPUtime=2.15 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 77300 0 1 0 203 12 0 0 24 0 18 0 254965082 16056111104 75785 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 3919949 75785 2229 9 0 3910668 0
[pid=4948/tid=4949] ppid=4946 vsize=15679796 CPUtime=1.83 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) R 4946 4948 4889 0 -1 4202560 64426 0 1 0 172 11 0 0 20 0 18 0 254965083 16056111104 75785 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672488907 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 15679796

[startup+3.10103 s]
/proc/loadavg: 5.95 7.60 7.85 4/216 4966
/proc/meminfo: memFree=30010268/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=15679796 CPUtime=3.42 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 139911 0 1 0 323 19 0 0 24 0 18 0 254965082 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 3919949 138390 2240 9 0 3910668 0
[pid=4948/tid=4949] ppid=4946 vsize=15679796 CPUtime=3.06 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) R 4946 4948 4889 0 -1 4202560 127016 0 1 0 289 17 0 0 24 0 18 0 254965083 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 46912505529565 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4948/tid=4951] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4951/stat : 4951 (java) S 4946 4948 4889 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 18 0 254965083 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4952] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4952/stat : 4952 (java) S 4946 4948 4889 0 -1 4202560 936 0 0 0 0 0 0 0 15 0 18 0 254965083 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4953] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4953/stat : 4953 (java) S 4946 4948 4889 0 -1 4202560 840 0 0 0 0 0 0 0 16 0 18 0 254965083 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4954] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4954/stat : 4954 (java) S 4946 4948 4889 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 254965083 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4955] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4955/stat : 4955 (java) S 4946 4948 4889 0 -1 4202560 335 0 0 0 0 0 0 0 15 0 18 0 254965083 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4956] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4956/stat : 4956 (java) S 4946 4948 4889 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 254965083 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4957] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4957/stat : 4957 (java) S 4946 4948 4889 0 -1 4202560 3139 0 0 0 0 0 0 0 15 0 18 0 254965083 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4958] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4958/stat : 4958 (java) S 4946 4948 4889 0 -1 4202560 2229 0 0 0 0 0 0 0 15 0 18 0 254965083 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4959] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4959/stat : 4959 (java) S 4946 4948 4889 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 18 0 254965084 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478720 0 0 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4960] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4960/stat : 4960 (java) S 4946 4948 4889 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 254965085 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4961] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4961/stat : 4961 (java) S 4946 4948 4889 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 254965085 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4962] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4962/stat : 4962 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 254965087 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4963] ppid=4946 vsize=15679796 CPUtime=0.15 cores=1,3,5,7
/proc/4948/task/4963/stat : 4963 (java) S 4946 4948 4889 0 -1 4202560 2254 0 0 0 15 0 0 0 15 0 18 0 254965087 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4964] ppid=4946 vsize=15679796 CPUtime=0.12 cores=1,3,5,7
/proc/4948/task/4964/stat : 4964 (java) S 4946 4948 4889 0 -1 4202560 1464 0 0 0 12 0 0 0 15 0 18 0 254965087 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4965] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4965/stat : 4965 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 254965087 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4966] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4966/stat : 4966 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 254965087 16056111104 138390 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 15679796

[startup+6.30147 s]
/proc/loadavg: 5.64 7.50 7.82 4/216 4966
/proc/meminfo: memFree=29867300/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=15679796 CPUtime=6.7 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 155561 0 1 0 648 22 0 0 24 0 18 0 254965082 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 3919949 151688 2240 9 0 3910668 0
[pid=4948/tid=4949] ppid=4946 vsize=15679796 CPUtime=6.22 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) R 4946 4948 4889 0 -1 4202560 127023 0 1 0 604 18 0 0 25 0 18 0 254965083 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 46912505513850 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4948/tid=4951] ppid=4946 vsize=15679796 CPUtime=0.01 cores=1,3,5,7
/proc/4948/task/4951/stat : 4951 (java) S 4946 4948 4889 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 18 0 254965083 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4952] ppid=4946 vsize=15679796 CPUtime=0.01 cores=1,3,5,7
/proc/4948/task/4952/stat : 4952 (java) S 4946 4948 4889 0 -1 4202560 936 0 0 0 1 0 0 0 15 0 18 0 254965083 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4953] ppid=4946 vsize=15679796 CPUtime=0.03 cores=1,3,5,7
/proc/4948/task/4953/stat : 4953 (java) S 4946 4948 4889 0 -1 4202560 11080 0 0 0 2 1 0 0 15 0 18 0 254965083 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4954] ppid=4946 vsize=15679796 CPUtime=0.01 cores=1,3,5,7
/proc/4948/task/4954/stat : 4954 (java) S 4946 4948 4889 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 18 0 254965083 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4955] ppid=4946 vsize=15679796 CPUtime=0.01 cores=1,3,5,7
/proc/4948/task/4955/stat : 4955 (java) S 4946 4948 4889 0 -1 4202560 335 0 0 0 1 0 0 0 15 0 18 0 254965083 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4956] ppid=4946 vsize=15679796 CPUtime=0.02 cores=1,3,5,7
/proc/4948/task/4956/stat : 4956 (java) S 4946 4948 4889 0 -1 4202560 5126 0 0 0 2 0 0 0 15 0 18 0 254965083 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4957] ppid=4946 vsize=15679796 CPUtime=0.02 cores=1,3,5,7
/proc/4948/task/4957/stat : 4957 (java) S 4946 4948 4889 0 -1 4202560 3139 0 0 0 2 0 0 0 15 0 18 0 254965083 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4958] ppid=4946 vsize=15679796 CPUtime=0.01 cores=1,3,5,7
/proc/4948/task/4958/stat : 4958 (java) S 4946 4948 4889 0 -1 4202560 2229 0 0 0 1 0 0 0 15 0 18 0 254965083 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4959] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4959/stat : 4959 (java) S 4946 4948 4889 0 -1 4202560 479 0 0 0 0 0 0 0 15 0 18 0 254965084 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478720 0 0 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4960] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4960/stat : 4960 (java) S 4946 4948 4889 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 254965085 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4961] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4961/stat : 4961 (java) S 4946 4948 4889 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 254965085 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4962] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4962/stat : 4962 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 254965087 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4963] ppid=4946 vsize=15679796 CPUtime=0.15 cores=1,3,5,7
/proc/4948/task/4963/stat : 4963 (java) S 4946 4948 4889 0 -1 4202560 2254 0 0 0 15 0 0 0 15 0 18 0 254965087 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4964] ppid=4946 vsize=15679796 CPUtime=0.12 cores=1,3,5,7
/proc/4948/task/4964/stat : 4964 (java) S 4946 4948 4889 0 -1 4202560 1464 0 0 0 12 0 0 0 15 0 18 0 254965087 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4965] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4965/stat : 4965 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 254965087 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4966] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4966/stat : 4966 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 254965087 16056111104 151688 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 15679796

[startup+12.7013 s]
/proc/loadavg: 5.35 7.41 7.78 4/216 4966
/proc/meminfo: memFree=28125196/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=15679796 CPUtime=13.22 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 239777 0 1 0 1285 37 0 0 24 0 18 0 254965082 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 3919949 235840 2240 9 0 3910668 0
[pid=4948/tid=4949] ppid=4946 vsize=15679796 CPUtime=12.58 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) R 4946 4948 4889 0 -1 4202560 190600 0 1 0 1228 30 0 0 25 0 18 0 254965083 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 46912505529499 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4948/tid=4951] ppid=4946 vsize=15679796 CPUtime=0.03 cores=1,3,5,7
/proc/4948/task/4951/stat : 4951 (java) S 4946 4948 4889 0 -1 4202560 106 0 0 0 3 0 0 0 16 0 18 0 254965083 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4952] ppid=4946 vsize=15679796 CPUtime=0.02 cores=1,3,5,7
/proc/4948/task/4952/stat : 4952 (java) S 4946 4948 4889 0 -1 4202560 936 0 0 0 2 0 0 0 15 0 18 0 254965083 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4953] ppid=4946 vsize=15679796 CPUtime=0.05 cores=1,3,5,7
/proc/4948/task/4953/stat : 4953 (java) S 4946 4948 4889 0 -1 4202560 11083 0 0 0 4 1 0 0 15 0 18 0 254965083 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4954] ppid=4946 vsize=15679796 CPUtime=0.03 cores=1,3,5,7
/proc/4948/task/4954/stat : 4954 (java) S 4946 4948 4889 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 18 0 254965083 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4955] ppid=4946 vsize=15679796 CPUtime=0.02 cores=1,3,5,7
/proc/4948/task/4955/stat : 4955 (java) S 4946 4948 4889 0 -1 4202560 336 0 0 0 2 0 0 0 15 0 18 0 254965083 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4956] ppid=4946 vsize=15679796 CPUtime=0.03 cores=1,3,5,7
/proc/4948/task/4956/stat : 4956 (java) S 4946 4948 4889 0 -1 4202560 5126 0 0 0 3 0 0 0 15 0 18 0 254965083 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4957] ppid=4946 vsize=15679796 CPUtime=0.06 cores=1,3,5,7
/proc/4948/task/4957/stat : 4957 (java) S 4946 4948 4889 0 -1 4202560 23622 0 0 0 4 2 0 0 15 0 18 0 254965083 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4958] ppid=4946 vsize=15679796 CPUtime=0.03 cores=1,3,5,7
/proc/4948/task/4958/stat : 4958 (java) S 4946 4948 4889 0 -1 4202560 2231 0 0 0 3 0 0 0 15 0 18 0 254965083 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4959] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4959/stat : 4959 (java) S 4946 4948 4889 0 -1 4202560 625 0 0 0 0 0 0 0 15 0 18 0 254965084 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478720 0 0 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4960] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4960/stat : 4960 (java) S 4946 4948 4889 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 254965085 16056111104 235840 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4961] ppid=4946 vsize=15679796 CPUtime=0 cores=1,3,5,7

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

/proc/4948/task/4955/stat : 4955 (java) S 4946 4948 4889 0 -1 4202560 601505 0 0 0 1118 97 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4956] ppid=4946 vsize=15750396 CPUtime=12.3 cores=1,3,5,7
/proc/4948/task/4956/stat : 4956 (java) S 4946 4948 4889 0 -1 4202560 504751 0 0 0 1145 85 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4957] ppid=4946 vsize=15750396 CPUtime=12.94 cores=1,3,5,7
/proc/4948/task/4957/stat : 4957 (java) S 4946 4948 4889 0 -1 4202560 535527 0 0 0 1211 83 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4958] ppid=4946 vsize=15750396 CPUtime=12.62 cores=1,3,5,7
/proc/4948/task/4958/stat : 4958 (java) S 4946 4948 4889 0 -1 4202560 496168 0 0 0 1176 86 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4959] ppid=4946 vsize=15750396 CPUtime=334.19 cores=1,3,5,7
/proc/4948/task/4959/stat : 4959 (java) S 4946 4948 4889 0 -1 4202560 174204 0 0 0 33393 26 0 0 15 0 22 0 254965084 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478720 0 0 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4960] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4960/stat : 4960 (java) S 4946 4948 4889 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 254965085 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4961] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4961/stat : 4961 (java) S 4946 4948 4889 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 254965085 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4962] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4962/stat : 4962 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4963] ppid=4946 vsize=15750396 CPUtime=1.71 cores=1,3,5,7
/proc/4948/task/4963/stat : 4963 (java) S 4946 4948 4889 0 -1 4202560 16235 0 0 0 170 1 0 0 15 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4964] ppid=4946 vsize=15750396 CPUtime=0.97 cores=1,3,5,7
/proc/4948/task/4964/stat : 4964 (java) S 4946 4948 4889 0 -1 4202560 3255 0 0 0 97 0 0 0 15 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4965] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4965/stat : 4965 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4966] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4966/stat : 4966 (java) S 4946 4948 4889 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4967] ppid=4946 vsize=15750396 CPUtime=637.72 cores=1,3,5,7
/proc/4948/task/4967/stat : 4967 (java) R 4946 4948 4889 0 -1 4202560 121 0 0 0 63772 0 0 0 23 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 47055629872218 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4948/tid=4968] ppid=4946 vsize=15750396 CPUtime=650.93 cores=1,3,5,7
/proc/4948/task/4968/stat : 4968 (java) R 4946 4948 4889 0 -1 4202560 4763 0 0 0 65093 0 0 0 22 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 46912506145477 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4948/tid=4969] ppid=4946 vsize=15750396 CPUtime=723.24 cores=1,3,5,7
/proc/4948/task/4969/stat : 4969 (java) R 4946 4948 4889 0 -1 4202560 1059 0 0 0 72324 0 0 0 22 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 46912505603328 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4948/tid=4970] ppid=4946 vsize=15750396 CPUtime=716.78 cores=1,3,5,7
/proc/4948/task/4970/stat : 4970 (java) R 4946 4948 4889 0 -1 4202560 587 0 0 0 71678 0 0 0 22 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 46912506145331 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3255.07
Current children cumulated vsize (KiB) 15750396

[startup+1242.3 s]
/proc/loadavg: 6.19 6.86 7.28 5/220 5054
/proc/meminfo: memFree=14045812/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=15750396 CPUtime=3401.26 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 4368023 0 1 0 339426 700 0 0 24 0 22 0 254965082 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 3937599 3847811 2295 9 0 3928318 0
[pid=4948/tid=4949] ppid=4946 vsize=15750396 CPUtime=90.71 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) S 4946 4948 4889 0 -1 4202560 210558 0 1 0 9037 34 0 0 25 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4951] ppid=4946 vsize=15750396 CPUtime=12.7 cores=1,3,5,7
/proc/4948/task/4951/stat : 4951 (java) S 4946 4948 4889 0 -1 4202560 482079 0 0 0 1200 70 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4952] ppid=4946 vsize=15750396 CPUtime=12.25 cores=1,3,5,7
/proc/4948/task/4952/stat : 4952 (java) S 4946 4948 4889 0 -1 4202560 517082 0 0 0 1145 80 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4953] ppid=4946 vsize=15750396 CPUtime=12.05 cores=1,3,5,7
/proc/4948/task/4953/stat : 4953 (java) S 4946 4948 4889 0 -1 4202560 385436 0 0 0 1144 61 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4954] ppid=4946 vsize=15750396 CPUtime=11.65 cores=1,3,5,7
/proc/4948/task/4954/stat : 4954 (java) S 4946 4948 4889 0 -1 4202560 433191 0 0 0 1098 67 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4955] ppid=4946 vsize=15750396 CPUtime=12.15 cores=1,3,5,7
/proc/4948/task/4955/stat : 4955 (java) S 4946 4948 4889 0 -1 4202560 601505 0 0 0 1118 97 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4956] ppid=4946 vsize=15750396 CPUtime=12.3 cores=1,3,5,7
/proc/4948/task/4956/stat : 4956 (java) S 4946 4948 4889 0 -1 4202560 504751 0 0 0 1145 85 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4957] ppid=4946 vsize=15750396 CPUtime=12.94 cores=1,3,5,7
/proc/4948/task/4957/stat : 4957 (java) S 4946 4948 4889 0 -1 4202560 535527 0 0 0 1211 83 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4958] ppid=4946 vsize=15750396 CPUtime=12.62 cores=1,3,5,7
/proc/4948/task/4958/stat : 4958 (java) S 4946 4948 4889 0 -1 4202560 496168 0 0 0 1176 86 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4959] ppid=4946 vsize=15750396 CPUtime=365.39 cores=1,3,5,7
/proc/4948/task/4959/stat : 4959 (java) R 4946 4948 4889 0 -1 4202560 174208 0 0 0 36513 26 0 0 25 0 22 0 254965084 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268660359802 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=4948/tid=4960] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4960/stat : 4960 (java) S 4946 4948 4889 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 254965085 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4961] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4961/stat : 4961 (java) S 4946 4948 4889 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 254965085 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4962] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4962/stat : 4962 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4963] ppid=4946 vsize=15750396 CPUtime=1.71 cores=1,3,5,7
/proc/4948/task/4963/stat : 4963 (java) S 4946 4948 4889 0 -1 4202560 16235 0 0 0 170 1 0 0 15 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4964] ppid=4946 vsize=15750396 CPUtime=0.97 cores=1,3,5,7
/proc/4948/task/4964/stat : 4964 (java) S 4946 4948 4889 0 -1 4202560 3255 0 0 0 97 0 0 0 15 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4965] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4965/stat : 4965 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4966] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4966/stat : 4966 (java) S 4946 4948 4889 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4967] ppid=4946 vsize=15750396 CPUtime=666.42 cores=1,3,5,7
/proc/4948/task/4967/stat : 4967 (java) S 4946 4948 4889 0 -1 4202560 133 0 0 0 66642 0 0 0 15 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4968] ppid=4946 vsize=15750396 CPUtime=679.67 cores=1,3,5,7
/proc/4948/task/4968/stat : 4968 (java) S 4946 4948 4889 0 -1 4202560 4774 0 0 0 67966 1 0 0 15 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4969] ppid=4946 vsize=15750396 CPUtime=752.03 cores=1,3,5,7
/proc/4948/task/4969/stat : 4969 (java) S 4946 4948 4889 0 -1 4202560 1065 0 0 0 75202 1 0 0 15 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4970] ppid=4946 vsize=15750396 CPUtime=745.55 cores=1,3,5,7
/proc/4948/task/4970/stat : 4970 (java) S 4946 4948 4889 0 -1 4202560 596 0 0 0 74555 0 0 0 15 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3401.26
Current children cumulated vsize (KiB) 15750396



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.74 6.56 7.15 7/220 5056
/proc/meminfo: memFree=12130620/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=15750396 CPUtime=3489.34 cores=1,3,5,7
/proc/4948/stat : 4948 (java) S 4946 4948 4889 0 -1 4202496 4368085 0 1 0 348233 701 0 0 24 0 22 0 254965082 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 3937599 3847811 2295 9 0 3928318 0
[pid=4948/tid=4949] ppid=4946 vsize=15750396 CPUtime=90.71 cores=1,3,5,7
/proc/4948/task/4949/stat : 4949 (java) S 4946 4948 4889 0 -1 4202560 210558 0 1 0 9037 34 0 0 25 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4951] ppid=4946 vsize=15750396 CPUtime=12.7 cores=1,3,5,7
/proc/4948/task/4951/stat : 4951 (java) S 4946 4948 4889 0 -1 4202560 482079 0 0 0 1200 70 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4952] ppid=4946 vsize=15750396 CPUtime=12.25 cores=1,3,5,7
/proc/4948/task/4952/stat : 4952 (java) S 4946 4948 4889 0 -1 4202560 517082 0 0 0 1145 80 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4953] ppid=4946 vsize=15750396 CPUtime=12.05 cores=1,3,5,7
/proc/4948/task/4953/stat : 4953 (java) S 4946 4948 4889 0 -1 4202560 385436 0 0 0 1144 61 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4954] ppid=4946 vsize=15750396 CPUtime=11.65 cores=1,3,5,7
/proc/4948/task/4954/stat : 4954 (java) S 4946 4948 4889 0 -1 4202560 433191 0 0 0 1098 67 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4955] ppid=4946 vsize=15750396 CPUtime=12.15 cores=1,3,5,7
/proc/4948/task/4955/stat : 4955 (java) S 4946 4948 4889 0 -1 4202560 601505 0 0 0 1118 97 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4956] ppid=4946 vsize=15750396 CPUtime=12.3 cores=1,3,5,7
/proc/4948/task/4956/stat : 4956 (java) S 4946 4948 4889 0 -1 4202560 504751 0 0 0 1145 85 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4957] ppid=4946 vsize=15750396 CPUtime=12.94 cores=1,3,5,7
/proc/4948/task/4957/stat : 4957 (java) S 4946 4948 4889 0 -1 4202560 535527 0 0 0 1211 83 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4958] ppid=4946 vsize=15750396 CPUtime=12.62 cores=1,3,5,7
/proc/4948/task/4958/stat : 4958 (java) S 4946 4948 4889 0 -1 4202560 496168 0 0 0 1176 86 0 0 16 0 22 0 254965083 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4959] ppid=4946 vsize=15750396 CPUtime=412.94 cores=1,3,5,7
/proc/4948/task/4959/stat : 4959 (java) R 4946 4948 4889 0 -1 4202560 174212 0 0 0 41267 27 0 0 25 0 22 0 254965084 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 47055628615776 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=4948/tid=4960] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4960/stat : 4960 (java) S 4946 4948 4889 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 254965085 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4961] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4961/stat : 4961 (java) S 4946 4948 4889 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 254965085 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4962] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4962/stat : 4962 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672485809 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4963] ppid=4946 vsize=15750396 CPUtime=1.71 cores=1,3,5,7
/proc/4948/task/4963/stat : 4963 (java) S 4946 4948 4889 0 -1 4202560 16235 0 0 0 170 1 0 0 15 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
[pid=4948/tid=4964] ppid=4946 vsize=15750396 CPUtime=0.97 cores=1,3,5,7
/proc/4948/task/4964/stat : 4964 (java) S 4946 4948 4889 0 -1 4202560 3255 0 0 0 97 0 0 0 15 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4965] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4965/stat : 4965 (java) S 4946 4948 4889 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4966] ppid=4946 vsize=15750396 CPUtime=0 cores=1,3,5,7
/proc/4948/task/4966/stat : 4966 (java) S 4946 4948 4889 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 254965087 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478720 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4967] ppid=4946 vsize=15750396 CPUtime=676.56 cores=1,3,5,7
/proc/4948/task/4967/stat : 4967 (java) S 4946 4948 4889 0 -1 4202560 144 0 0 0 67656 0 0 0 16 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 3 0 0 0
[pid=4948/tid=4968] ppid=4946 vsize=15750396 CPUtime=689.81 cores=1,3,5,7
/proc/4948/task/4968/stat : 4968 (java) S 4946 4948 4889 0 -1 4202560 4797 0 0 0 68980 1 0 0 16 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 5 0 0 0
[pid=4948/tid=4969] ppid=4946 vsize=15750396 CPUtime=762.13 cores=1,3,5,7
/proc/4948/task/4969/stat : 4969 (java) S 4946 4948 4889 0 -1 4202560 1074 0 0 0 76212 1 0 0 16 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 7 0 0 0
[pid=4948/tid=4970] ppid=4946 vsize=15750396 CPUtime=755.69 cores=1,3,5,7
/proc/4948/task/4970/stat : 4970 (java) S 4946 4948 4889 0 -1 4202560 607 0 0 0 75569 0 0 0 16 0 22 0 254966595 16128405504 3847811 33554432000 1073741824 1073778376 140735571267056 18446744073709551615 268672478105 0 4 0 16800975 18446604471130864640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3489.34
Current children cumulated vsize (KiB) 15750396

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4948

[startup+1302.3 s]
/proc/loadavg: 5.74 6.56 7.15 6/221 5057
/proc/meminfo: memFree=12130488/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=0 CPUtime=3491.91 cores=1,3,5,7
/proc/4948/stat : 4948 (java) Z 4946 4948 4889 0 -1 4203548 4368103 0 1 0 348466 725 0 0 18 0 2 0 254965082 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 0 0 0 0 0 0 0
[pid=4948/tid=4959] ppid=4946 vsize=0 CPUtime=415.14 cores=1,3,5,7
/proc/4948/task/4959/stat : 4959 (java) R 4946 4948 4889 0 -1 4203588 174212 0 0 0 41462 52 0 0 18 0 2 0 254965084 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3491.91
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 5.74 6.56 7.15 6/221 5057
/proc/meminfo: memFree=12130488/32951124 swapFree=67111524/67111528
[pid=4948] ppid=4946 vsize=0 CPUtime=3492.11 cores=1,3,5,7
/proc/4948/stat : 4948 (java) Z 4946 4948 4889 0 -1 4203548 4368103 0 1 0 348466 745 0 0 18 0 2 0 254965082 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4948/statm: 0 0 0 0 0 0 0
[pid=4948/tid=4959] ppid=4946 vsize=0 CPUtime=415.34 cores=1,3,5,7
/proc/4948/task/4959/stat : 4959 (java) R 4946 4948 4889 0 -1 4203588 174212 0 0 0 41462 72 0 0 18 0 2 0 254965084 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3492.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.57
CPU time (s): 3492.2
CPU user time (s): 3484.67
CPU system time (s): 7.52985
CPU usage (%): 268.1
Max. virtual memory (cumulated for all children) (KiB): 15754180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3484.67
system time used= 7.52985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4368103
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= 43752
involuntary context switches= 100965

runsolver used 2.22366 second user time and 4.96624 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 22:08:58
IDJOB=3312214
IDBENCH=82430
IDSOLVER=1698
FILE ID=node107/3312214-1304107735
RUNJOBID= node107-1304107735-4908
PBS_JOBID= 13170667
Free space on /tmp= 71704 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312214-1304107735/watcher-3312214-1304107735 -o /tmp/evaluation-result-3312214-1304107735/solver-3312214-1304107735 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312214-1304107735.cnf -hbr 2

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=1920072568

node107.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.829
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.65
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.829
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.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30760844 kB
Buffers:        340896 kB
Cached:        1219592 kB
SwapCached:          4 kB
Active:         396376 kB
Inactive:      1441940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30760844 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          101228 kB
Writeback:           0 kB
AnonPages:      277084 kB
Mapped:          23356 kB
Slab:           287188 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   942668 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= 71692 MiB
End job on node107 at 2011-04-29 22:30:41