Trace number 3312430

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) 2176.98 1302.52

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S379804333-028-UNKNOWN.cnf
MD5SUM0aa289a52d8d004ea581b39b43a8a19a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.4335
Satisfiable
(Un)Satisfiability was proved
Number of variables29999
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	58:56 INFO : Reading from input HOME/instance-3312430-1304114336.cnf
0.93/0.75	Executor set job limit to 1000000
0.93/0.75	Executor set job limit to 1000000
0.93/0.75	Executor set job limit to 1000000
0.93/0.75	Executor set job limit to 1000000
0.93/0.75	Starting Executor!
0.93/0.75	Starting Executor!
0.93/0.75	Starting Executor!
0.93/0.75	Starting Executor!
4.15/2.30	58:58 INFO : 29891 variables remaining out of 29999
4.15/2.30	58:58 INFO : 501268 literals remaining out of 504000
1188.40/324.68	04:18 ERROR: Failed to solve instance
1188.40/324.68	java.lang.OutOfMemoryError: Java heap space
1188.40/324.68		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:52)
1188.40/324.68		at ibis.structure.Solver.simplify(Solver.java:191)
1188.40/324.68		at ibis.structure.Solver.solve(Solver.java:113)
1188.40/324.68		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1188.40/324.68		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1188.40/324.68		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1188.40/324.68		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1188.40/324.68		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1188.40/324.68		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1188.40/324.68		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1188.40/324.68		at ibis.constellation.Executor.processActivities(Executor.java:75)
1188.40/324.68		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1188.40/324.68		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1188.40/324.68		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1188.40/324.68	04:18 ERROR: Failed to solve instance
1188.40/324.68	java.lang.OutOfMemoryError: Java heap space
1188.40/324.68		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1188.40/324.68		at gnu.trove.THash.postInsertHook(THash.java:370)
1188.40/324.68		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1188.40/324.68		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1188.40/324.68		at ibis.structure.Subsumming.run(Subsumming.java:58)
1188.40/324.68		at ibis.structure.Solver.simplify(Solver.java:205)
1188.40/324.68		at ibis.structure.Solver.solve(Solver.java:113)
1188.40/324.68		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1188.40/324.68		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1188.40/324.68		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1188.40/324.68		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1188.40/324.68		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1188.40/324.68		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1188.40/324.68		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1188.40/324.68		at ibis.constellation.Executor.processActivities(Executor.java:75)
1188.40/324.68		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1188.40/324.68		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1188.40/324.68		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1194.73/330.73	04:26 ERROR: Failed to solve instance
1194.73/330.73	java.lang.OutOfMemoryError: Java heap space
1194.73/330.73		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1194.73/330.73		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1194.73/330.73		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
1194.73/330.73		at ibis.structure.WatchLists.build(WatchLists.java:58)
1194.73/330.73		at ibis.structure.Solver.<init>(Solver.java:45)
1194.73/330.73		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1194.73/330.73		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1194.73/330.73		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1194.73/330.73		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1194.73/330.73		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1194.73/330.73		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1194.73/330.73		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1194.73/330.73		at ibis.constellation.Executor.processActivities(Executor.java:75)
1194.73/330.73		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1194.73/330.73		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1194.73/330.73		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1219.26/355.12	04:51 ERROR: Failed to solve instance
1219.26/355.12	java.lang.OutOfMemoryError: Java heap space
1219.26/355.12		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1219.26/355.12		at ibis.structure.Solver.simplify(Solver.java:191)
1219.26/355.12		at ibis.structure.Solver.solve(Solver.java:113)
1219.26/355.12		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1219.26/355.12		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1219.26/355.12		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1219.26/355.12		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1219.26/355.12		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1219.26/355.12		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1219.26/355.12		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1219.26/355.12		at ibis.constellation.Executor.processActivities(Executor.java:75)
1219.26/355.12		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1219.26/355.12		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1219.26/355.12		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1224.74/360.17	04:56 ERROR: Failed to solve instance
1224.74/360.17	java.lang.OutOfMemoryError: Java heap space
1300.03/434.86	05:14 ERROR: Failed to solve instance
1300.03/434.86	java.lang.OutOfMemoryError: Java heap space
1304.71/439.10	06:15 ERROR: Failed to solve instance
1304.71/439.10	java.lang.OutOfMemoryError: Java heap space
1362.85/496.68	07:12 ERROR: Failed to solve instance
1362.85/496.68	java.lang.OutOfMemoryError: Java heap space
1368.82/502.14	07:18 ERROR: Failed to solve instance
1368.82/502.14	java.lang.OutOfMemoryError: Java heap space
1370.07/503.38	07:19 ERROR: Failed to solve instance
1370.07/503.38	java.lang.OutOfMemoryError: Java heap space
1383.12/516.16	07:32 ERROR: Failed to solve instance
1383.12/516.16	java.lang.OutOfMemoryError: Java heap space
1387.51/520.44	07:36 ERROR: Failed to solve instance
1387.51/520.44	java.lang.OutOfMemoryError: Java heap space
1392.17/524.98	07:41 ERROR: Failed to solve instance
1392.17/524.98	java.lang.OutOfMemoryError: Java heap space
1404.43/536.90	07:53 ERROR: Failed to solve instance
1404.43/536.90	java.lang.OutOfMemoryError: Java heap space
1421.04/552.33	08:08 ERROR: Failed to solve instance
1421.04/552.33	java.lang.OutOfMemoryError: Java heap space
1431.87/562.87	08:19 ERROR: Failed to solve instance
1431.87/562.87	java.lang.OutOfMemoryError: Java heap space
1432.27/563.28	08:19 ERROR: Failed to solve instance
1432.27/563.28	java.lang.OutOfMemoryError: Java heap space
1452.71/583.63	08:39 ERROR: Failed to solve instance
1452.71/583.63	java.lang.OutOfMemoryError: Java heap space
1460.84/591.42	08:47 ERROR: Failed to solve instance
1460.84/591.42	java.lang.OutOfMemoryError: Java heap space
1463.82/594.26	08:50 ERROR: Failed to solve instance
1463.82/594.26	java.lang.OutOfMemoryError: Java heap space
1486.50/616.78	09:13 ERROR: Failed to solve instance
1486.50/616.78	java.lang.OutOfMemoryError: Java heap space
1490.04/619.93	09:16 ERROR: Failed to solve instance
1490.04/619.93	java.lang.OutOfMemoryError: Java heap space
1591.16/719.72	10:55 ERROR: Failed to solve instance
1591.16/719.72	java.lang.OutOfMemoryError: Java heap space
1595.03/723.33	10:59 ERROR: Failed to solve instance
1595.03/723.33	java.lang.OutOfMemoryError: Java heap space
1595.84/724.16	11:00 ERROR: Failed to solve instance
1595.84/724.16	java.lang.OutOfMemoryError: Java heap space
1597.84/726.11	11:02 ERROR: Failed to solve instance
1597.84/726.11	java.lang.OutOfMemoryError: Java heap space
1619.55/747.75	11:24 ERROR: Failed to solve instance
1619.55/747.75	java.lang.OutOfMemoryError: Java heap space
1622.16/750.24	11:26 ERROR: Failed to solve instance
1622.16/750.24	java.lang.OutOfMemoryError: Java heap space
1644.33/772.22	11:48 ERROR: Failed to solve instance
1644.33/772.22	java.lang.OutOfMemoryError: Java heap space
1667.65/795.31	12:11 ERROR: Failed to solve instance
1667.65/795.31	java.lang.OutOfMemoryError: Java heap space
1696.58/822.45	12:38 ERROR: Failed to solve instance
1696.58/822.45	java.lang.OutOfMemoryError: Java heap space
1805.40/931.20	13:26 ERROR: Failed to solve instance
1805.40/931.20	java.lang.OutOfMemoryError: Java heap space
1940.55/1066.28	16:42 ERROR: Failed to solve instance
1940.55/1066.28	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-3312430-1304114336/watcher-3312430-1304114336 -o /tmp/evaluation-result-3312430-1304114336/solver-3312430-1304114336 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312430-1304114336.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.17 5.23 5.49 5/196 10862
/proc/meminfo: memFree=23942304/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10860 10862 10666 0 -1 4202496 1413 0 0 0 0 0 0 0 25 0 2 0 523033201 26714112 885 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658949093 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 6522 885 678 9 0 381 0
[pid=10862/tid=10863] ppid=10860 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10863/stat : 10863 (java) S 10860 10862 10666 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 523033202 27824128 894 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210642222727 0 2147483391 4096 0 18446744071699109054 0 0 -1 5 0 0 0

[startup+0.0245479 s]
/proc/loadavg: 5.17 5.23 5.49 5/196 10862
/proc/meminfo: memFree=23942304/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=15603088 CPUtime=0.01 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10860 10862 10666 0 -1 4202496 3405 0 1 0 1 0 0 0 25 0 12 0 523033201 15977562112 2847 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658949093 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 3900772 2847 1627 9 0 3891520 0
[pid=10862/tid=10863] ppid=10860 vsize=15603088 CPUtime=0.01 cores=1,3,5,7
/proc/10862/task/10863/stat : 10863 (java) S 10860 10862 10666 0 -1 4202560 2038 0 1 0 1 0 0 0 25 0 12 0 523033202 15977562112 2847 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16784584 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15603088

[startup+0.104783 s]
/proc/loadavg: 5.17 5.23 5.49 5/196 10862
/proc/meminfo: memFree=23942304/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=15676948 CPUtime=0.1 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10860 10862 10666 0 -1 4202496 5685 0 1 0 9 1 0 0 25 0 18 0 523033201 16053194752 5087 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 3919237 5087 2117 9 0 3909956 0
[pid=10862/tid=10863] ppid=10860 vsize=15676948 CPUtime=0.09 cores=1,3,5,7
/proc/10862/task/10863/stat : 10863 (java) R 10860 10862 10666 0 -1 4202560 3517 0 1 0 8 1 0 0 25 0 18 0 523033202 16053194752 5088 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 47446974988195 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676948

[startup+0.300713 s]
/proc/loadavg: 5.17 5.23 5.49 5/196 10862
/proc/meminfo: memFree=23942304/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=15680464 CPUtime=0.52 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10860 10862 10666 0 -1 4202496 15626 0 1 0 49 3 0 0 25 0 18 0 523033201 16056795136 14066 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 3920116 14066 2206 9 0 3910835 0
[pid=10862/tid=10863] ppid=10860 vsize=15680464 CPUtime=0.28 cores=1,3,5,7
/proc/10862/task/10863/stat : 10863 (java) R 10860 10862 10666 0 -1 4202560 10538 0 1 0 26 2 0 0 25 0 18 0 523033202 16056795136 14066 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 47446976184444 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680464

[startup+0.700698 s]
/proc/loadavg: 5.17 5.23 5.49 5/196 10862
/proc/meminfo: memFree=23942304/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=15680464 CPUtime=0.93 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10860 10862 10666 0 -1 4202496 41801 0 1 0 87 6 0 0 25 0 18 0 523033201 16056795136 40238 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 3920116 40238 2222 9 0 3910835 0
[pid=10862/tid=10863] ppid=10860 vsize=15680464 CPUtime=0.68 cores=1,3,5,7
/proc/10862/task/10863/stat : 10863 (java) R 10860 10862 10666 0 -1 4202560 35542 0 1 0 63 5 0 0 25 0 18 0 523033202 16056795136 40238 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 46912505613392 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680464

[startup+1.50155 s]
/proc/loadavg: 5.32 5.26 5.49 7/218 10884
/proc/meminfo: memFree=23769460/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=15718428 CPUtime=2.47 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10860 10862 10666 0 -1 4202496 57365 0 1 0 239 8 0 0 25 0 22 0 523033201 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 3929607 51365 2259 9 0 3920326 0
[pid=10862/tid=10863] ppid=10860 vsize=15718428 CPUtime=1.46 cores=1,3,5,7
/proc/10862/task/10863/stat : 10863 (java) R 10860 10862 10666 0 -1 4202560 35639 0 1 0 141 5 0 0 25 0 22 0 523033202 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 47446974976915 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10862/tid=10865] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10865/stat : 10865 (java) S 10860 10862 10666 0 -1 4202560 63 0 0 0 0 0 0 0 18 0 22 0 523033202 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10866] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10866/stat : 10866 (java) S 10860 10862 10666 0 -1 4202560 500 0 0 0 0 0 0 0 18 0 22 0 523033202 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10867] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10867/stat : 10867 (java) S 10860 10862 10666 0 -1 4202560 971 0 0 0 0 0 0 0 18 0 22 0 523033202 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10868] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10860 10862 10666 0 -1 4202560 425 0 0 0 0 0 0 0 16 0 22 0 523033202 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10869] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523033202 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10870] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10860 10862 10666 0 -1 4202560 506 0 0 0 0 0 0 0 18 0 22 0 523033202 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10871] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10860 10862 10666 0 -1 4202560 379 0 0 0 0 0 0 0 18 0 22 0 523033202 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10872] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10860 10862 10666 0 -1 4202560 832 0 0 0 0 0 0 0 18 0 22 0 523033202 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10873] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10873/stat : 10873 (java) S 10860 10862 10666 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 523033203 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 0 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10874] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10874/stat : 10874 (java) S 10860 10862 10666 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523033204 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10875] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10860 10862 10666 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523033204 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10876] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033206 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658970033 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10877] ppid=10860 vsize=15718428 CPUtime=0.72 cores=1,3,5,7
/proc/10862/task/10877/stat : 10877 (java) R 10860 10862 10666 0 -1 4202560 13971 0 0 0 71 1 0 0 21 0 22 0 523033206 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 47446977538239 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10862/tid=10878] ppid=10860 vsize=15718428 CPUtime=0.22 cores=1,3,5,7
/proc/10862/task/10878/stat : 10878 (java) S 10860 10862 10666 0 -1 4202560 2580 0 0 0 22 0 0 0 15 0 22 0 523033206 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10879] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033206 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10880] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10880/stat : 10880 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523033206 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10881] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10881/stat : 10881 (java) S 10860 10862 10666 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523033277 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10882] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10882/stat : 10882 (java) S 10860 10862 10666 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 523033277 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10883] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10883/stat : 10883 (java) S 10860 10862 10666 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 523033277 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10884] ppid=10860 vsize=15718428 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10884/stat : 10884 (java) S 10860 10862 10666 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 523033277 16095670272 51365 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 15718428

[startup+3.10728 s]
/proc/loadavg: 5.32 5.26 5.49 8/218 10884
/proc/meminfo: memFree=23581100/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=15719072 CPUtime=6.01 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10860 10862 10666 0 -1 4202496 71221 0 1 0 592 9 0 0 25 0 22 0 523033201 16096329728 64379 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 3929768 64379 2275 9 0 3920487 0
[pid=10862/tid=10863] ppid=10860 vsize=15719072 CPUtime=2.27 cores=1,3,5,7
/proc/10862/task/10863/stat : 10863 (java) S 10860 10862 10666 0 -1 4202560 35697 0 1 0 222 5 0 0 25 0 22 0 523033202 16096329728 64380 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10865] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10865/stat : 10865 (java) S 10860 10862 10666 0 -1 4202560 531 0 0 0 0 0 0 0 18 0 22 0 523033202 16096329728 64380 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10866] ppid=10860 vsize=15719072 CPUtime=0.02 cores=1,3,5,7
/proc/10862/task/10866/stat : 10866 (java) S 10860 10862 10666 0 -1 4202560 4402 0 0 0 2 0 0 0 18 0 22 0 523033202 16096329728 64381 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10867] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10867/stat : 10867 (java) S 10860 10862 10666 0 -1 4202560 971 0 0 0 0 0 0 0 18 0 22 0 523033202 16096329728 64382 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10868] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10860 10862 10666 0 -1 4202560 425 0 0 0 0 0 0 0 16 0 22 0 523033202 16096329728 64382 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10869] ppid=10860 vsize=15719072 CPUtime=0.02 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10860 10862 10666 0 -1 4202560 4418 0 0 0 2 0 0 0 18 0 22 0 523033202 16096329728 64383 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10870] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10860 10862 10666 0 -1 4202560 506 0 0 0 0 0 0 0 18 0 22 0 523033202 16096329728 64384 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10871] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10860 10862 10666 0 -1 4202560 379 0 0 0 0 0 0 0 18 0 22 0 523033202 16096329728 64384 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10872] ppid=10860 vsize=15719072 CPUtime=0.03 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10860 10862 10666 0 -1 4202560 3951 0 0 0 3 0 0 0 18 0 22 0 523033202 16096329728 64385 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10873] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10873/stat : 10873 (java) S 10860 10862 10666 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 523033203 16096329728 64386 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 0 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10874] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10874/stat : 10874 (java) S 10860 10862 10666 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523033204 16096329728 64386 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10875] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10860 10862 10666 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523033204 16096329728 64387 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10876] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033206 16096329728 64388 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658970033 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10877] ppid=10860 vsize=15719072 CPUtime=1.59 cores=1,3,5,7
/proc/10862/task/10877/stat : 10877 (java) S 10860 10862 10666 0 -1 4202560 15123 0 0 0 158 1 0 0 15 0 22 0 523033206 16096329728 64389 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10878] ppid=10860 vsize=15719072 CPUtime=0.66 cores=1,3,5,7
/proc/10862/task/10878/stat : 10878 (java) S 10860 10862 10666 0 -1 4202560 2660 0 0 0 66 0 0 0 15 0 22 0 523033206 16096329728 64389 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10879] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033206 16096329728 64390 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10880] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10880/stat : 10880 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523033206 16096329728 64391 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10881] ppid=10860 vsize=15719072 CPUtime=0.33 cores=1,3,5,7
/proc/10862/task/10881/stat : 10881 (java) R 10860 10862 10666 0 -1 4202560 674 0 0 0 33 0 0 0 15 0 22 0 523033277 16096329728 64391 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 46912506280086 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10862/tid=10882] ppid=10860 vsize=15719072 CPUtime=0.44 cores=1,3,5,7
/proc/10862/task/10882/stat : 10882 (java) R 10860 10862 10666 0 -1 4202560 20 0 0 0 44 0 0 0 15 0 22 0 523033277 16096329728 64392 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 46912505701599 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10862/tid=10883] ppid=10860 vsize=15719072 CPUtime=0.29 cores=1,3,5,7
/proc/10862/task/10883/stat : 10883 (java) S 10860 10862 10666 0 -1 4202560 10 0 0 0 29 0 0 0 15 0 22 0 523033277 16096329728 64392 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10884] ppid=10860 vsize=15719072 CPUtime=0.24 cores=1,3,5,7
/proc/10862/task/10884/stat : 10884 (java) R 10860 10862 10666 0 -1 4202560 7 0 0 0 24 0 0 0 16 0 22 0 523033277 16096329728 64393 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 46912506354023 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 15719072

[startup+6.30071 s]
/proc/loadavg: 5.94 5.39 5.53 11/218 10884
/proc/meminfo: memFree=22949036/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=15719072 CPUtime=18.24 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10860 10862 10666 0 -1 4202496 255249 0 1 0 1789 35 0 0 25 0 22 0 523033201 16096329728 248030 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 3929768 248030 2275 9 0 3920487 0
[pid=10862/tid=10863] ppid=10860 vsize=15719072 CPUtime=2.27 cores=1,3,5,7
/proc/10862/task/10863/stat : 10863 (java) S 10860 10862 10666 0 -1 4202560 35697 0 1 0 222 5 0 0 25 0 22 0 523033202 16096329728 248030 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10865] ppid=10860 vsize=15719072 CPUtime=0.11 cores=1,3,5,7
/proc/10862/task/10865/stat : 10865 (java) S 10860 10862 10666 0 -1 4202560 22322 0 0 0 8 3 0 0 15 0 22 0 523033202 16096329728 248030 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10866] ppid=10860 vsize=15719072 CPUtime=0.05 cores=1,3,5,7
/proc/10862/task/10866/stat : 10866 (java) S 10860 10862 10666 0 -1 4202560 8220 0 0 0 5 0 0 0 15 0 22 0 523033202 16096329728 248030 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10867] ppid=10860 vsize=15719072 CPUtime=0.08 cores=1,3,5,7
/proc/10862/task/10867/stat : 10867 (java) S 10860 10862 10666 0 -1 4202560 19523 0 0 0 6 2 0 0 15 0 22 0 523033202 16096329728 248030 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10868] ppid=10860 vsize=15719072 CPUtime=0.01 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10860 10862 10666 0 -1 4202560 3519 0 0 0 1 0 0 0 15 0 22 0 523033202 16096329728 248030 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10869] ppid=10860 vsize=15719072 CPUtime=0.14 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10860 10862 10666 0 -1 4202560 22166 0 0 0 12 2 0 0 15 0 22 0 523033202 16096329728 248030 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10870] ppid=10860 vsize=15719072 CPUtime=0.03 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10860 10862 10666 0 -1 4202560 5878 0 0 0 2 1 0 0 15 0 22 0 523033202 16096329728 248030 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10871] ppid=10860 vsize=15719072 CPUtime=0.09 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10860 10862 10666 0 -1 4202560 22199 0 0 0 7 2 0 0 16 0 22 0 523033202 16096329728 248030 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10872] ppid=10860 vsize=15719072 CPUtime=0.12 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10860 10862 10666 0 -1 4202560 20362 0 0 0 11 1 0 0 16 0 22 0 523033202 16096329728 248030 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0

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

[pid=10862/tid=10875] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10860 10862 10666 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523033204 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10876] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658970033 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10877] ppid=10860 vsize=15719072 CPUtime=1.82 cores=1,3,5,7
/proc/10862/task/10877/stat : 10877 (java) S 10860 10862 10666 0 -1 4202560 15171 0 0 0 180 2 0 0 15 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10878] ppid=10860 vsize=15719072 CPUtime=0.74 cores=1,3,5,7
/proc/10862/task/10878/stat : 10878 (java) S 10860 10862 10666 0 -1 4202560 3183 0 0 0 74 0 0 0 16 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10879] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10880] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10880/stat : 10880 (java) S 10860 10862 10666 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10881] ppid=10860 vsize=15719072 CPUtime=285.63 cores=1,3,5,7
/proc/10862/task/10881/stat : 10881 (java) S 10860 10862 10666 0 -1 4202560 112147 0 0 0 28544 19 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10882] ppid=10860 vsize=15719072 CPUtime=286.43 cores=1,3,5,7
/proc/10862/task/10882/stat : 10882 (java) S 10860 10862 10666 0 -1 4202560 116353 0 0 0 28622 21 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10883] ppid=10860 vsize=15719072 CPUtime=286.44 cores=1,3,5,7
/proc/10862/task/10883/stat : 10883 (java) S 10860 10862 10666 0 -1 4202560 111518 0 0 0 28620 24 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10884] ppid=10860 vsize=15719072 CPUtime=286.45 cores=1,3,5,7
/proc/10862/task/10884/stat : 10884 (java) S 10860 10862 10666 0 -1 4202560 100746 0 0 0 28620 25 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2056.76
Current children cumulated vsize (KiB) 15719072

[startup+1242.31 s]
/proc/loadavg: 5.06 5.15 5.46 6/218 10980
/proc/meminfo: memFree=9999756/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=15719072 CPUtime=2116.77 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10860 10862 10666 0 -1 4202496 3887401 0 1 0 211007 670 0 0 25 0 22 0 523033201 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 3929768 3849629 2294 9 0 3920487 0
[pid=10862/tid=10863] ppid=10860 vsize=15719072 CPUtime=2.27 cores=1,3,5,7
/proc/10862/task/10863/stat : 10863 (java) S 10860 10862 10666 0 -1 4202560 35697 0 1 0 222 5 0 0 25 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10865] ppid=10860 vsize=15719072 CPUtime=2.74 cores=1,3,5,7
/proc/10862/task/10865/stat : 10865 (java) S 10860 10862 10666 0 -1 4202560 359475 0 0 0 215 59 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10866] ppid=10860 vsize=15719072 CPUtime=2.1 cores=1,3,5,7
/proc/10862/task/10866/stat : 10866 (java) S 10860 10862 10666 0 -1 4202560 270691 0 0 0 165 45 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10867] ppid=10860 vsize=15719072 CPUtime=2.39 cores=1,3,5,7
/proc/10862/task/10867/stat : 10867 (java) S 10860 10862 10666 0 -1 4202560 333810 0 0 0 182 57 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10868] ppid=10860 vsize=15719072 CPUtime=2.78 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10860 10862 10666 0 -1 4202560 359542 0 0 0 221 57 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10869] ppid=10860 vsize=15719072 CPUtime=2.69 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10860 10862 10666 0 -1 4202560 337558 0 0 0 213 56 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10870] ppid=10860 vsize=15719072 CPUtime=2.09 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10860 10862 10666 0 -1 4202560 318412 0 0 0 156 53 0 0 15 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10871] ppid=10860 vsize=15719072 CPUtime=2.11 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10860 10862 10666 0 -1 4202560 332365 0 0 0 159 52 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10872] ppid=10860 vsize=15719072 CPUtime=2.48 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10860 10862 10666 0 -1 4202560 309386 0 0 0 198 50 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10873] ppid=10860 vsize=15719072 CPUtime=947.4 cores=1,3,5,7
/proc/10862/task/10873/stat : 10873 (java) R 10860 10862 10666 0 -1 4202560 769318 0 0 0 94606 134 0 0 25 0 22 0 523033203 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 47446973887079 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=10862/tid=10874] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10874/stat : 10874 (java) S 10860 10862 10666 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 523033204 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10875] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10860 10862 10666 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523033204 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10876] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658970033 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10877] ppid=10860 vsize=15719072 CPUtime=1.82 cores=1,3,5,7
/proc/10862/task/10877/stat : 10877 (java) S 10860 10862 10666 0 -1 4202560 15171 0 0 0 180 2 0 0 15 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10878] ppid=10860 vsize=15719072 CPUtime=0.74 cores=1,3,5,7
/proc/10862/task/10878/stat : 10878 (java) S 10860 10862 10666 0 -1 4202560 3183 0 0 0 74 0 0 0 16 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10879] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10880] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10880/stat : 10880 (java) S 10860 10862 10666 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10881] ppid=10860 vsize=15719072 CPUtime=285.63 cores=1,3,5,7
/proc/10862/task/10881/stat : 10881 (java) S 10860 10862 10666 0 -1 4202560 112147 0 0 0 28544 19 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10882] ppid=10860 vsize=15719072 CPUtime=286.44 cores=1,3,5,7
/proc/10862/task/10882/stat : 10882 (java) S 10860 10862 10666 0 -1 4202560 116695 0 0 0 28622 22 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10883] ppid=10860 vsize=15719072 CPUtime=286.44 cores=1,3,5,7
/proc/10862/task/10883/stat : 10883 (java) S 10860 10862 10666 0 -1 4202560 111750 0 0 0 28620 24 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10884] ppid=10860 vsize=15719072 CPUtime=286.45 cores=1,3,5,7
/proc/10862/task/10884/stat : 10884 (java) S 10860 10862 10666 0 -1 4202560 100746 0 0 0 28620 25 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2116.77
Current children cumulated vsize (KiB) 15719072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.10 5.14 5.44 6/218 10982
/proc/meminfo: memFree=9924848/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=15719072 CPUtime=2174.46 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10860 10862 10666 0 -1 4202496 3887958 0 1 0 216772 674 0 0 25 0 22 0 523033201 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 3929768 3849629 2294 9 0 3920487 0
[pid=10862/tid=10863] ppid=10860 vsize=15719072 CPUtime=2.27 cores=1,3,5,7
/proc/10862/task/10863/stat : 10863 (java) S 10860 10862 10666 0 -1 4202560 35697 0 1 0 222 5 0 0 25 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10865] ppid=10860 vsize=15719072 CPUtime=2.74 cores=1,3,5,7
/proc/10862/task/10865/stat : 10865 (java) S 10860 10862 10666 0 -1 4202560 359475 0 0 0 215 59 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10866] ppid=10860 vsize=15719072 CPUtime=2.1 cores=1,3,5,7
/proc/10862/task/10866/stat : 10866 (java) S 10860 10862 10666 0 -1 4202560 270691 0 0 0 165 45 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10867] ppid=10860 vsize=15719072 CPUtime=2.39 cores=1,3,5,7
/proc/10862/task/10867/stat : 10867 (java) S 10860 10862 10666 0 -1 4202560 333810 0 0 0 182 57 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10868] ppid=10860 vsize=15719072 CPUtime=2.78 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10860 10862 10666 0 -1 4202560 359542 0 0 0 221 57 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10869] ppid=10860 vsize=15719072 CPUtime=2.69 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10860 10862 10666 0 -1 4202560 337558 0 0 0 213 56 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10870] ppid=10860 vsize=15719072 CPUtime=2.09 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10860 10862 10666 0 -1 4202560 318412 0 0 0 156 53 0 0 15 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10871] ppid=10860 vsize=15719072 CPUtime=2.11 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10860 10862 10666 0 -1 4202560 332365 0 0 0 159 52 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10872] ppid=10860 vsize=15719072 CPUtime=2.48 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10860 10862 10666 0 -1 4202560 309386 0 0 0 198 50 0 0 16 0 22 0 523033202 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10873] ppid=10860 vsize=15719072 CPUtime=1005.08 cores=1,3,5,7
/proc/10862/task/10873/stat : 10873 (java) R 10860 10862 10666 0 -1 4202560 769322 0 0 0 100371 137 0 0 25 0 22 0 523033203 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 47446978546043 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=10862/tid=10874] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10874/stat : 10874 (java) S 10860 10862 10666 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 523033204 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10875] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10860 10862 10666 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523033204 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10876] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658970033 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10877] ppid=10860 vsize=15719072 CPUtime=1.82 cores=1,3,5,7
/proc/10862/task/10877/stat : 10877 (java) S 10860 10862 10666 0 -1 4202560 15171 0 0 0 180 2 0 0 15 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
[pid=10862/tid=10878] ppid=10860 vsize=15719072 CPUtime=0.74 cores=1,3,5,7
/proc/10862/task/10878/stat : 10878 (java) S 10860 10862 10666 0 -1 4202560 3183 0 0 0 74 0 0 0 16 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10879] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) S 10860 10862 10666 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 7 0 0 0
[pid=10862/tid=10880] ppid=10860 vsize=15719072 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10880/stat : 10880 (java) S 10860 10862 10666 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 523033206 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962944 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10881] ppid=10860 vsize=15719072 CPUtime=285.63 cores=1,3,5,7
/proc/10862/task/10881/stat : 10881 (java) S 10860 10862 10666 0 -1 4202560 112147 0 0 0 28544 19 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10882] ppid=10860 vsize=15719072 CPUtime=286.46 cores=1,3,5,7
/proc/10862/task/10882/stat : 10882 (java) S 10860 10862 10666 0 -1 4202560 117244 0 0 0 28623 23 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 3 0 0 0
[pid=10862/tid=10883] ppid=10860 vsize=15719072 CPUtime=286.44 cores=1,3,5,7
/proc/10862/task/10883/stat : 10883 (java) S 10860 10862 10666 0 -1 4202560 111750 0 0 0 28620 24 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 1 0 0 0
[pid=10862/tid=10884] ppid=10860 vsize=15719072 CPUtime=286.45 cores=1,3,5,7
/proc/10862/task/10884/stat : 10884 (java) S 10860 10862 10666 0 -1 4202560 100746 0 0 0 28620 25 0 0 15 0 22 0 523033277 16096329728 3849629 33554432000 1073741824 1073778376 140737482843216 18446744073709551615 210658962329 0 4 0 16800975 18446604454223471552 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2174.46
Current children cumulated vsize (KiB) 15719072

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10862

[startup+1302.3 s]
/proc/loadavg: 5.17 5.15 5.44 6/219 10983
/proc/meminfo: memFree=9924840/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=0 CPUtime=2176.75 cores=1,3,5,7
/proc/10862/stat : 10862 (java) Z 10860 10862 10666 0 -1 4203548 3887983 0 1 0 216973 702 0 0 18 0 2 0 523033201 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 0 0 0 0 0 0 0
[pid=10862/tid=10879] ppid=10860 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) R 10860 10862 10666 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 523033206 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2176.75
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.17 5.15 5.44 6/219 10983
/proc/meminfo: memFree=9924840/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=0 CPUtime=2176.85 cores=1,3,5,7
/proc/10862/stat : 10862 (java) Z 10860 10862 10666 0 -1 4203548 3887983 0 1 0 216973 712 0 0 18 0 2 0 523033201 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 0 0 0 0 0 0 0
[pid=10862/tid=10879] ppid=10860 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) R 10860 10862 10666 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 523033206 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2176.85
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.17 5.15 5.44 6/219 10983
/proc/meminfo: memFree=9924840/32951132 swapFree=67080200/67111528
[pid=10862] ppid=10860 vsize=0 CPUtime=2176.95 cores=1,3,5,7
/proc/10862/stat : 10862 (java) Z 10860 10862 10666 0 -1 4203548 3887983 0 1 0 216973 722 0 0 18 0 2 0 523033201 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10862/statm: 0 0 0 0 0 0 0
[pid=10862/tid=10879] ppid=10860 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) R 10860 10862 10666 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 523033206 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2176.95
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.52
CPU time (s): 2176.98
CPU user time (s): 2169.74
CPU system time (s): 7.2429
CPU usage (%): 167.136
Max. virtual memory (cumulated for all children) (KiB): 15719072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2169.74
system time used= 7.2429
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3887983
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= 79644
involuntary context switches= 44631

runsolver used 2.23566 second user time and 4.92125 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 23:58:56
IDJOB=3312430
IDBENCH=82615
IDSOLVER=1699
FILE ID=node129/3312430-1304114336
RUNJOBID= node129-1304113033-10685
PBS_JOBID= 13170699
Free space on /tmp= 66364 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S379804333-028-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312430-1304114336/watcher-3312430-1304114336 -o /tmp/evaluation-result-3312430-1304114336/solver-3312430-1304114336 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312430-1304114336.cnf

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

MD5SUM BENCH= 0aa289a52d8d004ea581b39b43a8a19a
RANDOM SEED=2090502897

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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:     32951132 kB
MemFree:      23942344 kB
Buffers:        243448 kB
Cached:        1425140 kB
SwapCached:       4652 kB
Active:        6986472 kB
Inactive:      1667356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23942344 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:            3984 kB
Writeback:           8 kB
AnonPages:     6983332 kB
Mapped:          21176 kB
Slab:           276248 kB
PageTables:      18464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  8211628 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66364 MiB
End job on node129 at 2011-04-30 00:20:38