Trace number 3312155

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) 3770.58 1300.57

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-30-step11.cnf
MD5SUM9bfe4b40d3567ce3687a43a15fbd33eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.7691
Satisfiable
(Un)Satisfiability was proved
Number of variables314455
Number of clauses2920820
Sum of the clauses size6301180
Maximum clause length145
Minimum clause length1
Number of clauses of size 1324
Number of clauses of size 22853423
Number of clauses of size 316851
Number of clauses of size 429788
Number of clauses of size 51583
Number of clauses of size over 518851

Solver Data

0.10/0.12	53:57 INFO : Reading from input HOME/instance-3312155-1304106835.cnf
9.31/8.93	Executor set job limit to 1000000
9.31/8.93	Executor set job limit to 1000000
9.31/8.93	Executor set job limit to 1000000
9.31/8.93	Executor set job limit to 1000000
9.31/8.93	Starting Executor!
9.31/8.93	Starting Executor!
9.31/8.93	Starting Executor!
9.31/8.93	Starting Executor!
81.53/77.90	55:15 INFO : 246477 variables remaining out of 314455
81.53/77.90	55:15 INFO : 72995598 literals remaining out of 9222000
3153.54/962.85	10:00 ERROR: Failed to solve instance
3153.54/962.85	java.lang.OutOfMemoryError: Java heap space
3153.54/962.85		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
3153.54/962.85		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
3153.54/962.85		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
3153.54/962.85		at ibis.structure.WatchLists.build(WatchLists.java:58)
3153.54/962.85		at ibis.structure.Solver.<init>(Solver.java:45)
3153.54/962.85		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3153.54/962.85		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3153.54/962.85		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3153.54/962.85		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3153.54/962.85		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3153.54/962.85		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3153.54/962.85		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3153.54/962.85		at ibis.constellation.Executor.processActivities(Executor.java:75)
3153.54/962.85		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3153.54/962.85		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3153.54/962.85		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3256.48/1028.91	11:06 ERROR: Failed to solve instance
3256.48/1028.91	java.lang.OutOfMemoryError: GC overhead limit exceeded
3256.48/1028.91		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
3256.48/1028.91		at gnu.trove.THash.postInsertHook(THash.java:370)
3256.48/1028.91		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3256.48/1028.91		at ibis.structure.WatchLists.build(WatchLists.java:56)
3256.48/1028.91		at ibis.structure.Solver.<init>(Solver.java:45)
3256.48/1028.91		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3256.48/1028.91		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3256.48/1028.91		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3256.48/1028.91		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3256.48/1028.91		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3256.48/1028.91		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3256.48/1028.91		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3256.48/1028.91		at ibis.constellation.Executor.processActivities(Executor.java:75)
3256.48/1028.91		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3256.48/1028.91		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3256.48/1028.91		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3276.23/1046.52	11:23 ERROR: Failed to solve instance
3276.23/1046.52	java.lang.OutOfMemoryError: GC overhead limit exceeded
3276.23/1046.52		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
3276.23/1046.52		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
3276.23/1046.52		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:38)
3276.23/1046.52		at ibis.structure.Solver.addBinary(Solver.java:97)
3276.23/1046.52		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
3276.23/1046.52		at ibis.structure.Solver.simplify(Solver.java:191)
3276.23/1046.52		at ibis.structure.Solver.solve(Solver.java:113)
3276.23/1046.52		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
3276.23/1046.52		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3276.23/1046.52		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3276.23/1046.52		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3276.23/1046.52		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3276.23/1046.52		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3276.23/1046.52		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3276.23/1046.52		at ibis.constellation.Executor.processActivities(Executor.java:75)
3276.23/1046.52		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3276.23/1046.52		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3276.23/1046.52		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3304.74/1069.67	11:47 ERROR: Failed to solve instance
3304.74/1069.67	java.lang.OutOfMemoryError: GC overhead limit exceeded
3304.74/1069.67		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
3304.74/1069.67		at gnu.trove.THash.postInsertHook(THash.java:370)
3304.74/1069.67		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3304.74/1069.67		at ibis.structure.WatchLists.build(WatchLists.java:56)
3304.74/1069.67		at ibis.structure.Solver.<init>(Solver.java:45)
3304.74/1069.67		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3304.74/1069.67		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3304.74/1069.67		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3304.74/1069.67		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3304.74/1069.67		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3304.74/1069.67		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3304.74/1069.67		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3304.74/1069.67		at ibis.constellation.Executor.processActivities(Executor.java:75)
3304.74/1069.67		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3304.74/1069.67		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3304.74/1069.67		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3321.14/1081.63	11:59 ERROR: Failed to solve instance
3321.14/1081.63	java.lang.OutOfMemoryError: Java heap space
3349.44/1104.30	12:21 ERROR: Failed to solve instance
3349.44/1104.30	java.lang.OutOfMemoryError: GC overhead limit exceeded
3392.08/1135.80	12:53 ERROR: Failed to solve instance
3392.08/1135.80	java.lang.OutOfMemoryError: GC overhead limit exceeded
3677.02/1260.84	Exception in thread "SingleThreadedConstellation 2" 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-3312155-1304106835/watcher-3312155-1304106835 -o /tmp/evaluation-result-3312155-1304106835/solver-3312155-1304106835 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312155-1304106835.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: 4.99 5.71 5.89 2/197 22131
/proc/meminfo: memFree=15048280/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/22131/stat : 22131 (java) R 22129 22131 21847 0 -1 4202496 1191 0 0 0 0 0 0 0 17 0 1 0 600914359 23580672 678 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224279963537 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22131/statm: 5757 678 505 9 0 124 0

[startup+0.086654 s]
/proc/loadavg: 4.99 5.71 5.89 2/197 22131
/proc/meminfo: memFree=15048280/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=15676800 CPUtime=0.09 cores=0,2,4,6
/proc/22131/stat : 22131 (java) S 22129 22131 21847 0 -1 4202496 5360 0 1 0 8 1 0 0 17 0 18 0 600914359 16053043200 4778 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 3919200 4778 2115 9 0 3909919 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676800

[startup+0.100722 s]
/proc/loadavg: 4.99 5.71 5.89 2/197 22131
/proc/meminfo: memFree=15048280/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=15676800 CPUtime=0.1 cores=0,2,4,6
/proc/22131/stat : 22131 (java) S 22129 22131 21847 0 -1 4202496 5561 0 1 0 9 1 0 0 17 0 18 0 600914359 16053043200 4979 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 3919200 4979 2116 9 0 3909919 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676800

[startup+0.308676 s]
/proc/loadavg: 4.99 5.71 5.89 2/197 22131
/proc/meminfo: memFree=15048280/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=15680088 CPUtime=0.53 cores=0,2,4,6
/proc/22131/stat : 22131 (java) S 22129 22131 21847 0 -1 4202496 16313 0 1 0 51 2 0 0 17 0 18 0 600914359 16056410112 14786 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 3920022 14792 2206 9 0 3910741 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15680088

[startup+0.700551 s]
/proc/loadavg: 4.99 5.71 5.89 2/197 22131
/proc/meminfo: memFree=15048280/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=15680088 CPUtime=0.94 cores=0,2,4,6
/proc/22131/stat : 22131 (java) S 22129 22131 21847 0 -1 4202496 42380 0 1 0 88 6 0 0 17 0 18 0 600914359 16056410112 40851 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 3920022 40851 2222 9 0 3910741 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15680088

[startup+1.50144 s]
/proc/loadavg: 4.99 5.71 5.89 3/215 22149
/proc/meminfo: memFree=14889044/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=15680088 CPUtime=1.75 cores=0,2,4,6
/proc/22131/stat : 22131 (java) S 22129 22131 21847 0 -1 4202496 47923 0 1 0 169 6 0 0 17 0 18 0 600914359 16056410112 46378 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 3920022 46385 2222 9 0 3910741 0
[pid=22131/tid=22133] ppid=22129 vsize=15680088 CPUtime=1.46 cores=0,2,4,6
/proc/22131/task/22133/stat : 22133 (java) R 22129 22131 21847 0 -1 4202560 37765 0 1 0 141 5 0 0 19 0 18 0 600914360 16056410112 46387 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 46912505641619 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22131/tid=22134] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 21847 0 -1 4202560 367 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 46392 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22135] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 21847 0 -1 4202560 644 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 46396 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22136] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 21847 0 -1 4202560 1306 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 46401 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22137] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 21847 0 -1 4202560 614 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 46404 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22138] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 21847 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 46408 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22139] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 21847 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 46412 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22140] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22140/stat : 22140 (java) S 22129 22131 21847 0 -1 4202560 1934 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 46416 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22141] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22141/stat : 22141 (java) S 22129 22131 21847 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 46420 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22142] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22142/stat : 22142 (java) S 22129 22131 21847 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 600914361 16056410112 46424 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 0 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22143] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22143/stat : 22143 (java) S 22129 22131 21847 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 600914362 16056410112 46428 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22144] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22144/stat : 22144 (java) S 22129 22131 21847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 600914362 16056410112 46432 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22145] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22145/stat : 22145 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600914364 16056410112 46437 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296749489 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22146] ppid=22129 vsize=15680088 CPUtime=0.13 cores=0,2,4,6
/proc/22131/task/22146/stat : 22146 (java) S 22129 22131 21847 0 -1 4202560 2357 0 0 0 13 0 0 0 18 0 18 0 600914364 16056410112 46440 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22147] ppid=22129 vsize=15680088 CPUtime=0.1 cores=0,2,4,6
/proc/22131/task/22147/stat : 22147 (java) S 22129 22131 21847 0 -1 4202560 1363 0 0 0 10 0 0 0 17 0 18 0 600914364 16056410112 46444 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22148] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22148/stat : 22148 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600914364 16056410112 46448 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22149] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22149/stat : 22149 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600914364 16056410112 46452 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15680088

[startup+3.10116 s]
/proc/loadavg: 4.75 5.65 5.87 3/215 22149
/proc/meminfo: memFree=14751900/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=15680088 CPUtime=3.42 cores=0,2,4,6
/proc/22131/stat : 22131 (java) S 22129 22131 21847 0 -1 4202496 140042 0 1 0 324 18 0 0 17 0 18 0 600914359 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 3920022 138488 2240 9 0 3910741 0
[pid=22131/tid=22133] ppid=22129 vsize=15680088 CPUtime=3.05 cores=0,2,4,6
/proc/22131/task/22133/stat : 22133 (java) R 22129 22131 21847 0 -1 4202560 126730 0 1 0 289 16 0 0 22 0 18 0 600914360 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 46912505513776 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22131/tid=22134] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 21847 0 -1 4202560 367 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22135] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 21847 0 -1 4202560 644 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22136] ppid=22129 vsize=15680088 CPUtime=0.01 cores=0,2,4,6
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 21847 0 -1 4202560 1306 0 0 0 1 0 0 0 15 0 18 0 600914360 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22137] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 21847 0 -1 4202560 923 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22138] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 21847 0 -1 4202560 80 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22139] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 21847 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22140] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22140/stat : 22140 (java) S 22129 22131 21847 0 -1 4202560 4529 0 0 0 0 0 0 0 15 0 18 0 600914360 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22141] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22141/stat : 22141 (java) S 22129 22131 21847 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 18 0 600914360 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22142] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22142/stat : 22142 (java) S 22129 22131 21847 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 18 0 600914361 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 0 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22143] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22143/stat : 22143 (java) S 22129 22131 21847 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 600914362 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22144] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22144/stat : 22144 (java) S 22129 22131 21847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 600914362 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22145] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22145/stat : 22145 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600914364 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296749489 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22146] ppid=22129 vsize=15680088 CPUtime=0.15 cores=0,2,4,6
/proc/22131/task/22146/stat : 22146 (java) S 22129 22131 21847 0 -1 4202560 2420 0 0 0 15 0 0 0 15 0 18 0 600914364 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22147] ppid=22129 vsize=15680088 CPUtime=0.12 cores=0,2,4,6
/proc/22131/task/22147/stat : 22147 (java) S 22129 22131 21847 0 -1 4202560 1376 0 0 0 12 0 0 0 15 0 18 0 600914364 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22148] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22148/stat : 22148 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600914364 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22149] ppid=22129 vsize=15680088 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22149/stat : 22149 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600914364 16056410112 138488 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 15680088

[startup+6.30167 s]
/proc/loadavg: 4.75 5.65 5.87 3/205 22188
/proc/meminfo: memFree=30071868/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=15678992 CPUtime=6.7 cores=0,2,4,6
/proc/22131/stat : 22131 (java) S 22129 22131 21847 0 -1 4202496 155660 0 1 0 649 21 0 0 17 0 18 0 600914359 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 3919748 151323 2240 9 0 3910467 0
[pid=22131/tid=22133] ppid=22129 vsize=15678992 CPUtime=6.21 cores=0,2,4,6
/proc/22131/task/22133/stat : 22133 (java) R 22129 22131 21847 0 -1 4202560 126736 0 1 0 604 17 0 0 25 0 18 0 600914360 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296752587 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22131/tid=22134] ppid=22129 vsize=15678992 CPUtime=0.01 cores=0,2,4,6
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 21847 0 -1 4202560 367 0 0 0 1 0 0 0 15 0 18 0 600914360 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22135] ppid=22129 vsize=15678992 CPUtime=0.02 cores=0,2,4,6
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 21847 0 -1 4202560 10884 0 0 0 1 1 0 0 16 0 18 0 600914360 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22136] ppid=22129 vsize=15678992 CPUtime=0.02 cores=0,2,4,6
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 21847 0 -1 4202560 1306 0 0 0 2 0 0 0 15 0 18 0 600914360 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22137] ppid=22129 vsize=15678992 CPUtime=0.01 cores=0,2,4,6
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 21847 0 -1 4202560 923 0 0 0 1 0 0 0 15 0 18 0 600914360 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22138] ppid=22129 vsize=15678992 CPUtime=0.01 cores=0,2,4,6
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 21847 0 -1 4202560 80 0 0 0 1 0 0 0 15 0 18 0 600914360 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22139] ppid=22129 vsize=15678992 CPUtime=0.02 cores=0,2,4,6
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 21847 0 -1 4202560 5186 0 0 0 2 0 0 0 15 0 18 0 600914360 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22140] ppid=22129 vsize=15678992 CPUtime=0.02 cores=0,2,4,6
/proc/22131/task/22140/stat : 22140 (java) S 22129 22131 21847 0 -1 4202560 4529 0 0 0 2 0 0 0 15 0 18 0 600914360 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22141] ppid=22129 vsize=15678992 CPUtime=0.02 cores=0,2,4,6
/proc/22131/task/22141/stat : 22141 (java) S 22129 22131 21847 0 -1 4202560 21 0 0 0 2 0 0 0 15 0 18 0 600914360 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22142] ppid=22129 vsize=15678992 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22142/stat : 22142 (java) S 22129 22131 21847 0 -1 4202560 447 0 0 0 0 0 0 0 16 0 18 0 600914361 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 0 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22143] ppid=22129 vsize=15678992 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22143/stat : 22143 (java) S 22129 22131 21847 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 600914362 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22144] ppid=22129 vsize=15678992 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22144/stat : 22144 (java) S 22129 22131 21847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 600914362 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22145] ppid=22129 vsize=15678992 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22145/stat : 22145 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600914364 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296749489 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22146] ppid=22129 vsize=15678992 CPUtime=0.15 cores=0,2,4,6
/proc/22131/task/22146/stat : 22146 (java) S 22129 22131 21847 0 -1 4202560 2420 0 0 0 15 0 0 0 15 0 18 0 600914364 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22147] ppid=22129 vsize=15678992 CPUtime=0.12 cores=0,2,4,6
/proc/22131/task/22147/stat : 22147 (java) S 22129 22131 21847 0 -1 4202560 1376 0 0 0 12 0 0 0 15 0 18 0 600914364 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22148] ppid=22129 vsize=15678992 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22148/stat : 22148 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600914364 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22149] ppid=22129 vsize=15678992 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22149/stat : 22149 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600914364 16055287808 151323 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 15678992

[startup+12.7016 s]
/proc/loadavg: 4.33 5.53 5.83 4/220 22203
/proc/meminfo: memFree=29400368/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=15683104 CPUtime=14.43 cores=0,2,4,6
/proc/22131/stat : 22131 (java) S 22129 22131 21847 0 -1 4202496 214149 0 1 0 1409 34 0 0 17 0 22 0 600914359 16059498496 201836 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 3920776 201836 2265 9 0 3911495 0
[pid=22131/tid=22133] ppid=22129 vsize=15683104 CPUtime=12.52 cores=0,2,4,6

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

/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 21847 0 -1 4202560 291281 0 0 0 1323 50 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22136] ppid=22129 vsize=15753752 CPUtime=16.63 cores=0,2,4,6
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 21847 0 -1 4202560 752045 0 0 0 1541 122 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22137] ppid=22129 vsize=15753752 CPUtime=16.39 cores=0,2,4,6
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 21847 0 -1 4202560 565850 0 0 0 1541 98 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22138] ppid=22129 vsize=15753752 CPUtime=12.79 cores=0,2,4,6
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 21847 0 -1 4202560 414663 0 0 0 1210 69 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22139] ppid=22129 vsize=15753752 CPUtime=14.36 cores=0,2,4,6
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 21847 0 -1 4202560 408031 0 0 0 1367 69 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22140] ppid=22129 vsize=15753752 CPUtime=15.17 cores=0,2,4,6
/proc/22131/task/22140/stat : 22140 (java) S 22129 22131 21847 0 -1 4202560 507847 0 0 0 1432 85 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22141] ppid=22129 vsize=15753752 CPUtime=13.01 cores=0,2,4,6
/proc/22131/task/22141/stat : 22141 (java) S 22129 22131 21847 0 -1 4202560 485429 0 0 0 1219 82 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22142] ppid=22129 vsize=15753752 CPUtime=269.27 cores=0,2,4,6
/proc/22131/task/22142/stat : 22142 (java) S 22129 22131 21847 0 -1 4202560 321265 0 0 0 26883 44 0 0 17 0 22 0 600914361 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 0 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22143] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22143/stat : 22143 (java) S 22129 22131 21847 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 600914362 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22144] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22144/stat : 22144 (java) S 22129 22131 21847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 600914362 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22145] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22145/stat : 22145 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600914364 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296749489 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22146] ppid=22129 vsize=15753752 CPUtime=1.8 cores=0,2,4,6
/proc/22131/task/22146/stat : 22146 (java) S 22129 22131 21847 0 -1 4202560 17793 0 0 0 178 2 0 0 15 0 22 0 600914364 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22147] ppid=22129 vsize=15753752 CPUtime=0.91 cores=0,2,4,6
/proc/22131/task/22147/stat : 22147 (java) S 22129 22131 21847 0 -1 4202560 1494 0 0 0 91 0 0 0 15 0 22 0 600914364 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22148] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22148/stat : 22148 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600914364 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22149] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22149/stat : 22149 (java) S 22129 22131 21847 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 600914364 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22200] ppid=22129 vsize=15753752 CPUtime=725.23 cores=0,2,4,6
/proc/22131/task/22200/stat : 22200 (java) R 22129 22131 21847 0 -1 4202560 120 0 0 0 72522 1 0 0 18 0 22 0 600915253 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 46912506117055 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22131/tid=22201] ppid=22129 vsize=15753752 CPUtime=722.54 cores=0,2,4,6
/proc/22131/task/22201/stat : 22201 (java) R 22129 22131 21847 0 -1 4202560 90 0 0 0 72253 1 0 0 18 0 22 0 600915253 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 46912505584215 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22131/tid=22202] ppid=22129 vsize=15753752 CPUtime=796.13 cores=0,2,4,6
/proc/22131/task/22202/stat : 22202 (java) R 22129 22131 21847 0 -1 4202560 3557 0 0 0 79612 1 0 0 18 0 22 0 600915253 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 46912505602457 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22131/tid=22203] ppid=22129 vsize=15753752 CPUtime=798.74 cores=0,2,4,6
/proc/22131/task/22203/stat : 22203 (java) R 22129 22131 21847 0 -1 4202560 6087 0 0 0 79873 1 0 0 18 0 22 0 600915253 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 46912506065599 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3508.74
Current children cumulated vsize (KiB) 15753752

[startup+1242.3 s]
/proc/loadavg: 5.97 6.59 6.66 10/220 22246
/proc/meminfo: memFree=8158048/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=15753752 CPUtime=3656.97 cores=0,2,4,6
/proc/22131/stat : 22131 (java) S 22129 22131 21847 0 -1 4202496 4367360 0 1 0 364966 731 0 0 17 0 22 0 600914359 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 3938438 3845454 2295 9 0 3929157 0
[pid=22131/tid=22133] ppid=22129 vsize=15753752 CPUtime=76.77 cores=0,2,4,6
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 21847 0 -1 4202560 160865 0 1 0 7654 23 0 0 25 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22134] ppid=22129 vsize=15753752 CPUtime=15.11 cores=0,2,4,6
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 21847 0 -1 4202560 429457 0 0 0 1437 74 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22135] ppid=22129 vsize=15753752 CPUtime=13.73 cores=0,2,4,6
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 21847 0 -1 4202560 291281 0 0 0 1323 50 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22136] ppid=22129 vsize=15753752 CPUtime=16.63 cores=0,2,4,6
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 21847 0 -1 4202560 752045 0 0 0 1541 122 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22137] ppid=22129 vsize=15753752 CPUtime=16.39 cores=0,2,4,6
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 21847 0 -1 4202560 565850 0 0 0 1541 98 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22138] ppid=22129 vsize=15753752 CPUtime=12.79 cores=0,2,4,6
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 21847 0 -1 4202560 414663 0 0 0 1210 69 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22139] ppid=22129 vsize=15753752 CPUtime=14.36 cores=0,2,4,6
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 21847 0 -1 4202560 408031 0 0 0 1367 69 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22140] ppid=22129 vsize=15753752 CPUtime=15.17 cores=0,2,4,6
/proc/22131/task/22140/stat : 22140 (java) S 22129 22131 21847 0 -1 4202560 507847 0 0 0 1432 85 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22141] ppid=22129 vsize=15753752 CPUtime=13.01 cores=0,2,4,6
/proc/22131/task/22141/stat : 22141 (java) S 22129 22131 21847 0 -1 4202560 485429 0 0 0 1219 82 0 0 16 0 22 0 600914360 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22142] ppid=22129 vsize=15753752 CPUtime=299.8 cores=0,2,4,6
/proc/22131/task/22142/stat : 22142 (java) R 22129 22131 21847 0 -1 4202560 321269 0 0 0 29936 44 0 0 18 0 22 0 600914361 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 47216036998420 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=22131/tid=22143] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22143/stat : 22143 (java) S 22129 22131 21847 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 600914362 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22144] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22144/stat : 22144 (java) S 22129 22131 21847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 600914362 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22145] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22145/stat : 22145 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600914364 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296749489 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22146] ppid=22129 vsize=15753752 CPUtime=1.8 cores=0,2,4,6
/proc/22131/task/22146/stat : 22146 (java) S 22129 22131 21847 0 -1 4202560 17793 0 0 0 178 2 0 0 15 0 22 0 600914364 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22147] ppid=22129 vsize=15753752 CPUtime=0.91 cores=0,2,4,6
/proc/22131/task/22147/stat : 22147 (java) S 22129 22131 21847 0 -1 4202560 1494 0 0 0 91 0 0 0 15 0 22 0 600914364 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22148] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22148/stat : 22148 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600914364 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22149] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22149/stat : 22149 (java) S 22129 22131 21847 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 600914364 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22200] ppid=22129 vsize=15753752 CPUtime=754.56 cores=0,2,4,6
/proc/22131/task/22200/stat : 22200 (java) S 22129 22131 21847 0 -1 4202560 129 0 0 0 75455 1 0 0 16 0 22 0 600915253 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22201] ppid=22129 vsize=15753752 CPUtime=752.01 cores=0,2,4,6
/proc/22131/task/22201/stat : 22201 (java) S 22129 22131 21847 0 -1 4202560 92 0 0 0 75200 1 0 0 16 0 22 0 600915253 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22202] ppid=22129 vsize=15753752 CPUtime=825.6 cores=0,2,4,6
/proc/22131/task/22202/stat : 22202 (java) S 22129 22131 21847 0 -1 4202560 3564 0 0 0 82559 1 0 0 16 0 22 0 600915253 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22203] ppid=22129 vsize=15753752 CPUtime=828.18 cores=0,2,4,6
/proc/22131/task/22203/stat : 22203 (java) S 22129 22131 21847 0 -1 4202560 6095 0 0 0 82816 2 0 0 16 0 22 0 600915253 16131842048 3845454 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3656.97
Current children cumulated vsize (KiB) 15753752



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.37 6.00 6.45 6/219 22299
/proc/meminfo: memFree=11655444/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=15753752 CPUtime=3770 cores=0,2,4,6
/proc/22131/stat : 22131 (java) S 22129 22131 21847 0 -1 4202496 4367402 0 1 0 376269 731 0 0 17 0 21 0 600914359 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 3938438 3845455 2296 9 0 3929157 0
[pid=22131/tid=22133] ppid=22129 vsize=15753752 CPUtime=76.77 cores=0,2,4,6
/proc/22131/task/22133/stat : 22133 (java) S 22129 22131 21847 0 -1 4202560 160865 0 1 0 7654 23 0 0 25 0 21 0 600914360 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22134] ppid=22129 vsize=15753752 CPUtime=15.11 cores=0,2,4,6
/proc/22131/task/22134/stat : 22134 (java) S 22129 22131 21847 0 -1 4202560 429457 0 0 0 1437 74 0 0 16 0 21 0 600914360 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22135] ppid=22129 vsize=15753752 CPUtime=13.73 cores=0,2,4,6
/proc/22131/task/22135/stat : 22135 (java) S 22129 22131 21847 0 -1 4202560 291281 0 0 0 1323 50 0 0 16 0 21 0 600914360 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22136] ppid=22129 vsize=15753752 CPUtime=16.63 cores=0,2,4,6
/proc/22131/task/22136/stat : 22136 (java) S 22129 22131 21847 0 -1 4202560 752045 0 0 0 1541 122 0 0 16 0 21 0 600914360 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22137] ppid=22129 vsize=15753752 CPUtime=16.39 cores=0,2,4,6
/proc/22131/task/22137/stat : 22137 (java) S 22129 22131 21847 0 -1 4202560 565850 0 0 0 1541 98 0 0 16 0 21 0 600914360 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22138] ppid=22129 vsize=15753752 CPUtime=12.79 cores=0,2,4,6
/proc/22131/task/22138/stat : 22138 (java) S 22129 22131 21847 0 -1 4202560 414663 0 0 0 1210 69 0 0 16 0 21 0 600914360 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22139] ppid=22129 vsize=15753752 CPUtime=14.36 cores=0,2,4,6
/proc/22131/task/22139/stat : 22139 (java) S 22129 22131 21847 0 -1 4202560 408031 0 0 0 1367 69 0 0 16 0 21 0 600914360 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22140] ppid=22129 vsize=15753752 CPUtime=15.17 cores=0,2,4,6
/proc/22131/task/22140/stat : 22140 (java) S 22129 22131 21847 0 -1 4202560 507847 0 0 0 1432 85 0 0 16 0 21 0 600914360 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22141] ppid=22129 vsize=15753752 CPUtime=13.01 cores=0,2,4,6
/proc/22131/task/22141/stat : 22141 (java) S 22129 22131 21847 0 -1 4202560 485429 0 0 0 1219 82 0 0 16 0 21 0 600914360 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22142] ppid=22129 vsize=15753752 CPUtime=330.1 cores=0,2,4,6
/proc/22131/task/22142/stat : 22142 (java) S 22129 22131 21847 0 -1 4202560 321271 0 0 0 32966 44 0 0 15 0 21 0 600914361 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 0 0 16800975 18446604446616748224 0 0 -1 0 0 0 0
[pid=22131/tid=22143] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22143/stat : 22143 (java) S 22129 22131 21847 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 21 0 600914362 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22144] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22144/stat : 22144 (java) S 22129 22131 21847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 600914362 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22145] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22145/stat : 22145 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600914364 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296749489 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22146] ppid=22129 vsize=15753752 CPUtime=1.8 cores=0,2,4,6
/proc/22131/task/22146/stat : 22146 (java) S 22129 22131 21847 0 -1 4202560 17793 0 0 0 178 2 0 0 15 0 21 0 600914364 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 2 0 0 0
[pid=22131/tid=22147] ppid=22129 vsize=15753752 CPUtime=0.91 cores=0,2,4,6
/proc/22131/task/22147/stat : 22147 (java) S 22129 22131 21847 0 -1 4202560 1494 0 0 0 91 0 0 0 15 0 21 0 600914364 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22148] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22148/stat : 22148 (java) S 22129 22131 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600914364 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296741785 0 4 0 16800975 18446604446616748224 0 0 -1 6 0 0 0
[pid=22131/tid=22149] ppid=22129 vsize=15753752 CPUtime=0 cores=0,2,4,6
/proc/22131/task/22149/stat : 22149 (java) S 22129 22131 21847 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 21 0 600914364 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 224296742400 0 4 0 16800975 18446604446616748224 0 0 -1 4 0 0 0
[pid=22131/tid=22200] ppid=22129 vsize=15753752 CPUtime=781.96 cores=0,2,4,6
/proc/22131/task/22200/stat : 22200 (java) R 22129 22131 21847 0 -1 4202560 142 0 0 0 78195 1 0 0 25 0 21 0 600915253 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 46912506117101 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22131/tid=22202] ppid=22129 vsize=15753752 CPUtime=853 cores=0,2,4,6
/proc/22131/task/22202/stat : 22202 (java) R 22129 22131 21847 0 -1 4202560 3573 0 0 0 85299 1 0 0 25 0 21 0 600915253 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 46912505798796 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22131/tid=22203] ppid=22129 vsize=15753752 CPUtime=855.58 cores=0,2,4,6
/proc/22131/task/22203/stat : 22203 (java) R 22129 22131 21847 0 -1 4202560 6107 0 0 0 85556 2 0 0 25 0 21 0 600915253 16131842048 3845455 33554432000 1073741824 1073778376 140735990225696 18446744073709551615 46912506065794 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3770
Current children cumulated vsize (KiB) 15753752

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

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

[startup+1300.3 s]
/proc/loadavg: 4.37 6.00 6.45 4/201 22302
/proc/meminfo: memFree=14108244/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=0 CPUtime=3770.3 cores=0,2,4,6
/proc/22131/stat : 22131 (java) Z 22129 22131 21847 0 -1 4203548 4367419 0 1 0 376270 760 0 0 15 0 2 0 600914359 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 0 0 0 0 0 0 0
[pid=22131/tid=22301] ppid=22129 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/22131/task/22301/stat : 22301 (java) R 22129 22131 21847 0 -1 4203588 3 0 0 0 0 28 0 0 20 0 2 0 601044360 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3770.3
Current children cumulated vsize (KiB) 0

[startup+1300.5 s]
/proc/loadavg: 4.37 6.00 6.45 4/201 22302
/proc/meminfo: memFree=14108244/32951124 swapFree=67104884/67111528
[pid=22131] ppid=22129 vsize=0 CPUtime=3770.5 cores=0,2,4,6
/proc/22131/stat : 22131 (java) Z 22129 22131 21847 0 -1 4203548 4367419 0 1 0 376270 780 0 0 15 0 2 0 600914359 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/22131/statm: 0 0 0 0 0 0 0
[pid=22131/tid=22301] ppid=22129 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/22131/task/22301/stat : 22301 (java) R 22129 22131 21847 0 -1 4203588 3 0 0 0 0 48 0 0 20 0 2 0 601044360 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3770.5
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.57
CPU time (s): 3770.58
CPU user time (s): 3762.71
CPU system time (s): 7.8738
CPU usage (%): 289.917
Max. virtual memory (cumulated for all children) (KiB): 15753752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3762.71
system time used= 7.8738
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4367419
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= 41254
involuntary context switches= 77011

runsolver used 2.07268 second user time and 5.08123 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 21:53:57
IDJOB=3312155
IDBENCH=82421
IDSOLVER=1698
FILE ID=node118/3312155-1304106835
RUNJOBID= node118-1304104228-21865
PBS_JOBID= 13170646
Free space on /tmp= 71496 MiB

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

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

MD5SUM BENCH= 9bfe4b40d3567ce3687a43a15fbd33eb
RANDOM SEED=1202692656

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15048552 kB
Buffers:        609548 kB
Cached:        1360924 kB
SwapCached:       1416 kB
Active:       15695276 kB
Inactive:      1823220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15048552 kB
SwapTotal:    67111528 kB
SwapFree:     67104884 kB
Dirty:           52076 kB
Writeback:           8 kB
AnonPages:    15547060 kB
Mapped:          23556 kB
Slab:           289604 kB
PageTables:      35020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15750524 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= 71552 MiB
End job on node118 at 2011-04-29 22:15:39