Trace number 3313338

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? (TO) 4432.48 1302.32

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p1.cnf
MD5SUM484dad50fb275faff8eff92c4d5447cb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark250.24
Satisfiable
(Un)Satisfiability was proved
Number of variables200003
Number of clauses1019221
Sum of the clauses size2431032
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759013
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.10/0.12	38:30 INFO : Reading from input HOME/instance-3313338-1304077109.cnf
3.84/3.50	Executor set job limit to 1000000
3.84/3.50	Executor set job limit to 1000000
3.84/3.50	Executor set job limit to 1000000
3.84/3.50	Executor set job limit to 1000000
3.84/3.50	Starting Executor!
3.84/3.50	Starting Executor!
3.84/3.50	Starting Executor!
3.84/3.50	Starting Executor!
62.00/59.57	39:29 INFO : 134912 variables remaining out of 200003
62.00/59.57	39:29 INFO : 22673353 literals remaining out of 3450253
4360.74/1248.99	59:18 ERROR: Failed to solve instance
4360.74/1248.99	java.lang.OutOfMemoryError: GC overhead limit exceeded
4360.74/1248.99		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
4360.74/1248.99		at gnu.trove.THash.postInsertHook(THash.java:370)
4360.74/1248.99		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
4360.74/1248.99		at ibis.structure.WatchLists.build(WatchLists.java:56)
4360.74/1248.99		at ibis.structure.Solver.<init>(Solver.java:45)
4360.74/1248.99		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
4360.74/1248.99		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4360.74/1248.99		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4360.74/1248.99		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4360.74/1248.99		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4360.74/1248.99		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4360.74/1248.99		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4360.74/1248.99		at ibis.constellation.Executor.processActivities(Executor.java:75)
4360.74/1248.99		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4360.74/1248.99		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4360.74/1248.99		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
4377.55/1261.46	59:31 ERROR: Failed to solve instance
4377.55/1261.46	java.lang.OutOfMemoryError: GC overhead limit exceeded
4377.55/1261.46		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
4377.55/1261.46		at gnu.trove.THash.compact(THash.java:197)
4377.55/1261.46		at gnu.trove.THash.removeAt(THash.java:261)
4377.55/1261.46		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
4377.55/1261.46		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
4377.55/1261.46		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
4377.55/1261.46		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
4377.55/1261.46		at ibis.structure.Solver.propagate(Solver.java:271)
4377.55/1261.46		at ibis.structure.Solver.simplify(Solver.java:188)
4377.55/1261.46		at ibis.structure.Solver.solve(Solver.java:113)
4377.55/1261.46		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
4377.55/1261.46		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4377.55/1261.46		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4377.55/1261.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4377.55/1261.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4377.55/1261.46		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4377.55/1261.46		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4377.55/1261.46		at ibis.constellation.Executor.processActivities(Executor.java:75)
4377.55/1261.46		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4377.55/1261.46		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4377.55/1261.46		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
4403.04/1278.03	59:47 ERROR: Failed to solve instance
4403.04/1278.03	java.lang.OutOfMemoryError: GC overhead limit exceeded
4403.04/1278.03		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
4403.04/1278.03		at gnu.trove.THash.postInsertHook(THash.java:370)
4403.04/1278.03		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
4403.04/1278.03		at ibis.structure.WatchLists.build(WatchLists.java:56)
4403.04/1278.03		at ibis.structure.Solver.<init>(Solver.java:45)
4403.04/1278.03		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
4403.04/1278.03		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4403.04/1278.03		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4403.04/1278.03		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4403.04/1278.03		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4403.04/1278.03		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4403.04/1278.03		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4403.04/1278.03		at ibis.constellation.Executor.processActivities(Executor.java:75)
4403.04/1278.03		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4403.04/1278.03		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4403.04/1278.03		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
4414.67/1288.46	59:58 ERROR: Failed to solve instance
4414.67/1288.46	java.lang.OutOfMemoryError: GC overhead limit exceeded
4414.67/1288.46		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
4414.67/1288.46		at gnu.trove.THash.compact(THash.java:197)
4414.67/1288.46		at gnu.trove.THash.removeAt(THash.java:261)
4414.67/1288.46		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
4414.67/1288.46		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
4414.67/1288.46		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
4414.67/1288.46		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
4414.67/1288.46		at ibis.structure.Solver.propagate(Solver.java:271)
4414.67/1288.46		at ibis.structure.Solver.simplify(Solver.java:188)
4414.67/1288.46		at ibis.structure.Solver.solve(Solver.java:113)
4414.67/1288.46		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
4414.67/1288.46		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4414.67/1288.46		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4414.67/1288.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4414.67/1288.46		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4414.67/1288.46		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4414.67/1288.46		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4414.67/1288.46		at ibis.constellation.Executor.processActivities(Executor.java:75)
4414.67/1288.46		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4414.67/1288.46		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4414.67/1288.46		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
4429.71/1300.43	00:10 ERROR: Failed to solve instance
4429.71/1300.43	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-3313338-1304077109/watcher-3313338-1304077109 -o /tmp/evaluation-result-3313338-1304077109/solver-3313338-1304077109 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313338-1304077109.cnf 

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: 7.52 7.96 7.87 3/194 19648
/proc/meminfo: memFree=19887032/32951124 swapFree=67111524/67111528
[pid=19648] ppid=19646 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/19648/stat : 19648 (java) R 19646 19648 19459 0 -1 4202496 1200 0 0 0 0 0 0 0 25 0 1 0 597941524 23580672 686 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260015433192 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/19648/statm: 5757 686 512 9 0 124 0

[startup+0.0782231 s]
/proc/loadavg: 7.52 7.96 7.87 3/194 19648
/proc/meminfo: memFree=19887032/32951124 swapFree=67111524/67111528
[pid=19648] ppid=19646 vsize=15676148 CPUtime=0.08 cores=0,2,4,6
/proc/19648/stat : 19648 (java) S 19646 19648 19459 0 -1 4202496 5213 0 1 0 7 1 0 0 25 0 18 0 597941524 16052375552 4614 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 3919037 4614 2078 9 0 3909756 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15676148

[startup+0.102063 s]
/proc/loadavg: 7.52 7.96 7.87 3/194 19648
/proc/meminfo: memFree=19887032/32951124 swapFree=67111524/67111528
[pid=19648] ppid=19646 vsize=15676180 CPUtime=0.1 cores=0,2,4,6
/proc/19648/stat : 19648 (java) S 19646 19648 19459 0 -1 4202496 5602 0 1 0 9 1 0 0 25 0 18 0 597941524 16052408320 5003 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 3919045 5005 2117 9 0 3909764 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676180

[startup+0.301048 s]
/proc/loadavg: 7.52 7.96 7.87 3/194 19648
/proc/meminfo: memFree=19887032/32951124 swapFree=67111524/67111528
[pid=19648] ppid=19646 vsize=15677176 CPUtime=0.53 cores=0,2,4,6
/proc/19648/stat : 19648 (java) S 19646 19648 19459 0 -1 4202496 15228 0 1 0 50 3 0 0 25 0 18 0 597941524 16053428224 13461 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 3919294 13467 2207 9 0 3910013 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15677176

[startup+0.700957 s]
/proc/loadavg: 7.52 7.96 7.87 3/194 19648
/proc/meminfo: memFree=19887032/32951124 swapFree=67111524/67111528
[pid=19648] ppid=19646 vsize=15677176 CPUtime=0.93 cores=0,2,4,6
/proc/19648/stat : 19648 (java) S 19646 19648 19459 0 -1 4202496 42373 0 1 0 87 6 0 0 25 0 18 0 597941524 16053428224 40604 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 3919294 40604 2223 9 0 3910013 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15677176

[startup+1.50083 s]
/proc/loadavg: 7.52 7.96 7.87 4/216 19670
/proc/meminfo: memFree=19401024/32951124 swapFree=67111524/67111528
[pid=19648] ppid=19646 vsize=15677176 CPUtime=1.75 cores=0,2,4,6
/proc/19648/stat : 19648 (java) S 19646 19648 19459 0 -1 4202496 51337 0 1 0 168 7 0 0 25 0 18 0 597941524 16053428224 49552 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 3919294 49578 2223 9 0 3910013 0
[pid=19648/tid=19650] ppid=19646 vsize=15677176 CPUtime=1.46 cores=0,2,4,6
/proc/19648/task/19650/stat : 19650 (java) R 19646 19648 19459 0 -1 4202560 41284 0 1 0 140 6 0 0 19 0 18 0 597941525 16053428224 49591 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 47823124786266 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19648/tid=19651] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19651/stat : 19651 (java) S 19646 19648 19459 0 -1 4202560 681 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 49608 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19652] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19652/stat : 19652 (java) S 19646 19648 19459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 49623 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19653] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (java) S 19646 19648 19459 0 -1 4202560 724 0 0 0 0 0 0 0 16 0 18 0 597941525 16053428224 49639 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19654] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (java) S 19646 19648 19459 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 49654 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19655] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19655/stat : 19655 (java) S 19646 19648 19459 0 -1 4202560 1808 0 0 0 0 0 0 0 16 0 18 0 597941525 16053428224 49670 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19656] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19656/stat : 19656 (java) S 19646 19648 19459 0 -1 4202560 1186 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 49684 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19657] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19657/stat : 19657 (java) S 19646 19648 19459 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 49700 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19658] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19658/stat : 19658 (java) S 19646 19648 19459 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 49714 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19659] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19659/stat : 19659 (java) S 19646 19648 19459 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 597941526 16053428224 49731 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 0 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19660] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19660/stat : 19660 (java) S 19646 19648 19459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 597941527 16053428224 49746 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19661] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19661/stat : 19661 (java) S 19646 19648 19459 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 597941527 16053428224 49762 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19662] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19662/stat : 19662 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597941529 16053428224 49776 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032219569 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19663] ppid=19646 vsize=15677176 CPUtime=0.12 cores=0,2,4,6
/proc/19648/task/19663/stat : 19663 (java) S 19646 19648 19459 0 -1 4202560 1367 0 0 0 12 0 0 0 17 0 18 0 597941529 16053428224 49792 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19664] ppid=19646 vsize=15677176 CPUtime=0.11 cores=0,2,4,6
/proc/19648/task/19664/stat : 19664 (java) S 19646 19648 19459 0 -1 4202560 2605 0 0 0 11 0 0 0 15 0 18 0 597941529 16053428224 49806 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19665] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19665/stat : 19665 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597941529 16053428224 49822 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19666] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19666/stat : 19666 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 597941529 16053428224 49837 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15677176

[startup+3.10154 s]
/proc/loadavg: 7.52 7.96 7.87 3/216 19670
/proc/meminfo: memFree=19262880/32951124 swapFree=67111524/67111528
[pid=19648] ppid=19646 vsize=15677176 CPUtime=3.41 cores=0,2,4,6
/proc/19648/stat : 19648 (java) S 19646 19648 19459 0 -1 4202496 140189 0 1 0 322 19 0 0 25 0 18 0 597941524 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 3919294 138396 2241 9 0 3910013 0
[pid=19648/tid=19650] ppid=19646 vsize=15677176 CPUtime=3.05 cores=0,2,4,6
/proc/19648/task/19650/stat : 19650 (java) R 19646 19648 19459 0 -1 4202560 127072 0 1 0 288 17 0 0 20 0 18 0 597941525 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032222667 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19648/tid=19651] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19651/stat : 19651 (java) S 19646 19648 19459 0 -1 4202560 681 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19652] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19652/stat : 19652 (java) S 19646 19648 19459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19653] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (java) S 19646 19648 19459 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19654] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (java) S 19646 19648 19459 0 -1 4202560 2780 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19655] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19655/stat : 19655 (java) S 19646 19648 19459 0 -1 4202560 1808 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19656] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19656/stat : 19656 (java) S 19646 19648 19459 0 -1 4202560 1187 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19657] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19657/stat : 19657 (java) S 19646 19648 19459 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19658] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19658/stat : 19658 (java) S 19646 19648 19459 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 18 0 597941525 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19659] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19659/stat : 19659 (java) S 19646 19648 19459 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 18 0 597941526 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 0 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19660] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19660/stat : 19660 (java) S 19646 19648 19459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 597941527 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19661] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19661/stat : 19661 (java) S 19646 19648 19459 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 597941527 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19662] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19662/stat : 19662 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597941529 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032219569 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19663] ppid=19646 vsize=15677176 CPUtime=0.14 cores=0,2,4,6
/proc/19648/task/19663/stat : 19663 (java) S 19646 19648 19459 0 -1 4202560 1400 0 0 0 14 0 0 0 15 0 18 0 597941529 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19664] ppid=19646 vsize=15677176 CPUtime=0.13 cores=0,2,4,6
/proc/19648/task/19664/stat : 19664 (java) S 19646 19648 19459 0 -1 4202560 2642 0 0 0 13 0 0 0 15 0 18 0 597941529 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19665] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19665/stat : 19665 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 597941529 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19666] ppid=19646 vsize=15677176 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19666/stat : 19666 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 597941529 16053428224 138396 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15677176

[startup+6.30094 s]
/proc/loadavg: 7.08 7.86 7.83 3/220 19675
/proc/meminfo: memFree=18974216/32951124 swapFree=67111524/67111528
[pid=19648] ppid=19646 vsize=15682248 CPUtime=7.71 cores=0,2,4,6
/proc/19648/stat : 19648 (java) S 19646 19648 19459 0 -1 4202496 177546 0 1 0 746 25 0 0 25 0 22 0 597941524 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 3920562 169917 2265 9 0 3911281 0
[pid=19648/tid=19650] ppid=19646 vsize=15682248 CPUtime=6.18 cores=0,2,4,6
/proc/19648/task/19650/stat : 19650 (java) R 19646 19648 19459 0 -1 4202560 127184 0 1 0 601 17 0 0 17 0 22 0 597941525 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 46912505121134 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19648/tid=19651] ppid=19646 vsize=15682248 CPUtime=0.01 cores=0,2,4,6
/proc/19648/task/19651/stat : 19651 (java) S 19646 19648 19459 0 -1 4202560 681 0 0 0 1 0 0 0 15 0 22 0 597941525 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19652] ppid=19646 vsize=15682248 CPUtime=0.01 cores=0,2,4,6
/proc/19648/task/19652/stat : 19652 (java) S 19646 19648 19459 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 22 0 597941525 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19653] ppid=19646 vsize=15682248 CPUtime=0.05 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (java) S 19646 19648 19459 0 -1 4202560 6046 0 0 0 4 1 0 0 16 0 22 0 597941525 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19654] ppid=19646 vsize=15682248 CPUtime=0.05 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (java) S 19646 19648 19459 0 -1 4202560 8583 0 0 0 5 0 0 0 16 0 22 0 597941525 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19655] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19655/stat : 19655 (java) S 19646 19648 19459 0 -1 4202560 1808 0 0 0 0 0 0 0 15 0 22 0 597941525 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19656] ppid=19646 vsize=15682248 CPUtime=0.05 cores=0,2,4,6
/proc/19648/task/19656/stat : 19656 (java) S 19646 19648 19459 0 -1 4202560 10860 0 0 0 5 0 0 0 16 0 22 0 597941525 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19657] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19657/stat : 19657 (java) S 19646 19648 19459 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 22 0 597941525 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19658] ppid=19646 vsize=15682248 CPUtime=0.06 cores=0,2,4,6
/proc/19648/task/19658/stat : 19658 (java) S 19646 19648 19459 0 -1 4202560 7596 0 0 0 5 1 0 0 16 0 22 0 597941525 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19659] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19659/stat : 19659 (java) S 19646 19648 19459 0 -1 4202560 380 0 0 0 0 0 0 0 15 0 22 0 597941526 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 0 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19660] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19660/stat : 19660 (java) S 19646 19648 19459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 597941527 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19661] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19661/stat : 19661 (java) S 19646 19648 19459 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 597941527 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19662] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19662/stat : 19662 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597941529 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032219569 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19663] ppid=19646 vsize=15682248 CPUtime=0.53 cores=0,2,4,6
/proc/19648/task/19663/stat : 19663 (java) S 19646 19648 19459 0 -1 4202560 2856 0 0 0 53 0 0 0 15 0 22 0 597941529 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19664] ppid=19646 vsize=15682248 CPUtime=0.65 cores=0,2,4,6
/proc/19648/task/19664/stat : 19664 (java) S 19646 19648 19459 0 -1 4202560 9908 0 0 0 64 1 0 0 15 0 22 0 597941529 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19665] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19665/stat : 19665 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597941529 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19666] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19666/stat : 19666 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 597941529 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19671] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19671/stat : 19671 (java) S 19646 19648 19459 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 597941874 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19672] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19672/stat : 19672 (java) S 19646 19648 19459 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 597941874 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19673] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19673/stat : 19673 (java) S 19646 19648 19459 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 597941874 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19674] ppid=19646 vsize=15682248 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19674/stat : 19674 (java) S 19646 19648 19459 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 597941875 16058621952 169917 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 15682248

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

/proc/19648/task/19655/stat : 19655 (java) S 19646 19648 19459 0 -1 4202560 466317 0 0 0 933 107 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19656] ppid=19646 vsize=15751272 CPUtime=10.04 cores=0,2,4,6
/proc/19648/task/19656/stat : 19656 (java) S 19646 19648 19459 0 -1 4202560 469923 0 0 0 865 139 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19657] ppid=19646 vsize=15751272 CPUtime=10.84 cores=0,2,4,6
/proc/19648/task/19657/stat : 19657 (java) S 19646 19648 19459 0 -1 4202560 440818 0 0 0 979 105 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19658] ppid=19646 vsize=15751272 CPUtime=11.36 cores=0,2,4,6
/proc/19648/task/19658/stat : 19658 (java) S 19646 19648 19459 0 -1 4202560 551547 0 0 0 1011 125 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 19
[pid=19648/tid=19659] ppid=19646 vsize=15751272 CPUtime=84.71 cores=0,2,4,6
/proc/19648/task/19659/stat : 19659 (java) R 19646 19648 19459 0 -1 4202560 17231 0 0 0 8465 6 0 0 16 0 22 0 597941526 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 47823121158493 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=19648/tid=19660] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19660/stat : 19660 (java) S 19646 19648 19459 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 597941527 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19661] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19661/stat : 19661 (java) S 19646 19648 19459 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 597941527 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19662] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19662/stat : 19662 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597941529 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032219569 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19663] ppid=19646 vsize=15751272 CPUtime=1.25 cores=0,2,4,6
/proc/19648/task/19663/stat : 19663 (java) S 19646 19648 19459 0 -1 4202560 5314 0 0 0 125 0 0 0 15 0 22 0 597941529 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19664] ppid=19646 vsize=15751272 CPUtime=1.3 cores=0,2,4,6
/proc/19648/task/19664/stat : 19664 (java) S 19646 19648 19459 0 -1 4202560 10004 0 0 0 128 2 0 0 15 0 22 0 597941529 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19665] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19665/stat : 19665 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597941529 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19666] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19666/stat : 19666 (java) S 19646 19648 19459 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 597941529 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19671] ppid=19646 vsize=15751272 CPUtime=965.74 cores=0,2,4,6
/proc/19648/task/19671/stat : 19671 (java) S 19646 19648 19459 0 -1 4202560 381 0 0 0 96574 0 0 0 17 0 22 0 597941874 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19672] ppid=19646 vsize=15751272 CPUtime=965.97 cores=0,2,4,6
/proc/19648/task/19672/stat : 19672 (java) S 19646 19648 19459 0 -1 4202560 323 0 0 0 96596 1 0 0 16 0 22 0 597941874 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19673] ppid=19646 vsize=15751272 CPUtime=1009.28 cores=0,2,4,6
/proc/19648/task/19673/stat : 19673 (java) S 19646 19648 19459 0 -1 4202560 31208 0 0 0 100924 4 0 0 17 0 22 0 597941874 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19674] ppid=19646 vsize=15751272 CPUtime=1007.63 cores=0,2,4,6
/proc/19648/task/19674/stat : 19674 (java) S 19646 19648 19459 0 -1 4202560 27388 0 0 0 100756 7 0 0 17 0 22 0 597941875 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4183.18
Current children cumulated vsize (KiB) 15751272

[startup+1242.3 s]
/proc/loadavg: 7.20 7.79 7.79 6/220 19710
/proc/meminfo: memFree=98160/32951124 swapFree=67111464/67111528
[pid=19648] ppid=19646 vsize=15751272 CPUtime=4353.05 cores=0,2,4,6
/proc/19648/stat : 19648 (java) S 19646 19648 19459 0 -1 4202496 4054541 0 1 0 434282 1023 0 0 25 0 22 0 597941524 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 3937818 3862888 2295 9 0 3928537 0
[pid=19648/tid=19650] ppid=19646 vsize=15751272 CPUtime=59.12 cores=0,2,4,6
/proc/19648/task/19650/stat : 19650 (java) S 19646 19648 19459 0 -1 4202560 127233 0 1 0 5894 18 0 0 25 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19651] ppid=19646 vsize=15751272 CPUtime=11.68 cores=0,2,4,6
/proc/19648/task/19651/stat : 19651 (java) S 19646 19648 19459 0 -1 4202560 540768 0 0 0 1044 124 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19652] ppid=19646 vsize=15751272 CPUtime=11.22 cores=0,2,4,6
/proc/19648/task/19652/stat : 19652 (java) S 19646 19648 19459 0 -1 4202560 503434 0 0 0 994 128 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19653] ppid=19646 vsize=15751272 CPUtime=11.69 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (java) S 19646 19648 19459 0 -1 4202560 464204 0 0 0 1012 157 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19654] ppid=19646 vsize=15751272 CPUtime=10.8 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (java) S 19646 19648 19459 0 -1 4202560 396939 0 0 0 990 90 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19655] ppid=19646 vsize=15751272 CPUtime=10.4 cores=0,2,4,6
/proc/19648/task/19655/stat : 19655 (java) S 19646 19648 19459 0 -1 4202560 466317 0 0 0 933 107 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19656] ppid=19646 vsize=15751272 CPUtime=10.04 cores=0,2,4,6
/proc/19648/task/19656/stat : 19656 (java) S 19646 19648 19459 0 -1 4202560 469923 0 0 0 865 139 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19657] ppid=19646 vsize=15751272 CPUtime=10.84 cores=0,2,4,6
/proc/19648/task/19657/stat : 19657 (java) S 19646 19648 19459 0 -1 4202560 440818 0 0 0 979 105 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19658] ppid=19646 vsize=15751272 CPUtime=11.36 cores=0,2,4,6
/proc/19648/task/19658/stat : 19658 (java) S 19646 19648 19459 0 -1 4202560 551547 0 0 0 1011 125 0 0 16 0 22 0 597941525 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 19
[pid=19648/tid=19659] ppid=19646 vsize=15751272 CPUtime=108.01 cores=0,2,4,6
/proc/19648/task/19659/stat : 19659 (java) R 19646 19648 19459 0 -1 4202560 17235 0 0 0 10794 7 0 0 18 0 22 0 597941526 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 47823123876028 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=19648/tid=19660] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19660/stat : 19660 (java) S 19646 19648 19459 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 597941527 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19661] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19661/stat : 19661 (java) S 19646 19648 19459 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 597941527 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19662] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19662/stat : 19662 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597941529 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032219569 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19663] ppid=19646 vsize=15751272 CPUtime=1.25 cores=0,2,4,6
/proc/19648/task/19663/stat : 19663 (java) S 19646 19648 19459 0 -1 4202560 5314 0 0 0 125 0 0 0 15 0 22 0 597941529 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19664] ppid=19646 vsize=15751272 CPUtime=1.3 cores=0,2,4,6
/proc/19648/task/19664/stat : 19664 (java) S 19646 19648 19459 0 -1 4202560 10004 0 0 0 128 2 0 0 15 0 22 0 597941529 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19665] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19665/stat : 19665 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597941529 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19666] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19666/stat : 19666 (java) S 19646 19648 19459 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 597941529 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19671] ppid=19646 vsize=15751272 CPUtime=1002.42 cores=0,2,4,6
/proc/19648/task/19671/stat : 19671 (java) S 19646 19648 19459 0 -1 4202560 391 0 0 0 100242 0 0 0 15 0 22 0 597941874 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19672] ppid=19646 vsize=15751272 CPUtime=1002.66 cores=0,2,4,6
/proc/19648/task/19672/stat : 19672 (java) S 19646 19648 19459 0 -1 4202560 336 0 0 0 100265 1 0 0 15 0 22 0 597941874 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19673] ppid=19646 vsize=15751272 CPUtime=1045.97 cores=0,2,4,6
/proc/19648/task/19673/stat : 19673 (java) S 19646 19648 19459 0 -1 4202560 31218 0 0 0 104592 5 0 0 16 0 22 0 597941874 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19674] ppid=19646 vsize=15751272 CPUtime=1044.13 cores=0,2,4,6
/proc/19648/task/19674/stat : 19674 (java) S 19646 19648 19459 0 -1 4202560 27402 0 0 0 104406 7 0 0 15 0 22 0 597941875 16129302528 3862888 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4353.05
Current children cumulated vsize (KiB) 15751272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.72 7.30 7.62 5/220 19763
/proc/meminfo: memFree=15271180/32951124 swapFree=67111464/67111528
[pid=19648] ppid=19646 vsize=15751272 CPUtime=4429.32 cores=0,2,4,6
/proc/19648/stat : 19648 (java) S 19646 19648 19459 0 -1 4202496 4054676 0 1 0 441907 1025 0 0 25 0 22 0 597941524 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 3937818 3862898 2295 9 0 3928537 0
[pid=19648/tid=19650] ppid=19646 vsize=15751272 CPUtime=59.12 cores=0,2,4,6
/proc/19648/task/19650/stat : 19650 (java) S 19646 19648 19459 0 -1 4202560 127233 0 1 0 5894 18 0 0 25 0 22 0 597941525 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19651] ppid=19646 vsize=15751272 CPUtime=11.68 cores=0,2,4,6
/proc/19648/task/19651/stat : 19651 (java) S 19646 19648 19459 0 -1 4202560 540768 0 0 0 1044 124 0 0 16 0 22 0 597941525 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19652] ppid=19646 vsize=15751272 CPUtime=11.22 cores=0,2,4,6
/proc/19648/task/19652/stat : 19652 (java) S 19646 19648 19459 0 -1 4202560 503434 0 0 0 994 128 0 0 16 0 22 0 597941525 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19653] ppid=19646 vsize=15751272 CPUtime=11.69 cores=0,2,4,6
/proc/19648/task/19653/stat : 19653 (java) S 19646 19648 19459 0 -1 4202560 464204 0 0 0 1012 157 0 0 16 0 22 0 597941525 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19654] ppid=19646 vsize=15751272 CPUtime=10.8 cores=0,2,4,6
/proc/19648/task/19654/stat : 19654 (java) S 19646 19648 19459 0 -1 4202560 396939 0 0 0 990 90 0 0 16 0 22 0 597941525 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19655] ppid=19646 vsize=15751272 CPUtime=10.4 cores=0,2,4,6
/proc/19648/task/19655/stat : 19655 (java) S 19646 19648 19459 0 -1 4202560 466317 0 0 0 933 107 0 0 16 0 22 0 597941525 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19656] ppid=19646 vsize=15751272 CPUtime=10.04 cores=0,2,4,6
/proc/19648/task/19656/stat : 19656 (java) S 19646 19648 19459 0 -1 4202560 469923 0 0 0 865 139 0 0 16 0 22 0 597941525 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19657] ppid=19646 vsize=15751272 CPUtime=10.84 cores=0,2,4,6
/proc/19648/task/19657/stat : 19657 (java) S 19646 19648 19459 0 -1 4202560 440818 0 0 0 979 105 0 0 16 0 22 0 597941525 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 0
[pid=19648/tid=19658] ppid=19646 vsize=15751272 CPUtime=11.36 cores=0,2,4,6
/proc/19648/task/19658/stat : 19658 (java) S 19646 19648 19459 0 -1 4202560 551547 0 0 0 1011 125 0 0 16 0 22 0 597941525 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 19
[pid=19648/tid=19659] ppid=19646 vsize=15751272 CPUtime=159.47 cores=0,2,4,6
/proc/19648/task/19659/stat : 19659 (java) R 19646 19648 19459 0 -1 4202560 17239 0 0 0 15938 9 0 0 18 0 22 0 597941526 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 47823121158568 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=19648/tid=19660] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19660/stat : 19660 (java) S 19646 19648 19459 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 597941527 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19661] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19661/stat : 19661 (java) S 19646 19648 19459 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 597941527 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19662] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19662/stat : 19662 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597941529 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032219569 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19663] ppid=19646 vsize=15751272 CPUtime=1.27 cores=0,2,4,6
/proc/19648/task/19663/stat : 19663 (java) S 19646 19648 19459 0 -1 4202560 5315 0 0 0 127 0 0 0 15 0 22 0 597941529 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19664] ppid=19646 vsize=15751272 CPUtime=1.3 cores=0,2,4,6
/proc/19648/task/19664/stat : 19664 (java) S 19646 19648 19459 0 -1 4202560 10004 0 0 0 128 2 0 0 15 0 22 0 597941529 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19665] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19665/stat : 19665 (java) S 19646 19648 19459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 597941529 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19666] ppid=19646 vsize=15751272 CPUtime=0 cores=0,2,4,6
/proc/19648/task/19666/stat : 19666 (java) S 19646 19648 19459 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 597941529 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032212480 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19671] ppid=19646 vsize=15751272 CPUtime=1008.64 cores=0,2,4,6
/proc/19648/task/19671/stat : 19671 (java) S 19646 19648 19459 0 -1 4202560 411 0 0 0 100864 0 0 0 15 0 22 0 597941874 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 0 0 0 0
[pid=19648/tid=19672] ppid=19646 vsize=15751272 CPUtime=1008.87 cores=0,2,4,6
/proc/19648/task/19672/stat : 19672 (java) S 19646 19648 19459 0 -1 4202560 368 0 0 0 100886 1 0 0 15 0 22 0 597941874 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 6 0 0 0
[pid=19648/tid=19673] ppid=19646 vsize=15751272 CPUtime=1052.17 cores=0,2,4,6
/proc/19648/task/19673/stat : 19673 (java) S 19646 19648 19459 0 -1 4202560 31243 0 0 0 105212 5 0 0 15 0 22 0 597941874 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 2 0 0 0
[pid=19648/tid=19674] ppid=19646 vsize=15751272 CPUtime=1050.28 cores=0,2,4,6
/proc/19648/task/19674/stat : 19674 (java) S 19646 19648 19459 0 -1 4202560 27452 0 0 0 105021 7 0 0 16 0 22 0 597941875 16129302528 3862898 33554432000 1073741824 1073778376 140733378163552 18446744073709551615 260032211865 0 4 0 16800975 18446604444892080128 0 0 -1 4 0 0 4
Current children cumulated CPU time (s) 4429.32
Current children cumulated vsize (KiB) 15751272

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19648

[startup+1302.3 s]
/proc/loadavg: 5.72 7.30 7.62 6/201 19766
/proc/meminfo: memFree=23590912/32951124 swapFree=67111464/67111528
[pid=19648] ppid=19646 vsize=0 CPUtime=4432.45 cores=0,2,4,6
/proc/19648/stat : 19648 (java) Z 19646 19648 19459 0 -1 4203548 4054704 0 1 0 442147 1098 0 0 18 0 2 0 597941524 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 0 0 0 0 0 0 0
[pid=19648/tid=19659] ppid=19646 vsize=0 CPUtime=161.48 cores=0,2,4,6
/proc/19648/task/19659/stat : 19659 (java) R 19646 19648 19459 0 -1 4202564 17239 0 0 0 16066 82 0 0 22 0 2 0 597941526 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4432.45
Current children cumulated vsize (KiB) 0

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

[startup+1302.3 s]
/proc/loadavg: 5.72 7.30 7.62 6/201 19766
/proc/meminfo: memFree=23590912/32951124 swapFree=67111464/67111528
[pid=19648] ppid=19646 vsize=0 CPUtime=4432.45 cores=0,2,4,6
/proc/19648/stat : 19648 (java) Z 19646 19648 19459 0 -1 4203548 4054704 0 1 0 442147 1098 0 0 18 0 2 0 597941524 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19648/statm: 0 0 0 0 0 0 0
[pid=19648/tid=19659] ppid=19646 vsize=0 CPUtime=161.48 cores=0,2,4,6
/proc/19648/task/19659/stat : 19659 (java) R 19646 19648 19459 0 -1 4202564 17239 0 0 0 16066 82 0 0 22 0 2 0 597941526 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4432.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1302.32
CPU time (s): 4432.48
CPU user time (s): 4421.47
CPU system time (s): 11.0043
CPU usage (%): 340.352
Max. virtual memory (cumulated for all children) (KiB): 15753328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4421.47
system time used= 11.0043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4054704
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= 47779
involuntary context switches= 73479

runsolver used 2.23566 second user time and 4.93025 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 13:38:29
IDJOB=3313338
IDBENCH=71010
IDSOLVER=1699
FILE ID=node110/3313338-1304077109
RUNJOBID= node110-1304075899-19477
PBS_JOBID= 13170503
Free space on /tmp= 72808 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p1.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313338-1304077109/watcher-3313338-1304077109 -o /tmp/evaluation-result-3313338-1304077109/solver-3313338-1304077109 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313338-1304077109.cnf

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

MD5SUM BENCH= 484dad50fb275faff8eff92c4d5447cb
RANDOM SEED=698727640

node110.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.830
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.66
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.76
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.74
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19887180 kB
Buffers:       2303032 kB
Cached:        9834044 kB
SwapCached:          4 kB
Active:        3177532 kB
Inactive:      9319532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19887180 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           34192 kB
Writeback:           0 kB
AnonPages:      359112 kB
Mapped:          23260 kB
Slab:           503544 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1147828 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= 72816 MiB
End job on node110 at 2011-04-29 14:00:12