Trace number 3312240

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) 3516.65 1302.65

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

0.10/0.12	15:41 INFO : Reading from input HOME/instance-3312240-1304100936.cnf
25.93/25.12	Executor set job limit to 1000000
25.93/25.12	Executor set job limit to 1000000
25.93/25.12	Executor set job limit to 1000000
25.93/25.12	Executor set job limit to 1000000
25.93/25.12	Starting Executor!
25.93/25.12	Starting Executor!
25.93/25.12	Starting Executor!
25.93/25.12	Starting Executor!
113.71/107.69	17:29 INFO : 298129 variables remaining out of 489685
113.71/107.69	17:29 INFO : 40838146 literals remaining out of 27919440
2914.06/923.14	31:03 ERROR: Failed to solve instance
2914.06/923.14	java.lang.OutOfMemoryError: GC overhead limit exceeded
2914.06/923.14		at gnu.trove.TIntHash.setUp(TIntHash.java:134)
2914.06/923.14		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:83)
2914.06/923.14		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:68)
2914.06/923.14		at gnu.trove.TIntHash.<init>(TIntHash.java:60)
2914.06/923.14		at gnu.trove.TIntHashSet.<init>(TIntHashSet.java:59)
2914.06/923.14		at ibis.structure.WatchLists.build(WatchLists.java:47)
2914.06/923.14		at ibis.structure.Solver.<init>(Solver.java:45)
2914.06/923.14		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2914.06/923.14		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2914.06/923.14		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2914.06/923.14		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2914.06/923.14		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2914.06/923.14		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2914.06/923.14		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2914.06/923.14		at ibis.constellation.Executor.processActivities(Executor.java:75)
2914.06/923.14		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2914.06/923.14		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2914.06/923.14		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2917.47/926.53	31:08 ERROR: Failed to solve instance
2917.47/926.53	java.lang.OutOfMemoryError: Java heap space
2917.47/926.53		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
2917.47/926.53		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
2917.47/926.53		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
2917.47/926.53		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
2917.47/926.53		at ibis.structure.Solver.<init>(Solver.java:37)
2917.47/926.53		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2917.47/926.53		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2917.47/926.53		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2917.47/926.53		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2917.47/926.53		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2917.47/926.53		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2917.47/926.53		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2917.47/926.53		at ibis.constellation.Executor.processActivities(Executor.java:75)
2917.47/926.53		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2917.47/926.53		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2917.47/926.53		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2933.27/941.54	31:23 ERROR: Failed to solve instance
2933.27/941.54	java.lang.OutOfMemoryError: GC overhead limit exceeded
2933.27/941.54		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2933.27/941.54		at gnu.trove.THash.compact(THash.java:197)
2933.27/941.54		at gnu.trove.THash.removeAt(THash.java:261)
2933.27/941.54		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
2933.27/941.54		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
2933.27/941.54		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
2933.27/941.54		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
2933.27/941.54		at ibis.structure.Solver.propagate(Solver.java:271)
2933.27/941.54		at ibis.structure.Solver.simplify(Solver.java:188)
2933.27/941.54		at ibis.structure.Solver.solve(Solver.java:113)
2933.27/941.54		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2933.27/941.54		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2933.27/941.54		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2933.27/941.54		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2933.27/941.54		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2933.27/941.54		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2933.27/941.54		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2933.27/941.54		at ibis.constellation.Executor.processActivities(Executor.java:75)
2933.27/941.54		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2933.27/941.54		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2933.27/941.54		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2966.87/967.10	31:47 ERROR: Failed to solve instance
2966.87/967.10	java.lang.OutOfMemoryError: GC overhead limit exceeded
2966.87/967.10		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2966.87/967.10		at gnu.trove.THash.postInsertHook(THash.java:370)
2966.87/967.10		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2966.87/967.10		at ibis.structure.WatchLists.build(WatchLists.java:56)
2966.87/967.10		at ibis.structure.Solver.<init>(Solver.java:45)
2966.87/967.10		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2966.87/967.10		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2966.87/967.10		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2966.87/967.10		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2966.87/967.10		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2966.87/967.10		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2966.87/967.10		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2966.87/967.10		at ibis.constellation.Executor.processActivities(Executor.java:75)
2966.87/967.10		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2966.87/967.10		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2966.87/967.10		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3058.96/1025.72	32:47 ERROR: Failed to solve instance
3058.96/1025.72	java.lang.OutOfMemoryError: GC overhead limit exceeded
3085.07/1040.52	33:02 ERROR: Failed to solve instance
3085.07/1040.52	java.lang.OutOfMemoryError: Java heap space
3408.71/1209.59	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space
3446.25/1235.46	36:16 ERROR: Failed to solve instance
3446.25/1235.46	java.lang.OutOfMemoryError: GC overhead limit exceeded

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-3312240-1304100936/watcher-3312240-1304100936 -o /tmp/evaluation-result-3312240-1304100936/solver-3312240-1304100936 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312240-1304100936.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: 6.05 7.63 7.88 3/172 13264
/proc/meminfo: memFree=26240084/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/13264/stat : 13264 (java) R 13262 13264 12928 0 -1 4202496 891 0 0 0 0 0 0 0 21 0 1 0 521692745 23580672 378 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242965587733 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13264/statm: 5757 389 301 9 0 124 0

[startup+0.099651 s]
/proc/loadavg: 6.05 7.63 7.88 3/172 13264
/proc/meminfo: memFree=26240084/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=15676336 CPUtime=0.1 cores=0,2,4,6
/proc/13264/stat : 13264 (java) S 13262 13264 12928 0 -1 4202496 5350 0 1 0 9 1 0 0 21 0 18 0 521692745 16052568064 4790 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 3919084 4790 2116 9 0 3909803 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676336

[startup+0.100626 s]
/proc/loadavg: 6.05 7.63 7.88 3/172 13264
/proc/meminfo: memFree=26240084/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=15676336 CPUtime=0.1 cores=0,2,4,6
/proc/13264/stat : 13264 (java) S 13262 13264 12928 0 -1 4202496 5358 0 1 0 9 1 0 0 21 0 18 0 521692745 16052568064 4798 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 3919084 4798 2117 9 0 3909803 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676336

[startup+0.300612 s]
/proc/loadavg: 6.05 7.63 7.88 3/172 13264
/proc/meminfo: memFree=26240084/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=15680344 CPUtime=0.49 cores=0,2,4,6
/proc/13264/stat : 13264 (java) S 13262 13264 12928 0 -1 4202496 10271 0 1 0 44 5 0 0 21 0 18 0 521692745 16056672256 9365 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 3920086 9365 2203 9 0 3910805 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 15680344

[startup+0.700542 s]
/proc/loadavg: 6.05 7.63 7.88 3/172 13264
/proc/meminfo: memFree=26240084/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=15684456 CPUtime=1.01 cores=0,2,4,6
/proc/13264/stat : 13264 (java) S 13262 13264 12928 0 -1 4202496 42927 0 1 0 93 8 0 0 21 0 18 0 521692745 16060882944 41066 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 3921114 41066 2223 9 0 3911833 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 15684456

[startup+1.5014 s]
/proc/loadavg: 6.05 7.63 7.88 3/190 13282
/proc/meminfo: memFree=26033680/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=15684456 CPUtime=1.84 cores=0,2,4,6
/proc/13264/stat : 13264 (java) S 13262 13264 12928 0 -1 4202496 76884 0 1 0 171 13 0 0 21 0 18 0 521692745 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 3921114 75020 2223 9 0 3911833 0
[pid=13264/tid=13266] ppid=13262 vsize=15684456 CPUtime=1.46 cores=0,2,4,6
/proc/13264/task/13266/stat : 13266 (java) R 13262 13264 12928 0 -1 4202560 65318 0 1 0 138 8 0 0 19 0 18 0 521692746 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982369025 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13264/tid=13267] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13267/stat : 13267 (java) S 13262 13264 12928 0 -1 4202560 2006 0 0 0 0 0 0 0 15 0 18 0 521692746 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13268] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13268/stat : 13268 (java) S 13262 13264 12928 0 -1 4202560 376 0 0 0 0 0 0 0 15 0 18 0 521692746 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13269] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13269/stat : 13269 (java) S 13262 13264 12928 0 -1 4202560 515 0 0 0 0 0 0 0 15 0 18 0 521692746 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13270] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13270/stat : 13270 (java) S 13262 13264 12928 0 -1 4202560 970 0 0 0 0 0 0 0 16 0 18 0 521692746 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13271] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13271/stat : 13271 (java) S 13262 13264 12928 0 -1 4202560 799 0 0 0 0 0 0 0 15 0 18 0 521692746 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13272] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13272/stat : 13272 (java) S 13262 13264 12928 0 -1 4202560 1343 0 0 0 0 0 0 0 16 0 18 0 521692746 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13273] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13273/stat : 13273 (java) S 13262 13264 12928 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 18 0 521692746 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13274] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13274/stat : 13274 (java) S 13262 13264 12928 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 18 0 521692746 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13275] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13275/stat : 13275 (java) S 13262 13264 12928 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 521692747 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366720 0 0 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13276] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13276/stat : 13276 (java) S 13262 13264 12928 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521692748 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13277] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13277/stat : 13277 (java) S 13262 13264 12928 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521692748 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13278] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13278/stat : 13278 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521692750 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982373809 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13279] ppid=13262 vsize=15684456 CPUtime=0.1 cores=0,2,4,6
/proc/13264/task/13279/stat : 13279 (java) S 13262 13264 12928 0 -1 4202560 434 0 0 0 8 2 0 0 25 0 18 0 521692750 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13280] ppid=13262 vsize=15684456 CPUtime=0.22 cores=0,2,4,6
/proc/13264/task/13280/stat : 13280 (java) S 13262 13264 12928 0 -1 4202560 3495 0 0 0 21 1 0 0 17 0 18 0 521692750 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13281] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13281/stat : 13281 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521692750 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13282] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13282/stat : 13282 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521692750 16060882944 75020 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366720 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 15684456

[startup+3.10112 s]
/proc/loadavg: 6.05 7.63 7.88 3/188 13282
/proc/meminfo: memFree=25794276/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=15684456 CPUtime=3.53 cores=0,2,4,6
/proc/13264/stat : 13264 (java) S 13262 13264 12928 0 -1 4202496 146597 0 1 0 330 23 0 0 21 0 18 0 521692745 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 3921114 144700 2241 9 0 3911833 0
[pid=13264/tid=13266] ppid=13262 vsize=15684456 CPUtime=3.04 cores=0,2,4,6
/proc/13264/task/13266/stat : 13266 (java) R 13262 13264 12928 0 -1 4202560 125937 0 1 0 287 17 0 0 22 0 18 0 521692746 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982376907 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13264/tid=13267] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13267/stat : 13267 (java) S 13262 13264 12928 0 -1 4202560 2006 0 0 0 0 0 0 0 16 0 18 0 521692746 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13268] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13268/stat : 13268 (java) S 13262 13264 12928 0 -1 4202560 855 0 0 0 0 0 0 0 16 0 18 0 521692746 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13269] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13269/stat : 13269 (java) S 13262 13264 12928 0 -1 4202560 515 0 0 0 0 0 0 0 16 0 18 0 521692746 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13270] ppid=13262 vsize=15684456 CPUtime=0.01 cores=0,2,4,6
/proc/13264/task/13270/stat : 13270 (java) S 13262 13264 12928 0 -1 4202560 3605 0 0 0 1 0 0 0 16 0 18 0 521692746 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13271] ppid=13262 vsize=15684456 CPUtime=0.01 cores=0,2,4,6
/proc/13264/task/13271/stat : 13271 (java) S 13262 13264 12928 0 -1 4202560 824 0 0 0 1 0 0 0 16 0 18 0 521692746 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13272] ppid=13262 vsize=15684456 CPUtime=0.01 cores=0,2,4,6
/proc/13264/task/13272/stat : 13272 (java) S 13262 13264 12928 0 -1 4202560 6985 0 0 0 1 0 0 0 16 0 18 0 521692746 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13273] ppid=13262 vsize=15684456 CPUtime=0.01 cores=0,2,4,6
/proc/13264/task/13273/stat : 13273 (java) S 13262 13264 12928 0 -1 4202560 42 0 0 0 1 0 0 0 16 0 18 0 521692746 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13274] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13274/stat : 13274 (java) S 13262 13264 12928 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 18 0 521692746 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13275] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13275/stat : 13275 (java) S 13262 13264 12928 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 521692747 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366720 0 0 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13276] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13276/stat : 13276 (java) S 13262 13264 12928 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521692748 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13277] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13277/stat : 13277 (java) S 13262 13264 12928 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521692748 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13278] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13278/stat : 13278 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521692750 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982373809 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13279] ppid=13262 vsize=15684456 CPUtime=0.12 cores=0,2,4,6
/proc/13264/task/13279/stat : 13279 (java) S 13262 13264 12928 0 -1 4202560 448 0 0 0 10 2 0 0 15 0 18 0 521692750 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13280] ppid=13262 vsize=15684456 CPUtime=0.24 cores=0,2,4,6
/proc/13264/task/13280/stat : 13280 (java) S 13262 13264 12928 0 -1 4202560 3542 0 0 0 23 1 0 0 15 0 18 0 521692750 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13281] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13281/stat : 13281 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521692750 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13282] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13282/stat : 13282 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521692750 16060882944 144700 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366720 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 15684456

[startup+6.30153 s]
/proc/loadavg: 5.89 7.57 7.86 4/210 13305
/proc/meminfo: memFree=24527156/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=15684456 CPUtime=6.78 cores=0,2,4,6
/proc/13264/stat : 13264 (java) S 13262 13264 12928 0 -1 4202496 285124 0 1 0 638 40 0 0 21 0 18 0 521692745 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 3921114 283220 2241 9 0 3911833 0
[pid=13264/tid=13266] ppid=13262 vsize=15684456 CPUtime=6.21 cores=0,2,4,6
/proc/13264/task/13266/stat : 13266 (java) R 13262 13264 12928 0 -1 4202560 253951 0 1 0 588 33 0 0 25 0 18 0 521692746 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982376907 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13264/tid=13267] ppid=13262 vsize=15684456 CPUtime=0.01 cores=0,2,4,6
/proc/13264/task/13267/stat : 13267 (java) S 13262 13264 12928 0 -1 4202560 2006 0 0 0 1 0 0 0 15 0 18 0 521692746 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13268] ppid=13262 vsize=15684456 CPUtime=0.01 cores=0,2,4,6
/proc/13264/task/13268/stat : 13268 (java) S 13262 13264 12928 0 -1 4202560 856 0 0 0 1 0 0 0 15 0 18 0 521692746 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13269] ppid=13262 vsize=15684456 CPUtime=0.01 cores=0,2,4,6
/proc/13264/task/13269/stat : 13269 (java) S 13262 13264 12928 0 -1 4202560 515 0 0 0 1 0 0 0 15 0 18 0 521692746 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13270] ppid=13262 vsize=15684456 CPUtime=0.02 cores=0,2,4,6
/proc/13264/task/13270/stat : 13270 (java) S 13262 13264 12928 0 -1 4202560 3605 0 0 0 2 0 0 0 15 0 18 0 521692746 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13271] ppid=13262 vsize=15684456 CPUtime=0.02 cores=0,2,4,6
/proc/13264/task/13271/stat : 13271 (java) S 13262 13264 12928 0 -1 4202560 825 0 0 0 2 0 0 0 15 0 18 0 521692746 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13272] ppid=13262 vsize=15684456 CPUtime=0.02 cores=0,2,4,6
/proc/13264/task/13272/stat : 13272 (java) S 13262 13264 12928 0 -1 4202560 6986 0 0 0 2 0 0 0 15 0 18 0 521692746 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13273] ppid=13262 vsize=15684456 CPUtime=0.02 cores=0,2,4,6
/proc/13264/task/13273/stat : 13273 (java) S 13262 13264 12928 0 -1 4202560 42 0 0 0 2 0 0 0 15 0 18 0 521692746 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13274] ppid=13262 vsize=15684456 CPUtime=0.02 cores=0,2,4,6
/proc/13264/task/13274/stat : 13274 (java) S 13262 13264 12928 0 -1 4202560 10257 0 0 0 1 1 0 0 15 0 18 0 521692746 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13275] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13275/stat : 13275 (java) S 13262 13264 12928 0 -1 4202560 706 0 0 0 0 0 0 0 15 0 18 0 521692747 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366720 0 0 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13276] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13276/stat : 13276 (java) S 13262 13264 12928 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521692748 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13277] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13277/stat : 13277 (java) S 13262 13264 12928 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521692748 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13278] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13278/stat : 13278 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521692750 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982373809 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13279] ppid=13262 vsize=15684456 CPUtime=0.12 cores=0,2,4,6
/proc/13264/task/13279/stat : 13279 (java) S 13262 13264 12928 0 -1 4202560 448 0 0 0 10 2 0 0 15 0 18 0 521692750 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13280] ppid=13262 vsize=15684456 CPUtime=0.24 cores=0,2,4,6
/proc/13264/task/13280/stat : 13280 (java) S 13262 13264 12928 0 -1 4202560 3542 0 0 0 23 1 0 0 15 0 18 0 521692750 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13281] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13281/stat : 13281 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521692750 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13282] ppid=13262 vsize=15684456 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13282/stat : 13282 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521692750 16060882944 283220 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366720 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 15684456

[startup+12.7014 s]
/proc/loadavg: 5.81 7.52 7.85 3/210 13305
/proc/meminfo: memFree=22825060/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=15684456 CPUtime=13.29 cores=0,2,4,6
/proc/13264/stat : 13264 (java) S 13262 13264 12928 0 -1 4202496 305905 0 1 0 1285 44 0 0 21 0 18 0 521692745 16060882944 301355 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 3921114 301355 2241 9 0 3911833 0
[pid=13264/tid=13266] ppid=13262 vsize=15684456 CPUtime=12.56 cores=0,2,4,6

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

/proc/13264/task/13269/stat : 13269 (java) S 13262 13264 12928 0 -1 4202560 331282 0 0 0 1021 102 0 0 16 0 22 0 521692746 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13270] ppid=13262 vsize=15688568 CPUtime=10.58 cores=0,2,4,6
/proc/13264/task/13270/stat : 13270 (java) S 13262 13264 12928 0 -1 4202560 579109 0 0 0 896 162 0 0 16 0 22 0 521692746 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13271] ppid=13262 vsize=15688568 CPUtime=11.79 cores=0,2,4,6
/proc/13264/task/13271/stat : 13271 (java) S 13262 13264 12928 0 -1 4202560 517254 0 0 0 1036 143 0 0 16 0 22 0 521692746 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13272] ppid=13262 vsize=15688568 CPUtime=11.09 cores=0,2,4,6
/proc/13264/task/13272/stat : 13272 (java) S 13262 13264 12928 0 -1 4202560 471294 0 0 0 973 136 0 0 16 0 22 0 521692746 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13273] ppid=13262 vsize=15688568 CPUtime=11.04 cores=0,2,4,6
/proc/13264/task/13273/stat : 13273 (java) S 13262 13264 12928 0 -1 4202560 559126 0 0 0 959 145 0 0 16 0 22 0 521692746 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13274] ppid=13262 vsize=15688568 CPUtime=11.24 cores=0,2,4,6
/proc/13264/task/13274/stat : 13274 (java) S 13262 13264 12928 0 -1 4202560 470696 0 0 0 1003 121 0 0 16 0 22 0 521692746 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13275] ppid=13262 vsize=15688568 CPUtime=301.92 cores=0,2,4,6
/proc/13264/task/13275/stat : 13275 (java) R 13262 13264 12928 0 -1 4202560 114308 0 0 0 30157 35 0 0 17 0 22 0 521692747 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 46921157934937 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=13264/tid=13276] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13276/stat : 13276 (java) S 13262 13264 12928 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 521692748 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13277] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13277/stat : 13277 (java) S 13262 13264 12928 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 521692748 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13278] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13278/stat : 13278 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521692750 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982373809 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13279] ppid=13262 vsize=15688568 CPUtime=1.94 cores=0,2,4,6
/proc/13264/task/13279/stat : 13279 (java) S 13262 13264 12928 0 -1 4202560 18487 0 0 0 190 4 0 0 15 0 22 0 521692750 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13280] ppid=13262 vsize=15688568 CPUtime=1.15 cores=0,2,4,6
/proc/13264/task/13280/stat : 13280 (java) S 13262 13264 12928 0 -1 4202560 4668 0 0 0 114 1 0 0 15 0 22 0 521692750 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13281] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13281/stat : 13281 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521692750 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13282] ppid=13262 vsize=15688568 CPUtime=0.01 cores=0,2,4,6
/proc/13264/task/13282/stat : 13282 (java) S 13262 13264 12928 0 -1 4202560 66 0 0 0 0 1 0 0 15 0 22 0 521692750 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366720 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13306] ppid=13262 vsize=15688568 CPUtime=683.32 cores=0,2,4,6
/proc/13264/task/13306/stat : 13306 (java) S 13262 13264 12928 0 -1 4202560 95 0 0 0 68329 3 0 0 18 0 22 0 521695258 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13307] ppid=13262 vsize=15688568 CPUtime=685.68 cores=0,2,4,6
/proc/13264/task/13307/stat : 13307 (java) S 13262 13264 12928 0 -1 4202560 142 0 0 0 68561 7 0 0 18 0 22 0 521695258 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13308] ppid=13262 vsize=15688568 CPUtime=746.46 cores=0,2,4,6
/proc/13264/task/13308/stat : 13308 (java) S 13262 13264 12928 0 -1 4202560 79 0 0 0 74633 13 0 0 18 0 22 0 521695258 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13309] ppid=13262 vsize=15688568 CPUtime=745.42 cores=0,2,4,6
/proc/13264/task/13309/stat : 13309 (java) S 13262 13264 12928 0 -1 4202560 112 0 0 0 74518 24 0 0 18 0 22 0 521695258 16065093632 3862744 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 1
Current children cumulated CPU time (s) 3358.67
Current children cumulated vsize (KiB) 15688568

[startup+1242.31 s]
/proc/loadavg: 2.78 3.93 5.63 3/217 13346
/proc/meminfo: memFree=99492/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=15688568 CPUtime=3455.77 cores=0,2,4,6
/proc/13264/stat : 13264 (java) S 13262 13264 12928 0 -1 4202496 4346028 0 1 0 344384 1193 0 0 21 0 21 0 521692745 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 3922142 3862745 2296 9 0 3912861 0
[pid=13264/tid=13266] ppid=13262 vsize=15688568 CPUtime=104.12 cores=0,2,4,6
/proc/13264/task/13266/stat : 13266 (java) S 13262 13264 12928 0 -1 4202560 436778 0 1 0 10349 63 0 0 18 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13267] ppid=13262 vsize=15688568 CPUtime=11.1 cores=0,2,4,6
/proc/13264/task/13267/stat : 13267 (java) S 13262 13264 12928 0 -1 4202560 404959 0 0 0 1020 90 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 20
[pid=13264/tid=13268] ppid=13262 vsize=15688568 CPUtime=10.4 cores=0,2,4,6
/proc/13264/task/13268/stat : 13268 (java) S 13262 13264 12928 0 -1 4202560 436125 0 0 0 909 131 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13269] ppid=13262 vsize=15688568 CPUtime=11.23 cores=0,2,4,6
/proc/13264/task/13269/stat : 13269 (java) S 13262 13264 12928 0 -1 4202560 331282 0 0 0 1021 102 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13270] ppid=13262 vsize=15688568 CPUtime=10.58 cores=0,2,4,6
/proc/13264/task/13270/stat : 13270 (java) S 13262 13264 12928 0 -1 4202560 579109 0 0 0 896 162 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13271] ppid=13262 vsize=15688568 CPUtime=11.79 cores=0,2,4,6
/proc/13264/task/13271/stat : 13271 (java) S 13262 13264 12928 0 -1 4202560 517254 0 0 0 1036 143 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13272] ppid=13262 vsize=15688568 CPUtime=11.09 cores=0,2,4,6
/proc/13264/task/13272/stat : 13272 (java) S 13262 13264 12928 0 -1 4202560 471294 0 0 0 973 136 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13273] ppid=13262 vsize=15688568 CPUtime=11.04 cores=0,2,4,6
/proc/13264/task/13273/stat : 13273 (java) S 13262 13264 12928 0 -1 4202560 559126 0 0 0 959 145 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13274] ppid=13262 vsize=15688568 CPUtime=11.24 cores=0,2,4,6
/proc/13264/task/13274/stat : 13274 (java) S 13262 13264 12928 0 -1 4202560 470696 0 0 0 1003 121 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13275] ppid=13262 vsize=15688568 CPUtime=347.12 cores=0,2,4,6
/proc/13264/task/13275/stat : 13275 (java) R 13262 13264 12928 0 -1 4202560 114310 0 0 0 34676 36 0 0 16 0 21 0 521692747 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 46921157934356 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=13264/tid=13276] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13276/stat : 13276 (java) S 13262 13264 12928 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 21 0 521692748 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13277] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13277/stat : 13277 (java) S 13262 13264 12928 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 21 0 521692748 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13278] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13278/stat : 13278 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 521692750 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982373809 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13279] ppid=13262 vsize=15688568 CPUtime=1.94 cores=0,2,4,6
/proc/13264/task/13279/stat : 13279 (java) S 13262 13264 12928 0 -1 4202560 18487 0 0 0 190 4 0 0 15 0 21 0 521692750 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13280] ppid=13262 vsize=15688568 CPUtime=1.15 cores=0,2,4,6
/proc/13264/task/13280/stat : 13280 (java) S 13262 13264 12928 0 -1 4202560 4668 0 0 0 114 1 0 0 15 0 21 0 521692750 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13281] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13281/stat : 13281 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 521692750 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13282] ppid=13262 vsize=15688568 CPUtime=0.01 cores=0,2,4,6
/proc/13264/task/13282/stat : 13282 (java) S 13262 13264 12928 0 -1 4202560 68 0 0 0 0 1 0 0 15 0 21 0 521692750 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366720 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13306] ppid=13262 vsize=15688568 CPUtime=698.08 cores=0,2,4,6
/proc/13264/task/13306/stat : 13306 (java) S 13262 13264 12928 0 -1 4202560 114 0 0 0 69805 3 0 0 16 0 21 0 521695258 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13307] ppid=13262 vsize=15688568 CPUtime=700.43 cores=0,2,4,6
/proc/13264/task/13307/stat : 13307 (java) S 13262 13264 12928 0 -1 4202560 163 0 0 0 70036 7 0 0 15 0 21 0 521695258 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366720 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13308] ppid=13262 vsize=15688568 CPUtime=761.23 cores=0,2,4,6
/proc/13264/task/13308/stat : 13308 (java) S 13262 13264 12928 0 -1 4202560 92 0 0 0 76110 13 0 0 16 0 21 0 521695258 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3455.77
Current children cumulated vsize (KiB) 15688568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.32 3.59 5.41 3/217 13347
/proc/meminfo: memFree=99576/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=15688568 CPUtime=3514 cores=0,2,4,6
/proc/13264/stat : 13264 (java) S 13262 13264 12928 0 -1 4202496 4346134 0 1 0 350205 1195 0 0 21 0 21 0 521692745 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 3922142 3862745 2296 9 0 3912861 0
[pid=13264/tid=13266] ppid=13262 vsize=15688568 CPUtime=104.12 cores=0,2,4,6
/proc/13264/task/13266/stat : 13266 (java) S 13262 13264 12928 0 -1 4202560 436778 0 1 0 10349 63 0 0 18 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13267] ppid=13262 vsize=15688568 CPUtime=11.1 cores=0,2,4,6
/proc/13264/task/13267/stat : 13267 (java) S 13262 13264 12928 0 -1 4202560 404959 0 0 0 1020 90 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 20
[pid=13264/tid=13268] ppid=13262 vsize=15688568 CPUtime=10.4 cores=0,2,4,6
/proc/13264/task/13268/stat : 13268 (java) S 13262 13264 12928 0 -1 4202560 436125 0 0 0 909 131 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13269] ppid=13262 vsize=15688568 CPUtime=11.23 cores=0,2,4,6
/proc/13264/task/13269/stat : 13269 (java) S 13262 13264 12928 0 -1 4202560 331282 0 0 0 1021 102 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13270] ppid=13262 vsize=15688568 CPUtime=10.58 cores=0,2,4,6
/proc/13264/task/13270/stat : 13270 (java) S 13262 13264 12928 0 -1 4202560 579109 0 0 0 896 162 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13271] ppid=13262 vsize=15688568 CPUtime=11.79 cores=0,2,4,6
/proc/13264/task/13271/stat : 13271 (java) S 13262 13264 12928 0 -1 4202560 517254 0 0 0 1036 143 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
[pid=13264/tid=13272] ppid=13262 vsize=15688568 CPUtime=11.09 cores=0,2,4,6
/proc/13264/task/13272/stat : 13272 (java) S 13262 13264 12928 0 -1 4202560 471294 0 0 0 973 136 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13273] ppid=13262 vsize=15688568 CPUtime=11.04 cores=0,2,4,6
/proc/13264/task/13273/stat : 13273 (java) S 13262 13264 12928 0 -1 4202560 559126 0 0 0 959 145 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13274] ppid=13262 vsize=15688568 CPUtime=11.24 cores=0,2,4,6
/proc/13264/task/13274/stat : 13274 (java) S 13262 13264 12928 0 -1 4202560 470696 0 0 0 1003 121 0 0 16 0 21 0 521692746 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13275] ppid=13262 vsize=15688568 CPUtime=404.52 cores=0,2,4,6
/proc/13264/task/13275/stat : 13275 (java) R 13262 13264 12928 0 -1 4202560 114314 0 0 0 40414 38 0 0 19 0 21 0 521692747 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 46921157205172 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=13264/tid=13276] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13276/stat : 13276 (java) S 13262 13264 12928 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 21 0 521692748 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13277] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13277/stat : 13277 (java) S 13262 13264 12928 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 21 0 521692748 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13278] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13278/stat : 13278 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 521692750 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982373809 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13279] ppid=13262 vsize=15688568 CPUtime=1.94 cores=0,2,4,6
/proc/13264/task/13279/stat : 13279 (java) S 13262 13264 12928 0 -1 4202560 18487 0 0 0 190 4 0 0 15 0 21 0 521692750 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13280] ppid=13262 vsize=15688568 CPUtime=1.15 cores=0,2,4,6
/proc/13264/task/13280/stat : 13280 (java) S 13262 13264 12928 0 -1 4202560 4668 0 0 0 114 1 0 0 15 0 21 0 521692750 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 6 0 0 0
[pid=13264/tid=13281] ppid=13262 vsize=15688568 CPUtime=0 cores=0,2,4,6
/proc/13264/task/13281/stat : 13281 (java) S 13262 13264 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 521692750 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13282] ppid=13262 vsize=15688568 CPUtime=0.01 cores=0,2,4,6
/proc/13264/task/13282/stat : 13282 (java) S 13262 13264 12928 0 -1 4202560 72 0 0 0 0 1 0 0 15 0 21 0 521692750 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366720 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13306] ppid=13262 vsize=15688568 CPUtime=698.36 cores=0,2,4,6
/proc/13264/task/13306/stat : 13306 (java) S 13262 13264 12928 0 -1 4202560 114 0 0 0 69833 3 0 0 15 0 21 0 521695258 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 4 0 0 0
[pid=13264/tid=13307] ppid=13262 vsize=15688568 CPUtime=700.71 cores=0,2,4,6
/proc/13264/task/13307/stat : 13307 (java) S 13262 13264 12928 0 -1 4202560 207 0 0 0 70064 7 0 0 15 0 21 0 521695258 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 2 0 0 0
[pid=13264/tid=13308] ppid=13262 vsize=15688568 CPUtime=761.51 cores=0,2,4,6
/proc/13264/task/13308/stat : 13308 (java) S 13262 13264 12928 0 -1 4202560 146 0 0 0 76138 13 0 0 15 0 21 0 521695258 16065093632 3862745 33554432000 1073741824 1073778376 140736493465200 18446744073709551615 242982366105 0 4 0 16800975 18446604446667217792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3514
Current children cumulated vsize (KiB) 15688568

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13264

[startup+1302.3 s]
/proc/loadavg: 2.32 3.59 5.41 4/218 13348
/proc/meminfo: memFree=99568/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=0 CPUtime=3516.3 cores=0,2,4,6
/proc/13264/stat : 13264 (java) Z 13262 13264 12928 0 -1 4203548 4346143 0 1 0 350407 1223 0 0 18 0 2 0 521692745 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 0 0 0 0 0 0 0
[pid=13264/tid=13281] ppid=13262 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/13264/task/13281/stat : 13281 (java) R 13262 13264 12928 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 521692750 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3516.3
Current children cumulated vsize (KiB) 0

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

[startup+1302.6 s]
/proc/loadavg: 2.32 3.59 5.41 4/218 13348
/proc/meminfo: memFree=99568/32951132 swapFree=67111364/67111528
[pid=13264] ppid=13262 vsize=0 CPUtime=3516.6 cores=0,2,4,6
/proc/13264/stat : 13264 (java) Z 13262 13264 12928 0 -1 4203548 4346143 0 1 0 350407 1253 0 0 18 0 2 0 521692745 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13264/statm: 0 0 0 0 0 0 0
[pid=13264/tid=13281] ppid=13262 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/13264/task/13281/stat : 13281 (java) R 13262 13264 12928 0 -1 4203588 1 0 0 0 0 58 0 0 18 0 2 0 521692750 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3516.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.65
CPU time (s): 3516.65
CPU user time (s): 3504.07
CPU system time (s): 12.5821
CPU usage (%): 269.962
Max. virtual memory (cumulated for all children) (KiB): 15718316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3504.07
system time used= 12.5821
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4346143
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= 52706
involuntary context switches= 66687

runsolver used 2.27765 second user time and 4.92225 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 20:15:41
IDJOB=3312240
IDBENCH=82371
IDSOLVER=1698
FILE ID=node128/3312240-1304100936
RUNJOBID= node128-1304100936-13250
PBS_JOBID= 13170611
Free space on /tmp= 66644 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312240-1304100936/watcher-3312240-1304100936 -o /tmp/evaluation-result-3312240-1304100936/solver-3312240-1304100936 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312240-1304100936.cnf -hbr 2

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=576171206

node128.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.852
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.70
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.852
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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.75
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26240488 kB
Buffers:       1283320 kB
Cached:        4761028 kB
SwapCached:        160 kB
Active:         503116 kB
Inactive:      5609576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26240488 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          341748 kB
Writeback:           0 kB
AnonPages:       68272 kB
Mapped:          14788 kB
Slab:           535228 kB
PageTables:       4716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   191080 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66580 MiB
End job on node128 at 2011-04-29 20:37:24