Trace number 3311187

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) 2222.65 1302.51

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S950666065-093-UNKNOWN.cnf
MD5SUMe27af9a147b2d7c0283d090128805575
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark919.622
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.11	42:08 INFO : Reading from input HOME/instance-3311187-1304113328.cnf
1.02/0.82	Executor set job limit to 1000000
1.02/0.82	Executor set job limit to 1000000
1.02/0.82	Executor set job limit to 1000000
1.02/0.82	Executor set job limit to 1000000
1.02/0.82	Starting Executor!
1.02/0.82	Starting Executor!
1.02/0.82	Starting Executor!
1.02/0.83	Starting Executor!
3.15/2.04	42:10 INFO : 34872 variables remaining out of 34999
3.15/2.04	42:10 INFO : 584824 literals remaining out of 588000
1248.42/340.44	47:48 ERROR: Failed to solve instance
1248.42/340.44	java.lang.OutOfMemoryError: Java heap space
1248.42/340.44		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1248.42/340.44		at gnu.trove.THash.postInsertHook(THash.java:370)
1248.42/340.44		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1248.42/340.44		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1248.42/340.44		at ibis.structure.Subsumming.run(Subsumming.java:58)
1248.42/340.44		at ibis.structure.Solver.simplify(Solver.java:205)
1248.42/340.44		at ibis.structure.Solver.solve(Solver.java:113)
1248.42/340.44		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1248.42/340.44		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1248.42/340.44		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1248.42/340.44		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1248.42/340.44		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1248.42/340.44		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1248.42/340.44		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1248.42/340.44		at ibis.constellation.Executor.processActivities(Executor.java:75)
1248.42/340.44		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1248.42/340.44		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1248.42/340.44		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1310.36/401.29	48:45 ERROR: Failed to solve instance
1310.36/401.29	java.lang.OutOfMemoryError: Java heap space
1310.36/401.29		at ibis.structure.HyperBinaryResolution.<init>(HyperBinaryResolution.java:51)
1310.36/401.29		at ibis.structure.Solver.simplify(Solver.java:191)
1310.36/401.29		at ibis.structure.Solver.solve(Solver.java:113)
1310.36/401.29		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1310.36/401.29		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1310.36/401.29		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1310.36/401.29		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1310.36/401.29		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1310.36/401.29		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1310.36/401.29		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1310.36/401.29		at ibis.constellation.Executor.processActivities(Executor.java:75)
1310.36/401.29		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1310.36/401.29		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1310.36/401.29		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1313.67/404.55	48:49 ERROR: Failed to solve instance
1313.67/404.55	java.lang.OutOfMemoryError: Java heap space
1313.67/404.55		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1313.67/404.55		at gnu.trove.THash.postInsertHook(THash.java:370)
1313.67/404.55		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1313.67/404.55		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1313.67/404.55		at ibis.structure.Subsumming.run(Subsumming.java:58)
1313.67/404.55		at ibis.structure.Solver.simplify(Solver.java:205)
1313.67/404.55		at ibis.structure.Solver.solve(Solver.java:113)
1313.67/404.55		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1313.67/404.55		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1313.67/404.55		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1313.67/404.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1313.67/404.55		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1313.67/404.55		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1313.67/404.55		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1313.67/404.55		at ibis.constellation.Executor.processActivities(Executor.java:75)
1313.67/404.55		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1313.67/404.55		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1313.67/404.55		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1336.99/427.31	49:15 ERROR: Failed to solve instance
1336.99/427.31	java.lang.OutOfMemoryError: Java heap space
1336.99/427.31		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1336.99/427.31		at gnu.trove.THash.postInsertHook(THash.java:370)
1336.99/427.31		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1336.99/427.31		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1336.99/427.31		at ibis.structure.Subsumming.run(Subsumming.java:58)
1336.99/427.31		at ibis.structure.Solver.simplify(Solver.java:205)
1336.99/427.31		at ibis.structure.Solver.solve(Solver.java:113)
1336.99/427.31		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1336.99/427.31		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1336.99/427.31		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1336.99/427.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1336.99/427.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1336.99/427.31		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1336.99/427.31		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1336.99/427.31		at ibis.constellation.Executor.processActivities(Executor.java:75)
1336.99/427.31		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1336.99/427.31		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1336.99/427.31		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1344.85/435.02	49:23 ERROR: Failed to solve instance
1344.85/435.02	java.lang.OutOfMemoryError: Java heap space
1348.31/438.09	49:26 ERROR: Failed to solve instance
1348.31/438.09	java.lang.OutOfMemoryError: Java heap space
1351.60/441.14	49:29 ERROR: Failed to solve instance
1351.60/441.14	java.lang.OutOfMemoryError: Java heap space
1401.37/490.38	50:11 ERROR: Failed to solve instance
1401.37/490.38	java.lang.OutOfMemoryError: Java heap space
1410.78/499.13	50:27 ERROR: Failed to solve instance
1410.78/499.13	java.lang.OutOfMemoryError: Java heap space
1418.81/506.75	50:35 ERROR: Failed to solve instance
1418.81/506.75	java.lang.OutOfMemoryError: Java heap space
1496.44/583.66	51:52 ERROR: Failed to solve instance
1496.44/583.66	java.lang.OutOfMemoryError: Java heap space
1506.48/593.48	52:01 ERROR: Failed to solve instance
1506.48/593.48	java.lang.OutOfMemoryError: Java heap space
1509.24/596.06	52:04 ERROR: Failed to solve instance
1509.24/596.06	java.lang.OutOfMemoryError: Java heap space
1512.78/599.45	52:07 ERROR: Failed to solve instance
1512.78/599.45	java.lang.OutOfMemoryError: Java heap space
1514.52/601.18	52:09 ERROR: Failed to solve instance
1514.52/601.18	java.lang.OutOfMemoryError: Java heap space
1517.45/603.86	52:12 ERROR: Failed to solve instance
1517.45/603.86	java.lang.OutOfMemoryError: Java heap space
1519.32/605.51	52:13 ERROR: Failed to solve instance
1519.32/605.51	java.lang.OutOfMemoryError: Java heap space
1522.31/608.24	52:16 ERROR: Failed to solve instance
1522.31/608.24	java.lang.OutOfMemoryError: Java heap space
1551.94/635.85	52:44 ERROR: Failed to solve instance
1551.94/635.85	java.lang.OutOfMemoryError: Java heap space
1600.25/683.74	53:32 ERROR: Failed to solve instance
1600.25/683.74	java.lang.OutOfMemoryError: Java heap space
1606.05/689.44	53:37 ERROR: Failed to solve instance
1606.05/689.44	java.lang.OutOfMemoryError: Java heap space
1607.75/691.08	53:39 ERROR: Failed to solve instance
1607.75/691.08	java.lang.OutOfMemoryError: Java heap space
1704.30/787.21	54:54 ERROR: Failed to solve instance
1704.30/787.21	java.lang.OutOfMemoryError: Java heap space
1706.80/789.77	55:01 ERROR: Failed to solve instance
1706.80/789.77	java.lang.OutOfMemoryError: Java heap space
1711.88/794.51	55:22 ERROR: Failed to solve instance
1711.88/794.51	java.lang.OutOfMemoryError: Java heap space
1713.26/795.85	55:24 ERROR: Failed to solve instance
1713.26/795.85	java.lang.OutOfMemoryError: Java heap space
1716.19/798.42	55:26 ERROR: Failed to solve instance
1716.19/798.42	java.lang.OutOfMemoryError: Java heap space
1746.64/826.99	55:55 ERROR: Failed to solve instance
1746.64/826.99	java.lang.OutOfMemoryError: Java heap space
1749.27/829.44	55:57 ERROR: Failed to solve instance
1749.27/829.44	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-3311187-1304113328/watcher-3311187-1304113328 -o /tmp/evaluation-result-3311187-1304113328/solver-3311187-1304113328 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311187-1304113328.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: 2.19 4.25 5.54 3/194 9792
/proc/meminfo: memFree=31295176/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/9792/stat : 9792 (java) S 9790 9792 8948 0 -1 4202496 1492 0 0 0 0 0 0 0 20 0 2 0 503748404 31268864 954 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 7635 955 735 9 0 386 0
[pid=9792/tid=9793] ppid=9790 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9793/stat : 9793 (java) R 9790 9792 8948 0 -1 4202560 137 0 0 0 0 0 0 0 21 0 2 0 503748404 31272960 957 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270337788819 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0113319 s]
/proc/loadavg: 2.19 4.25 5.54 3/194 9792
/proc/meminfo: memFree=31295176/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=15589660 CPUtime=0 cores=1,3,5,7
/proc/9792/stat : 9792 (java) S 9790 9792 8948 0 -1 4202496 2358 0 1 0 0 0 0 0 20 0 10 0 503748404 15963811840 1802 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 3897415 1817 997 9 0 3888571 0
[pid=9792/tid=9793] ppid=9790 vsize=15589660 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9793/stat : 9793 (java) R 9790 9792 8948 0 -1 4202560 1010 0 1 0 0 0 0 0 25 0 10 0 503748404 15963811840 1820 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270338044613 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15589660

[startup+0.105371 s]
/proc/loadavg: 2.19 4.25 5.54 3/194 9792
/proc/meminfo: memFree=31295176/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=15676060 CPUtime=0.11 cores=1,3,5,7
/proc/9792/stat : 9792 (java) S 9790 9792 8948 0 -1 4202496 5675 0 1 0 10 1 0 0 20 0 18 0 503748404 16052285440 5114 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 3919015 5114 2119 9 0 3909734 0
[pid=9792/tid=9793] ppid=9790 vsize=15676060 CPUtime=0.09 cores=1,3,5,7
/proc/9792/task/9793/stat : 9793 (java) R 9790 9792 8948 0 -1 4202560 3558 0 1 0 8 1 0 0 18 0 18 0 503748404 16052285440 5114 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676060

[startup+0.300278 s]
/proc/loadavg: 2.19 4.25 5.54 3/194 9792
/proc/meminfo: memFree=31295176/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=15679156 CPUtime=0.51 cores=1,3,5,7
/proc/9792/stat : 9792 (java) S 9790 9792 8948 0 -1 4202496 16105 0 1 0 49 2 0 0 20 0 18 0 503748404 16055455744 14633 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 3919789 14639 2206 9 0 3910508 0
[pid=9792/tid=9793] ppid=9790 vsize=15679156 CPUtime=0.28 cores=1,3,5,7
/proc/9792/task/9793/stat : 9793 (java) R 9790 9792 8948 0 -1 4202560 11055 0 1 0 27 1 0 0 18 0 18 0 503748404 16055455744 14642 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 46912505641841 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679156

[startup+0.700202 s]
/proc/loadavg: 2.19 4.25 5.54 3/194 9792
/proc/meminfo: memFree=31295176/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=15679156 CPUtime=0.92 cores=1,3,5,7
/proc/9792/stat : 9792 (java) S 9790 9792 8948 0 -1 4202496 41746 0 1 0 87 5 0 0 20 0 18 0 503748404 16055455744 40271 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 3919789 40271 2222 9 0 3910508 0
[pid=9792/tid=9793] ppid=9790 vsize=15679156 CPUtime=0.68 cores=1,3,5,7
/proc/9792/task/9793/stat : 9793 (java) R 9790 9792 8948 0 -1 4202560 35507 0 1 0 64 4 0 0 18 0 18 0 503748404 16055455744 40271 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 46912505640736 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15679156

[startup+1.50104 s]
/proc/loadavg: 2.26 4.23 5.53 6/220 9818
/proc/meminfo: memFree=30973568/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=15690120 CPUtime=2.25 cores=1,3,5,7
/proc/9792/stat : 9792 (java) S 9790 9792 8948 0 -1 4202496 47817 0 1 0 218 7 0 0 20 0 22 0 503748404 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 3922530 43704 2264 9 0 3913249 0
[pid=9792/tid=9793] ppid=9790 vsize=15690120 CPUtime=1.47 cores=1,3,5,7
/proc/9792/task/9793/stat : 9793 (java) R 9790 9792 8948 0 -1 4202560 35617 0 1 0 143 4 0 0 21 0 22 0 503748404 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 46912505121180 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9792/tid=9795] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9795/stat : 9795 (java) S 9790 9792 8948 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 503748405 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9796] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9796/stat : 9796 (java) S 9790 9792 8948 0 -1 4202560 383 0 0 0 0 0 0 0 16 0 22 0 503748405 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9797] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9797/stat : 9797 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 503748405 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9798] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9798/stat : 9798 (java) S 9790 9792 8948 0 -1 4202560 67 0 0 0 0 0 0 0 18 0 22 0 503748405 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9799] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9799/stat : 9799 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503748405 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9800] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9800/stat : 9800 (java) S 9790 9792 8948 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 22 0 503748405 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9801] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9801/stat : 9801 (java) S 9790 9792 8948 0 -1 4202560 278 0 0 0 0 0 0 0 18 0 22 0 503748405 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9802] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9802/stat : 9802 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 503748405 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9803] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9803/stat : 9803 (java) S 9790 9792 8948 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 503748406 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 0 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9804] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9804/stat : 9804 (java) S 9790 9792 8948 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 503748406 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9805] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9805/stat : 9805 (java) S 9790 9792 8948 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 503748406 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9806] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9806/stat : 9806 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503748408 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350207409 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9807] ppid=9790 vsize=15690120 CPUtime=0.3 cores=1,3,5,7
/proc/9792/task/9807/stat : 9807 (java) S 9790 9792 8948 0 -1 4202560 3703 0 0 0 30 0 0 0 16 0 22 0 503748408 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9808] ppid=9790 vsize=15690120 CPUtime=0.43 cores=1,3,5,7
/proc/9792/task/9808/stat : 9808 (java) S 9790 9792 8948 0 -1 4202560 5554 0 0 0 42 1 0 0 15 0 22 0 503748408 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9809] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9809/stat : 9809 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503748408 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9810] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9810/stat : 9810 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503748408 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9815] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9815/stat : 9815 (java) S 9790 9792 8948 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 503748486 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9816] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9816/stat : 9816 (java) S 9790 9792 8948 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 503748486 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9817] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9817/stat : 9817 (java) S 9790 9792 8948 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 503748487 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9818] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9818/stat : 9818 (java) S 9790 9792 8948 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 503748487 16066682880 43704 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 15690120

[startup+3.10478 s]
/proc/loadavg: 2.26 4.23 5.53 8/220 9819
/proc/meminfo: memFree=30874740/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=15690120 CPUtime=5.94 cores=1,3,5,7
/proc/9792/stat : 9792 (java) S 9790 9792 8948 0 -1 4202496 80372 0 1 0 583 11 0 0 20 0 22 0 503748404 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 3922530 75736 2274 9 0 3913249 0
[pid=9792/tid=9793] ppid=9790 vsize=15690120 CPUtime=2.02 cores=1,3,5,7
/proc/9792/task/9793/stat : 9793 (java) S 9790 9792 8948 0 -1 4202560 35668 0 1 0 198 4 0 0 22 0 22 0 503748404 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9795] ppid=9790 vsize=15690120 CPUtime=0.01 cores=1,3,5,7
/proc/9792/task/9795/stat : 9795 (java) S 9790 9792 8948 0 -1 4202560 2017 0 0 0 1 0 0 0 15 0 22 0 503748405 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9796] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9796/stat : 9796 (java) S 9790 9792 8948 0 -1 4202560 482 0 0 0 0 0 0 0 15 0 22 0 503748405 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9797] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9797/stat : 9797 (java) S 9790 9792 8948 0 -1 4202560 2270 0 0 0 0 0 0 0 15 0 22 0 503748405 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9798] ppid=9790 vsize=15690120 CPUtime=0.03 cores=1,3,5,7
/proc/9792/task/9798/stat : 9798 (java) S 9790 9792 8948 0 -1 4202560 8064 0 0 0 3 0 0 0 16 0 22 0 503748405 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9799] ppid=9790 vsize=15690120 CPUtime=0.04 cores=1,3,5,7
/proc/9792/task/9799/stat : 9799 (java) S 9790 9792 8948 0 -1 4202560 6233 0 0 0 3 1 0 0 16 0 22 0 503748405 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9800] ppid=9790 vsize=15690120 CPUtime=0.03 cores=1,3,5,7
/proc/9792/task/9800/stat : 9800 (java) R 9790 9792 8948 0 -1 4202560 4394 0 0 0 2 1 0 0 16 0 22 0 503748405 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9792/tid=9801] ppid=9790 vsize=15690120 CPUtime=0.04 cores=1,3,5,7
/proc/9792/task/9801/stat : 9801 (java) S 9790 9792 8948 0 -1 4202560 5291 0 0 0 4 0 0 0 16 0 22 0 503748405 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9802] ppid=9790 vsize=15690120 CPUtime=0.01 cores=1,3,5,7
/proc/9792/task/9802/stat : 9802 (java) S 9790 9792 8948 0 -1 4202560 4619 0 0 0 1 0 0 0 15 0 22 0 503748405 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9803] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9803/stat : 9803 (java) S 9790 9792 8948 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 22 0 503748406 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 0 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9804] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9804/stat : 9804 (java) S 9790 9792 8948 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 503748406 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9805] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9805/stat : 9805 (java) S 9790 9792 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503748406 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9806] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9806/stat : 9806 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503748408 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350207409 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9807] ppid=9790 vsize=15690120 CPUtime=0.78 cores=1,3,5,7
/proc/9792/task/9807/stat : 9807 (java) S 9790 9792 8948 0 -1 4202560 3808 0 0 0 78 0 0 0 15 0 22 0 503748408 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9808] ppid=9790 vsize=15690120 CPUtime=0.86 cores=1,3,5,7
/proc/9792/task/9808/stat : 9808 (java) S 9790 9792 8948 0 -1 4202560 5966 0 0 0 85 1 0 0 15 0 22 0 503748408 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9809] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9809/stat : 9809 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503748408 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9810] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9810/stat : 9810 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 503748408 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9815] ppid=9790 vsize=15690120 CPUtime=0.61 cores=1,3,5,7
/proc/9792/task/9815/stat : 9815 (java) S 9790 9792 8948 0 -1 4202560 19 0 0 0 61 0 0 0 15 0 22 0 503748486 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9816] ppid=9790 vsize=15690120 CPUtime=0.36 cores=1,3,5,7
/proc/9792/task/9816/stat : 9816 (java) S 9790 9792 8948 0 -1 4202560 19 0 0 0 36 0 0 0 15 0 22 0 503748486 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9817] ppid=9790 vsize=15690120 CPUtime=0.54 cores=1,3,5,7
/proc/9792/task/9817/stat : 9817 (java) R 9790 9792 8948 0 -1 4202560 11 0 0 0 54 0 0 0 15 0 22 0 503748487 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9792/tid=9818] ppid=9790 vsize=15690120 CPUtime=0.5 cores=1,3,5,7
/proc/9792/task/9818/stat : 9818 (java) R 9790 9792 8948 0 -1 4202560 8 0 0 0 50 0 0 0 16 0 22 0 503748487 16066682880 75736 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 46912505523423 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 15690120

[startup+6.30106 s]
/proc/loadavg: 2.26 4.23 5.53 11/220 9819
/proc/meminfo: memFree=29320620/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=15690120 CPUtime=18.49 cores=1,3,5,7
/proc/9792/stat : 9792 (java) S 9790 9792 8948 0 -1 4202496 260382 0 1 0 1812 37 0 0 20 0 22 0 503748404 16066682880 254863 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 3922530 254863 2274 9 0 3913249 0
[pid=9792/tid=9793] ppid=9790 vsize=15690120 CPUtime=2.02 cores=1,3,5,7
/proc/9792/task/9793/stat : 9793 (java) S 9790 9792 8948 0 -1 4202560 35668 0 1 0 198 4 0 0 22 0 22 0 503748404 16066682880 254863 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9795] ppid=9790 vsize=15690120 CPUtime=0.14 cores=1,3,5,7
/proc/9792/task/9795/stat : 9795 (java) S 9790 9792 8948 0 -1 4202560 24660 0 0 0 11 3 0 0 15 0 22 0 503748405 16066682880 254863 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9796] ppid=9790 vsize=15690120 CPUtime=0.09 cores=1,3,5,7
/proc/9792/task/9796/stat : 9796 (java) S 9790 9792 8948 0 -1 4202560 16364 0 0 0 7 2 0 0 15 0 22 0 503748405 16066682880 254863 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9797] ppid=9790 vsize=15690120 CPUtime=0.1 cores=1,3,5,7
/proc/9792/task/9797/stat : 9797 (java) S 9790 9792 8948 0 -1 4202560 21298 0 0 0 8 2 0 0 15 0 22 0 503748405 16066682880 254863 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9798] ppid=9790 vsize=15690120 CPUtime=0.14 cores=1,3,5,7
/proc/9792/task/9798/stat : 9798 (java) S 9790 9792 8948 0 -1 4202560 29161 0 0 0 11 3 0 0 15 0 22 0 503748405 16066682880 254863 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9799] ppid=9790 vsize=15690120 CPUtime=0.1 cores=1,3,5,7
/proc/9792/task/9799/stat : 9799 (java) S 9790 9792 8948 0 -1 4202560 15378 0 0 0 8 2 0 0 15 0 22 0 503748405 16066682880 254863 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9800] ppid=9790 vsize=15690120 CPUtime=0.24 cores=1,3,5,7
/proc/9792/task/9800/stat : 9800 (java) S 9790 9792 8948 0 -1 4202560 30971 0 0 0 19 5 0 0 16 0 22 0 503748405 16066682880 254863 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9801] ppid=9790 vsize=15690120 CPUtime=0.09 cores=1,3,5,7
/proc/9792/task/9801/stat : 9801 (java) S 9790 9792 8948 0 -1 4202560 12250 0 0 0 8 1 0 0 16 0 22 0 503748405 16066682880 254863 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9802] ppid=9790 vsize=15690120 CPUtime=0.14 cores=1,3,5,7
/proc/9792/task/9802/stat : 9802 (java) S 9790 9792 8948 0 -1 4202560 26085 0 0 0 10 4 0 0 15 0 22 0 503748405 16066682880 254863 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0

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

[pid=9792/tid=9805] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9805/stat : 9805 (java) S 9790 9792 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503748406 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9806] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9806/stat : 9806 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350207409 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9807] ppid=9790 vsize=15690120 CPUtime=0.95 cores=1,3,5,7
/proc/9792/task/9807/stat : 9807 (java) S 9790 9792 8948 0 -1 4202560 3825 0 0 0 95 0 0 0 15 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9808] ppid=9790 vsize=15690120 CPUtime=0.97 cores=1,3,5,7
/proc/9792/task/9808/stat : 9808 (java) S 9790 9792 8948 0 -1 4202560 5979 0 0 0 96 1 0 0 15 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9809] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9809/stat : 9809 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9810] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9810/stat : 9810 (java) S 9790 9792 8948 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9815] ppid=9790 vsize=15690120 CPUtime=301.16 cores=1,3,5,7
/proc/9792/task/9815/stat : 9815 (java) S 9790 9792 8948 0 -1 4202560 50237 0 0 0 30103 13 0 0 15 0 22 0 503748486 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9816] ppid=9790 vsize=15690120 CPUtime=300.75 cores=1,3,5,7
/proc/9792/task/9816/stat : 9816 (java) S 9790 9792 8948 0 -1 4202560 47147 0 0 0 30066 9 0 0 15 0 22 0 503748486 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9817] ppid=9790 vsize=15690120 CPUtime=299.42 cores=1,3,5,7
/proc/9792/task/9817/stat : 9817 (java) S 9790 9792 8948 0 -1 4202560 52189 0 0 0 29931 11 0 0 15 0 22 0 503748487 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9818] ppid=9790 vsize=15690120 CPUtime=301.11 cores=1,3,5,7
/proc/9792/task/9818/stat : 9818 (java) S 9790 9792 8948 0 -1 4202560 51333 0 0 0 30096 15 0 0 15 0 22 0 503748487 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2102.42
Current children cumulated vsize (KiB) 15690120

[startup+1242.31 s]
/proc/loadavg: 3.08 4.61 5.30 2/193 9881
/proc/meminfo: memFree=15917208/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=15690120 CPUtime=2162.43 cores=1,3,5,7
/proc/9792/stat : 9792 (java) S 9790 9792 8948 0 -1 4202496 3876907 0 1 0 215582 661 0 0 20 0 22 0 503748404 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 3922530 3842589 2293 9 0 3913249 0
[pid=9792/tid=9793] ppid=9790 vsize=15690120 CPUtime=2.02 cores=1,3,5,7
/proc/9792/task/9793/stat : 9793 (java) S 9790 9792 8948 0 -1 4202560 35668 0 1 0 198 4 0 0 22 0 22 0 503748404 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9795] ppid=9790 vsize=15690120 CPUtime=3.1 cores=1,3,5,7
/proc/9792/task/9795/stat : 9795 (java) S 9790 9792 8948 0 -1 4202560 387224 0 0 0 248 62 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9796] ppid=9790 vsize=15690120 CPUtime=3.04 cores=1,3,5,7
/proc/9792/task/9796/stat : 9796 (java) S 9790 9792 8948 0 -1 4202560 380761 0 0 0 241 63 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9797] ppid=9790 vsize=15690120 CPUtime=2.93 cores=1,3,5,7
/proc/9792/task/9797/stat : 9797 (java) S 9790 9792 8948 0 -1 4202560 367906 0 0 0 235 58 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9798] ppid=9790 vsize=15690120 CPUtime=2.45 cores=1,3,5,7
/proc/9792/task/9798/stat : 9798 (java) S 9790 9792 8948 0 -1 4202560 328309 0 0 0 195 50 0 0 15 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9799] ppid=9790 vsize=15690120 CPUtime=2.35 cores=1,3,5,7
/proc/9792/task/9799/stat : 9799 (java) S 9790 9792 8948 0 -1 4202560 285295 0 0 0 191 44 0 0 15 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9800] ppid=9790 vsize=15690120 CPUtime=3.57 cores=1,3,5,7
/proc/9792/task/9800/stat : 9800 (java) S 9790 9792 8948 0 -1 4202560 415355 0 0 0 287 70 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9801] ppid=9790 vsize=15690120 CPUtime=3.1 cores=1,3,5,7
/proc/9792/task/9801/stat : 9801 (java) S 9790 9792 8948 0 -1 4202560 410802 0 0 0 242 68 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9802] ppid=9790 vsize=15690120 CPUtime=2.83 cores=1,3,5,7
/proc/9792/task/9802/stat : 9802 (java) S 9790 9792 8948 0 -1 4202560 413733 0 0 0 215 68 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9803] ppid=9790 vsize=15690120 CPUtime=932.47 cores=1,3,5,7
/proc/9792/task/9803/stat : 9803 (java) R 9790 9792 8948 0 -1 4202560 639195 0 0 0 93134 113 0 0 25 0 22 0 503748406 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 47913139929437 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=9792/tid=9804] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9804/stat : 9804 (java) S 9790 9792 8948 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 503748406 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9805] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9805/stat : 9805 (java) S 9790 9792 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503748406 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9806] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9806/stat : 9806 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350207409 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9807] ppid=9790 vsize=15690120 CPUtime=0.95 cores=1,3,5,7
/proc/9792/task/9807/stat : 9807 (java) S 9790 9792 8948 0 -1 4202560 3825 0 0 0 95 0 0 0 15 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9808] ppid=9790 vsize=15690120 CPUtime=0.97 cores=1,3,5,7
/proc/9792/task/9808/stat : 9808 (java) S 9790 9792 8948 0 -1 4202560 5979 0 0 0 96 1 0 0 15 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9809] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9809/stat : 9809 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9810] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9810/stat : 9810 (java) S 9790 9792 8948 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9815] ppid=9790 vsize=15690120 CPUtime=301.16 cores=1,3,5,7
/proc/9792/task/9815/stat : 9815 (java) S 9790 9792 8948 0 -1 4202560 50237 0 0 0 30103 13 0 0 15 0 22 0 503748486 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9816] ppid=9790 vsize=15690120 CPUtime=300.76 cores=1,3,5,7
/proc/9792/task/9816/stat : 9816 (java) S 9790 9792 8948 0 -1 4202560 47147 0 0 0 30066 10 0 0 15 0 22 0 503748486 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9817] ppid=9790 vsize=15690120 CPUtime=299.42 cores=1,3,5,7
/proc/9792/task/9817/stat : 9817 (java) S 9790 9792 8948 0 -1 4202560 52189 0 0 0 29931 11 0 0 15 0 22 0 503748487 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9818] ppid=9790 vsize=15690120 CPUtime=301.13 cores=1,3,5,7
/proc/9792/task/9818/stat : 9818 (java) S 9790 9792 8948 0 -1 4202560 51831 0 0 0 30097 16 0 0 15 0 22 0 503748487 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2162.43
Current children cumulated vsize (KiB) 15690120



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.83 4.00 5.05 2/193 9882
/proc/meminfo: memFree=15917236/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=15690120 CPUtime=2220.13 cores=1,3,5,7
/proc/9792/stat : 9792 (java) S 9790 9792 8948 0 -1 4202496 3877393 0 1 0 221350 663 0 0 20 0 22 0 503748404 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 3922530 3842589 2293 9 0 3913249 0
[pid=9792/tid=9793] ppid=9790 vsize=15690120 CPUtime=2.02 cores=1,3,5,7
/proc/9792/task/9793/stat : 9793 (java) S 9790 9792 8948 0 -1 4202560 35668 0 1 0 198 4 0 0 22 0 22 0 503748404 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9795] ppid=9790 vsize=15690120 CPUtime=3.1 cores=1,3,5,7
/proc/9792/task/9795/stat : 9795 (java) S 9790 9792 8948 0 -1 4202560 387224 0 0 0 248 62 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9796] ppid=9790 vsize=15690120 CPUtime=3.04 cores=1,3,5,7
/proc/9792/task/9796/stat : 9796 (java) S 9790 9792 8948 0 -1 4202560 380761 0 0 0 241 63 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9797] ppid=9790 vsize=15690120 CPUtime=2.93 cores=1,3,5,7
/proc/9792/task/9797/stat : 9797 (java) S 9790 9792 8948 0 -1 4202560 367906 0 0 0 235 58 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9798] ppid=9790 vsize=15690120 CPUtime=2.45 cores=1,3,5,7
/proc/9792/task/9798/stat : 9798 (java) S 9790 9792 8948 0 -1 4202560 328309 0 0 0 195 50 0 0 15 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9799] ppid=9790 vsize=15690120 CPUtime=2.35 cores=1,3,5,7
/proc/9792/task/9799/stat : 9799 (java) S 9790 9792 8948 0 -1 4202560 285295 0 0 0 191 44 0 0 15 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9800] ppid=9790 vsize=15690120 CPUtime=3.57 cores=1,3,5,7
/proc/9792/task/9800/stat : 9800 (java) S 9790 9792 8948 0 -1 4202560 415355 0 0 0 287 70 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9801] ppid=9790 vsize=15690120 CPUtime=3.1 cores=1,3,5,7
/proc/9792/task/9801/stat : 9801 (java) S 9790 9792 8948 0 -1 4202560 410802 0 0 0 242 68 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9802] ppid=9790 vsize=15690120 CPUtime=2.83 cores=1,3,5,7
/proc/9792/task/9802/stat : 9802 (java) S 9790 9792 8948 0 -1 4202560 413733 0 0 0 215 68 0 0 16 0 22 0 503748405 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9803] ppid=9790 vsize=15690120 CPUtime=990.17 cores=1,3,5,7
/proc/9792/task/9803/stat : 9803 (java) R 9790 9792 8948 0 -1 4202560 639201 0 0 0 98901 116 0 0 25 0 22 0 503748406 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 47913139953980 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=9792/tid=9804] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9804/stat : 9804 (java) S 9790 9792 8948 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 22 0 503748406 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9805] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9805/stat : 9805 (java) S 9790 9792 8948 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 503748406 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9806] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9806/stat : 9806 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350207409 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9807] ppid=9790 vsize=15690120 CPUtime=0.95 cores=1,3,5,7
/proc/9792/task/9807/stat : 9807 (java) S 9790 9792 8948 0 -1 4202560 3825 0 0 0 95 0 0 0 15 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9808] ppid=9790 vsize=15690120 CPUtime=0.97 cores=1,3,5,7
/proc/9792/task/9808/stat : 9808 (java) S 9790 9792 8948 0 -1 4202560 5979 0 0 0 96 1 0 0 15 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9809] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9809/stat : 9809 (java) S 9790 9792 8948 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 7 0 0 0
[pid=9792/tid=9810] ppid=9790 vsize=15690120 CPUtime=0 cores=1,3,5,7
/proc/9792/task/9810/stat : 9810 (java) S 9790 9792 8948 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 503748408 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350200320 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9815] ppid=9790 vsize=15690120 CPUtime=301.16 cores=1,3,5,7
/proc/9792/task/9815/stat : 9815 (java) S 9790 9792 8948 0 -1 4202560 50237 0 0 0 30103 13 0 0 15 0 22 0 503748486 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 3 0 0 0
[pid=9792/tid=9816] ppid=9790 vsize=15690120 CPUtime=300.76 cores=1,3,5,7
/proc/9792/task/9816/stat : 9816 (java) S 9790 9792 8948 0 -1 4202560 47147 0 0 0 30066 10 0 0 15 0 22 0 503748486 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
[pid=9792/tid=9817] ppid=9790 vsize=15690120 CPUtime=299.42 cores=1,3,5,7
/proc/9792/task/9817/stat : 9817 (java) S 9790 9792 8948 0 -1 4202560 52189 0 0 0 29931 11 0 0 15 0 22 0 503748487 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 5 0 0 0
[pid=9792/tid=9818] ppid=9790 vsize=15690120 CPUtime=301.13 cores=1,3,5,7
/proc/9792/task/9818/stat : 9818 (java) S 9790 9792 8948 0 -1 4202560 52309 0 0 0 30097 16 0 0 15 0 22 0 503748487 16066682880 3842589 33554432000 1073741824 1073778376 140735731337344 18446744073709551615 270350199705 0 4 0 16800975 18446604471134475456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2220.13
Current children cumulated vsize (KiB) 15690120

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9792

[startup+1302.3 s]
/proc/loadavg: 1.76 3.95 5.03 2/194 9883
/proc/meminfo: memFree=15917352/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=0 CPUtime=2222.43 cores=1,3,5,7
/proc/9792/stat : 9792 (java) Z 9790 9792 8948 0 -1 4203548 3877416 0 1 0 221551 692 0 0 18 0 2 0 503748404 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 0 0 0 0 0 0 0
[pid=9792/tid=9803] ppid=9790 vsize=0 CPUtime=992.46 cores=1,3,5,7
/proc/9792/task/9803/stat : 9803 (java) R 9790 9792 8948 0 -1 4203588 639201 0 0 0 99102 144 0 0 21 0 2 0 503748406 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2222.43
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 1.76 3.95 5.03 2/194 9883
/proc/meminfo: memFree=15917352/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=0 CPUtime=2222.53 cores=1,3,5,7
/proc/9792/stat : 9792 (java) Z 9790 9792 8948 0 -1 4203548 3877416 0 1 0 221551 702 0 0 18 0 2 0 503748404 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 0 0 0 0 0 0 0
[pid=9792/tid=9803] ppid=9790 vsize=0 CPUtime=992.56 cores=1,3,5,7
/proc/9792/task/9803/stat : 9803 (java) R 9790 9792 8948 0 -1 4203588 639201 0 0 0 99102 154 0 0 21 0 2 0 503748406 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2222.53
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 1.76 3.95 5.03 2/194 9883
/proc/meminfo: memFree=15917352/32951124 swapFree=67111356/67111528
[pid=9792] ppid=9790 vsize=0 CPUtime=2222.63 cores=1,3,5,7
/proc/9792/stat : 9792 (java) Z 9790 9792 8948 0 -1 4203548 3877416 0 1 0 221551 712 0 0 18 0 2 0 503748404 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9792/statm: 0 0 0 0 0 0 0
[pid=9792/tid=9803] ppid=9790 vsize=0 CPUtime=992.66 cores=1,3,5,7
/proc/9792/task/9803/stat : 9803 (java) R 9790 9792 8948 0 -1 4203588 639201 0 0 0 99102 164 0 0 21 0 2 0 503748406 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2222.63
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.51
CPU time (s): 2222.65
CPU user time (s): 2215.51
CPU system time (s): 7.13292
CPU usage (%): 170.643
Max. virtual memory (cumulated for all children) (KiB): 15691640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2215.51
system time used= 7.13291
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3877416
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= 69137
involuntary context switches= 36006

runsolver used 2.16167 second user time and 5.00424 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 23:42:08
IDJOB=3311187
IDBENCH=82572
IDSOLVER=1698
FILE ID=node143/3311187-1304113328
RUNJOBID= node143-1304113328-9756
PBS_JOBID= 13170658
Free space on /tmp= 72920 MiB

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

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

MD5SUM BENCH= e27af9a147b2d7c0283d090128805575
RANDOM SEED=1745429657

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31295456 kB
Buffers:        237112 kB
Cached:        1064440 kB
SwapCached:        168 kB
Active:         309020 kB
Inactive:      1070388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31295456 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            7120 kB
Writeback:           0 kB
AnonPages:       77200 kB
Mapped:          22452 kB
Slab:           212520 kB
PageTables:       4772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   772880 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= 72920 MiB
End job on node143 at 2011-04-30 00:03:51