Trace number 3312423

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) 2248.84 1302.72

General information on the benchmark

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

Solver Data

0.10/0.12	55:51 INFO : Reading from input HOME/instance-3312423-1304114151.cnf
1.14/0.92	Executor set job limit to 1000000
1.14/0.92	Executor set job limit to 1000000
1.14/0.92	Executor set job limit to 1000000
1.14/0.92	Executor set job limit to 1000000
1.14/0.92	Starting Executor!
1.14/0.92	Starting Executor!
1.14/0.92	Starting Executor!
1.14/0.92	Starting Executor!
4.70/2.71	55:54 INFO : 39848 variables remaining out of 40000
4.70/2.71	55:54 INFO : 668168 literals remaining out of 672000
1285.67/353.59	01:42 ERROR: Failed to solve instance
1285.67/353.59	java.lang.OutOfMemoryError: Java heap space
1285.67/353.59		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1285.67/353.59		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1285.67/353.59		at ibis.structure.Subsumming.run(Subsumming.java:61)
1285.67/353.59		at ibis.structure.Solver.simplify(Solver.java:205)
1285.67/353.59		at ibis.structure.Solver.solve(Solver.java:113)
1285.67/353.59		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1285.67/353.59		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1285.67/353.59		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1285.67/353.59		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1285.67/353.59		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1285.67/353.59		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1285.67/353.59		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1285.67/353.59		at ibis.constellation.Executor.processActivities(Executor.java:75)
1285.67/353.59		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1285.67/353.59		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1285.67/353.59		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1294.35/361.77	01:53 ERROR: Failed to solve instance
1294.35/361.77	java.lang.OutOfMemoryError: Java heap space
1294.35/361.77		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1294.35/361.77		at gnu.trove.THash.postInsertHook(THash.java:370)
1294.35/361.77		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1294.35/361.77		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1294.35/361.77		at ibis.structure.Subsumming.run(Subsumming.java:58)
1294.35/361.77		at ibis.structure.Solver.simplify(Solver.java:205)
1294.35/361.77		at ibis.structure.Solver.solve(Solver.java:113)
1294.35/361.77		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1294.35/361.77		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1294.35/361.77		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1294.35/361.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1294.35/361.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1294.35/361.77		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1294.35/361.77		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1294.35/361.77		at ibis.constellation.Executor.processActivities(Executor.java:75)
1294.35/361.77		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1294.35/361.77		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1294.35/361.77		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1303.35/370.61	02:02 ERROR: Failed to solve instance
1303.35/370.61	java.lang.OutOfMemoryError: Java heap space
1303.35/370.61		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1303.35/370.61		at gnu.trove.THash.postInsertHook(THash.java:370)
1303.35/370.61		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1303.35/370.61		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1303.35/370.61		at ibis.structure.Subsumming.run(Subsumming.java:58)
1303.35/370.61		at ibis.structure.Solver.simplify(Solver.java:205)
1303.35/370.61		at ibis.structure.Solver.solve(Solver.java:113)
1303.35/370.61		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1303.35/370.61		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1303.35/370.61		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1303.35/370.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1303.35/370.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1303.35/370.61		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1303.35/370.61		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1303.35/370.61		at ibis.constellation.Executor.processActivities(Executor.java:75)
1303.35/370.61		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1303.35/370.61		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1303.35/370.61		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1308.86/375.68	02:07 ERROR: Failed to solve instance
1308.86/375.68	java.lang.OutOfMemoryError: Java heap space
1308.86/375.68		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1308.86/375.68		at gnu.trove.THash.postInsertHook(THash.java:370)
1308.86/375.68		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1308.86/375.68		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1308.86/375.68		at ibis.structure.Subsumming.run(Subsumming.java:58)
1308.86/375.68		at ibis.structure.Solver.simplify(Solver.java:205)
1308.86/375.68		at ibis.structure.Solver.solve(Solver.java:113)
1308.86/375.68		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1308.86/375.68		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1308.86/375.68		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1308.86/375.68		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1308.86/375.68		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1308.86/375.68		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1308.86/375.68		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1308.86/375.68		at ibis.constellation.Executor.processActivities(Executor.java:75)
1308.86/375.68		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1308.86/375.68		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1308.86/375.68		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1313.29/379.94	02:11 ERROR: Failed to solve instance
1313.29/379.94	java.lang.OutOfMemoryError: Java heap space
1316.37/382.46	02:14 ERROR: Failed to solve instance
1316.37/382.46	java.lang.OutOfMemoryError: Java heap space
1497.37/562.59	05:14 ERROR: Failed to solve instance
1497.37/562.59	java.lang.OutOfMemoryError: Java heap space
1567.54/632.15	06:23 ERROR: Failed to solve instance
1567.54/632.15	java.lang.OutOfMemoryError: Java heap space
1570.10/634.56	06:26 ERROR: Failed to solve instance
1570.10/634.56	java.lang.OutOfMemoryError: Java heap space
1574.53/638.74	06:30 ERROR: Failed to solve instance
1574.53/638.74	java.lang.OutOfMemoryError: Java heap space
1577.39/641.47	06:33 ERROR: Failed to solve instance
1577.39/641.47	java.lang.OutOfMemoryError: Java heap space
1580.39/644.29	06:35 ERROR: Failed to solve instance
1580.39/644.29	java.lang.OutOfMemoryError: Java heap space
1642.23/704.35	07:35 ERROR: Failed to solve instance
1642.23/704.35	java.lang.OutOfMemoryError: Java heap space
1683.14/744.79	08:16 ERROR: Failed to solve instance
1683.14/744.79	java.lang.OutOfMemoryError: Java heap space
1683.64/745.25	08:16 ERROR: Failed to solve instance
1683.64/745.25	java.lang.OutOfMemoryError: Java heap space
1703.97/765.57	08:36 ERROR: Failed to solve instance
1703.97/765.57	java.lang.OutOfMemoryError: Java heap space
1704.27/765.86	08:36 ERROR: Failed to solve instance
1704.27/765.86	java.lang.OutOfMemoryError: Java heap space
1712.31/773.35	08:44 ERROR: Failed to solve instance
1712.31/773.35	java.lang.OutOfMemoryError: Java heap space
1714.11/775.07	08:46 ERROR: Failed to solve instance
1714.11/775.07	java.lang.OutOfMemoryError: Java heap space
1807.92/868.07	10:17 ERROR: Failed to solve instance
1807.92/868.07	java.lang.OutOfMemoryError: Java heap space
1814.55/874.08	10:25 ERROR: Failed to solve instance
1814.55/874.08	java.lang.OutOfMemoryError: Java heap space
1820.60/879.47	10:30 ERROR: Failed to solve instance
1820.60/879.47	java.lang.OutOfMemoryError: Java heap space
1827.22/885.48	10:37 ERROR: Failed to solve instance
1827.22/885.48	java.lang.OutOfMemoryError: Java heap space
1831.94/889.58	10:41 ERROR: Failed to solve instance
1831.94/889.58	java.lang.OutOfMemoryError: Java heap space
1832.25/889.81	10:41 ERROR: Failed to solve instance
1832.25/889.81	java.lang.OutOfMemoryError: Java heap space
1834.16/891.74	10:43 ERROR: Failed to solve instance
1834.16/891.74	java.lang.OutOfMemoryError: Java heap space
1839.78/896.71	10:48 ERROR: Failed to solve instance
1839.78/896.71	java.lang.OutOfMemoryError: Java heap space
1925.39/981.63	12:13 ERROR: Failed to solve instance
1925.39/981.63	java.lang.OutOfMemoryError: Java heap space
1944.71/1000.35	12:31 ERROR: Failed to solve instance
1944.71/1000.35	java.lang.OutOfMemoryError: Java heap space
1948.99/1004.05	12:35 ERROR: Failed to solve instance
1948.99/1004.05	java.lang.OutOfMemoryError: Java heap space
2225.30/1279.40	17:10 ERROR: Failed to solve instance
2225.30/1279.40	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-3312423-1304114151/watcher-3312423-1304114151 -o /tmp/evaluation-result-3312423-1304114151/solver-3312423-1304114151 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312423-1304114151.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.96 5.23 5.64 2/197 27175
/proc/meminfo: memFree=11968436/32951124 swapFree=67111524/67111528
[pid=27175] ppid=27173 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/27175/stat : 27175 (java) R 27173 27175 26898 0 -1 4202496 1192 0 0 0 0 0 0 0 25 0 1 0 523013078 23580672 677 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228117751272 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27175/statm: 5757 677 504 9 0 124 0

[startup+0.081208 s]
/proc/loadavg: 4.96 5.23 5.64 2/197 27175
/proc/meminfo: memFree=11968436/32951124 swapFree=67111524/67111528
[pid=27175] ppid=27173 vsize=15676220 CPUtime=0.07 cores=0,2,4,6
/proc/27175/stat : 27175 (java) S 27173 27175 26898 0 -1 4202496 5097 0 1 0 7 0 0 0 25 0 18 0 523013078 16052449280 4534 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27175/statm: 3919055 4539 2043 9 0 3909774 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15676220

[startup+0.103009 s]
/proc/loadavg: 4.96 5.23 5.64 2/197 27175
/proc/meminfo: memFree=11968436/32951124 swapFree=67111524/67111528
[pid=27175] ppid=27173 vsize=15676516 CPUtime=0.1 cores=0,2,4,6
/proc/27175/stat : 27175 (java) S 27173 27175 26898 0 -1 4202496 5555 0 1 0 9 1 0 0 25 0 18 0 523013078 16052752384 4992 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27175/statm: 3919129 4992 2117 9 0 3909848 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676516

[startup+0.301028 s]
/proc/loadavg: 4.96 5.23 5.64 2/197 27175
/proc/meminfo: memFree=11968436/32951124 swapFree=67111524/67111528
[pid=27175] ppid=27173 vsize=15681316 CPUtime=0.52 cores=0,2,4,6
/proc/27175/stat : 27175 (java) S 27173 27175 26898 0 -1 4202496 15058 0 1 0 50 2 0 0 25 0 18 0 523013078 16057667584 13336 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27175/statm: 3920329 13342 2207 9 0 3911048 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681316

[startup+0.700961 s]
/proc/loadavg: 4.96 5.23 5.64 2/197 27175
/proc/meminfo: memFree=11968436/32951124 swapFree=67111524/67111528
[pid=27175] ppid=27173 vsize=15681316 CPUtime=0.93 cores=0,2,4,6
/proc/27175/stat : 27175 (java) S 27173 27175 26898 0 -1 4202496 41812 0 1 0 87 6 0 0 25 0 18 0 523013078 16057667584 40087 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27175/statm: 3920329 40087 2223 9 0 3911048 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681316

[startup+1.50079 s]
/proc/loadavg: 4.96 5.23 5.64 5/220 27198
/proc/meminfo: memFree=11799612/32951124 swapFree=67111524/67111528
[pid=27175] ppid=27173 vsize=15688420 CPUtime=2.26 cores=0,2,4,6
/proc/27175/stat : 27175 (java) S 27173 27175 26898 0 -1 4202496 57026 0 1 0 217 9 0 0 25 0 22 0 523013078 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27175/statm: 3922105 52778 2261 9 0 3912824 0
[pid=27175/tid=27177] ppid=27173 vsize=15688420 CPUtime=1.46 cores=0,2,4,6
/proc/27175/task/27177/stat : 27177 (java) R 27173 27175 26898 0 -1 4202560 35647 0 1 0 141 5 0 0 22 0 22 0 523013078 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 47612670350165 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27175/tid=27178] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27178/stat : 27178 (java) S 27173 27175 26898 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 523013079 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27179] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27179/stat : 27179 (java) S 27173 27175 26898 0 -1 4202560 1366 0 0 0 0 0 0 0 16 0 22 0 523013079 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27180] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27180/stat : 27180 (java) S 27173 27175 26898 0 -1 4202560 1143 0 0 0 0 0 0 0 16 0 22 0 523013079 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27181] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27181/stat : 27181 (java) S 27173 27175 26898 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523013079 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27182] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27182/stat : 27182 (java) S 27173 27175 26898 0 -1 4202560 642 0 0 0 0 0 0 0 16 0 22 0 523013079 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 0 0 0 0
[pid=27175/tid=27183] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27183/stat : 27183 (java) S 27173 27175 26898 0 -1 4202560 1462 0 0 0 0 0 0 0 16 0 22 0 523013079 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27184] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27184/stat : 27184 (java) S 27173 27175 26898 0 -1 4202560 404 0 0 0 0 0 0 0 16 0 22 0 523013079 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27185] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27185/stat : 27185 (java) S 27173 27175 26898 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 523013079 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27186] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27186/stat : 27186 (java) S 27173 27175 26898 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 523013080 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 0 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27187] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27187/stat : 27187 (java) S 27173 27175 26898 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523013080 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27188] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27188/stat : 27188 (java) S 27173 27175 26898 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 523013080 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27189] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27189/stat : 27189 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134537649 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27190] ppid=27173 vsize=15688420 CPUtime=0.18 cores=0,2,4,6
/proc/27175/task/27190/stat : 27190 (java) S 27173 27175 26898 0 -1 4202560 1102 0 0 0 18 0 0 0 18 0 22 0 523013082 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 0 0 0 0
[pid=27175/tid=27191] ppid=27173 vsize=15688420 CPUtime=0.54 cores=0,2,4,6
/proc/27175/task/27191/stat : 27191 (java) R 27173 27175 26898 0 -1 4202560 13651 0 0 0 52 2 0 0 16 0 22 0 523013082 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 47612671182290 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27175/tid=27192] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27192/stat : 27192 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27193] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27193/stat : 27193 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523013083 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27195] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27195/stat : 27195 (java) S 27173 27175 26898 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523013170 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27196] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27196/stat : 27196 (java) S 27173 27175 26898 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 523013170 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27197] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27197/stat : 27197 (java) S 27173 27175 26898 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 523013170 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27198] ppid=27173 vsize=15688420 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27198/stat : 27198 (java) S 27173 27175 26898 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 523013170 16064942080 52778 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 15688420

[startup+3.10652 s]
/proc/loadavg: 4.96 5.23 5.64 4/200 27200
/proc/meminfo: memFree=23690052/32951124 swapFree=67111524/67111528
[pid=27175] ppid=27173 vsize=15688460 CPUtime=5.61 cores=0,2,4,6
/proc/27175/stat : 27175 (java) S 27173 27175 26898 0 -1 4202496 75558 0 1 0 549 12 0 0 25 0 22 0 523013078 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27175/statm: 3922115 65245 2275 9 0 3912834 0
[pid=27175/tid=27177] ppid=27173 vsize=15688460 CPUtime=2.68 cores=0,2,4,6
/proc/27175/task/27177/stat : 27177 (java) S 27173 27175 26898 0 -1 4202560 35701 0 1 0 263 5 0 0 25 0 22 0 523013078 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27178] ppid=27173 vsize=15688460 CPUtime=0.01 cores=0,2,4,6
/proc/27175/task/27178/stat : 27178 (java) S 27173 27175 26898 0 -1 4202560 3262 0 0 0 1 0 0 0 15 0 22 0 523013079 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27179] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27179/stat : 27179 (java) S 27173 27175 26898 0 -1 4202560 1366 0 0 0 0 0 0 0 15 0 22 0 523013079 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27180] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27180/stat : 27180 (java) S 27173 27175 26898 0 -1 4202560 1143 0 0 0 0 0 0 0 16 0 22 0 523013079 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27181] ppid=27173 vsize=15688460 CPUtime=0.01 cores=0,2,4,6
/proc/27175/task/27181/stat : 27181 (java) S 27173 27175 26898 0 -1 4202560 2748 0 0 0 1 0 0 0 16 0 22 0 523013079 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27182] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27182/stat : 27182 (java) S 27173 27175 26898 0 -1 4202560 642 0 0 0 0 0 0 0 15 0 22 0 523013079 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27183] ppid=27173 vsize=15688460 CPUtime=0.02 cores=0,2,4,6
/proc/27175/task/27183/stat : 27183 (java) S 27173 27175 26898 0 -1 4202560 4672 0 0 0 2 0 0 0 16 0 22 0 523013079 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27184] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27184/stat : 27184 (java) S 27173 27175 26898 0 -1 4202560 404 0 0 0 0 0 0 0 15 0 22 0 523013079 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27185] ppid=27173 vsize=15688460 CPUtime=0.01 cores=0,2,4,6
/proc/27175/task/27185/stat : 27185 (java) S 27173 27175 26898 0 -1 4202560 2007 0 0 0 1 0 0 0 16 0 22 0 523013079 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27186] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27186/stat : 27186 (java) S 27173 27175 26898 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 22 0 523013080 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 0 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27187] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27187/stat : 27187 (java) S 27173 27175 26898 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523013080 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27188] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27188/stat : 27188 (java) S 27173 27175 26898 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 523013080 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27189] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27189/stat : 27189 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134537649 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27190] ppid=27173 vsize=15688460 CPUtime=0.81 cores=0,2,4,6
/proc/27175/task/27190/stat : 27190 (java) R 27173 27175 26898 0 -1 4202560 3540 0 0 0 81 0 0 0 15 0 22 0 523013082 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 47612674042498 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27175/tid=27191] ppid=27173 vsize=15688460 CPUtime=1.39 cores=0,2,4,6
/proc/27175/task/27191/stat : 27191 (java) S 27173 27175 26898 0 -1 4202560 18542 0 0 0 136 3 0 0 15 0 22 0 523013082 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27192] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27192/stat : 27192 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27193] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27193/stat : 27193 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523013083 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27195] ppid=27173 vsize=15688460 CPUtime=0.09 cores=0,2,4,6
/proc/27175/task/27195/stat : 27195 (java) S 27173 27175 26898 0 -1 4202560 27 0 0 0 9 0 0 0 15 0 22 0 523013170 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27196] ppid=27173 vsize=15688460 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27196/stat : 27196 (java) S 27173 27175 26898 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523013170 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27197] ppid=27173 vsize=15688460 CPUtime=0.23 cores=0,2,4,6
/proc/27175/task/27197/stat : 27197 (java) R 27173 27175 26898 0 -1 4202560 10 0 0 0 23 0 0 0 15 0 22 0 523013170 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 46912505121435 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27175/tid=27198] ppid=27173 vsize=15688460 CPUtime=0.23 cores=0,2,4,6
/proc/27175/task/27198/stat : 27198 (java) R 27173 27175 26898 0 -1 4202560 8 0 0 0 23 0 0 0 16 0 22 0 523013170 16064983040 65245 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 46912505966312 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 15688460

[startup+6.30086 s]
/proc/loadavg: 4.96 5.23 5.64 8/220 27248
/proc/meminfo: memFree=26349912/32951124 swapFree=67111524/67111528
[pid=27175] ppid=27173 vsize=15689088 CPUtime=17.29 cores=0,2,4,6
/proc/27175/stat : 27175 (java) S 27173 27175 26898 0 -1 4202496 281264 0 1 0 1683 46 0 0 25 0 22 0 523013078 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27175/statm: 3922272 268315 2275 9 0 3912991 0
[pid=27175/tid=27177] ppid=27173 vsize=15689088 CPUtime=2.68 cores=0,2,4,6
/proc/27175/task/27177/stat : 27177 (java) S 27173 27175 26898 0 -1 4202560 35701 0 1 0 263 5 0 0 25 0 22 0 523013078 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27178] ppid=27173 vsize=15689088 CPUtime=0.23 cores=0,2,4,6
/proc/27175/task/27178/stat : 27178 (java) S 27173 27175 26898 0 -1 4202560 28311 0 0 0 19 4 0 0 15 0 22 0 523013079 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27179] ppid=27173 vsize=15689088 CPUtime=0.17 cores=0,2,4,6
/proc/27175/task/27179/stat : 27179 (java) S 27173 27175 26898 0 -1 4202560 19750 0 0 0 13 4 0 0 16 0 22 0 523013079 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27180] ppid=27173 vsize=15689088 CPUtime=0.18 cores=0,2,4,6
/proc/27175/task/27180/stat : 27180 (java) S 27173 27175 26898 0 -1 4202560 29923 0 0 0 14 4 0 0 16 0 22 0 523013079 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 0 0 0 0
[pid=27175/tid=27181] ppid=27173 vsize=15689088 CPUtime=0.1 cores=0,2,4,6
/proc/27175/task/27181/stat : 27181 (java) S 27173 27175 26898 0 -1 4202560 18338 0 0 0 8 2 0 0 16 0 22 0 523013079 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27182] ppid=27173 vsize=15689088 CPUtime=0.24 cores=0,2,4,6
/proc/27175/task/27182/stat : 27182 (java) S 27173 27175 26898 0 -1 4202560 26506 0 0 0 20 4 0 0 16 0 22 0 523013079 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27183] ppid=27173 vsize=15689088 CPUtime=0.06 cores=0,2,4,6
/proc/27175/task/27183/stat : 27183 (java) S 27173 27175 26898 0 -1 4202560 12739 0 0 0 5 1 0 0 15 0 22 0 523013079 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27184] ppid=27173 vsize=15689088 CPUtime=0.2 cores=0,2,4,6
/proc/27175/task/27184/stat : 27184 (java) S 27173 27175 26898 0 -1 4202560 31589 0 0 0 15 5 0 0 16 0 22 0 523013079 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27185] ppid=27173 vsize=15689088 CPUtime=0.17 cores=0,2,4,6
/proc/27175/task/27185/stat : 27185 (java) S 27173 27175 26898 0 -1 4202560 18999 0 0 0 14 3 0 0 16 0 22 0 523013079 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27186] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27186/stat : 27186 (java) S 27173 27175 26898 0 -1 4202560 434 0 0 0 0 0 0 0 15 0 22 0 523013080 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 0 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27187] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27187/stat : 27187 (java) S 27173 27175 26898 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 523013080 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27188] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27188/stat : 27188 (java) S 27173 27175 26898 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 523013080 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27189] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27189/stat : 27189 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134537649 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27190] ppid=27173 vsize=15689088 CPUtime=0.93 cores=0,2,4,6
/proc/27175/task/27190/stat : 27190 (java) S 27173 27175 26898 0 -1 4202560 3716 0 0 0 93 0 0 0 15 0 22 0 523013082 16065626112 268315 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0

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

/proc/27175/task/27182/stat : 27182 (java) S 27173 27175 26898 0 -1 4202560 324146 0 0 0 223 109 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27183] ppid=27173 vsize=15689088 CPUtime=3.83 cores=0,2,4,6
/proc/27175/task/27183/stat : 27183 (java) S 27173 27175 26898 0 -1 4202560 410167 0 0 0 260 123 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27184] ppid=27173 vsize=15689088 CPUtime=3.87 cores=0,2,4,6
/proc/27175/task/27184/stat : 27184 (java) S 27173 27175 26898 0 -1 4202560 415753 0 0 0 265 122 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27185] ppid=27173 vsize=15689088 CPUtime=3.36 cores=0,2,4,6
/proc/27175/task/27185/stat : 27185 (java) S 27173 27175 26898 0 -1 4202560 402809 0 0 0 242 94 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27186] ppid=27173 vsize=15689088 CPUtime=862.51 cores=0,2,4,6
/proc/27175/task/27186/stat : 27186 (java) R 27173 27175 26898 0 -1 4202560 693206 0 0 0 86048 203 0 0 18 0 22 0 523013080 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 47612671201526 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=27175/tid=27187] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27187/stat : 27187 (java) S 27173 27175 26898 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523013080 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27188] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27188/stat : 27188 (java) S 27173 27175 26898 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523013080 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27189] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27189/stat : 27189 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134537649 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27190] ppid=27173 vsize=15689088 CPUtime=1.02 cores=0,2,4,6
/proc/27175/task/27190/stat : 27190 (java) S 27173 27175 26898 0 -1 4202560 3725 0 0 0 102 0 0 0 15 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27191] ppid=27173 vsize=15689088 CPUtime=1.6 cores=0,2,4,6
/proc/27175/task/27191/stat : 27191 (java) S 27173 27175 26898 0 -1 4202560 18567 0 0 0 157 3 0 0 15 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 0 0 0 0
[pid=27175/tid=27192] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27192/stat : 27192 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27193] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27193/stat : 27193 (java) S 27173 27175 26898 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523013083 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27195] ppid=27173 vsize=15689088 CPUtime=308.53 cores=0,2,4,6
/proc/27175/task/27195/stat : 27195 (java) S 27173 27175 26898 0 -1 4202560 65888 0 0 0 30840 13 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27196] ppid=27173 vsize=15689088 CPUtime=307.6 cores=0,2,4,6
/proc/27175/task/27196/stat : 27196 (java) S 27173 27175 26898 0 -1 4202560 56217 0 0 0 30746 14 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 0 0 0 0
[pid=27175/tid=27197] ppid=27173 vsize=15689088 CPUtime=308.54 cores=0,2,4,6
/proc/27175/task/27197/stat : 27197 (java) S 27173 27175 26898 0 -1 4202560 59415 0 0 0 30845 9 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27198] ppid=27173 vsize=15689088 CPUtime=306.78 cores=0,2,4,6
/proc/27175/task/27198/stat : 27198 (java) S 27173 27175 26898 0 -1 4202560 53772 0 0 0 30671 7 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2127.6
Current children cumulated vsize (KiB) 15689088

[startup+1242.3 s]
/proc/loadavg: 2.02 2.38 3.73 3/220 27293
/proc/meminfo: memFree=131192/32951124 swapFree=67111444/67111528
[pid=27175] ppid=27173 vsize=15689088 CPUtime=2187.64 cores=0,2,4,6
/proc/27175/stat : 27175 (java) S 27173 27175 26898 0 -1 4202496 3935017 0 1 0 217655 1109 0 0 25 0 22 0 523013078 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27175/statm: 3922272 3854922 2294 9 0 3912991 0
[pid=27175/tid=27177] ppid=27173 vsize=15689088 CPUtime=2.68 cores=0,2,4,6
/proc/27175/task/27177/stat : 27177 (java) S 27173 27175 26898 0 -1 4202560 35701 0 1 0 263 5 0 0 25 0 22 0 523013078 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27178] ppid=27173 vsize=15689088 CPUtime=3.16 cores=0,2,4,6
/proc/27175/task/27178/stat : 27178 (java) S 27173 27175 26898 0 -1 4202560 263225 0 0 0 232 84 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27179] ppid=27173 vsize=15689088 CPUtime=3.67 cores=0,2,4,6
/proc/27175/task/27179/stat : 27179 (java) S 27173 27175 26898 0 -1 4202560 347339 0 0 0 280 87 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 9
[pid=27175/tid=27180] ppid=27173 vsize=15689088 CPUtime=3.63 cores=0,2,4,6
/proc/27175/task/27180/stat : 27180 (java) S 27173 27175 26898 0 -1 4202560 398233 0 0 0 262 101 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27181] ppid=27173 vsize=15689088 CPUtime=3.33 cores=0,2,4,6
/proc/27175/task/27181/stat : 27181 (java) S 27173 27175 26898 0 -1 4202560 384863 0 0 0 214 119 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27182] ppid=27173 vsize=15689088 CPUtime=3.32 cores=0,2,4,6
/proc/27175/task/27182/stat : 27182 (java) S 27173 27175 26898 0 -1 4202560 324146 0 0 0 223 109 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27183] ppid=27173 vsize=15689088 CPUtime=3.83 cores=0,2,4,6
/proc/27175/task/27183/stat : 27183 (java) S 27173 27175 26898 0 -1 4202560 410167 0 0 0 260 123 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27184] ppid=27173 vsize=15689088 CPUtime=3.87 cores=0,2,4,6
/proc/27175/task/27184/stat : 27184 (java) S 27173 27175 26898 0 -1 4202560 415753 0 0 0 265 122 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27185] ppid=27173 vsize=15689088 CPUtime=3.36 cores=0,2,4,6
/proc/27175/task/27185/stat : 27185 (java) S 27173 27175 26898 0 -1 4202560 402809 0 0 0 242 94 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27186] ppid=27173 vsize=15689088 CPUtime=922.5 cores=0,2,4,6
/proc/27175/task/27186/stat : 27186 (java) R 27173 27175 26898 0 -1 4202560 693210 0 0 0 92040 210 0 0 18 0 22 0 523013080 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 47612670336722 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=27175/tid=27187] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27187/stat : 27187 (java) S 27173 27175 26898 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523013080 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27188] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27188/stat : 27188 (java) S 27173 27175 26898 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523013080 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27189] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27189/stat : 27189 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134537649 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27190] ppid=27173 vsize=15689088 CPUtime=1.02 cores=0,2,4,6
/proc/27175/task/27190/stat : 27190 (java) S 27173 27175 26898 0 -1 4202560 3725 0 0 0 102 0 0 0 15 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27191] ppid=27173 vsize=15689088 CPUtime=1.6 cores=0,2,4,6
/proc/27175/task/27191/stat : 27191 (java) S 27173 27175 26898 0 -1 4202560 18567 0 0 0 157 3 0 0 15 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 0 0 0 0
[pid=27175/tid=27192] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27192/stat : 27192 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27193] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27193/stat : 27193 (java) S 27173 27175 26898 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 523013083 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27195] ppid=27173 vsize=15689088 CPUtime=308.53 cores=0,2,4,6
/proc/27175/task/27195/stat : 27195 (java) S 27173 27175 26898 0 -1 4202560 66417 0 0 0 30840 13 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27196] ppid=27173 vsize=15689088 CPUtime=307.62 cores=0,2,4,6
/proc/27175/task/27196/stat : 27196 (java) S 27173 27175 26898 0 -1 4202560 56217 0 0 0 30748 14 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 0 0 0 0
[pid=27175/tid=27197] ppid=27173 vsize=15689088 CPUtime=308.57 cores=0,2,4,6
/proc/27175/task/27197/stat : 27197 (java) S 27173 27175 26898 0 -1 4202560 59415 0 0 0 30848 9 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27198] ppid=27173 vsize=15689088 CPUtime=306.78 cores=0,2,4,6
/proc/27175/task/27198/stat : 27198 (java) S 27173 27175 26898 0 -1 4202560 53772 0 0 0 30671 7 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2187.64
Current children cumulated vsize (KiB) 15689088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 2.01 2.31 3.62 3/220 27294
/proc/meminfo: memFree=131136/32951124 swapFree=67111444/67111528
[pid=27175] ppid=27173 vsize=15689088 CPUtime=2246.12 cores=0,2,4,6
/proc/27175/stat : 27175 (java) S 27173 27175 26898 0 -1 4202496 3935500 0 1 0 223495 1117 0 0 25 0 22 0 523013078 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27175/statm: 3922272 3854922 2294 9 0 3912991 0
[pid=27175/tid=27177] ppid=27173 vsize=15689088 CPUtime=2.68 cores=0,2,4,6
/proc/27175/task/27177/stat : 27177 (java) S 27173 27175 26898 0 -1 4202560 35701 0 1 0 263 5 0 0 25 0 22 0 523013078 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27178] ppid=27173 vsize=15689088 CPUtime=3.16 cores=0,2,4,6
/proc/27175/task/27178/stat : 27178 (java) S 27173 27175 26898 0 -1 4202560 263225 0 0 0 232 84 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27179] ppid=27173 vsize=15689088 CPUtime=3.67 cores=0,2,4,6
/proc/27175/task/27179/stat : 27179 (java) S 27173 27175 26898 0 -1 4202560 347339 0 0 0 280 87 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 9
[pid=27175/tid=27180] ppid=27173 vsize=15689088 CPUtime=3.63 cores=0,2,4,6
/proc/27175/task/27180/stat : 27180 (java) S 27173 27175 26898 0 -1 4202560 398233 0 0 0 262 101 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27181] ppid=27173 vsize=15689088 CPUtime=3.33 cores=0,2,4,6
/proc/27175/task/27181/stat : 27181 (java) S 27173 27175 26898 0 -1 4202560 384863 0 0 0 214 119 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27182] ppid=27173 vsize=15689088 CPUtime=3.32 cores=0,2,4,6
/proc/27175/task/27182/stat : 27182 (java) S 27173 27175 26898 0 -1 4202560 324146 0 0 0 223 109 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27183] ppid=27173 vsize=15689088 CPUtime=3.83 cores=0,2,4,6
/proc/27175/task/27183/stat : 27183 (java) S 27173 27175 26898 0 -1 4202560 410167 0 0 0 260 123 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27184] ppid=27173 vsize=15689088 CPUtime=3.87 cores=0,2,4,6
/proc/27175/task/27184/stat : 27184 (java) S 27173 27175 26898 0 -1 4202560 415753 0 0 0 265 122 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27185] ppid=27173 vsize=15689088 CPUtime=3.36 cores=0,2,4,6
/proc/27175/task/27185/stat : 27185 (java) S 27173 27175 26898 0 -1 4202560 402809 0 0 0 242 94 0 0 16 0 22 0 523013079 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27186] ppid=27173 vsize=15689088 CPUtime=979.95 cores=0,2,4,6
/proc/27175/task/27186/stat : 27186 (java) R 27173 27175 26898 0 -1 4202560 693214 0 0 0 97778 217 0 0 18 0 22 0 523013080 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 47612673918979 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=27175/tid=27187] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27187/stat : 27187 (java) S 27173 27175 26898 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523013080 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27188] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27188/stat : 27188 (java) S 27173 27175 26898 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 523013080 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27189] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27189/stat : 27189 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134537649 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27190] ppid=27173 vsize=15689088 CPUtime=1.02 cores=0,2,4,6
/proc/27175/task/27190/stat : 27190 (java) S 27173 27175 26898 0 -1 4202560 3725 0 0 0 102 0 0 0 15 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27191] ppid=27173 vsize=15689088 CPUtime=1.6 cores=0,2,4,6
/proc/27175/task/27191/stat : 27191 (java) S 27173 27175 26898 0 -1 4202560 18567 0 0 0 157 3 0 0 15 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 0 0 0 0
[pid=27175/tid=27192] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27192/stat : 27192 (java) S 27173 27175 26898 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523013082 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
[pid=27175/tid=27193] ppid=27173 vsize=15689088 CPUtime=0 cores=0,2,4,6
/proc/27175/task/27193/stat : 27193 (java) S 27173 27175 26898 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 523013083 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134530560 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27195] ppid=27173 vsize=15689088 CPUtime=308.8 cores=0,2,4,6
/proc/27175/task/27195/stat : 27195 (java) S 27173 27175 26898 0 -1 4202560 66711 0 0 0 30866 14 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 2 0 0 0
[pid=27175/tid=27196] ppid=27173 vsize=15689088 CPUtime=307.9 cores=0,2,4,6
/proc/27175/task/27196/stat : 27196 (java) S 27173 27175 26898 0 -1 4202560 56292 0 0 0 30775 15 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 0 0 0 0
[pid=27175/tid=27197] ppid=27173 vsize=15689088 CPUtime=308.83 cores=0,2,4,6
/proc/27175/task/27197/stat : 27197 (java) S 27173 27175 26898 0 -1 4202560 59466 0 0 0 30874 9 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 4 0 0 0
[pid=27175/tid=27198] ppid=27173 vsize=15689088 CPUtime=307.03 cores=0,2,4,6
/proc/27175/task/27198/stat : 27198 (java) S 27173 27175 26898 0 -1 4202560 53827 0 0 0 30695 8 0 0 15 0 22 0 523013170 16065626112 3854922 33554432000 1073741824 1073778376 140735275524368 18446744073709551615 228134529945 0 4 0 16800975 18446604453943297344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2246.12
Current children cumulated vsize (KiB) 15689088

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27175

[startup+1302.3 s]
/proc/loadavg: 2.01 2.31 3.62 3/200 27296
/proc/meminfo: memFree=2015124/32951124 swapFree=67111444/67111528
[pid=27175] ppid=27173 vsize=0 CPUtime=2248.41 cores=0,2,4,6
/proc/27175/stat : 27175 (java) Z 27173 27175 26898 0 -1 4203548 3935522 0 1 0 223696 1145 0 0 18 0 2 0 523013078 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27175/statm: 0 0 0 0 0 0 0
[pid=27175/tid=27192] ppid=27173 vsize=0 CPUtime=0.27 cores=0,2,4,6
/proc/27175/task/27192/stat : 27192 (java) R 27173 27175 26898 0 -1 4203588 1 0 0 0 0 27 0 0 18 0 2 0 523013082 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2248.41
Current children cumulated vsize (KiB) 0

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

[startup+1302.7 s]
/proc/loadavg: 2.01 2.31 3.62 3/200 27296
/proc/meminfo: memFree=2015124/32951124 swapFree=67111444/67111528
[pid=27175] ppid=27173 vsize=0 CPUtime=2248.81 cores=0,2,4,6
/proc/27175/stat : 27175 (java) Z 27173 27175 26898 0 -1 4203548 3935522 0 1 0 223696 1185 0 0 18 0 2 0 523013078 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27175/statm: 0 0 0 0 0 0 0
[pid=27175/tid=27192] ppid=27173 vsize=0 CPUtime=0.67 cores=0,2,4,6
/proc/27175/task/27192/stat : 27192 (java) R 27173 27175 26898 0 -1 4203588 1 0 0 0 0 67 0 0 18 0 2 0 523013082 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2248.81
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.72
CPU time (s): 2248.84
CPU user time (s): 2236.97
CPU system time (s): 11.8742
CPU usage (%): 172.626
Max. virtual memory (cumulated for all children) (KiB): 15692440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2236.97
system time used= 11.8742
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3935522
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= 78469
involuntary context switches= 38249

runsolver used 2.24166 second user time and 4.94425 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-29 23:55:51
IDJOB=3312423
IDBENCH=82608
IDSOLVER=1699
FILE ID=node138/3312423-1304114151
RUNJOBID= node138-1304111642-26916
PBS_JOBID= 13170689
Free space on /tmp= 71808 MiB

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

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

MD5SUM BENCH= 33dd7efc1f63d9d3511c7a69c68ea88b
RANDOM SEED=1911284679

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11968716 kB
Buffers:       1142636 kB
Cached:        3866168 kB
SwapCached:          4 kB
Active:       15578004 kB
Inactive:      4906560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11968716 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5128 kB
Writeback:           0 kB
AnonPages:    15475220 kB
Mapped:          23464 kB
Slab:           404940 kB
PageTables:      34572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15698264 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= 71804 MiB
End job on node138 at 2011-04-30 00:17:34