Trace number 3312437

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) 2231.38 1302.62

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1886449473-022-UNKNOWN.cnf
MD5SUM48acd8df0141c3f57a132eb6d7253d5f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark130.328
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
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.10/0.12	07:58 INFO : Reading from input HOME/instance-3312437-1304114877.cnf
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Starting Executor!
1.02/0.85	Starting Executor!
1.02/0.85	Starting Executor!
1.02/0.85	Starting Executor!
3.13/2.07	08:00 INFO : 34869 variables remaining out of 35000
3.13/2.07	08:00 INFO : 584620 literals remaining out of 588000
1261.73/345.57	13:43 ERROR: Failed to solve instance
1261.73/345.57	java.lang.OutOfMemoryError: Java heap space
1261.73/345.57		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1261.73/345.57		at gnu.trove.THash.postInsertHook(THash.java:370)
1261.73/345.57		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1261.73/345.57		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1261.73/345.57		at ibis.structure.Subsumming.run(Subsumming.java:58)
1261.73/345.57		at ibis.structure.Solver.simplify(Solver.java:205)
1261.73/345.57		at ibis.structure.Solver.solve(Solver.java:113)
1261.73/345.57		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1261.73/345.57		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1261.73/345.57		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1261.73/345.57		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1261.73/345.57		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1261.73/345.57		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1261.73/345.57		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1261.73/345.57		at ibis.constellation.Executor.processActivities(Executor.java:75)
1261.73/345.57		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1261.73/345.57		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1261.73/345.57		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1276.34/359.69	13:57 ERROR: Failed to solve instance
1276.34/359.69	java.lang.OutOfMemoryError: Java heap space
1276.34/359.69		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1276.34/359.69		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1276.34/359.69		at ibis.structure.Subsumming.run(Subsumming.java:61)
1276.34/359.69		at ibis.structure.Solver.simplify(Solver.java:205)
1276.34/359.69		at ibis.structure.Solver.solve(Solver.java:113)
1276.34/359.69		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1276.34/359.69		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1276.34/359.69		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1276.34/359.69		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1276.34/359.69		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1276.34/359.69		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1276.34/359.69		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1276.34/359.69		at ibis.constellation.Executor.processActivities(Executor.java:75)
1276.34/359.69		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1276.34/359.69		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1276.34/359.69		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1280.38/363.67	14:01 ERROR: Failed to solve instance
1280.38/363.67	java.lang.OutOfMemoryError: Java heap space
1280.38/363.67		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:223)
1280.38/363.67		at gnu.trove.THash.postInsertHook(THash.java:370)
1280.38/363.67		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1280.38/363.67		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1280.38/363.67		at ibis.structure.Subsumming.run(Subsumming.java:58)
1280.38/363.67		at ibis.structure.Solver.simplify(Solver.java:205)
1280.38/363.67		at ibis.structure.Solver.solve(Solver.java:113)
1280.38/363.67		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1280.38/363.67		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1280.38/363.67		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1280.38/363.67		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1280.38/363.67		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1280.38/363.67		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1280.38/363.67		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1280.38/363.67		at ibis.constellation.Executor.processActivities(Executor.java:75)
1280.38/363.67		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1280.38/363.67		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1280.38/363.67		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1286.75/369.51	14:07 ERROR: Failed to solve instance
1286.75/369.51	java.lang.OutOfMemoryError: Java heap space
1286.75/369.51		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1286.75/369.51		at gnu.trove.THash.postInsertHook(THash.java:370)
1286.75/369.51		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1286.75/369.51		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1286.75/369.51		at ibis.structure.Subsumming.run(Subsumming.java:58)
1286.75/369.51		at ibis.structure.Solver.simplify(Solver.java:205)
1286.75/369.51		at ibis.structure.Solver.solve(Solver.java:113)
1286.75/369.51		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1286.75/369.51		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1286.75/369.51		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1286.75/369.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1286.75/369.51		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1286.75/369.51		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1286.75/369.51		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1286.75/369.51		at ibis.constellation.Executor.processActivities(Executor.java:75)
1286.75/369.51		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1286.75/369.51		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1286.75/369.51		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1290.56/373.29	14:11 ERROR: Failed to solve instance
1290.56/373.29	java.lang.OutOfMemoryError: Java heap space
1304.21/386.33	14:24 ERROR: Failed to solve instance
1304.21/386.33	java.lang.OutOfMemoryError: Java heap space
1307.85/389.45	14:27 ERROR: Failed to solve instance
1307.85/389.45	java.lang.OutOfMemoryError: Java heap space
1312.81/393.89	14:32 ERROR: Failed to solve instance
1312.81/393.89	java.lang.OutOfMemoryError: Java heap space
1317.35/397.87	14:35 ERROR: Failed to solve instance
1317.35/397.87	java.lang.OutOfMemoryError: Java heap space
1368.39/448.32	15:26 ERROR: Failed to solve instance
1368.39/448.32	java.lang.OutOfMemoryError: Java heap space
1368.78/448.77	15:26 ERROR: Failed to solve instance
1368.78/448.77	java.lang.OutOfMemoryError: Java heap space
1369.29/449.27	15:27 ERROR: Failed to solve instance
1369.29/449.27	java.lang.OutOfMemoryError: Java heap space
1372.97/452.89	15:31 ERROR: Failed to solve instance
1372.97/452.89	java.lang.OutOfMemoryError: Java heap space
1376.74/456.14	15:34 ERROR: Failed to solve instance
1376.74/456.14	java.lang.OutOfMemoryError: Java heap space
1582.02/660.04	18:58 ERROR: Failed to solve instance
1582.02/660.04	java.lang.OutOfMemoryError: Java heap space
1783.96/861.48	22:19 ERROR: Failed to solve instance
1783.96/861.48	java.lang.OutOfMemoryError: Java heap space
1820.67/898.06	22:56 ERROR: Failed to solve instance
1820.67/898.06	java.lang.OutOfMemoryError: Java heap space
1822.47/899.75	22:57 ERROR: Failed to solve instance
1822.47/899.75	java.lang.OutOfMemoryError: Java heap space
1826.52/903.59	23:01 ERROR: Failed to solve instance
1826.52/903.59	java.lang.OutOfMemoryError: Java heap space
1828.38/905.27	23:03 ERROR: Failed to solve instance
1828.38/905.27	java.lang.OutOfMemoryError: Java heap space
1831.15/907.89	23:06 ERROR: Failed to solve instance
1831.15/907.89	java.lang.OutOfMemoryError: Java heap space
1847.95/923.19	23:21 ERROR: Failed to solve instance
1847.95/923.19	java.lang.OutOfMemoryError: Java heap space
1848.36/923.52	23:21 ERROR: Failed to solve instance
1848.36/923.52	java.lang.OutOfMemoryError: Java heap space
1848.86/924.01	23:22 ERROR: Failed to solve instance
1848.86/924.01	java.lang.OutOfMemoryError: Java heap space
1856.31/930.90	23:29 ERROR: Failed to solve instance
1856.31/930.90	java.lang.OutOfMemoryError: Java heap space
1896.30/970.33	24:08 ERROR: Failed to solve instance
1896.30/970.33	java.lang.OutOfMemoryError: Java heap space
1918.56/992.21	24:30 ERROR: Failed to solve instance
1918.56/992.21	java.lang.OutOfMemoryError: Java heap space
1924.03/997.30	24:35 ERROR: Failed to solve instance
1924.03/997.30	java.lang.OutOfMemoryError: Java heap space
1924.43/997.75	24:35 ERROR: Failed to solve instance
1924.43/997.75	java.lang.OutOfMemoryError: Java heap space
1944.57/1017.88	24:55 ERROR: Failed to solve instance
1944.57/1017.88	java.lang.OutOfMemoryError: Java heap space
2159.49/1230.97	28:29 ERROR: Failed to solve instance
2159.49/1230.97	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-3312437-1304114877/watcher-3312437-1304114877 -o /tmp/evaluation-result-3312437-1304114877/solver-3312437-1304114877 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312437-1304114877.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: 8.10 8.10 8.03 1/175 5761
/proc/meminfo: memFree=24785500/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/5761/stat : 5761 (java) S 5759 5761 4980 0 -1 4202496 669 0 0 0 0 0 0 0 25 0 1 0 601718234 9318400 156 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252453142151 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/5761/statm: 2275 156 126 9 0 67 0

[startup+0.027493 s]
/proc/loadavg: 8.10 8.10 8.03 1/175 5761
/proc/meminfo: memFree=24785500/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/5761/stat : 5761 (java) S 5759 5761 4980 0 -1 4202496 3374 0 1 0 1 0 0 0 25 0 11 0 601718234 15976509440 2814 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 3900515 2814 1619 9 0 3891263 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.10047 s]
/proc/loadavg: 8.10 8.10 8.03 1/175 5761
/proc/meminfo: memFree=24785500/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=15676596 CPUtime=0.1 cores=1,3,5,7
/proc/5761/stat : 5761 (java) S 5759 5761 4980 0 -1 4202496 5552 0 1 0 9 1 0 0 25 0 18 0 601718234 16052834304 4960 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 3919149 4960 2116 9 0 3909868 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676596

[startup+0.300398 s]
/proc/loadavg: 8.10 8.10 8.03 1/175 5761
/proc/meminfo: memFree=24785500/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=15681760 CPUtime=0.51 cores=1,3,5,7
/proc/5761/stat : 5761 (java) S 5759 5761 4980 0 -1 4202496 15251 0 1 0 48 3 0 0 25 0 18 0 601718234 16058122240 13431 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 3920440 13437 2206 9 0 3911159 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681760

[startup+0.700364 s]
/proc/loadavg: 8.10 8.10 8.03 1/175 5761
/proc/meminfo: memFree=24785500/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=15681760 CPUtime=0.92 cores=1,3,5,7
/proc/5761/stat : 5761 (java) S 5759 5761 4980 0 -1 4202496 41850 0 1 0 85 7 0 0 25 0 18 0 601718234 16058122240 40026 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 3920440 40026 2222 9 0 3911159 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681760

[startup+1.50121 s]
/proc/loadavg: 8.10 8.10 8.03 3/216 5827
/proc/meminfo: memFree=24482476/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=15690132 CPUtime=2.23 cores=1,3,5,7
/proc/5761/stat : 5761 (java) S 5759 5761 4980 0 -1 4202496 48527 0 1 0 215 8 0 0 25 0 22 0 601718234 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 3922533 43909 2265 9 0 3913252 0
[pid=5761/tid=5763] ppid=5759 vsize=15690132 CPUtime=1.46 cores=1,3,5,7
/proc/5761/task/5763/stat : 5763 (java) R 5759 5761 4980 0 -1 4202560 35634 0 1 0 141 5 0 0 21 0 22 0 601718235 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 46912505216993 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5761/tid=5764] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5764/stat : 5764 (java) S 5759 5761 4980 0 -1 4202560 63 0 0 0 0 0 0 0 18 0 22 0 601718235 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5765] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5765/stat : 5765 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 601718235 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5766] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5766/stat : 5766 (java) S 5759 5761 4980 0 -1 4202560 692 0 0 0 0 0 0 0 18 0 22 0 601718235 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5767] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5767/stat : 5767 (java) S 5759 5761 4980 0 -1 4202560 35 0 0 0 0 0 0 0 18 0 22 0 601718235 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5768] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5768/stat : 5768 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 601718235 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 7 0 0 0
[pid=5761/tid=5769] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5769/stat : 5769 (java) S 5759 5761 4980 0 -1 4202560 39 0 0 0 0 0 0 0 18 0 22 0 601718235 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5770] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5770/stat : 5770 (java) S 5759 5761 4980 0 -1 4202560 639 0 0 0 0 0 0 0 18 0 22 0 601718235 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5771] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5771/stat : 5771 (java) S 5759 5761 4980 0 -1 4202560 40 0 0 0 0 0 0 0 18 0 22 0 601718235 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5772] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5772/stat : 5772 (java) S 5759 5761 4980 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601718236 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 0 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5773] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5773/stat : 5773 (java) S 5759 5761 4980 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 601718237 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 7 0 0 0
[pid=5761/tid=5774] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5774/stat : 5774 (java) S 5759 5761 4980 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 601718237 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 7 0 0 0
[pid=5761/tid=5775] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5775/stat : 5775 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469889457 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5776] ppid=5759 vsize=15690132 CPUtime=0.37 cores=1,3,5,7
/proc/5761/task/5776/stat : 5776 (java) S 5759 5761 4980 0 -1 4202560 4441 0 0 0 37 0 0 0 19 0 22 0 601718239 16066695168 43909 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 7 0 0 0
[pid=5761/tid=5777] ppid=5759 vsize=15690132 CPUtime=0.35 cores=1,3,5,7
/proc/5761/task/5777/stat : 5777 (java) R 5759 5761 4980 0 -1 4202560 5507 0 0 0 34 1 0 0 16 0 22 0 601718239 16066695168 43910 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 47579144679156 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5761/tid=5778] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5778/stat : 5778 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16066695168 43910 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5779] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5779/stat : 5779 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601718239 16066695168 43910 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 4 0 16800975 18446604471128002688 0 0 -1 7 0 0 0
[pid=5761/tid=5824] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5824/stat : 5824 (java) S 5759 5761 4980 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601718319 16066695168 43910 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5825] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5825/stat : 5825 (java) S 5759 5761 4980 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601718319 16066695168 43910 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5826] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5826/stat : 5826 (java) S 5759 5761 4980 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601718319 16066695168 43910 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5827] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5827/stat : 5827 (java) S 5759 5761 4980 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601718319 16066695168 43910 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 15690132

[startup+3.10088 s]
/proc/loadavg: 7.69 8.01 8.01 3/220 5831
/proc/meminfo: memFree=24431552/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=15690132 CPUtime=6.3 cores=1,3,5,7
/proc/5761/stat : 5761 (java) S 5759 5761 4980 0 -1 4202496 85074 0 1 0 617 13 0 0 25 0 22 0 601718234 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 3922533 80229 2275 9 0 3913252 0
[pid=5761/tid=5763] ppid=5759 vsize=15690132 CPUtime=2.04 cores=1,3,5,7
/proc/5761/task/5763/stat : 5763 (java) S 5759 5761 4980 0 -1 4202560 35686 0 1 0 199 5 0 0 22 0 22 0 601718235 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5764] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5764/stat : 5764 (java) S 5759 5761 4980 0 -1 4202560 1731 0 0 0 0 0 0 0 15 0 22 0 601718235 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5765] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5765/stat : 5765 (java) S 5759 5761 4980 0 -1 4202560 1398 0 0 0 0 0 0 0 15 0 22 0 601718235 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5766] ppid=5759 vsize=15690132 CPUtime=0.04 cores=1,3,5,7
/proc/5761/task/5766/stat : 5766 (java) S 5759 5761 4980 0 -1 4202560 8093 0 0 0 4 0 0 0 16 0 22 0 601718235 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 7 0 0 0
[pid=5761/tid=5767] ppid=5759 vsize=15690132 CPUtime=0.04 cores=1,3,5,7
/proc/5761/task/5767/stat : 5767 (java) S 5759 5761 4980 0 -1 4202560 7435 0 0 0 4 0 0 0 15 0 22 0 601718235 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5768] ppid=5759 vsize=15690132 CPUtime=0.03 cores=1,3,5,7
/proc/5761/task/5768/stat : 5768 (java) S 5759 5761 4980 0 -1 4202560 7245 0 0 0 3 0 0 0 16 0 22 0 601718235 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5769] ppid=5759 vsize=15690132 CPUtime=0.04 cores=1,3,5,7
/proc/5761/task/5769/stat : 5769 (java) S 5759 5761 4980 0 -1 4202560 6115 0 0 0 4 0 0 0 15 0 22 0 601718235 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5770] ppid=5759 vsize=15690132 CPUtime=0.01 cores=1,3,5,7
/proc/5761/task/5770/stat : 5770 (java) S 5759 5761 4980 0 -1 4202560 2832 0 0 0 1 0 0 0 15 0 22 0 601718235 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5771] ppid=5759 vsize=15690132 CPUtime=0.01 cores=1,3,5,7
/proc/5761/task/5771/stat : 5771 (java) S 5759 5761 4980 0 -1 4202560 2890 0 0 0 1 0 0 0 15 0 22 0 601718235 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5772] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5772/stat : 5772 (java) S 5759 5761 4980 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 22 0 601718236 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 0 0 16800975 18446604471128002688 0 0 -1 7 0 0 0
[pid=5761/tid=5773] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5773/stat : 5773 (java) S 5759 5761 4980 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601718237 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5774] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5774/stat : 5774 (java) S 5759 5761 4980 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601718237 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5775] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5775/stat : 5775 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469889457 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5776] ppid=5759 vsize=15690132 CPUtime=0.82 cores=1,3,5,7
/proc/5761/task/5776/stat : 5776 (java) S 5759 5761 4980 0 -1 4202560 4506 0 0 0 82 0 0 0 15 0 22 0 601718239 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5777] ppid=5759 vsize=15690132 CPUtime=0.82 cores=1,3,5,7
/proc/5761/task/5777/stat : 5777 (java) S 5759 5761 4980 0 -1 4202560 5572 0 0 0 80 2 0 0 16 0 22 0 601718239 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5778] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5778/stat : 5778 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5779] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5779/stat : 5779 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601718239 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 4 0 16800975 18446604471128002688 0 0 -1 7 0 0 0
[pid=5761/tid=5824] ppid=5759 vsize=15690132 CPUtime=0.46 cores=1,3,5,7
/proc/5761/task/5824/stat : 5824 (java) R 5759 5761 4980 0 -1 4202560 18 0 0 0 46 0 0 0 16 0 22 0 601718319 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 46912506219913 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5761/tid=5825] ppid=5759 vsize=15690132 CPUtime=0.67 cores=1,3,5,7
/proc/5761/task/5825/stat : 5825 (java) R 5759 5761 4980 0 -1 4202560 9 0 0 0 67 0 0 0 16 0 22 0 601718319 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 47579145310614 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5761/tid=5826] ppid=5759 vsize=15690132 CPUtime=0.51 cores=1,3,5,7
/proc/5761/task/5826/stat : 5826 (java) R 5759 5761 4980 0 -1 4202560 19 0 0 0 51 0 0 0 16 0 22 0 601718319 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 46912506372837 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5761/tid=5827] ppid=5759 vsize=15690132 CPUtime=0.67 cores=1,3,5,7
/proc/5761/task/5827/stat : 5827 (java) R 5759 5761 4980 0 -1 4202560 10 0 0 0 67 0 0 0 16 0 22 0 601718319 16066695168 80229 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 47579145311095 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 15690132

[startup+6.30128 s]
/proc/loadavg: 7.69 8.01 8.01 9/220 5831
/proc/meminfo: memFree=22909204/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=15690132 CPUtime=19.04 cores=1,3,5,7
/proc/5761/stat : 5761 (java) S 5759 5761 4980 0 -1 4202496 313867 0 1 0 1860 44 0 0 25 0 22 0 601718234 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 3922533 308171 2279 9 0 3913252 0
[pid=5761/tid=5763] ppid=5759 vsize=15690132 CPUtime=2.04 cores=1,3,5,7
/proc/5761/task/5763/stat : 5763 (java) S 5759 5761 4980 0 -1 4202560 35686 0 1 0 199 5 0 0 22 0 22 0 601718235 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5764] ppid=5759 vsize=15690132 CPUtime=0.23 cores=1,3,5,7
/proc/5761/task/5764/stat : 5764 (java) S 5759 5761 4980 0 -1 4202560 38552 0 0 0 18 5 0 0 16 0 22 0 601718235 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5765] ppid=5759 vsize=15690132 CPUtime=0.11 cores=1,3,5,7
/proc/5761/task/5765/stat : 5765 (java) S 5759 5761 4980 0 -1 4202560 27569 0 0 0 8 3 0 0 16 0 22 0 601718235 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 7 0 0 0
[pid=5761/tid=5766] ppid=5759 vsize=15690132 CPUtime=0.18 cores=1,3,5,7
/proc/5761/task/5766/stat : 5766 (java) S 5759 5761 4980 0 -1 4202560 29759 0 0 0 15 3 0 0 16 0 22 0 601718235 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5767] ppid=5759 vsize=15690132 CPUtime=0.15 cores=1,3,5,7
/proc/5761/task/5767/stat : 5767 (java) S 5759 5761 4980 0 -1 4202560 36090 0 0 0 12 3 0 0 15 0 22 0 601718235 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5768] ppid=5759 vsize=15690132 CPUtime=0.19 cores=1,3,5,7
/proc/5761/task/5768/stat : 5768 (java) S 5759 5761 4980 0 -1 4202560 33890 0 0 0 15 4 0 0 16 0 22 0 601718235 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5769] ppid=5759 vsize=15690132 CPUtime=0.12 cores=1,3,5,7
/proc/5761/task/5769/stat : 5769 (java) S 5759 5761 4980 0 -1 4202560 20188 0 0 0 10 2 0 0 15 0 22 0 601718235 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5770] ppid=5759 vsize=15690132 CPUtime=0.09 cores=1,3,5,7
/proc/5761/task/5770/stat : 5770 (java) S 5759 5761 4980 0 -1 4202560 17430 0 0 0 6 3 0 0 15 0 22 0 601718235 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5771] ppid=5759 vsize=15690132 CPUtime=0.25 cores=1,3,5,7
/proc/5761/task/5771/stat : 5771 (java) S 5759 5761 4980 0 -1 4202560 35672 0 0 0 20 5 0 0 16 0 22 0 601718235 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 7 0 0 0
[pid=5761/tid=5772] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5772/stat : 5772 (java) R 5759 5761 4980 0 -1 4202560 653 0 0 0 0 0 0 0 15 0 22 0 601718236 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 47579142361425 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5761/tid=5773] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5773/stat : 5773 (java) S 5759 5761 4980 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601718237 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5774] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5774/stat : 5774 (java) S 5759 5761 4980 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601718237 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5775] ppid=5759 vsize=15690132 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5775/stat : 5775 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469889457 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5776] ppid=5759 vsize=15690132 CPUtime=0.84 cores=1,3,5,7
/proc/5761/task/5776/stat : 5776 (java) S 5759 5761 4980 0 -1 4202560 4508 0 0 0 84 0 0 0 15 0 22 0 601718239 16066695168 308171 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0

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

[pid=5761/tid=5774] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5774/stat : 5774 (java) S 5759 5761 4980 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601718237 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5775] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5775/stat : 5775 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469889457 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5776] ppid=5759 vsize=15686260 CPUtime=1.07 cores=1,3,5,7
/proc/5761/task/5776/stat : 5776 (java) S 5759 5761 4980 0 -1 4202560 4535 0 0 0 107 0 0 0 15 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5777] ppid=5759 vsize=15686260 CPUtime=0.84 cores=1,3,5,7
/proc/5761/task/5777/stat : 5777 (java) S 5759 5761 4980 0 -1 4202560 5572 0 0 0 82 2 0 0 16 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5778] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5778/stat : 5778 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5779] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5779/stat : 5779 (java) S 5759 5761 4980 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5824] ppid=5759 vsize=15686260 CPUtime=303.05 cores=1,3,5,7
/proc/5761/task/5824/stat : 5824 (java) S 5759 5761 4980 0 -1 4202560 50382 0 0 0 30290 15 0 0 16 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5825] ppid=5759 vsize=15686260 CPUtime=303.8 cores=1,3,5,7
/proc/5761/task/5825/stat : 5825 (java) S 5759 5761 4980 0 -1 4202560 57812 0 0 0 30364 16 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5826] ppid=5759 vsize=15686260 CPUtime=302.17 cores=1,3,5,7
/proc/5761/task/5826/stat : 5826 (java) S 5759 5761 4980 0 -1 4202560 51552 0 0 0 30206 11 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5827] ppid=5759 vsize=15686260 CPUtime=303.25 cores=1,3,5,7
/proc/5761/task/5827/stat : 5827 (java) S 5759 5761 4980 0 -1 4202560 59319 0 0 0 30309 16 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2110.31
Current children cumulated vsize (KiB) 15686260

[startup+1242.3 s]
/proc/loadavg: 3.46 4.80 6.02 2/193 5884
/proc/meminfo: memFree=13886984/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=15686260 CPUtime=2171.01 cores=1,3,5,7
/proc/5761/stat : 5761 (java) S 5759 5761 4980 0 -1 4202496 3877934 0 1 0 216116 985 0 0 25 0 22 0 601718234 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 3921565 3836063 2294 9 0 3912284 0
[pid=5761/tid=5763] ppid=5759 vsize=15686260 CPUtime=2.04 cores=1,3,5,7
/proc/5761/task/5763/stat : 5763 (java) S 5759 5761 4980 0 -1 4202560 35686 0 1 0 199 5 0 0 22 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5764] ppid=5759 vsize=15686260 CPUtime=3.39 cores=1,3,5,7
/proc/5761/task/5764/stat : 5764 (java) S 5759 5761 4980 0 -1 4202560 440829 0 0 0 235 104 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5765] ppid=5759 vsize=15686260 CPUtime=2.66 cores=1,3,5,7
/proc/5761/task/5765/stat : 5765 (java) S 5759 5761 4980 0 -1 4202560 324718 0 0 0 184 82 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5766] ppid=5759 vsize=15686260 CPUtime=3.32 cores=1,3,5,7
/proc/5761/task/5766/stat : 5766 (java) S 5759 5761 4980 0 -1 4202560 332201 0 0 0 246 86 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5767] ppid=5759 vsize=15686260 CPUtime=3.32 cores=1,3,5,7
/proc/5761/task/5767/stat : 5767 (java) S 5759 5761 4980 0 -1 4202560 417213 0 0 0 240 92 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 17
[pid=5761/tid=5768] ppid=5759 vsize=15686260 CPUtime=3.31 cores=1,3,5,7
/proc/5761/task/5768/stat : 5768 (java) S 5759 5761 4980 0 -1 4202560 327078 0 0 0 245 86 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5769] ppid=5759 vsize=15686260 CPUtime=3.66 cores=1,3,5,7
/proc/5761/task/5769/stat : 5769 (java) S 5759 5761 4980 0 -1 4202560 421450 0 0 0 263 103 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5770] ppid=5759 vsize=15686260 CPUtime=2.8 cores=1,3,5,7
/proc/5761/task/5770/stat : 5770 (java) S 5759 5761 4980 0 -1 4202560 388061 0 0 0 178 102 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 25
[pid=5761/tid=5771] ppid=5759 vsize=15686260 CPUtime=2.85 cores=1,3,5,7
/proc/5761/task/5771/stat : 5771 (java) S 5759 5761 4980 0 -1 4202560 366815 0 0 0 203 82 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5772] ppid=5759 vsize=15686260 CPUtime=928.32 cores=1,3,5,7
/proc/5761/task/5772/stat : 5772 (java) R 5759 5761 4980 0 -1 4202560 592719 0 0 0 92661 171 0 0 18 0 22 0 601718236 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 47579144732744 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5761/tid=5773] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5773/stat : 5773 (java) S 5759 5761 4980 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 601718237 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5774] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5774/stat : 5774 (java) S 5759 5761 4980 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601718237 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5775] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5775/stat : 5775 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469889457 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5776] ppid=5759 vsize=15686260 CPUtime=1.07 cores=1,3,5,7
/proc/5761/task/5776/stat : 5776 (java) S 5759 5761 4980 0 -1 4202560 4535 0 0 0 107 0 0 0 15 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5777] ppid=5759 vsize=15686260 CPUtime=0.84 cores=1,3,5,7
/proc/5761/task/5777/stat : 5777 (java) S 5759 5761 4980 0 -1 4202560 5572 0 0 0 82 2 0 0 16 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5778] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5778/stat : 5778 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5779] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5779/stat : 5779 (java) S 5759 5761 4980 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5824] ppid=5759 vsize=15686260 CPUtime=303.33 cores=1,3,5,7
/proc/5761/task/5824/stat : 5824 (java) S 5759 5761 4980 0 -1 4202560 50406 0 0 0 30317 16 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5825] ppid=5759 vsize=15686260 CPUtime=304.03 cores=1,3,5,7
/proc/5761/task/5825/stat : 5825 (java) S 5759 5761 4980 0 -1 4202560 58149 0 0 0 30386 17 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5826] ppid=5759 vsize=15686260 CPUtime=302.41 cores=1,3,5,7
/proc/5761/task/5826/stat : 5826 (java) S 5759 5761 4980 0 -1 4202560 51663 0 0 0 30230 11 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5827] ppid=5759 vsize=15686260 CPUtime=303.48 cores=1,3,5,7
/proc/5761/task/5827/stat : 5827 (java) S 5759 5761 4980 0 -1 4202560 59381 0 0 0 30331 17 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2171.01
Current children cumulated vsize (KiB) 15686260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.95 4.12 5.70 2/193 5885
/proc/meminfo: memFree=13886840/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=15686260 CPUtime=2228.76 cores=1,3,5,7
/proc/5761/stat : 5761 (java) S 5759 5761 4980 0 -1 4202496 3878497 0 1 0 221886 990 0 0 25 0 22 0 601718234 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 3921565 3836063 2294 9 0 3912284 0
[pid=5761/tid=5763] ppid=5759 vsize=15686260 CPUtime=2.04 cores=1,3,5,7
/proc/5761/task/5763/stat : 5763 (java) S 5759 5761 4980 0 -1 4202560 35686 0 1 0 199 5 0 0 22 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5764] ppid=5759 vsize=15686260 CPUtime=3.39 cores=1,3,5,7
/proc/5761/task/5764/stat : 5764 (java) S 5759 5761 4980 0 -1 4202560 440829 0 0 0 235 104 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5765] ppid=5759 vsize=15686260 CPUtime=2.66 cores=1,3,5,7
/proc/5761/task/5765/stat : 5765 (java) S 5759 5761 4980 0 -1 4202560 324718 0 0 0 184 82 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5766] ppid=5759 vsize=15686260 CPUtime=3.32 cores=1,3,5,7
/proc/5761/task/5766/stat : 5766 (java) S 5759 5761 4980 0 -1 4202560 332201 0 0 0 246 86 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5767] ppid=5759 vsize=15686260 CPUtime=3.32 cores=1,3,5,7
/proc/5761/task/5767/stat : 5767 (java) S 5759 5761 4980 0 -1 4202560 417213 0 0 0 240 92 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 17
[pid=5761/tid=5768] ppid=5759 vsize=15686260 CPUtime=3.31 cores=1,3,5,7
/proc/5761/task/5768/stat : 5768 (java) S 5759 5761 4980 0 -1 4202560 327078 0 0 0 245 86 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5769] ppid=5759 vsize=15686260 CPUtime=3.66 cores=1,3,5,7
/proc/5761/task/5769/stat : 5769 (java) S 5759 5761 4980 0 -1 4202560 421450 0 0 0 263 103 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5770] ppid=5759 vsize=15686260 CPUtime=2.8 cores=1,3,5,7
/proc/5761/task/5770/stat : 5770 (java) S 5759 5761 4980 0 -1 4202560 388061 0 0 0 178 102 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 25
[pid=5761/tid=5771] ppid=5759 vsize=15686260 CPUtime=2.85 cores=1,3,5,7
/proc/5761/task/5771/stat : 5771 (java) S 5759 5761 4980 0 -1 4202560 366815 0 0 0 203 82 0 0 16 0 22 0 601718235 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5772] ppid=5759 vsize=15686260 CPUtime=986.02 cores=1,3,5,7
/proc/5761/task/5772/stat : 5772 (java) R 5759 5761 4980 0 -1 4202560 592721 0 0 0 98427 175 0 0 18 0 22 0 601718236 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 47579140794176 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=5761/tid=5773] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5773/stat : 5773 (java) S 5759 5761 4980 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 601718237 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5774] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5774/stat : 5774 (java) S 5759 5761 4980 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601718237 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5775] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5775/stat : 5775 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469889457 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5776] ppid=5759 vsize=15686260 CPUtime=1.07 cores=1,3,5,7
/proc/5761/task/5776/stat : 5776 (java) S 5759 5761 4980 0 -1 4202560 4535 0 0 0 107 0 0 0 15 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5777] ppid=5759 vsize=15686260 CPUtime=0.84 cores=1,3,5,7
/proc/5761/task/5777/stat : 5777 (java) S 5759 5761 4980 0 -1 4202560 5572 0 0 0 82 2 0 0 16 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5778] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5778/stat : 5778 (java) S 5759 5761 4980 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5779] ppid=5759 vsize=15686260 CPUtime=0 cores=1,3,5,7
/proc/5761/task/5779/stat : 5779 (java) S 5759 5761 4980 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 601718239 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469882368 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
[pid=5761/tid=5824] ppid=5759 vsize=15686260 CPUtime=303.33 cores=1,3,5,7
/proc/5761/task/5824/stat : 5824 (java) S 5759 5761 4980 0 -1 4202560 50406 0 0 0 30317 16 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5825] ppid=5759 vsize=15686260 CPUtime=304.03 cores=1,3,5,7
/proc/5761/task/5825/stat : 5825 (java) S 5759 5761 4980 0 -1 4202560 58149 0 0 0 30386 17 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 1 0 0 0
[pid=5761/tid=5826] ppid=5759 vsize=15686260 CPUtime=302.44 cores=1,3,5,7
/proc/5761/task/5826/stat : 5826 (java) S 5759 5761 4980 0 -1 4202560 52222 0 0 0 30232 12 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 5 0 0 0
[pid=5761/tid=5827] ppid=5759 vsize=15686260 CPUtime=303.52 cores=1,3,5,7
/proc/5761/task/5827/stat : 5827 (java) S 5759 5761 4980 0 -1 4202560 59381 0 0 0 30333 19 0 0 15 0 22 0 601718319 16062730240 3836063 33554432000 1073741824 1073778376 140735642907616 18446744073709551615 252469881753 0 4 0 16800975 18446604471128002688 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2228.76
Current children cumulated vsize (KiB) 15686260

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5761

[startup+1302.3 s]
/proc/loadavg: 1.87 4.07 5.68 2/194 5886
/proc/meminfo: memFree=13886708/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=0 CPUtime=2231.05 cores=1,3,5,7
/proc/5761/stat : 5761 (java) Z 5759 5761 4980 0 -1 4203548 3878527 0 1 0 222086 1019 0 0 18 0 2 0 601718234 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 0 0 0 0 0 0 0
[pid=5761/tid=5827] ppid=5759 vsize=0 CPUtime=303.8 cores=1,3,5,7
/proc/5761/task/5827/stat : 5827 (java) R 5759 5761 4980 0 -1 4203588 59381 0 0 0 30333 47 0 0 16 0 2 0 601718319 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2231.05
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 1.87 4.07 5.68 2/194 5886
/proc/meminfo: memFree=13886708/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=0 CPUtime=2231.15 cores=1,3,5,7
/proc/5761/stat : 5761 (java) Z 5759 5761 4980 0 -1 4203548 3878527 0 1 0 222086 1029 0 0 18 0 2 0 601718234 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 0 0 0 0 0 0 0
[pid=5761/tid=5827] ppid=5759 vsize=0 CPUtime=303.9 cores=1,3,5,7
/proc/5761/task/5827/stat : 5827 (java) R 5759 5761 4980 0 -1 4203588 59381 0 0 0 30333 57 0 0 16 0 2 0 601718319 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2231.15
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 1.87 4.07 5.68 2/194 5886
/proc/meminfo: memFree=13886708/32951124 swapFree=67111348/67111528
[pid=5761] ppid=5759 vsize=0 CPUtime=2231.35 cores=1,3,5,7
/proc/5761/stat : 5761 (java) Z 5759 5761 4980 0 -1 4203548 3878527 0 1 0 222086 1049 0 0 18 0 2 0 601718234 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5761/statm: 0 0 0 0 0 0 0
[pid=5761/tid=5827] ppid=5759 vsize=0 CPUtime=304.1 cores=1,3,5,7
/proc/5761/task/5827/stat : 5827 (java) R 5759 5761 4980 0 -1 4203588 59381 0 0 0 30333 77 0 0 16 0 2 0 601718319 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2231.35
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.62
CPU time (s): 2231.38
CPU user time (s): 2220.87
CPU system time (s): 10.5154
CPU usage (%): 171.299
Max. virtual memory (cumulated for all children) (KiB): 15691592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2220.87
system time used= 10.5154
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3878527
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= 80814
involuntary context switches= 39380

runsolver used 2.15467 second user time and 5.04323 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-30 00:07:58
IDJOB=3312437
IDBENCH=82622
IDSOLVER=1699
FILE ID=node111/3312437-1304114877
RUNJOBID= node111-1304113672-5626
PBS_JOBID= 13170676
Free space on /tmp= 70892 MiB

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

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

MD5SUM BENCH= 48acd8df0141c3f57a132eb6d7253d5f
RANDOM SEED=925806350

node111.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.849
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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:      24785648 kB
Buffers:       1284748 kB
Cached:        6326040 kB
SwapCached:        124 kB
Active:        3286192 kB
Inactive:      4390760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24785648 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4344 kB
Writeback:           0 kB
AnonPages:       66028 kB
Mapped:          15072 kB
Slab:           425640 kB
PageTables:       4296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   220516 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= 70892 MiB
End job on node111 at 2011-04-30 00:29:40