Trace number 3311147

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 2225.92 1302.52

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S895938734-057-UNKNOWN.cnf
MD5SUM4f5a8cb56de51e6630c119bd6436cc16
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark98.77
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	15:47 INFO : Reading from input HOME/instance-3311147-1304111747.cnf
1.12/0.92	Executor set job limit to 1000000
1.12/0.92	Executor set job limit to 1000000
1.12/0.92	Executor set job limit to 1000000
1.12/0.92	Executor set job limit to 1000000
1.12/0.92	Starting Executor!
1.12/0.92	Starting Executor!
1.12/0.92	Starting Executor!
1.12/0.92	Starting Executor!
4.65/2.71	15:50 INFO : 39836 variables remaining out of 40000
4.65/2.71	15:50 INFO : 667708 literals remaining out of 672000
1344.69/434.96	21:58 ERROR: Failed to solve instance
1344.69/434.96	java.lang.OutOfMemoryError: Java heap space
1344.69/434.96		at ibis.structure.TouchSet.<init>(TouchSet.java:13)
1344.69/434.96		at ibis.structure.Subsumming.<init>(Subsumming.java:40)
1344.69/434.96		at ibis.structure.Solver.simplify(Solver.java:205)
1344.69/434.96		at ibis.structure.Solver.solve(Solver.java:113)
1344.69/434.96		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1344.69/434.96		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1344.69/434.96		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1344.69/434.96		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1344.69/434.96		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1344.69/434.96		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1344.69/434.96		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1344.69/434.96		at ibis.constellation.Executor.processActivities(Executor.java:75)
1344.69/434.96		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1344.69/434.96		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1344.69/434.96		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1386.13/476.31	23:02 ERROR: Failed to solve instance
1386.13/476.31	java.lang.OutOfMemoryError: Java heap space
1386.13/476.31		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:50)
1386.13/476.31		at ibis.structure.Solver.simplify(Solver.java:191)
1386.13/476.31		at ibis.structure.Solver.solve(Solver.java:113)
1386.13/476.31		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1386.13/476.31		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1386.13/476.31		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1386.13/476.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1386.13/476.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1386.13/476.31		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1386.13/476.31		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1386.13/476.31		at ibis.constellation.Executor.processActivities(Executor.java:75)
1386.13/476.31		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1386.13/476.31		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1386.13/476.31		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1427.86/517.61	24:25 ERROR: Failed to solve instance
1427.86/517.61	java.lang.OutOfMemoryError: Java heap space
1427.86/517.61		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1427.86/517.61		at ibis.structure.Solver.simplify(Solver.java:191)
1427.86/517.61		at ibis.structure.Solver.solve(Solver.java:113)
1427.86/517.61		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1427.86/517.61		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1427.86/517.61		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1427.86/517.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1427.86/517.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1427.86/517.61		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1427.86/517.61		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1427.86/517.61		at ibis.constellation.Executor.processActivities(Executor.java:75)
1427.86/517.61		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1427.86/517.61		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1427.86/517.61		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1601.99/690.98	25:35 ERROR: Failed to solve instance
1601.99/690.98	java.lang.OutOfMemoryError: Java heap space
1601.99/690.98		at ibis.structure.Subsumming.run(Subsumming.java:46)
1601.99/690.98		at ibis.structure.Solver.simplify(Solver.java:205)
1601.99/690.98		at ibis.structure.Solver.solve(Solver.java:113)
1601.99/690.98		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1601.99/690.98		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1601.99/690.98		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1601.99/690.98		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1601.99/690.98		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1601.99/690.98		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1601.99/690.98		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1601.99/690.98		at ibis.constellation.Executor.processActivities(Executor.java:75)
1601.99/690.98		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1601.99/690.98		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1601.99/690.98		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1608.89/697.29	27:24 ERROR: Failed to solve instance
1608.89/697.29	java.lang.OutOfMemoryError: Java heap space
1613.61/701.80	27:29 ERROR: Failed to solve instance
1613.61/701.80	java.lang.OutOfMemoryError: Java heap space
1617.41/705.37	27:33 ERROR: Failed to solve instance
1617.41/705.37	java.lang.OutOfMemoryError: Java heap space
1619.01/706.81	27:34 ERROR: Failed to solve instance
1619.01/706.81	java.lang.OutOfMemoryError: Java heap space
1631.25/718.82	27:46 ERROR: Failed to solve instance
1631.25/718.82	java.lang.OutOfMemoryError: Java heap space
1631.25/718.83	27:46 ERROR: Failed to solve instance
1631.25/718.83	java.lang.OutOfMemoryError: Java heap space
1656.89/742.34	28:09 ERROR: Failed to solve instance
1656.89/742.34	java.lang.OutOfMemoryError: Java heap space
1657.50/742.91	28:10 ERROR: Failed to solve instance
1657.50/742.91	java.lang.OutOfMemoryError: Java heap space
1660.68/745.73	28:13 ERROR: Failed to solve instance
1660.68/745.73	java.lang.OutOfMemoryError: Java heap space
1661.18/746.21	28:13 ERROR: Failed to solve instance
1661.18/746.21	java.lang.OutOfMemoryError: Java heap space
1681.83/766.86	28:34 ERROR: Failed to solve instance
1681.83/766.86	java.lang.OutOfMemoryError: Java heap space
1681.83/766.86	28:34 ERROR: Failed to solve instance
1681.83/766.86	java.lang.OutOfMemoryError: Java heap space
1686.02/770.46	28:38 ERROR: Failed to solve instance
1686.02/770.46	java.lang.OutOfMemoryError: Java heap space
1687.89/772.17	28:39 ERROR: Failed to solve instance
1687.89/772.17	java.lang.OutOfMemoryError: Java heap space
1715.21/797.95	29:05 ERROR: Failed to solve instance
1715.21/797.95	java.lang.OutOfMemoryError: Java heap space
1721.96/804.12	29:11 ERROR: Failed to solve instance
1721.96/804.12	java.lang.OutOfMemoryError: Java heap space
1745.54/827.30	29:34 ERROR: Failed to solve instance
1745.54/827.30	java.lang.OutOfMemoryError: Java heap space
1748.53/829.90	29:37 ERROR: Failed to solve instance
1748.53/829.90	java.lang.OutOfMemoryError: Java heap space
1748.94/830.38	29:38 ERROR: Failed to solve instance
1748.94/830.38	java.lang.OutOfMemoryError: Java heap space
1759.91/841.22	29:48 ERROR: Failed to solve instance
1759.91/841.22	java.lang.OutOfMemoryError: Java heap space
1774.99/855.88	30:03 ERROR: Failed to solve instance
1774.99/855.88	java.lang.OutOfMemoryError: Java heap space
1836.60/917.31	31:00 ERROR: Failed to solve instance
1836.60/917.31	java.lang.OutOfMemoryError: Java heap space
1841.54/921.59	31:09 ERROR: Failed to solve instance
1841.54/921.59	java.lang.OutOfMemoryError: Java heap space
1842.04/922.06	31:09 ERROR: Failed to solve instance
1842.04/922.06	java.lang.OutOfMemoryError: Java heap space
1982.14/1061.37	33:28 ERROR: Failed to solve instance
1982.14/1061.37	java.lang.OutOfMemoryError: Java heap space
1987.87/1066.54	33:34 ERROR: Failed to solve instance
1987.87/1066.54	java.lang.OutOfMemoryError: Java heap space
2107.16/1184.43	35:32 ERROR: Failed to solve instance
2107.16/1184.43	java.lang.OutOfMemoryError: Java heap space
2171.30/1248.00	36:35 ERROR: Failed to solve instance
2171.30/1248.00	java.lang.OutOfMemoryError: Java heap space
2191.24/1267.93	36:55 ERROR: Failed to solve instance
2191.24/1267.93	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-3311147-1304111747/watcher-3311147-1304111747 -o /tmp/evaluation-result-3311147-1304111747/solver-3311147-1304111747 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311147-1304111747.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 4.84 5.13 6.13 2/197 4690
/proc/meminfo: memFree=13190992/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/4690/stat : 4690 (java) R 4688 4690 4401 0 -1 4202496 668 0 0 0 0 0 0 0 25 0 1 0 522772426 9318400 155 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218900807303 0 2147483391 4096 0 0 0 0 17 3 0 0 0
/proc/4690/statm: 2275 155 126 9 0 67 0

[startup+0.0589809 s]
/proc/loadavg: 4.84 5.13 6.13 2/197 4690
/proc/meminfo: memFree=13190992/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=15609648 CPUtime=0.04 cores=1,3,5,7
/proc/4690/stat : 4690 (java) S 4688 4690 4401 0 -1 4202496 4104 0 1 0 4 0 0 0 25 0 18 0 522772426 15984279552 3542 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 3902412 3543 1754 9 0 3893131 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609648

[startup+0.100972 s]
/proc/loadavg: 4.84 5.13 6.13 2/197 4690
/proc/meminfo: memFree=13190992/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=15676152 CPUtime=0.1 cores=1,3,5,7
/proc/4690/stat : 4690 (java) S 4688 4690 4401 0 -1 4202496 5568 0 1 0 9 1 0 0 25 0 18 0 522772426 16052379648 4971 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 3919038 4971 2117 9 0 3909757 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676152

[startup+0.300936 s]
/proc/loadavg: 4.84 5.13 6.13 2/197 4690
/proc/meminfo: memFree=13190992/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=15681228 CPUtime=0.5 cores=1,3,5,7
/proc/4690/stat : 4690 (java) S 4688 4690 4401 0 -1 4202496 14792 0 1 0 48 2 0 0 25 0 18 0 522772426 16057577472 12999 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 3920307 13005 2207 9 0 3911026 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15681228

[startup+0.700869 s]
/proc/loadavg: 4.84 5.13 6.13 2/197 4690
/proc/meminfo: memFree=13190992/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=15681228 CPUtime=0.92 cores=1,3,5,7
/proc/4690/stat : 4690 (java) S 4688 4690 4401 0 -1 4202496 41839 0 1 0 86 6 0 0 25 0 18 0 522772426 16057577472 40042 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 3920307 40042 2223 9 0 3911026 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681228

[startup+1.50073 s]
/proc/loadavg: 4.84 5.13 6.13 5/219 4712
/proc/meminfo: memFree=13022372/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=15688124 CPUtime=2.23 cores=1,3,5,7
/proc/4690/stat : 4690 (java) S 4688 4690 4401 0 -1 4202496 57025 0 1 0 214 9 0 0 25 0 22 0 522772426 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 3922031 52031 2261 9 0 3912750 0
[pid=4690/tid=4692] ppid=4688 vsize=15688124 CPUtime=1.46 cores=1,3,5,7
/proc/4690/task/4692/stat : 4692 (java) R 4688 4690 4401 0 -1 4202560 35634 0 1 0 141 5 0 0 21 0 22 0 522772427 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 46912505187559 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4690/tid=4693] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4693/stat : 4693 (java) S 4688 4690 4401 0 -1 4202560 303 0 0 0 0 0 0 0 16 0 22 0 522772427 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4694] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4694/stat : 4694 (java) S 4688 4690 4401 0 -1 4202560 279 0 0 0 0 0 0 0 16 0 22 0 522772427 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4695] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4695/stat : 4695 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 522772427 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4696] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4696/stat : 4696 (java) S 4688 4690 4401 0 -1 4202560 235 0 0 0 0 0 0 0 16 0 22 0 522772427 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4697] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4697/stat : 4697 (java) S 4688 4690 4401 0 -1 4202560 881 0 0 0 0 0 0 0 16 0 22 0 522772427 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4698] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4698/stat : 4698 (java) S 4688 4690 4401 0 -1 4202560 1332 0 0 0 0 0 0 0 16 0 22 0 522772427 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4699] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4699/stat : 4699 (java) S 4688 4690 4401 0 -1 4202560 1604 0 0 0 0 0 0 0 16 0 22 0 522772427 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4700] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4700/stat : 4700 (java) S 4688 4690 4401 0 -1 4202560 499 0 0 0 0 0 0 0 16 0 22 0 522772427 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4701] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4701/stat : 4701 (java) S 4688 4690 4401 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 522772428 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 0 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4702] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4702/stat : 4702 (java) S 4688 4690 4401 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 522772429 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4703] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4703/stat : 4703 (java) S 4688 4690 4401 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 522772429 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4704] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4704/stat : 4704 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917554609 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4705] ppid=4688 vsize=15688124 CPUtime=0.54 cores=1,3,5,7
/proc/4690/task/4705/stat : 4705 (java) R 4688 4690 4401 0 -1 4202560 12257 0 0 0 52 2 0 0 18 0 22 0 522772431 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 47717471778491 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4690/tid=4706] ppid=4688 vsize=15688124 CPUtime=0.17 cores=1,3,5,7
/proc/4690/task/4706/stat : 4706 (java) S 4688 4690 4401 0 -1 4202560 2500 0 0 0 17 0 0 0 15 0 22 0 522772431 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4707] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4707/stat : 4707 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4708] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4708/stat : 4708 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522772431 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4709] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4709/stat : 4709 (java) S 4688 4690 4401 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 522772518 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4710] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4710/stat : 4710 (java) S 4688 4690 4401 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 522772518 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4711] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4711/stat : 4711 (java) S 4688 4690 4401 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 22 0 522772518 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4712] ppid=4688 vsize=15688124 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4712/stat : 4712 (java) S 4688 4690 4401 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 522772518 16064638976 52031 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 15688124

[startup+3.10648 s]
/proc/loadavg: 4.84 5.13 6.13 4/219 4712
/proc/meminfo: memFree=12986484/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=15685340 CPUtime=5.58 cores=1,3,5,7
/proc/4690/stat : 4690 (java) S 4688 4690 4401 0 -1 4202496 76847 0 1 0 547 11 0 0 25 0 22 0 522772426 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 3921335 63677 2275 9 0 3912054 0
[pid=4690/tid=4692] ppid=4688 vsize=15685340 CPUtime=2.68 cores=1,3,5,7
/proc/4690/task/4692/stat : 4692 (java) S 4688 4690 4401 0 -1 4202560 35690 0 1 0 263 5 0 0 25 0 22 0 522772427 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4693] ppid=4688 vsize=15685340 CPUtime=0.02 cores=1,3,5,7
/proc/4690/task/4693/stat : 4693 (java) S 4688 4690 4401 0 -1 4202560 2760 0 0 0 2 0 0 0 16 0 22 0 522772427 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4694] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4694/stat : 4694 (java) S 4688 4690 4401 0 -1 4202560 281 0 0 0 0 0 0 0 16 0 22 0 522772427 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4695] ppid=4688 vsize=15685340 CPUtime=0.01 cores=1,3,5,7
/proc/4690/task/4695/stat : 4695 (java) S 4688 4690 4401 0 -1 4202560 2982 0 0 0 1 0 0 0 16 0 22 0 522772427 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4696] ppid=4688 vsize=15685340 CPUtime=0.02 cores=1,3,5,7
/proc/4690/task/4696/stat : 4696 (java) S 4688 4690 4401 0 -1 4202560 3209 0 0 0 2 0 0 0 16 0 22 0 522772427 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4697] ppid=4688 vsize=15685340 CPUtime=0.02 cores=1,3,5,7
/proc/4690/task/4697/stat : 4697 (java) S 4688 4690 4401 0 -1 4202560 3433 0 0 0 2 0 0 0 16 0 22 0 522772427 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4698] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4698/stat : 4698 (java) S 4688 4690 4401 0 -1 4202560 1332 0 0 0 0 0 0 0 15 0 22 0 522772427 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4699] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4699/stat : 4699 (java) S 4688 4690 4401 0 -1 4202560 1604 0 0 0 0 0 0 0 15 0 22 0 522772427 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4700] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4700/stat : 4700 (java) S 4688 4690 4401 0 -1 4202560 644 0 0 0 0 0 0 0 16 0 22 0 522772427 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4701] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4701/stat : 4701 (java) S 4688 4690 4401 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 22 0 522772428 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 0 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4702] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4702/stat : 4702 (java) S 4688 4690 4401 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 522772429 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4703] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4703/stat : 4703 (java) S 4688 4690 4401 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 522772429 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4704] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4704/stat : 4704 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917554609 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4705] ppid=4688 vsize=15685340 CPUtime=1.55 cores=1,3,5,7
/proc/4690/task/4705/stat : 4705 (java) S 4688 4690 4401 0 -1 4202560 20630 0 0 0 152 3 0 0 15 0 22 0 522772431 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4706] ppid=4688 vsize=15685340 CPUtime=0.63 cores=1,3,5,7
/proc/4690/task/4706/stat : 4706 (java) R 4688 4690 4401 0 -1 4202560 2749 0 0 0 63 0 0 0 15 0 22 0 522772431 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 47717474638466 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4690/tid=4707] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4707/stat : 4707 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4708] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4708/stat : 4708 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522772431 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4709] ppid=4688 vsize=15685340 CPUtime=0.09 cores=1,3,5,7
/proc/4690/task/4709/stat : 4709 (java) S 4688 4690 4401 0 -1 4202560 26 0 0 0 9 0 0 0 15 0 22 0 522772518 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4710] ppid=4688 vsize=15685340 CPUtime=0.23 cores=1,3,5,7
/proc/4690/task/4710/stat : 4710 (java) R 4688 4690 4401 0 -1 4202560 8 0 0 0 23 0 0 0 16 0 22 0 522772518 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 46912505920967 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4690/tid=4711] ppid=4688 vsize=15685340 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4711/stat : 4711 (java) S 4688 4690 4401 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 522772518 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4712] ppid=4688 vsize=15685340 CPUtime=0.23 cores=1,3,5,7
/proc/4690/task/4712/stat : 4712 (java) R 4688 4690 4401 0 -1 4202560 7 0 0 0 23 0 0 0 15 0 22 0 522772518 16061788160 63677 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 15685340

[startup+6.30082 s]
/proc/loadavg: 4.69 5.10 6.11 6/219 4712
/proc/meminfo: memFree=12568720/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=15685828 CPUtime=16.41 cores=1,3,5,7
/proc/4690/stat : 4690 (java) S 4688 4690 4401 0 -1 4202496 219001 0 1 0 1611 30 0 0 25 0 22 0 522772426 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 3921457 204821 2275 9 0 3912176 0
[pid=4690/tid=4692] ppid=4688 vsize=15685828 CPUtime=2.68 cores=1,3,5,7
/proc/4690/task/4692/stat : 4692 (java) S 4688 4690 4401 0 -1 4202560 35690 0 1 0 263 5 0 0 25 0 22 0 522772427 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4693] ppid=4688 vsize=15685828 CPUtime=0.12 cores=1,3,5,7
/proc/4690/task/4693/stat : 4693 (java) S 4688 4690 4401 0 -1 4202560 16518 0 0 0 11 1 0 0 15 0 22 0 522772427 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4694] ppid=4688 vsize=15685828 CPUtime=0.05 cores=1,3,5,7
/proc/4690/task/4694/stat : 4694 (java) S 4688 4690 4401 0 -1 4202560 8879 0 0 0 4 1 0 0 16 0 22 0 522772427 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4695] ppid=4688 vsize=15685828 CPUtime=0.07 cores=1,3,5,7
/proc/4690/task/4695/stat : 4695 (java) S 4688 4690 4401 0 -1 4202560 14383 0 0 0 5 2 0 0 16 0 22 0 522772427 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4696] ppid=4688 vsize=15685828 CPUtime=0.09 cores=1,3,5,7
/proc/4690/task/4696/stat : 4696 (java) S 4688 4690 4401 0 -1 4202560 15064 0 0 0 7 2 0 0 15 0 22 0 522772427 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4697] ppid=4688 vsize=15685828 CPUtime=0.11 cores=1,3,5,7
/proc/4690/task/4697/stat : 4697 (java) S 4688 4690 4401 0 -1 4202560 19504 0 0 0 9 2 0 0 15 0 22 0 522772427 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4698] ppid=4688 vsize=15685828 CPUtime=0.04 cores=1,3,5,7
/proc/4690/task/4698/stat : 4698 (java) S 4688 4690 4401 0 -1 4202560 6665 0 0 0 4 0 0 0 15 0 22 0 522772427 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4699] ppid=4688 vsize=15685828 CPUtime=0.13 cores=1,3,5,7
/proc/4690/task/4699/stat : 4699 (java) S 4688 4690 4401 0 -1 4202560 20756 0 0 0 11 2 0 0 16 0 22 0 522772427 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4700] ppid=4688 vsize=15685828 CPUtime=0.04 cores=1,3,5,7
/proc/4690/task/4700/stat : 4700 (java) S 4688 4690 4401 0 -1 4202560 4526 0 0 0 4 0 0 0 15 0 22 0 522772427 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4701] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4701/stat : 4701 (java) S 4688 4690 4401 0 -1 4202560 427 0 0 0 0 0 0 0 15 0 22 0 522772428 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 0 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4702] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4702/stat : 4702 (java) S 4688 4690 4401 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 522772429 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4703] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4703/stat : 4703 (java) S 4688 4690 4401 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 522772429 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4704] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4704/stat : 4704 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917554609 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4705] ppid=4688 vsize=15685828 CPUtime=1.57 cores=1,3,5,7
/proc/4690/task/4705/stat : 4705 (java) S 4688 4690 4401 0 -1 4202560 20633 0 0 0 154 3 0 0 15 0 22 0 522772431 16062287872 204821 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0

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

[pid=4690/tid=4703] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4703/stat : 4703 (java) S 4688 4690 4401 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 522772429 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4704] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4704/stat : 4704 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917554609 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4705] ppid=4688 vsize=15685828 CPUtime=1.59 cores=1,3,5,7
/proc/4690/task/4705/stat : 4705 (java) S 4688 4690 4401 0 -1 4202560 20633 0 0 0 156 3 0 0 16 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4706] ppid=4688 vsize=15685828 CPUtime=1.06 cores=1,3,5,7
/proc/4690/task/4706/stat : 4706 (java) S 4688 4690 4401 0 -1 4202560 2918 0 0 0 106 0 0 0 15 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4707] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4707/stat : 4707 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4708] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4708/stat : 4708 (java) S 4688 4690 4401 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4709] ppid=4688 vsize=15685828 CPUtime=300.61 cores=1,3,5,7
/proc/4690/task/4709/stat : 4709 (java) S 4688 4690 4401 0 -1 4202560 90326 0 0 0 30042 19 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4710] ppid=4688 vsize=15685828 CPUtime=300.26 cores=1,3,5,7
/proc/4690/task/4710/stat : 4710 (java) S 4688 4690 4401 0 -1 4202560 75660 0 0 0 30010 16 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4711] ppid=4688 vsize=15685828 CPUtime=301.36 cores=1,3,5,7
/proc/4690/task/4711/stat : 4711 (java) S 4688 4690 4401 0 -1 4202560 83805 0 0 0 30121 15 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4712] ppid=4688 vsize=15685828 CPUtime=300.9 cores=1,3,5,7
/proc/4690/task/4712/stat : 4712 (java) S 4688 4690 4401 0 -1 4202560 84571 0 0 0 30069 21 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2105.06
Current children cumulated vsize (KiB) 15685828

[startup+1242.31 s]
/proc/loadavg: 5.04 5.12 5.54 6/220 4794
/proc/meminfo: memFree=12917468/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=15685828 CPUtime=2165.23 cores=1,3,5,7
/proc/4690/stat : 4690 (java) S 4688 4690 4401 0 -1 4202496 3910100 0 1 0 215839 684 0 0 25 0 22 0 522772426 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 3921457 3842740 2294 9 0 3912176 0
[pid=4690/tid=4692] ppid=4688 vsize=15685828 CPUtime=2.68 cores=1,3,5,7
/proc/4690/task/4692/stat : 4692 (java) S 4688 4690 4401 0 -1 4202560 35690 0 1 0 263 5 0 0 25 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4693] ppid=4688 vsize=15685828 CPUtime=3.31 cores=1,3,5,7
/proc/4690/task/4693/stat : 4693 (java) S 4688 4690 4401 0 -1 4202560 340114 0 0 0 277 54 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4694] ppid=4688 vsize=15685828 CPUtime=3.11 cores=1,3,5,7
/proc/4690/task/4694/stat : 4694 (java) S 4688 4690 4401 0 -1 4202560 433226 0 0 0 239 72 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4695] ppid=4688 vsize=15685828 CPUtime=2.99 cores=1,3,5,7
/proc/4690/task/4695/stat : 4695 (java) S 4688 4690 4401 0 -1 4202560 342239 0 0 0 245 54 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4696] ppid=4688 vsize=15685828 CPUtime=3.43 cores=1,3,5,7
/proc/4690/task/4696/stat : 4696 (java) S 4688 4690 4401 0 -1 4202560 358017 0 0 0 281 62 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4697] ppid=4688 vsize=15685828 CPUtime=3.25 cores=1,3,5,7
/proc/4690/task/4697/stat : 4697 (java) S 4688 4690 4401 0 -1 4202560 426453 0 0 0 256 69 0 0 15 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4698] ppid=4688 vsize=15685828 CPUtime=3.41 cores=1,3,5,7
/proc/4690/task/4698/stat : 4698 (java) S 4688 4690 4401 0 -1 4202560 377218 0 0 0 280 61 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4699] ppid=4688 vsize=15685828 CPUtime=3.11 cores=1,3,5,7
/proc/4690/task/4699/stat : 4699 (java) S 4688 4690 4401 0 -1 4202560 346557 0 0 0 253 58 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4700] ppid=4688 vsize=15685828 CPUtime=2.91 cores=1,3,5,7
/proc/4690/task/4700/stat : 4700 (java) S 4688 4690 4401 0 -1 4202560 282245 0 0 0 244 47 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4701] ppid=4688 vsize=15685828 CPUtime=930.86 cores=1,3,5,7
/proc/4690/task/4701/stat : 4701 (java) R 4688 4690 4401 0 -1 4202560 608469 0 0 0 92967 119 0 0 18 0 22 0 522772428 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 47717470230336 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=4690/tid=4702] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4702/stat : 4702 (java) S 4688 4690 4401 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 522772429 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4703] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4703/stat : 4703 (java) S 4688 4690 4401 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 522772429 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4704] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4704/stat : 4704 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917554609 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4705] ppid=4688 vsize=15685828 CPUtime=1.59 cores=1,3,5,7
/proc/4690/task/4705/stat : 4705 (java) S 4688 4690 4401 0 -1 4202560 20633 0 0 0 156 3 0 0 16 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4706] ppid=4688 vsize=15685828 CPUtime=1.06 cores=1,3,5,7
/proc/4690/task/4706/stat : 4706 (java) S 4688 4690 4401 0 -1 4202560 2918 0 0 0 106 0 0 0 15 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4707] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4707/stat : 4707 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4708] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4708/stat : 4708 (java) S 4688 4690 4401 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4709] ppid=4688 vsize=15685828 CPUtime=300.66 cores=1,3,5,7
/proc/4690/task/4709/stat : 4709 (java) S 4688 4690 4401 0 -1 4202560 90562 0 0 0 30047 19 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4710] ppid=4688 vsize=15685828 CPUtime=300.3 cores=1,3,5,7
/proc/4690/task/4710/stat : 4710 (java) S 4688 4690 4401 0 -1 4202560 75868 0 0 0 30014 16 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4711] ppid=4688 vsize=15685828 CPUtime=301.4 cores=1,3,5,7
/proc/4690/task/4711/stat : 4711 (java) S 4688 4690 4401 0 -1 4202560 83866 0 0 0 30125 15 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4712] ppid=4688 vsize=15685828 CPUtime=300.99 cores=1,3,5,7
/proc/4690/task/4712/stat : 4712 (java) S 4688 4690 4401 0 -1 4202560 84571 0 0 0 30078 21 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2165.23
Current children cumulated vsize (KiB) 15685828



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.69 5.03 5.49 3/216 4843
/proc/meminfo: memFree=13065156/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=15685828 CPUtime=2223.4 cores=1,3,5,7
/proc/4690/stat : 4690 (java) S 4688 4690 4401 0 -1 4202496 3910591 0 1 0 221650 690 0 0 25 0 22 0 522772426 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 3921457 3842740 2294 9 0 3912176 0
[pid=4690/tid=4692] ppid=4688 vsize=15685828 CPUtime=2.68 cores=1,3,5,7
/proc/4690/task/4692/stat : 4692 (java) S 4688 4690 4401 0 -1 4202560 35690 0 1 0 263 5 0 0 25 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4693] ppid=4688 vsize=15685828 CPUtime=3.31 cores=1,3,5,7
/proc/4690/task/4693/stat : 4693 (java) S 4688 4690 4401 0 -1 4202560 340114 0 0 0 277 54 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4694] ppid=4688 vsize=15685828 CPUtime=3.11 cores=1,3,5,7
/proc/4690/task/4694/stat : 4694 (java) S 4688 4690 4401 0 -1 4202560 433226 0 0 0 239 72 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4695] ppid=4688 vsize=15685828 CPUtime=2.99 cores=1,3,5,7
/proc/4690/task/4695/stat : 4695 (java) S 4688 4690 4401 0 -1 4202560 342239 0 0 0 245 54 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4696] ppid=4688 vsize=15685828 CPUtime=3.43 cores=1,3,5,7
/proc/4690/task/4696/stat : 4696 (java) S 4688 4690 4401 0 -1 4202560 358017 0 0 0 281 62 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4697] ppid=4688 vsize=15685828 CPUtime=3.25 cores=1,3,5,7
/proc/4690/task/4697/stat : 4697 (java) S 4688 4690 4401 0 -1 4202560 426453 0 0 0 256 69 0 0 15 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4698] ppid=4688 vsize=15685828 CPUtime=3.41 cores=1,3,5,7
/proc/4690/task/4698/stat : 4698 (java) S 4688 4690 4401 0 -1 4202560 377218 0 0 0 280 61 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4699] ppid=4688 vsize=15685828 CPUtime=3.11 cores=1,3,5,7
/proc/4690/task/4699/stat : 4699 (java) S 4688 4690 4401 0 -1 4202560 346557 0 0 0 253 58 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4700] ppid=4688 vsize=15685828 CPUtime=2.91 cores=1,3,5,7
/proc/4690/task/4700/stat : 4700 (java) S 4688 4690 4401 0 -1 4202560 282245 0 0 0 244 47 0 0 16 0 22 0 522772427 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4701] ppid=4688 vsize=15685828 CPUtime=988.39 cores=1,3,5,7
/proc/4690/task/4701/stat : 4701 (java) R 4688 4690 4401 0 -1 4202560 608471 0 0 0 98716 123 0 0 25 0 22 0 522772428 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 47717471822140 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=4690/tid=4702] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4702/stat : 4702 (java) S 4688 4690 4401 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 522772429 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4703] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4703/stat : 4703 (java) S 4688 4690 4401 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 522772429 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4704] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4704/stat : 4704 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917554609 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4705] ppid=4688 vsize=15685828 CPUtime=1.59 cores=1,3,5,7
/proc/4690/task/4705/stat : 4705 (java) S 4688 4690 4401 0 -1 4202560 20633 0 0 0 156 3 0 0 16 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4706] ppid=4688 vsize=15685828 CPUtime=1.06 cores=1,3,5,7
/proc/4690/task/4706/stat : 4706 (java) S 4688 4690 4401 0 -1 4202560 2918 0 0 0 106 0 0 0 15 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 7 0 0 0
[pid=4690/tid=4707] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4707/stat : 4707 (java) S 4688 4690 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4708] ppid=4688 vsize=15685828 CPUtime=0 cores=1,3,5,7
/proc/4690/task/4708/stat : 4708 (java) S 4688 4690 4401 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 522772431 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917547520 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4709] ppid=4688 vsize=15685828 CPUtime=300.82 cores=1,3,5,7
/proc/4690/task/4709/stat : 4709 (java) S 4688 4690 4401 0 -1 4202560 90810 0 0 0 30062 20 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
[pid=4690/tid=4710] ppid=4688 vsize=15685828 CPUtime=300.45 cores=1,3,5,7
/proc/4690/task/4710/stat : 4710 (java) S 4688 4690 4401 0 -1 4202560 75901 0 0 0 30029 16 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 1 0 0 0
[pid=4690/tid=4711] ppid=4688 vsize=15685828 CPUtime=301.57 cores=1,3,5,7
/proc/4690/task/4711/stat : 4711 (java) S 4688 4690 4401 0 -1 4202560 83895 0 0 0 30141 16 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 5 0 0 0
[pid=4690/tid=4712] ppid=4688 vsize=15685828 CPUtime=301.14 cores=1,3,5,7
/proc/4690/task/4712/stat : 4712 (java) S 4688 4690 4401 0 -1 4202560 84748 0 0 0 30092 22 0 0 15 0 22 0 522772518 16062287872 3842740 33554432000 1073741824 1073778376 140733529125248 18446744073709551615 218917546905 0 4 0 16800975 18446604454327609408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2223.4
Current children cumulated vsize (KiB) 15685828

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4690

[startup+1302.3 s]
/proc/loadavg: 4.69 5.03 5.49 4/221 4848
/proc/meminfo: memFree=13011920/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=0 CPUtime=2225.69 cores=1,3,5,7
/proc/4690/stat : 4690 (java) Z 4688 4690 4401 0 -1 4203548 3910615 0 1 0 221851 718 0 0 18 0 2 0 522772426 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 0 0 0 0 0 0 0
[pid=4690/tid=4701] ppid=4688 vsize=0 CPUtime=990.7 cores=1,3,5,7
/proc/4690/task/4701/stat : 4701 (java) R 4688 4690 4401 0 -1 4203588 608471 0 0 0 98918 152 0 0 25 0 2 0 522772428 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2225.69
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 4.69 5.03 5.49 4/221 4848
/proc/meminfo: memFree=13011920/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=0 CPUtime=2225.79 cores=1,3,5,7
/proc/4690/stat : 4690 (java) Z 4688 4690 4401 0 -1 4203548 3910615 0 1 0 221851 728 0 0 18 0 2 0 522772426 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 0 0 0 0 0 0 0
[pid=4690/tid=4701] ppid=4688 vsize=0 CPUtime=990.8 cores=1,3,5,7
/proc/4690/task/4701/stat : 4701 (java) R 4688 4690 4401 0 -1 4203588 608471 0 0 0 98918 162 0 0 25 0 2 0 522772428 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2225.79
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 4.69 5.03 5.49 4/221 4848
/proc/meminfo: memFree=13011920/32951124 swapFree=67111356/67111528
[pid=4690] ppid=4688 vsize=0 CPUtime=2225.89 cores=1,3,5,7
/proc/4690/stat : 4690 (java) Z 4688 4690 4401 0 -1 4203548 3910615 0 1 0 221851 738 0 0 18 0 2 0 522772426 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4690/statm: 0 0 0 0 0 0 0
[pid=4690/tid=4701] ppid=4688 vsize=0 CPUtime=990.9 cores=1,3,5,7
/proc/4690/task/4701/stat : 4701 (java) R 4688 4690 4401 0 -1 4203588 608471 0 0 0 98918 172 0 0 25 0 2 0 522772428 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2225.89
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.52
CPU time (s): 2225.92
CPU user time (s): 2218.51
CPU system time (s): 7.40687
CPU usage (%): 170.893
Max. virtual memory (cumulated for all children) (KiB): 15688156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2218.51
system time used= 7.40687
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3910615
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= 80135
involuntary context switches= 35310

runsolver used 2.16367 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 23:15:47
IDJOB=3311147
IDBENCH=82532
IDSOLVER=1698
FILE ID=node137/3311147-1304111747
RUNJOBID= node137-1304109313-4420
PBS_JOBID= 13170673
Free space on /tmp= 71612 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S895938734-057-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311147-1304111747/watcher-3311147-1304111747 -o /tmp/evaluation-result-3311147-1304111747/solver-3311147-1304111747 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311147-1304111747.cnf -hbr 2

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

MD5SUM BENCH= 4f5a8cb56de51e6630c119bd6436cc16
RANDOM SEED=66197353

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13191148 kB
Buffers:        901512 kB
Cached:        2912040 kB
SwapCached:         48 kB
Active:       15513840 kB
Inactive:      3755776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13191148 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5136 kB
Writeback:           0 kB
AnonPages:    15455860 kB
Mapped:          23456 kB
Slab:           396544 kB
PageTables:      34496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15671832 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= 71608 MiB
End job on node137 at 2011-04-29 23:37:30