Trace number 3313374

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 2449.14 1302.55

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.180-SAT.cnf
MD5SUMf2d21cb304fcceb31bd67c9a8a75cb81
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.3236
Satisfiable
(Un)Satisfiability was proved
Number of variables733825
Number of clauses13169160
Sum of the clauses size28708560
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 212661920
Number of clauses of size 3479520
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526280

Solver Data

0.11/0.11	01:26 INFO : Reading from input HOME/instance-3313374-1304100078.cnf
37.15/36.42	Executor set job limit to 1000000
37.15/36.42	Executor set job limit to 1000000
37.15/36.42	Executor set job limit to 1000000
37.15/36.42	Executor set job limit to 1000000
37.15/36.42	Starting Executor!
37.15/36.43	Starting Executor!
37.15/36.43	Starting Executor!
37.15/36.43	Starting Executor!
124.16/117.19	03:23 INFO : 549389 variables remaining out of 733825
124.16/117.19	03:23 INFO : 58725661 literals remaining out of 41877720
1420.33/607.92	11:34 ERROR: Failed to solve instance
1420.33/607.92	java.lang.OutOfMemoryError: GC overhead limit exceeded
1420.33/607.92		at gnu.trove.TIntHash.setUp(TIntHash.java:134)
1420.33/607.92		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:83)
1420.33/607.92		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:68)
1420.33/607.92		at gnu.trove.TIntHash.<init>(TIntHash.java:60)
1420.33/607.92		at gnu.trove.TIntHashSet.<init>(TIntHashSet.java:59)
1420.33/607.92		at ibis.structure.WatchLists.build(WatchLists.java:47)
1420.33/607.92		at ibis.structure.Solver.<init>(Solver.java:45)
1420.33/607.92		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1420.33/607.92		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1420.33/607.92		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1420.33/607.92		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1420.33/607.92		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1420.33/607.92		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1420.33/607.92		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1420.33/607.92		at ibis.constellation.Executor.processActivities(Executor.java:75)
1420.33/607.92		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1420.33/607.92		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1420.33/607.92		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1443.56/630.61	11:56 ERROR: Failed to solve instance
1443.56/630.61	java.lang.OutOfMemoryError: GC overhead limit exceeded
1443.56/630.61		at gnu.trove.TPrimitiveHash.setUp(TPrimitiveHash.java:123)
1443.56/630.61		at gnu.trove.TIntHash.setUp(TIntHash.java:133)
1443.56/630.61		at gnu.trove.THash.<init>(THash.java:128)
1443.56/630.61		at gnu.trove.THash.<init>(THash.java:97)
1443.56/630.61		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:81)
1443.56/630.61		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:68)
1443.56/630.61		at gnu.trove.TIntHash.<init>(TIntHash.java:60)
1443.56/630.61		at gnu.trove.TIntHashSet.<init>(TIntHashSet.java:59)
1443.56/630.61		at ibis.structure.WatchLists.build(WatchLists.java:47)
1443.56/630.61		at ibis.structure.Solver.<init>(Solver.java:45)
1443.56/630.61		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1443.56/630.61		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1443.56/630.61		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1443.56/630.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1443.56/630.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1443.56/630.61		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1443.56/630.61		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1443.56/630.61		at ibis.constellation.Executor.processActivities(Executor.java:75)
1443.56/630.61		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1443.56/630.61		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1443.56/630.61		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1499.72/682.90	12:48 ERROR: Failed to solve instance
1499.72/682.90	java.lang.OutOfMemoryError: GC overhead limit exceeded
1499.72/682.90		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
1499.72/682.90		at gnu.trove.THash.postInsertHook(THash.java:370)
1499.72/682.90		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1499.72/682.90		at ibis.structure.WatchLists.build(WatchLists.java:56)
1499.72/682.90		at ibis.structure.Solver.<init>(Solver.java:45)
1499.72/682.90		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1499.72/682.90		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1499.72/682.90		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1499.72/682.90		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1499.72/682.90		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1499.72/682.90		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1499.72/682.90		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1499.72/682.90		at ibis.constellation.Executor.processActivities(Executor.java:75)
1499.72/682.90		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1499.72/682.90		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1499.72/682.90		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1709.97/847.10	15:33 ERROR: Failed to solve instance
1709.97/847.10	java.lang.OutOfMemoryError: GC overhead limit exceeded
1709.97/847.10		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1709.97/847.10		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1709.97/847.10		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:38)
1709.97/847.10		at ibis.structure.Solver.addBinary(Solver.java:97)
1709.97/847.10		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
1709.97/847.10		at ibis.structure.Solver.simplify(Solver.java:191)
1709.97/847.10		at ibis.structure.Solver.solve(Solver.java:113)
1709.97/847.10		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1709.97/847.10		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1709.97/847.10		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1709.97/847.10		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1709.97/847.10		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1709.97/847.10		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1709.97/847.10		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1709.97/847.10		at ibis.constellation.Executor.processActivities(Executor.java:75)
1709.97/847.10		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1709.97/847.10		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1709.97/847.10		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1799.36/898.82	16:24 ERROR: Failed to solve instance
1799.36/898.82	java.lang.OutOfMemoryError: Java heap space
1804.08/903.55	16:29 ERROR: Failed to solve instance
1804.08/903.55	java.lang.OutOfMemoryError: Java heap space
1809.93/909.17	16:35 ERROR: Failed to solve instance
1809.93/909.17	java.lang.OutOfMemoryError: Java heap space
1859.18/947.24	17:13 ERROR: Failed to solve instance
1859.18/947.24	java.lang.OutOfMemoryError: Java heap space
1912.47/982.54	17:48 ERROR: Failed to solve instance
1912.47/982.54	java.lang.OutOfMemoryError: Java heap space
2287.98/1167.60	20:53 ERROR: Failed to solve instance
2287.98/1167.60	java.lang.OutOfMemoryError: GC overhead limit exceeded
2327.98/1205.24	21:31 ERROR: Failed to solve instance
2327.98/1205.24	java.lang.OutOfMemoryError: GC overhead limit exceeded
2350.08/1226.77	21:52 ERROR: Failed to solve instance
2350.08/1226.77	java.lang.OutOfMemoryError: GC overhead limit exceeded
2422.11/1286.38	22:52 ERROR: Failed to solve instance
2422.11/1286.38	java.lang.OutOfMemoryError: GC overhead limit exceeded

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3313374-1304100078/watcher-3313374-1304100078 -o /tmp/evaluation-result-3313374-1304100078/solver-3313374-1304100078 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313374-1304100078.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.45 7.72 7.90 2/198 5800
/proc/meminfo: memFree=26193532/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/5800/stat : 5800 (java) S 5798 5800 5740 0 -1 4202496 1414 0 0 0 0 0 0 0 24 0 2 0 521607065 26714112 885 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216450021 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 6793 888 679 9 0 381 0
[pid=5800/tid=5801] ppid=5798 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) R 5798 5800 5740 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 521607065 29065216 898 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210199725072 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0665221 s]
/proc/loadavg: 6.45 7.72 7.90 2/198 5800
/proc/meminfo: memFree=26193532/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=15674628 CPUtime=0.06 cores=1,3,5,7
/proc/5800/stat : 5800 (java) S 5798 5800 5740 0 -1 4202496 4369 0 1 0 5 1 0 0 24 0 18 0 521607065 16050819072 3808 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 3918657 3808 1778 9 0 3909376 0
[pid=5800/tid=5801] ppid=5798 vsize=15674628 CPUtime=0.05 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) R 5798 5800 5740 0 -1 4202560 2950 0 1 0 5 0 0 0 25 0 18 0 521607065 16050819072 3808 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210204333992 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15674628

[startup+0.104586 s]
/proc/loadavg: 6.45 7.72 7.90 2/198 5800
/proc/meminfo: memFree=26193532/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=15676072 CPUtime=0.11 cores=1,3,5,7
/proc/5800/stat : 5800 (java) S 5798 5800 5740 0 -1 4202496 5658 0 1 0 10 1 0 0 24 0 18 0 521607065 16052297728 5097 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 3919018 5098 2120 9 0 3909737 0
[pid=5800/tid=5801] ppid=5798 vsize=15676072 CPUtime=0.09 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) R 5798 5800 5740 0 -1 4202560 3524 0 1 0 8 1 0 0 18 0 18 0 521607065 16052297728 5098 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 47125211413566 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676072

[startup+0.300535 s]
/proc/loadavg: 6.45 7.72 7.90 2/198 5800
/proc/meminfo: memFree=26193532/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=15679800 CPUtime=0.51 cores=1,3,5,7
/proc/5800/stat : 5800 (java) S 5798 5800 5740 0 -1 4202496 16185 0 1 0 49 2 0 0 24 0 18 0 521607065 16056115200 14572 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 3919950 14578 2207 9 0 3910669 0
[pid=5800/tid=5801] ppid=5798 vsize=15679800 CPUtime=0.29 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) R 5798 5800 5740 0 -1 4202560 10983 0 1 0 27 2 0 0 18 0 18 0 521607065 16056115200 14581 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 46912505638995 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679800

[startup+0.700466 s]
/proc/loadavg: 6.45 7.72 7.90 2/198 5800
/proc/meminfo: memFree=26193532/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=15679800 CPUtime=0.92 cores=1,3,5,7
/proc/5800/stat : 5800 (java) S 5798 5800 5740 0 -1 4202496 43334 0 1 0 86 6 0 0 24 0 18 0 521607065 16056115200 41718 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 3919950 41718 2223 9 0 3910669 0
[pid=5800/tid=5801] ppid=5798 vsize=15679800 CPUtime=0.68 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) R 5798 5800 5740 0 -1 4202560 35512 0 1 0 62 6 0 0 18 0 18 0 521607065 16056115200 41718 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 46912505365703 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15679800

[startup+1.50133 s]
/proc/loadavg: 6.45 7.72 7.90 3/216 5818
/proc/meminfo: memFree=26025860/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=15679800 CPUtime=1.75 cores=1,3,5,7
/proc/5800/stat : 5800 (java) S 5798 5800 5740 0 -1 4202496 77233 0 1 0 163 12 0 0 24 0 18 0 521607065 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 3919950 75614 2223 9 0 3910669 0
[pid=5800/tid=5801] ppid=5798 vsize=15679800 CPUtime=1.47 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) R 5798 5800 5740 0 -1 4202560 64837 0 1 0 137 10 0 0 19 0 18 0 521607065 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 46912505524080 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5800/tid=5803] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5803/stat : 5803 (java) S 5798 5800 5740 0 -1 4202560 399 0 0 0 0 0 0 0 15 0 18 0 521607065 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5804] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5804/stat : 5804 (java) S 5798 5800 5740 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 18 0 521607065 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5805] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5805/stat : 5805 (java) S 5798 5800 5740 0 -1 4202560 719 0 0 0 0 0 0 0 15 0 18 0 521607065 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5806] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5806/stat : 5806 (java) S 5798 5800 5740 0 -1 4202560 1065 0 0 0 0 0 0 0 15 0 18 0 521607065 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5807] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5807/stat : 5807 (java) S 5798 5800 5740 0 -1 4202560 2008 0 0 0 0 0 0 0 16 0 18 0 521607065 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5808] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5808/stat : 5808 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521607065 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5809] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5809/stat : 5809 (java) S 5798 5800 5740 0 -1 4202560 719 0 0 0 0 0 0 0 15 0 18 0 521607065 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5810] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5810/stat : 5810 (java) S 5798 5800 5740 0 -1 4202560 2055 0 0 0 0 0 0 0 15 0 18 0 521607065 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5811] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5811/stat : 5811 (java) S 5798 5800 5740 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 521607067 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463872 0 0 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5812] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5812/stat : 5812 (java) S 5798 5800 5740 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521607067 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5813] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5813/stat : 5813 (java) S 5798 5800 5740 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 521607067 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5814] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5814/stat : 5814 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521607069 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216470961 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5815] ppid=5798 vsize=15679800 CPUtime=0.1 cores=1,3,5,7
/proc/5800/task/5815/stat : 5815 (java) S 5798 5800 5740 0 -1 4202560 2318 0 0 0 10 0 0 0 17 0 18 0 521607069 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5816] ppid=5798 vsize=15679800 CPUtime=0.12 cores=1,3,5,7
/proc/5800/task/5816/stat : 5816 (java) S 5798 5800 5740 0 -1 4202560 1499 0 0 0 12 0 0 0 25 0 18 0 521607069 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5817] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5817/stat : 5817 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521607069 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5818] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5818/stat : 5818 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521607069 16056115200 75614 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463872 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15679800

[startup+3.10106 s]
/proc/loadavg: 6.18 7.64 7.87 3/216 5818
/proc/meminfo: memFree=25771420/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=15679800 CPUtime=3.44 cores=1,3,5,7
/proc/5800/stat : 5800 (java) S 5798 5800 5740 0 -1 4202496 146963 0 1 0 321 23 0 0 24 0 18 0 521607065 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 3919950 145341 2241 9 0 3910669 0
[pid=5800/tid=5801] ppid=5798 vsize=15679800 CPUtime=3.05 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) R 5798 5800 5740 0 -1 4202560 124980 0 1 0 285 20 0 0 23 0 18 0 521607065 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 46912505639221 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5800/tid=5803] ppid=5798 vsize=15679800 CPUtime=0.01 cores=1,3,5,7
/proc/5800/task/5803/stat : 5803 (java) S 5798 5800 5740 0 -1 4202560 1120 0 0 0 1 0 0 0 16 0 18 0 521607065 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5804] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5804/stat : 5804 (java) S 5798 5800 5740 0 -1 4202560 2662 0 0 0 0 0 0 0 15 0 18 0 521607065 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5805] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5805/stat : 5805 (java) S 5798 5800 5740 0 -1 4202560 5840 0 0 0 0 0 0 0 16 0 18 0 521607065 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5806] ppid=5798 vsize=15679800 CPUtime=0.01 cores=1,3,5,7
/proc/5800/task/5806/stat : 5806 (java) S 5798 5800 5740 0 -1 4202560 1129 0 0 0 1 0 0 0 16 0 18 0 521607065 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5807] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5807/stat : 5807 (java) S 5798 5800 5740 0 -1 4202560 2008 0 0 0 0 0 0 0 16 0 18 0 521607065 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5808] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5808/stat : 5808 (java) S 5798 5800 5740 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 18 0 521607065 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5809] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5809/stat : 5809 (java) S 5798 5800 5740 0 -1 4202560 1440 0 0 0 0 0 0 0 15 0 18 0 521607065 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5810] ppid=5798 vsize=15679800 CPUtime=0.01 cores=1,3,5,7
/proc/5800/task/5810/stat : 5810 (java) S 5798 5800 5740 0 -1 4202560 2061 0 0 0 1 0 0 0 16 0 18 0 521607065 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5811] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5811/stat : 5811 (java) S 5798 5800 5740 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 18 0 521607067 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463872 0 0 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5812] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5812/stat : 5812 (java) S 5798 5800 5740 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521607067 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5813] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5813/stat : 5813 (java) S 5798 5800 5740 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 521607067 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5814] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5814/stat : 5814 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521607069 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216470961 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5815] ppid=5798 vsize=15679800 CPUtime=0.12 cores=1,3,5,7
/proc/5800/task/5815/stat : 5815 (java) S 5798 5800 5740 0 -1 4202560 2386 0 0 0 12 0 0 0 15 0 18 0 521607069 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5816] ppid=5798 vsize=15679800 CPUtime=0.14 cores=1,3,5,7
/proc/5800/task/5816/stat : 5816 (java) S 5798 5800 5740 0 -1 4202560 1507 0 0 0 14 0 0 0 15 0 18 0 521607069 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5817] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5817/stat : 5817 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521607069 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5818] ppid=5798 vsize=15679800 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5818/stat : 5818 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521607069 16056115200 145341 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463872 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15679800

[startup+6.30153 s]
/proc/loadavg: 6.18 7.64 7.87 3/216 5818
/proc/meminfo: memFree=25049292/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=15678748 CPUtime=6.69 cores=1,3,5,7
/proc/5800/stat : 5800 (java) S 5798 5800 5740 0 -1 4202496 285233 0 1 0 632 37 0 0 24 0 18 0 521607065 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 3919687 283353 2241 9 0 3910406 0
[pid=5800/tid=5801] ppid=5798 vsize=15678748 CPUtime=6.23 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) R 5798 5800 5740 0 -1 4202560 252736 0 1 0 590 33 0 0 21 0 18 0 521607065 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 46912505639153 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5800/tid=5803] ppid=5798 vsize=15678748 CPUtime=0.02 cores=1,3,5,7
/proc/5800/task/5803/stat : 5803 (java) S 5798 5800 5740 0 -1 4202560 1120 0 0 0 2 0 0 0 15 0 18 0 521607065 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5804] ppid=5798 vsize=15678748 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5804/stat : 5804 (java) S 5798 5800 5740 0 -1 4202560 2662 0 0 0 0 0 0 0 15 0 18 0 521607065 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5805] ppid=5798 vsize=15678748 CPUtime=0.03 cores=1,3,5,7
/proc/5800/task/5805/stat : 5805 (java) S 5798 5800 5740 0 -1 4202560 5841 0 0 0 2 1 0 0 15 0 18 0 521607065 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5806] ppid=5798 vsize=15678748 CPUtime=0.02 cores=1,3,5,7
/proc/5800/task/5806/stat : 5806 (java) S 5798 5800 5740 0 -1 4202560 1129 0 0 0 2 0 0 0 15 0 18 0 521607065 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5807] ppid=5798 vsize=15678748 CPUtime=0.01 cores=1,3,5,7
/proc/5800/task/5807/stat : 5807 (java) S 5798 5800 5740 0 -1 4202560 2009 0 0 0 1 0 0 0 15 0 18 0 521607065 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5808] ppid=5798 vsize=15678748 CPUtime=0.01 cores=1,3,5,7
/proc/5800/task/5808/stat : 5808 (java) S 5798 5800 5740 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 18 0 521607065 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5809] ppid=5798 vsize=15678748 CPUtime=0.02 cores=1,3,5,7
/proc/5800/task/5809/stat : 5809 (java) S 5798 5800 5740 0 -1 4202560 11680 0 0 0 1 1 0 0 16 0 18 0 521607065 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5810] ppid=5798 vsize=15678748 CPUtime=0.01 cores=1,3,5,7
/proc/5800/task/5810/stat : 5810 (java) S 5798 5800 5740 0 -1 4202560 2062 0 0 0 1 0 0 0 15 0 18 0 521607065 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5811] ppid=5798 vsize=15678748 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5811/stat : 5811 (java) S 5798 5800 5740 0 -1 4202560 708 0 0 0 0 0 0 0 15 0 18 0 521607067 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463872 0 0 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5812] ppid=5798 vsize=15678748 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5812/stat : 5812 (java) S 5798 5800 5740 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521607067 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5813] ppid=5798 vsize=15678748 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5813/stat : 5813 (java) S 5798 5800 5740 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 521607067 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5814] ppid=5798 vsize=15678748 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5814/stat : 5814 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521607069 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216470961 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5815] ppid=5798 vsize=15678748 CPUtime=0.12 cores=1,3,5,7
/proc/5800/task/5815/stat : 5815 (java) S 5798 5800 5740 0 -1 4202560 2386 0 0 0 12 0 0 0 15 0 18 0 521607069 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5816] ppid=5798 vsize=15678748 CPUtime=0.14 cores=1,3,5,7
/proc/5800/task/5816/stat : 5816 (java) S 5798 5800 5740 0 -1 4202560 1507 0 0 0 14 0 0 0 15 0 18 0 521607069 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5817] ppid=5798 vsize=15678748 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5817/stat : 5817 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521607069 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5818] ppid=5798 vsize=15678748 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5818/stat : 5818 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521607069 16055037952 283353 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463872 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0

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

[pid=5800/tid=5801] ppid=5798 vsize=15758080 CPUtime=110.91 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) S 5798 5800 5740 0 -1 4202560 433620 0 1 0 11021 70 0 0 25 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5803] ppid=5798 vsize=15758080 CPUtime=10.32 cores=1,3,5,7
/proc/5800/task/5803/stat : 5803 (java) S 5798 5800 5740 0 -1 4202560 509313 0 0 0 947 85 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5804] ppid=5798 vsize=15758080 CPUtime=10.86 cores=1,3,5,7
/proc/5800/task/5804/stat : 5804 (java) S 5798 5800 5740 0 -1 4202560 437838 0 0 0 1021 65 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5805] ppid=5798 vsize=15758080 CPUtime=10.2 cores=1,3,5,7
/proc/5800/task/5805/stat : 5805 (java) S 5798 5800 5740 0 -1 4202560 451228 0 0 0 948 72 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5806] ppid=5798 vsize=15758080 CPUtime=11.01 cores=1,3,5,7
/proc/5800/task/5806/stat : 5806 (java) S 5798 5800 5740 0 -1 4202560 416124 0 0 0 1033 68 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5807] ppid=5798 vsize=15758080 CPUtime=9.94 cores=1,3,5,7
/proc/5800/task/5807/stat : 5807 (java) S 5798 5800 5740 0 -1 4202560 447080 0 0 0 924 70 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5808] ppid=5798 vsize=15758080 CPUtime=10.59 cores=1,3,5,7
/proc/5800/task/5808/stat : 5808 (java) S 5798 5800 5740 0 -1 4202560 629806 0 0 0 966 93 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5809] ppid=5798 vsize=15758080 CPUtime=10.15 cores=1,3,5,7
/proc/5800/task/5809/stat : 5809 (java) S 5798 5800 5740 0 -1 4202560 359410 0 0 0 947 68 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5810] ppid=5798 vsize=15758080 CPUtime=10.84 cores=1,3,5,7
/proc/5800/task/5810/stat : 5810 (java) S 5798 5800 5740 0 -1 4202560 435726 0 0 0 1014 70 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5811] ppid=5798 vsize=15758080 CPUtime=630.02 cores=1,3,5,7
/proc/5800/task/5811/stat : 5811 (java) R 5798 5800 5740 0 -1 4202560 248550 0 0 0 62951 51 0 0 23 0 22 0 521607067 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 47125210112427 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5800/tid=5812] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5812/stat : 5812 (java) S 5798 5800 5740 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 521607067 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5813] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5813/stat : 5813 (java) S 5798 5800 5740 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521607067 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5814] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5814/stat : 5814 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216470961 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5815] ppid=5798 vsize=15758080 CPUtime=1.39 cores=1,3,5,7
/proc/5800/task/5815/stat : 5815 (java) S 5798 5800 5740 0 -1 4202560 11079 0 0 0 138 1 0 0 15 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5816] ppid=5798 vsize=15758080 CPUtime=1.24 cores=1,3,5,7
/proc/5800/task/5816/stat : 5816 (java) S 5798 5800 5740 0 -1 4202560 5111 0 0 0 124 0 0 0 15 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5817] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5817/stat : 5817 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5818] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5818/stat : 5818 (java) S 5798 5800 5740 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463872 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5819] ppid=5798 vsize=15758080 CPUtime=355.65 cores=1,3,5,7
/proc/5800/task/5819/stat : 5819 (java) S 5798 5800 5740 0 -1 4202560 139 0 0 0 35564 1 0 0 15 0 22 0 521610707 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5820] ppid=5798 vsize=15758080 CPUtime=337.81 cores=1,3,5,7
/proc/5800/task/5820/stat : 5820 (java) S 5798 5800 5740 0 -1 4202560 121 0 0 0 33781 0 0 0 15 0 22 0 521610707 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5821] ppid=5798 vsize=15758080 CPUtime=407.45 cores=1,3,5,7
/proc/5800/task/5821/stat : 5821 (java) S 5798 5800 5740 0 -1 4202560 134 0 0 0 40745 0 0 0 15 0 22 0 521610708 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5822] ppid=5798 vsize=15758080 CPUtime=376.46 cores=1,3,5,7
/proc/5800/task/5822/stat : 5822 (java) S 5798 5800 5740 0 -1 4202560 85 0 0 0 37646 0 0 0 18 0 22 0 521610708 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2304.98
Current children cumulated vsize (KiB) 15758080

[startup+1242.3 s]
/proc/loadavg: 5.61 5.84 6.21 6/220 5857
/proc/meminfo: memFree=1316440/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=15758080 CPUtime=2374.07 cores=1,3,5,7
/proc/5800/stat : 5800 (java) S 5798 5800 5740 0 -1 4202496 4386865 0 1 0 236685 722 0 0 24 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 3939520 3859009 2295 9 0 3930239 0
[pid=5800/tid=5801] ppid=5798 vsize=15758080 CPUtime=110.91 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) S 5798 5800 5740 0 -1 4202560 433620 0 1 0 11021 70 0 0 25 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5803] ppid=5798 vsize=15758080 CPUtime=10.32 cores=1,3,5,7
/proc/5800/task/5803/stat : 5803 (java) S 5798 5800 5740 0 -1 4202560 509313 0 0 0 947 85 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5804] ppid=5798 vsize=15758080 CPUtime=10.86 cores=1,3,5,7
/proc/5800/task/5804/stat : 5804 (java) S 5798 5800 5740 0 -1 4202560 437838 0 0 0 1021 65 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5805] ppid=5798 vsize=15758080 CPUtime=10.2 cores=1,3,5,7
/proc/5800/task/5805/stat : 5805 (java) S 5798 5800 5740 0 -1 4202560 451228 0 0 0 948 72 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5806] ppid=5798 vsize=15758080 CPUtime=11.01 cores=1,3,5,7
/proc/5800/task/5806/stat : 5806 (java) S 5798 5800 5740 0 -1 4202560 416124 0 0 0 1033 68 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5807] ppid=5798 vsize=15758080 CPUtime=9.94 cores=1,3,5,7
/proc/5800/task/5807/stat : 5807 (java) S 5798 5800 5740 0 -1 4202560 447080 0 0 0 924 70 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5808] ppid=5798 vsize=15758080 CPUtime=10.59 cores=1,3,5,7
/proc/5800/task/5808/stat : 5808 (java) S 5798 5800 5740 0 -1 4202560 629806 0 0 0 966 93 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5809] ppid=5798 vsize=15758080 CPUtime=10.15 cores=1,3,5,7
/proc/5800/task/5809/stat : 5809 (java) S 5798 5800 5740 0 -1 4202560 359410 0 0 0 947 68 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5810] ppid=5798 vsize=15758080 CPUtime=10.84 cores=1,3,5,7
/proc/5800/task/5810/stat : 5810 (java) S 5798 5800 5740 0 -1 4202560 435726 0 0 0 1014 70 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5811] ppid=5798 vsize=15758080 CPUtime=686.97 cores=1,3,5,7
/proc/5800/task/5811/stat : 5811 (java) R 5798 5800 5740 0 -1 4202560 248554 0 0 0 68646 51 0 0 25 0 22 0 521607067 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 47125208150385 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=5800/tid=5812] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5812/stat : 5812 (java) S 5798 5800 5740 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 521607067 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5813] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5813/stat : 5813 (java) S 5798 5800 5740 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521607067 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5814] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5814/stat : 5814 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216470961 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5815] ppid=5798 vsize=15758080 CPUtime=1.39 cores=1,3,5,7
/proc/5800/task/5815/stat : 5815 (java) S 5798 5800 5740 0 -1 4202560 11079 0 0 0 138 1 0 0 15 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5816] ppid=5798 vsize=15758080 CPUtime=1.24 cores=1,3,5,7
/proc/5800/task/5816/stat : 5816 (java) S 5798 5800 5740 0 -1 4202560 5111 0 0 0 124 0 0 0 15 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5817] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5817/stat : 5817 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5818] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5818/stat : 5818 (java) S 5798 5800 5740 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463872 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5819] ppid=5798 vsize=15758080 CPUtime=358.69 cores=1,3,5,7
/proc/5800/task/5819/stat : 5819 (java) S 5798 5800 5740 0 -1 4202560 149 0 0 0 35868 1 0 0 16 0 22 0 521610707 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5820] ppid=5798 vsize=15758080 CPUtime=340.85 cores=1,3,5,7
/proc/5800/task/5820/stat : 5820 (java) S 5798 5800 5740 0 -1 4202560 142 0 0 0 34085 0 0 0 15 0 22 0 521610707 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5821] ppid=5798 vsize=15758080 CPUtime=410.47 cores=1,3,5,7
/proc/5800/task/5821/stat : 5821 (java) S 5798 5800 5740 0 -1 4202560 139 0 0 0 41047 0 0 0 16 0 22 0 521610708 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5822] ppid=5798 vsize=15758080 CPUtime=379.5 cores=1,3,5,7
/proc/5800/task/5822/stat : 5822 (java) S 5798 5800 5740 0 -1 4202560 86 0 0 0 37950 0 0 0 18 0 22 0 521610708 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2374.07
Current children cumulated vsize (KiB) 15758080



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.27 5.75 6.15 7/196 5883
/proc/meminfo: memFree=11168276/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=15758080 CPUtime=2445.27 cores=1,3,5,7
/proc/5800/stat : 5800 (java) S 5798 5800 5740 0 -1 4202496 4386909 0 1 0 243804 723 0 0 24 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 3939520 3859009 2295 9 0 3930239 0
[pid=5800/tid=5801] ppid=5798 vsize=15758080 CPUtime=110.91 cores=1,3,5,7
/proc/5800/task/5801/stat : 5801 (java) S 5798 5800 5740 0 -1 4202560 433620 0 1 0 11021 70 0 0 25 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5803] ppid=5798 vsize=15758080 CPUtime=10.32 cores=1,3,5,7
/proc/5800/task/5803/stat : 5803 (java) S 5798 5800 5740 0 -1 4202560 509313 0 0 0 947 85 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5804] ppid=5798 vsize=15758080 CPUtime=10.86 cores=1,3,5,7
/proc/5800/task/5804/stat : 5804 (java) S 5798 5800 5740 0 -1 4202560 437838 0 0 0 1021 65 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5805] ppid=5798 vsize=15758080 CPUtime=10.2 cores=1,3,5,7
/proc/5800/task/5805/stat : 5805 (java) S 5798 5800 5740 0 -1 4202560 451228 0 0 0 948 72 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5806] ppid=5798 vsize=15758080 CPUtime=11.01 cores=1,3,5,7
/proc/5800/task/5806/stat : 5806 (java) S 5798 5800 5740 0 -1 4202560 416124 0 0 0 1033 68 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5807] ppid=5798 vsize=15758080 CPUtime=9.94 cores=1,3,5,7
/proc/5800/task/5807/stat : 5807 (java) S 5798 5800 5740 0 -1 4202560 447080 0 0 0 924 70 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5808] ppid=5798 vsize=15758080 CPUtime=10.59 cores=1,3,5,7
/proc/5800/task/5808/stat : 5808 (java) S 5798 5800 5740 0 -1 4202560 629806 0 0 0 966 93 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5809] ppid=5798 vsize=15758080 CPUtime=10.15 cores=1,3,5,7
/proc/5800/task/5809/stat : 5809 (java) S 5798 5800 5740 0 -1 4202560 359410 0 0 0 947 68 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 5 0 0 0
[pid=5800/tid=5810] ppid=5798 vsize=15758080 CPUtime=10.84 cores=1,3,5,7
/proc/5800/task/5810/stat : 5810 (java) S 5798 5800 5740 0 -1 4202560 435726 0 0 0 1014 70 0 0 16 0 22 0 521607065 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 3 0 0 0
[pid=5800/tid=5811] ppid=5798 vsize=15758080 CPUtime=740.16 cores=1,3,5,7
/proc/5800/task/5811/stat : 5811 (java) R 5798 5800 5740 0 -1 4202560 248558 0 0 0 73964 52 0 0 25 0 22 0 521607067 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216473269 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5800/tid=5812] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5812/stat : 5812 (java) S 5798 5800 5740 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 521607067 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5813] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5813/stat : 5813 (java) S 5798 5800 5740 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 521607067 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5814] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5814/stat : 5814 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216470961 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5815] ppid=5798 vsize=15758080 CPUtime=1.39 cores=1,3,5,7
/proc/5800/task/5815/stat : 5815 (java) S 5798 5800 5740 0 -1 4202560 11079 0 0 0 138 1 0 0 15 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5816] ppid=5798 vsize=15758080 CPUtime=1.24 cores=1,3,5,7
/proc/5800/task/5816/stat : 5816 (java) S 5798 5800 5740 0 -1 4202560 5111 0 0 0 124 0 0 0 15 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5817] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5817/stat : 5817 (java) S 5798 5800 5740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463257 0 4 0 16800975 18446604469694866496 0 0 -1 7 0 0 0
[pid=5800/tid=5818] ppid=5798 vsize=15758080 CPUtime=0 cores=1,3,5,7
/proc/5800/task/5818/stat : 5818 (java) S 5798 5800 5740 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 521607069 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 210216463872 0 4 0 16800975 18446604469694866496 0 0 -1 1 0 0 0
[pid=5800/tid=5819] ppid=5798 vsize=15758080 CPUtime=363.19 cores=1,3,5,7
/proc/5800/task/5819/stat : 5819 (java) R 5798 5800 5740 0 -1 4202560 166 0 0 0 36318 1 0 0 16 0 22 0 521610707 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 46912506542668 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5800/tid=5820] ppid=5798 vsize=15758080 CPUtime=345.33 cores=1,3,5,7
/proc/5800/task/5820/stat : 5820 (java) R 5798 5800 5740 0 -1 4202560 155 0 0 0 34533 0 0 0 16 0 22 0 521610707 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 46912506090432 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5800/tid=5821] ppid=5798 vsize=15758080 CPUtime=414.99 cores=1,3,5,7
/proc/5800/task/5821/stat : 5821 (java) R 5798 5800 5740 0 -1 4202560 141 0 0 0 41499 0 0 0 16 0 22 0 521610708 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 46912505837420 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5800/tid=5822] ppid=5798 vsize=15758080 CPUtime=384.01 cores=1,3,5,7
/proc/5800/task/5822/stat : 5822 (java) R 5798 5800 5740 0 -1 4202560 90 0 0 0 38401 0 0 0 19 0 22 0 521610708 16136273920 3859009 33554432000 1073741824 1073778376 140735292835792 18446744073709551615 46912505524221 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2445.27
Current children cumulated vsize (KiB) 15758080

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5800

[startup+1302.3 s]
/proc/loadavg: 5.41 5.77 6.16 8/197 5884
/proc/meminfo: memFree=11112832/32951124 swapFree=67088964/67111528
[pid=5800] ppid=5798 vsize=0 CPUtime=2448.89 cores=1,3,5,7
/proc/5800/stat : 5800 (java) Z 5798 5800 5740 0 -1 4203548 4386924 0 1 0 244139 750 0 0 18 0 2 0 521607065 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5800/statm: 0 0 0 0 0 0 0
[pid=5800/tid=5813] ppid=5798 vsize=0 CPUtime=0.26 cores=1,3,5,7
/proc/5800/task/5813/stat : 5813 (java) R 5798 5800 5740 0 -1 4203588 9 0 0 0 0 26 0 0 18 0 2 0 521607067 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2448.89
Current children cumulated vsize (KiB) 0

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

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.55
CPU time (s): 2449.14
CPU user time (s): 2441.39
CPU system time (s): 7.74882
CPU usage (%): 188.027
Max. virtual memory (cumulated for all children) (KiB): 15765400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2441.39
system time used= 7.74882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4386924
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= 71802
involuntary context switches= 69362

runsolver used 2.16167 second user time and 4.98824 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 20:01:26
IDJOB=3313374
IDBENCH=82370
IDSOLVER=1699
FILE ID=node130/3313374-1304100078
RUNJOBID= node130-1304100078-5759
PBS_JOBID= 13170623
Free space on /tmp= 71744 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.180-SAT.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313374-1304100078/watcher-3313374-1304100078 -o /tmp/evaluation-result-3313374-1304100078/solver-3313374-1304100078 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313374-1304100078.cnf

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

MD5SUM BENCH= f2d21cb304fcceb31bd67c9a8a75cb81
RANDOM SEED=597272744

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26193928 kB
Buffers:       1178384 kB
Cached:        4446324 kB
SwapCached:      22432 kB
Active:        1359500 kB
Inactive:      4955444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26193928 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:          259860 kB
Writeback:           0 kB
AnonPages:      667208 kB
Mapped:          23520 kB
Slab:           377560 kB
PageTables:       6060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1703208 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= 71532 MiB
End job on node130 at 2011-04-29 20:23:10