Trace number 3311230

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 2177.6 1302.54

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S379804333-028-UNKNOWN.cnf
MD5SUM0aa289a52d8d004ea581b39b43a8a19a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark62.4335
Satisfiable
(Un)Satisfiability was proved
Number of variables29999
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.11/0.12	08:29 INFO : Reading from input HOME/instance-3311230-1304114908.cnf
0.92/0.76	Executor set job limit to 1000000
0.92/0.76	Executor set job limit to 1000000
0.92/0.76	Executor set job limit to 1000000
0.92/0.76	Executor set job limit to 1000000
0.92/0.76	Starting Executor!
0.92/0.76	Starting Executor!
0.92/0.76	Starting Executor!
0.92/0.76	Starting Executor!
3.96/2.29	08:31 INFO : 29891 variables remaining out of 29999
3.96/2.29	08:31 INFO : 501268 literals remaining out of 504000
1273.46/412.35	15:18 ERROR: Failed to solve instance
1273.46/412.35	java.lang.OutOfMemoryError: Java heap space
1273.46/412.35		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1273.46/412.35		at gnu.trove.THash.postInsertHook(THash.java:370)
1273.46/412.35		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1273.46/412.35		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1273.46/412.35		at ibis.structure.Subsumming.run(Subsumming.java:58)
1273.46/412.35		at ibis.structure.Solver.simplify(Solver.java:205)
1273.46/412.35		at ibis.structure.Solver.solve(Solver.java:113)
1273.46/412.35		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1273.46/412.35		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1273.46/412.35		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1273.46/412.35		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1273.46/412.35		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1273.46/412.35		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1273.46/412.35		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1273.46/412.35		at ibis.constellation.Executor.processActivities(Executor.java:75)
1273.46/412.35		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1273.46/412.35		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1273.46/412.35		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1280.23/418.87	15:27 ERROR: Failed to solve instance
1280.23/418.87	java.lang.OutOfMemoryError: Java heap space
1280.23/418.87		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1280.23/418.87		at gnu.trove.THash.postInsertHook(THash.java:370)
1280.23/418.87		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1280.23/418.87		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1280.23/418.87		at ibis.structure.Subsumming.run(Subsumming.java:58)
1280.23/418.87		at ibis.structure.Solver.simplify(Solver.java:205)
1280.23/418.87		at ibis.structure.Solver.solve(Solver.java:113)
1280.23/418.87		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1280.23/418.87		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1280.23/418.87		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1280.23/418.87		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1280.23/418.87		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1280.23/418.87		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1280.23/418.87		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1280.23/418.87		at ibis.constellation.Executor.processActivities(Executor.java:75)
1280.23/418.87		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1280.23/418.87		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1280.23/418.87		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1283.80/422.36	15:31 ERROR: Failed to solve instance
1283.80/422.36	java.lang.OutOfMemoryError: Java heap space
1283.80/422.36		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1283.80/422.36		at gnu.trove.THash.postInsertHook(THash.java:370)
1283.80/422.36		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1283.80/422.36		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1283.80/422.36		at ibis.structure.Subsumming.run(Subsumming.java:58)
1283.80/422.36		at ibis.structure.Solver.simplify(Solver.java:205)
1283.80/422.36		at ibis.structure.Solver.solve(Solver.java:113)
1283.80/422.36		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1283.80/422.36		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1283.80/422.36		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1283.80/422.36		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1283.80/422.36		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1283.80/422.36		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1283.80/422.36		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1283.80/422.36		at ibis.constellation.Executor.processActivities(Executor.java:75)
1283.80/422.36		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1283.80/422.36		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1283.80/422.36		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1321.39/459.72	16:08 ERROR: Failed to solve instance
1321.39/459.72	java.lang.OutOfMemoryError: Java heap space
1321.39/459.72		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1321.39/459.72		at ibis.structure.Solver.simplify(Solver.java:191)
1321.39/459.72		at ibis.structure.Solver.solve(Solver.java:113)
1321.39/459.72		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1321.39/459.72		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1321.39/459.72		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1321.39/459.72		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1321.39/459.72		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1321.39/459.72		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1321.39/459.72		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1321.39/459.72		at ibis.constellation.Executor.processActivities(Executor.java:75)
1321.39/459.72		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1321.39/459.72		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1321.39/459.72		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1328.93/467.08	16:15 ERROR: Failed to solve instance
1328.93/467.08	java.lang.OutOfMemoryError: Java heap space
1333.15/471.10	16:20 ERROR: Failed to solve instance
1333.15/471.10	java.lang.OutOfMemoryError: Java heap space
1343.83/480.75	16:29 ERROR: Failed to solve instance
1343.83/480.75	java.lang.OutOfMemoryError: Java heap space
1604.17/740.98	20:49 ERROR: Failed to solve instance
1604.17/740.98	java.lang.OutOfMemoryError: Java heap space
1625.21/761.87	21:10 ERROR: Failed to solve instance
1625.21/761.87	java.lang.OutOfMemoryError: Java heap space
1633.83/770.38	21:19 ERROR: Failed to solve instance
1633.83/770.38	java.lang.OutOfMemoryError: Java heap space
1637.56/773.94	21:22 ERROR: Failed to solve instance
1637.56/773.94	java.lang.OutOfMemoryError: Java heap space
1639.92/776.16	21:25 ERROR: Failed to solve instance
1639.92/776.16	java.lang.OutOfMemoryError: Java heap space
1642.03/777.97	21:26 ERROR: Failed to solve instance
1642.03/777.97	java.lang.OutOfMemoryError: Java heap space
1649.01/783.85	21:32 ERROR: Failed to solve instance
1649.01/783.85	java.lang.OutOfMemoryError: Java heap space
1704.65/839.12	22:28 ERROR: Failed to solve instance
1704.65/839.12	java.lang.OutOfMemoryError: Java heap space
1706.65/841.03	22:29 ERROR: Failed to solve instance
1706.65/841.03	java.lang.OutOfMemoryError: Java heap space
1710.65/844.59	22:33 ERROR: Failed to solve instance
1710.65/844.59	java.lang.OutOfMemoryError: Java heap space
1726.53/859.82	22:48 ERROR: Failed to solve instance
1726.53/859.82	java.lang.OutOfMemoryError: Java heap space
1732.02/864.70	22:53 ERROR: Failed to solve instance
1732.02/864.70	java.lang.OutOfMemoryError: Java heap space
1732.42/865.01	22:53 ERROR: Failed to solve instance
1732.42/865.01	java.lang.OutOfMemoryError: Java heap space
1762.48/895.05	23:17 ERROR: Failed to solve instance
1762.48/895.05	java.lang.OutOfMemoryError: Java heap space
1771.41/903.56	23:32 ERROR: Failed to solve instance
1771.41/903.56	java.lang.OutOfMemoryError: Java heap space
1773.60/905.58	23:34 ERROR: Failed to solve instance
1773.60/905.58	java.lang.OutOfMemoryError: Java heap space
1776.57/908.22	23:37 ERROR: Failed to solve instance
1776.57/908.22	java.lang.OutOfMemoryError: Java heap space
1809.09/939.66	24:08 ERROR: Failed to solve instance
1809.09/939.66	java.lang.OutOfMemoryError: Java heap space
1811.02/941.58	24:10 ERROR: Failed to solve instance
1811.02/941.58	java.lang.OutOfMemoryError: Java heap space
1876.33/1006.51	25:13 ERROR: Failed to solve instance
1876.33/1006.51	java.lang.OutOfMemoryError: Java heap space
1878.58/1008.71	25:17 ERROR: Failed to solve instance
1878.58/1008.71	java.lang.OutOfMemoryError: Java heap space
1900.90/1030.89	25:39 ERROR: Failed to solve instance
1900.90/1030.89	java.lang.OutOfMemoryError: Java heap space
1902.82/1032.63	25:41 ERROR: Failed to solve instance
1902.82/1032.63	java.lang.OutOfMemoryError: Java heap space
1926.82/1056.35	26:05 ERROR: Failed to solve instance
1926.82/1056.35	java.lang.OutOfMemoryError: Java heap space
1934.42/1062.67	26:11 ERROR: Failed to solve instance
1934.42/1062.67	java.lang.OutOfMemoryError: Java heap space
1936.21/1064.33	26:13 ERROR: Failed to solve instance
1936.21/1064.33	java.lang.OutOfMemoryError: Java heap space
2048.61/1176.51	28:05 ERROR: Failed to solve instance
2048.61/1176.51	java.lang.OutOfMemoryError: Java heap space
2050.80/1178.69	28:07 ERROR: Failed to solve instance
2050.80/1178.69	java.lang.OutOfMemoryError: Java heap space
2073.12/1200.76	28:17 ERROR: Failed to solve instance
2073.12/1200.76	java.lang.OutOfMemoryError: Java heap space
2073.12/1200.76	28:29 ERROR: Failed to solve instance
2073.12/1200.76	java.lang.OutOfMemoryError: Java heap space
2152.71/1278.00	29:37 ERROR: Failed to solve instance
2152.71/1278.00	java.lang.OutOfMemoryError: Java heap space
2161.22/1286.22	29:55 ERROR: Failed to solve instance
2161.22/1286.22	java.lang.OutOfMemoryError: Java heap space
2161.42/1286.42	29:55 ERROR: Failed to solve instance
2161.42/1286.42	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-3311230-1304114908/watcher-3311230-1304114908 -o /tmp/evaluation-result-3311230-1304114908/solver-3311230-1304114908 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311230-1304114908.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 8.01 8.09 8.04 6/198 27362
/proc/meminfo: memFree=24239348/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/27362/stat : 27362 (java) R 27360 27362 27023 0 -1 4202496 1193 0 0 0 0 0 0 0 25 0 1 0 523093605 23580672 680 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218365994472 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27362/statm: 5757 681 507 9 0 124 0

[startup+0.050566 s]
/proc/loadavg: 8.01 8.09 8.04 6/198 27362
/proc/meminfo: memFree=24239348/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=15609648 CPUtime=0.04 cores=1,3,5,7
/proc/27362/stat : 27362 (java) S 27360 27362 27023 0 -1 4202496 4048 0 1 0 4 0 0 0 25 0 18 0 523093605 15984279552 3488 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27362/statm: 3902412 3488 1753 9 0 3893131 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609648

[startup+0.1056 s]
/proc/loadavg: 8.01 8.09 8.04 6/198 27362
/proc/meminfo: memFree=24239348/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=15676288 CPUtime=0.11 cores=1,3,5,7
/proc/27362/stat : 27362 (java) S 27360 27362 27023 0 -1 4202496 5642 0 1 0 10 1 0 0 25 0 18 0 523093605 16052518912 5073 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27362/statm: 3919072 5074 2117 9 0 3909791 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676288

[startup+0.300561 s]
/proc/loadavg: 8.01 8.09 8.04 6/198 27362
/proc/meminfo: memFree=24239348/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=15679396 CPUtime=0.51 cores=1,3,5,7
/proc/27362/stat : 27362 (java) S 27360 27362 27023 0 -1 4202496 15722 0 1 0 48 3 0 0 25 0 18 0 523093605 16055701504 14191 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27362/statm: 3919849 14198 2206 9 0 3910568 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679396

[startup+0.7005 s]
/proc/loadavg: 8.01 8.09 8.04 6/198 27362
/proc/meminfo: memFree=24239348/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=15679396 CPUtime=0.92 cores=1,3,5,7
/proc/27362/stat : 27362 (java) S 27360 27362 27023 0 -1 4202496 41780 0 1 0 86 6 0 0 25 0 18 0 523093605 16055701504 40246 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27362/statm: 3919849 40246 2222 9 0 3910568 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15679396

[startup+1.50135 s]
/proc/loadavg: 8.01 8.09 8.04 9/220 27384
/proc/meminfo: memFree=23637464/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=15717432 CPUtime=2.44 cores=1,3,5,7
/proc/27362/stat : 27362 (java) S 27360 27362 27023 0 -1 4202496 57105 0 1 0 237 7 0 0 25 0 22 0 523093605 16094650368 51134 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27362/statm: 3929358 51144 2258 9 0 3920077 0
[pid=27362/tid=27364] ppid=27360 vsize=15717432 CPUtime=1.46 cores=1,3,5,7
/proc/27362/task/27364/stat : 27364 (java) R 27360 27362 27023 0 -1 4202560 35612 0 1 0 142 4 0 0 21 0 22 0 523093606 16094650368 51149 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 47886920528743 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27362/tid=27365] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27365/stat : 27365 (java) S 27360 27362 27023 0 -1 4202560 1007 0 0 0 0 0 0 0 16 0 22 0 523093606 16094650368 51155 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27366] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27366/stat : 27366 (java) S 27360 27362 27023 0 -1 4202560 364 0 0 0 0 0 0 0 18 0 22 0 523093606 16094650368 51161 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27367] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27367/stat : 27367 (java) S 27360 27362 27023 0 -1 4202560 1459 0 0 0 0 0 0 0 18 0 22 0 523093606 16094650368 51166 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27368] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27368/stat : 27368 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523093606 16094650368 51171 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27369] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27369/stat : 27369 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 523093606 16094650368 51177 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27370] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27370/stat : 27370 (java) S 27360 27362 27023 0 -1 4202560 36 0 0 0 0 0 0 0 18 0 22 0 523093606 16094650368 51183 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27371] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27371/stat : 27371 (java) S 27360 27362 27023 0 -1 4202560 354 0 0 0 0 0 0 0 18 0 22 0 523093606 16094650368 51188 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27372] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27372/stat : 27372 (java) S 27360 27362 27023 0 -1 4202560 515 0 0 0 0 0 0 0 18 0 22 0 523093606 16094650368 51194 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27373] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27373/stat : 27373 (java) S 27360 27362 27023 0 -1 4202560 73 0 0 0 0 0 0 0 18 0 22 0 523093607 16094650368 51199 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 0 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27374] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27374/stat : 27374 (java) S 27360 27362 27023 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523093608 16094650368 51205 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27375] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27375/stat : 27375 (java) S 27360 27362 27023 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523093608 16094650368 51211 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27376] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27376/stat : 27376 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16094650368 51216 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382780849 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27377] ppid=27360 vsize=15717432 CPUtime=0.22 cores=1,3,5,7
/proc/27362/task/27377/stat : 27377 (java) S 27360 27362 27023 0 -1 4202560 2531 0 0 0 22 0 0 0 15 0 22 0 523093610 16094650368 51222 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27378] ppid=27360 vsize=15717432 CPUtime=0.71 cores=1,3,5,7
/proc/27362/task/27378/stat : 27378 (java) R 27360 27362 27023 0 -1 4202560 13817 0 0 0 70 1 0 0 20 0 22 0 523093610 16094650368 51228 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 47886921359824 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27362/tid=27379] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27379/stat : 27379 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16094650368 51232 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27380] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27380/stat : 27380 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523093610 16094650368 51238 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27381] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27381/stat : 27381 (java) S 27360 27362 27023 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 523093681 16094650368 51244 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27382] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27382/stat : 27382 (java) S 27360 27362 27023 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 523093681 16094650368 51249 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27383] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27383/stat : 27383 (java) S 27360 27362 27023 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523093681 16094650368 51255 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27384] ppid=27360 vsize=15717432 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27384/stat : 27384 (java) S 27360 27362 27023 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523093681 16094650368 51261 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 15717432

[startup+3.10106 s]
/proc/loadavg: 8.01 8.09 8.04 8/220 27384
/proc/meminfo: memFree=23493756/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=15718076 CPUtime=6.02 cores=1,3,5,7
/proc/27362/stat : 27362 (java) S 27360 27362 27023 0 -1 4202496 76118 0 1 0 592 10 0 0 25 0 22 0 523093605 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27362/statm: 3929519 69432 2275 9 0 3920238 0
[pid=27362/tid=27364] ppid=27360 vsize=15718076 CPUtime=2.26 cores=1,3,5,7
/proc/27362/task/27364/stat : 27364 (java) S 27360 27362 27023 0 -1 4202560 35670 0 1 0 222 4 0 0 23 0 22 0 523093606 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27365] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27365/stat : 27365 (java) S 27360 27362 27023 0 -1 4202560 1435 0 0 0 0 0 0 0 15 0 22 0 523093606 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27366] ppid=27360 vsize=15718076 CPUtime=0.01 cores=1,3,5,7
/proc/27362/task/27366/stat : 27366 (java) S 27360 27362 27023 0 -1 4202560 2079 0 0 0 1 0 0 0 18 0 22 0 523093606 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27367] ppid=27360 vsize=15718076 CPUtime=0.01 cores=1,3,5,7
/proc/27362/task/27367/stat : 27367 (java) S 27360 27362 27023 0 -1 4202560 2095 0 0 0 1 0 0 0 18 0 22 0 523093606 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27368] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27368/stat : 27368 (java) S 27360 27362 27023 0 -1 4202560 499 0 0 0 0 0 0 0 18 0 22 0 523093606 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27369] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27369/stat : 27369 (java) S 27360 27362 27023 0 -1 4202560 1504 0 0 0 0 0 0 0 18 0 22 0 523093606 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27370] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27370/stat : 27370 (java) S 27360 27362 27023 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 22 0 523093606 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27371] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27371/stat : 27371 (java) S 27360 27362 27023 0 -1 4202560 782 0 0 0 0 0 0 0 18 0 22 0 523093606 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27372] ppid=27360 vsize=15718076 CPUtime=0.01 cores=1,3,5,7
/proc/27362/task/27372/stat : 27372 (java) S 27360 27362 27023 0 -1 4202560 1475 0 0 0 1 0 0 0 18 0 22 0 523093606 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27373] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27373/stat : 27373 (java) S 27360 27362 27023 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 523093607 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 0 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27374] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27374/stat : 27374 (java) S 27360 27362 27023 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523093608 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27375] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27375/stat : 27375 (java) S 27360 27362 27023 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523093608 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27376] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27376/stat : 27376 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382780849 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27377] ppid=27360 vsize=15718076 CPUtime=0.66 cores=1,3,5,7
/proc/27362/task/27377/stat : 27377 (java) S 27360 27362 27023 0 -1 4202560 2633 0 0 0 66 0 0 0 15 0 22 0 523093610 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27378] ppid=27360 vsize=15718076 CPUtime=1.53 cores=1,3,5,7
/proc/27362/task/27378/stat : 27378 (java) S 27360 27362 27023 0 -1 4202560 15166 0 0 0 151 2 0 0 15 0 22 0 523093610 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27379] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27379/stat : 27379 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27380] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27380/stat : 27380 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523093610 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27381] ppid=27360 vsize=15718076 CPUtime=0.62 cores=1,3,5,7
/proc/27362/task/27381/stat : 27381 (java) R 27360 27362 27023 0 -1 4202560 1124 0 0 0 62 0 0 0 16 0 22 0 523093681 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 47886924330659 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27362/tid=27382] ppid=27360 vsize=15718076 CPUtime=0.28 cores=1,3,5,7
/proc/27362/task/27382/stat : 27382 (java) S 27360 27362 27023 0 -1 4202560 44 0 0 0 28 0 0 0 15 0 22 0 523093681 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27383] ppid=27360 vsize=15718076 CPUtime=0.39 cores=1,3,5,7
/proc/27362/task/27383/stat : 27383 (java) R 27360 27362 27023 0 -1 4202560 4188 0 0 0 39 0 0 0 16 0 22 0 523093681 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 46912506358251 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27362/tid=27384] ppid=27360 vsize=15718076 CPUtime=0.14 cores=1,3,5,7
/proc/27362/task/27384/stat : 27384 (java) R 27360 27362 27023 0 -1 4202560 5209 0 0 0 14 0 0 0 16 0 22 0 523093681 16095309824 69432 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 46912506358251 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 15718076

[startup+6.30146 s]
/proc/loadavg: 7.77 8.04 8.02 9/220 27384
/proc/meminfo: memFree=21875376/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=15718076 CPUtime=18.62 cores=1,3,5,7
/proc/27362/stat : 27362 (java) S 27360 27362 27023 0 -1 4202496 258113 0 1 0 1825 37 0 0 25 0 22 0 523093605 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27362/statm: 3929519 250636 2275 9 0 3920238 0
[pid=27362/tid=27364] ppid=27360 vsize=15718076 CPUtime=2.26 cores=1,3,5,7
/proc/27362/task/27364/stat : 27364 (java) S 27360 27362 27023 0 -1 4202560 35670 0 1 0 222 4 0 0 23 0 22 0 523093606 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27365] ppid=27360 vsize=15718076 CPUtime=0.04 cores=1,3,5,7
/proc/27362/task/27365/stat : 27365 (java) S 27360 27362 27023 0 -1 4202560 8755 0 0 0 3 1 0 0 15 0 22 0 523093606 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27366] ppid=27360 vsize=15718076 CPUtime=0.08 cores=1,3,5,7
/proc/27362/task/27366/stat : 27366 (java) S 27360 27362 27023 0 -1 4202560 17619 0 0 0 6 2 0 0 15 0 22 0 523093606 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27367] ppid=27360 vsize=15718076 CPUtime=0.06 cores=1,3,5,7
/proc/27362/task/27367/stat : 27367 (java) S 27360 27362 27023 0 -1 4202560 11603 0 0 0 5 1 0 0 16 0 22 0 523093606 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27368] ppid=27360 vsize=15718076 CPUtime=0.15 cores=1,3,5,7
/proc/27362/task/27368/stat : 27368 (java) S 27360 27362 27023 0 -1 4202560 25872 0 0 0 11 4 0 0 16 0 22 0 523093606 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27369] ppid=27360 vsize=15718076 CPUtime=0.09 cores=1,3,5,7
/proc/27362/task/27369/stat : 27369 (java) S 27360 27362 27023 0 -1 4202560 23413 0 0 0 6 3 0 0 16 0 22 0 523093606 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27370] ppid=27360 vsize=15718076 CPUtime=0.11 cores=1,3,5,7
/proc/27362/task/27370/stat : 27370 (java) S 27360 27362 27023 0 -1 4202560 15810 0 0 0 9 2 0 0 15 0 22 0 523093606 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27371] ppid=27360 vsize=15718076 CPUtime=0.05 cores=1,3,5,7
/proc/27362/task/27371/stat : 27371 (java) S 27360 27362 27023 0 -1 4202560 9114 0 0 0 4 1 0 0 15 0 22 0 523093606 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27372] ppid=27360 vsize=15718076 CPUtime=0.13 cores=1,3,5,7
/proc/27362/task/27372/stat : 27372 (java) S 27360 27362 27023 0 -1 4202560 17349 0 0 0 10 3 0 0 16 0 22 0 523093606 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27373] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27373/stat : 27373 (java) S 27360 27362 27023 0 -1 4202560 578 0 0 0 0 0 0 0 15 0 22 0 523093607 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 0 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27374] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27374/stat : 27374 (java) S 27360 27362 27023 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523093608 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27375] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27375/stat : 27375 (java) S 27360 27362 27023 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523093608 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27376] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27376/stat : 27376 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382780849 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27377] ppid=27360 vsize=15718076 CPUtime=0.67 cores=1,3,5,7
/proc/27362/task/27377/stat : 27377 (java) S 27360 27362 27023 0 -1 4202560 2633 0 0 0 67 0 0 0 15 0 22 0 523093610 16095309824 250636 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0

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

[pid=27362/tid=27375] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27375/stat : 27375 (java) S 27360 27362 27023 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523093608 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27376] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27376/stat : 27376 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382780849 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27377] ppid=27360 vsize=15718076 CPUtime=0.89 cores=1,3,5,7
/proc/27362/task/27377/stat : 27377 (java) S 27360 27362 27023 0 -1 4202560 3047 0 0 0 89 0 0 0 15 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27378] ppid=27360 vsize=15718076 CPUtime=1.6 cores=1,3,5,7
/proc/27362/task/27378/stat : 27378 (java) S 27360 27362 27023 0 -1 4202560 15172 0 0 0 158 2 0 0 15 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27379] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27379/stat : 27379 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27380] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27380/stat : 27380 (java) S 27360 27362 27023 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27381] ppid=27360 vsize=15718076 CPUtime=285.63 cores=1,3,5,7
/proc/27362/task/27381/stat : 27381 (java) S 27360 27362 27023 0 -1 4202560 106453 0 0 0 28544 19 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27382] ppid=27360 vsize=15718076 CPUtime=285.07 cores=1,3,5,7
/proc/27362/task/27382/stat : 27382 (java) S 27360 27362 27023 0 -1 4202560 100066 0 0 0 28488 19 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27383] ppid=27360 vsize=15718076 CPUtime=285.17 cores=1,3,5,7
/proc/27362/task/27383/stat : 27383 (java) S 27360 27362 27023 0 -1 4202560 89890 0 0 0 28499 18 0 0 16 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27384] ppid=27360 vsize=15718076 CPUtime=284.15 cores=1,3,5,7
/proc/27362/task/27384/stat : 27384 (java) S 27360 27362 27023 0 -1 4202560 111983 0 0 0 28393 22 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2054.69
Current children cumulated vsize (KiB) 15718076

[startup+1242.3 s]
/proc/loadavg: 3.08 4.67 5.94 2/193 27438
/proc/meminfo: memFree=10418752/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=15718076 CPUtime=2116.95 cores=1,3,5,7
/proc/27362/stat : 27362 (java) S 27360 27362 27023 0 -1 4202496 3883981 0 1 0 211029 666 0 0 25 0 22 0 523093605 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27362/statm: 3929519 3846160 2294 9 0 3920238 0
[pid=27362/tid=27364] ppid=27360 vsize=15718076 CPUtime=2.26 cores=1,3,5,7
/proc/27362/task/27364/stat : 27364 (java) S 27360 27362 27023 0 -1 4202560 35670 0 1 0 222 4 0 0 23 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27365] ppid=27360 vsize=15718076 CPUtime=1.95 cores=1,3,5,7
/proc/27362/task/27365/stat : 27365 (java) S 27360 27362 27023 0 -1 4202560 260463 0 0 0 153 42 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27366] ppid=27360 vsize=15718076 CPUtime=2.23 cores=1,3,5,7
/proc/27362/task/27366/stat : 27366 (java) S 27360 27362 27023 0 -1 4202560 320274 0 0 0 171 52 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27367] ppid=27360 vsize=15718076 CPUtime=2.78 cores=1,3,5,7
/proc/27362/task/27367/stat : 27367 (java) S 27360 27362 27023 0 -1 4202560 386383 0 0 0 213 65 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27368] ppid=27360 vsize=15718076 CPUtime=3.54 cores=1,3,5,7
/proc/27362/task/27368/stat : 27368 (java) S 27360 27362 27023 0 -1 4202560 421598 0 0 0 281 73 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27369] ppid=27360 vsize=15718076 CPUtime=2.88 cores=1,3,5,7
/proc/27362/task/27369/stat : 27369 (java) S 27360 27362 27023 0 -1 4202560 422957 0 0 0 223 65 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27370] ppid=27360 vsize=15718076 CPUtime=2.8 cores=1,3,5,7
/proc/27362/task/27370/stat : 27370 (java) S 27360 27362 27023 0 -1 4202560 360742 0 0 0 220 60 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27371] ppid=27360 vsize=15718076 CPUtime=2.75 cores=1,3,5,7
/proc/27362/task/27371/stat : 27371 (java) S 27360 27362 27023 0 -1 4202560 365494 0 0 0 217 58 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27372] ppid=27360 vsize=15718076 CPUtime=2.5 cores=1,3,5,7
/proc/27362/task/27372/stat : 27372 (java) S 27360 27362 27023 0 -1 4202560 260149 0 0 0 204 46 0 0 15 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27373] ppid=27360 vsize=15718076 CPUtime=947.57 cores=1,3,5,7
/proc/27362/task/27373/stat : 27373 (java) R 27360 27362 27023 0 -1 4202560 621656 0 0 0 94645 112 0 0 18 0 22 0 523093607 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 47886921380192 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=27362/tid=27374] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27374/stat : 27374 (java) S 27360 27362 27023 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523093608 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27375] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27375/stat : 27375 (java) S 27360 27362 27023 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523093608 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27376] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27376/stat : 27376 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382780849 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27377] ppid=27360 vsize=15718076 CPUtime=0.89 cores=1,3,5,7
/proc/27362/task/27377/stat : 27377 (java) S 27360 27362 27023 0 -1 4202560 3047 0 0 0 89 0 0 0 15 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27378] ppid=27360 vsize=15718076 CPUtime=1.6 cores=1,3,5,7
/proc/27362/task/27378/stat : 27378 (java) S 27360 27362 27023 0 -1 4202560 15172 0 0 0 158 2 0 0 15 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27379] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27379/stat : 27379 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27380] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27380/stat : 27380 (java) S 27360 27362 27023 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27381] ppid=27360 vsize=15718076 CPUtime=286.4 cores=1,3,5,7
/proc/27362/task/27381/stat : 27381 (java) S 27360 27362 27023 0 -1 4202560 106680 0 0 0 28621 19 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27382] ppid=27360 vsize=15718076 CPUtime=285.82 cores=1,3,5,7
/proc/27362/task/27382/stat : 27382 (java) S 27360 27362 27023 0 -1 4202560 100190 0 0 0 28563 19 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27383] ppid=27360 vsize=15718076 CPUtime=285.92 cores=1,3,5,7
/proc/27362/task/27383/stat : 27383 (java) S 27360 27362 27023 0 -1 4202560 89996 0 0 0 28574 18 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27384] ppid=27360 vsize=15718076 CPUtime=284.9 cores=1,3,5,7
/proc/27362/task/27384/stat : 27384 (java) S 27360 27362 27023 0 -1 4202560 112056 0 0 0 28468 22 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2116.95
Current children cumulated vsize (KiB) 15718076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.83 4.05 5.66 2/193 27439
/proc/meminfo: memFree=10418584/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=15718076 CPUtime=2175.05 cores=1,3,5,7
/proc/27362/stat : 27362 (java) S 27360 27362 27023 0 -1 4202496 3884542 0 1 0 216832 673 0 0 25 0 22 0 523093605 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27362/statm: 3929519 3846160 2294 9 0 3920238 0
[pid=27362/tid=27364] ppid=27360 vsize=15718076 CPUtime=2.26 cores=1,3,5,7
/proc/27362/task/27364/stat : 27364 (java) S 27360 27362 27023 0 -1 4202560 35670 0 1 0 222 4 0 0 23 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27365] ppid=27360 vsize=15718076 CPUtime=1.95 cores=1,3,5,7
/proc/27362/task/27365/stat : 27365 (java) S 27360 27362 27023 0 -1 4202560 260463 0 0 0 153 42 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27366] ppid=27360 vsize=15718076 CPUtime=2.23 cores=1,3,5,7
/proc/27362/task/27366/stat : 27366 (java) S 27360 27362 27023 0 -1 4202560 320274 0 0 0 171 52 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27367] ppid=27360 vsize=15718076 CPUtime=2.78 cores=1,3,5,7
/proc/27362/task/27367/stat : 27367 (java) S 27360 27362 27023 0 -1 4202560 386383 0 0 0 213 65 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27368] ppid=27360 vsize=15718076 CPUtime=3.54 cores=1,3,5,7
/proc/27362/task/27368/stat : 27368 (java) S 27360 27362 27023 0 -1 4202560 421598 0 0 0 281 73 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27369] ppid=27360 vsize=15718076 CPUtime=2.88 cores=1,3,5,7
/proc/27362/task/27369/stat : 27369 (java) S 27360 27362 27023 0 -1 4202560 422957 0 0 0 223 65 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27370] ppid=27360 vsize=15718076 CPUtime=2.8 cores=1,3,5,7
/proc/27362/task/27370/stat : 27370 (java) S 27360 27362 27023 0 -1 4202560 360742 0 0 0 220 60 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27371] ppid=27360 vsize=15718076 CPUtime=2.75 cores=1,3,5,7
/proc/27362/task/27371/stat : 27371 (java) S 27360 27362 27023 0 -1 4202560 365494 0 0 0 217 58 0 0 16 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27372] ppid=27360 vsize=15718076 CPUtime=2.5 cores=1,3,5,7
/proc/27362/task/27372/stat : 27372 (java) S 27360 27362 27023 0 -1 4202560 260149 0 0 0 204 46 0 0 15 0 22 0 523093606 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27373] ppid=27360 vsize=15718076 CPUtime=1005.16 cores=1,3,5,7
/proc/27362/task/27373/stat : 27373 (java) R 27360 27362 27023 0 -1 4202560 621658 0 0 0 100398 118 0 0 18 0 22 0 523093607 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 47886921380189 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=27362/tid=27374] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27374/stat : 27374 (java) S 27360 27362 27023 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523093608 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27375] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27375/stat : 27375 (java) S 27360 27362 27023 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523093608 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27376] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27376/stat : 27376 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382780849 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27377] ppid=27360 vsize=15718076 CPUtime=0.89 cores=1,3,5,7
/proc/27362/task/27377/stat : 27377 (java) S 27360 27362 27023 0 -1 4202560 3047 0 0 0 89 0 0 0 15 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27378] ppid=27360 vsize=15718076 CPUtime=1.6 cores=1,3,5,7
/proc/27362/task/27378/stat : 27378 (java) S 27360 27362 27023 0 -1 4202560 15172 0 0 0 158 2 0 0 15 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27379] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27379/stat : 27379 (java) S 27360 27362 27023 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 7 0 0 0
[pid=27362/tid=27380] ppid=27360 vsize=15718076 CPUtime=0 cores=1,3,5,7
/proc/27362/task/27380/stat : 27380 (java) S 27360 27362 27023 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 523093610 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773760 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
[pid=27362/tid=27381] ppid=27360 vsize=15718076 CPUtime=286.53 cores=1,3,5,7
/proc/27362/task/27381/stat : 27381 (java) S 27360 27362 27023 0 -1 4202560 106790 0 0 0 28634 19 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27382] ppid=27360 vsize=15718076 CPUtime=285.97 cores=1,3,5,7
/proc/27362/task/27382/stat : 27382 (java) S 27360 27362 27023 0 -1 4202560 100317 0 0 0 28577 20 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 1 0 0 0
[pid=27362/tid=27383] ppid=27360 vsize=15718076 CPUtime=286.04 cores=1,3,5,7
/proc/27362/task/27383/stat : 27383 (java) S 27360 27362 27023 0 -1 4202560 90286 0 0 0 28586 18 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 5 0 0 0
[pid=27362/tid=27384] ppid=27360 vsize=15718076 CPUtime=285.01 cores=1,3,5,7
/proc/27362/task/27384/stat : 27384 (java) S 27360 27362 27023 0 -1 4202560 112086 0 0 0 28479 22 0 0 15 0 22 0 523093681 16095309824 3846160 33554432000 1073741824 1073778376 140737326531264 18446744073709551615 218382773145 0 4 0 16800975 18446604460641603648 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2175.05
Current children cumulated vsize (KiB) 15718076

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27362

[startup+1302.3 s]
/proc/loadavg: 1.83 4.05 5.66 2/194 27440
/proc/meminfo: memFree=10418576/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=0 CPUtime=2177.35 cores=1,3,5,7
/proc/27362/stat : 27362 (java) Z 27360 27362 27023 0 -1 4203548 3884566 0 1 0 217033 702 0 0 18 0 2 0 523093605 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27362/statm: 0 0 0 0 0 0 0
[pid=27362/tid=27379] ppid=27360 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/27362/task/27379/stat : 27379 (java) R 27360 27362 27023 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 523093610 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2177.35
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 1.83 4.05 5.66 2/194 27440
/proc/meminfo: memFree=10418576/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=0 CPUtime=2177.45 cores=1,3,5,7
/proc/27362/stat : 27362 (java) Z 27360 27362 27023 0 -1 4203548 3884566 0 1 0 217033 712 0 0 18 0 2 0 523093605 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27362/statm: 0 0 0 0 0 0 0
[pid=27362/tid=27379] ppid=27360 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/27362/task/27379/stat : 27379 (java) R 27360 27362 27023 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 523093610 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2177.45
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 1.76 4.00 5.63 2/173 27440
/proc/meminfo: memFree=24711728/32951124 swapFree=67051468/67111528
[pid=27362] ppid=27360 vsize=0 CPUtime=2177.55 cores=1,3,5,7
/proc/27362/stat : 27362 (java) Z 27360 27362 27023 0 -1 4203548 3884566 0 1 0 217033 722 0 0 18 0 2 0 523093605 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27362/statm: 0 0 0 0 0 0 0
[pid=27362/tid=27379] ppid=27360 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/27362/task/27379/stat : 27379 (java) R 27360 27362 27023 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 523093610 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2177.55
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.54
CPU time (s): 2177.6
CPU user time (s): 2170.34
CPU system time (s): 7.2589
CPU usage (%): 167.181
Max. virtual memory (cumulated for all children) (KiB): 15718076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2170.34
system time used= 7.2589
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3884566
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= 75606
involuntary context switches= 43209

runsolver used 2.15067 second user time and 5.02024 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-30 00:08:28
IDJOB=3311230
IDBENCH=82615
IDSOLVER=1698
FILE ID=node101/3311230-1304114908
RUNJOBID= node101-1304112492-27042
PBS_JOBID= 13170694
Free space on /tmp= 72020 MiB

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

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

MD5SUM BENCH= 0aa289a52d8d004ea581b39b43a8a19a
RANDOM SEED=306155650

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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:      24239628 kB
Buffers:       2031532 kB
Cached:        5239736 kB
SwapCached:      30452 kB
Active:        4147096 kB
Inactive:      4118408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24239628 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            7276 kB
Writeback:           0 kB
AnonPages:      985076 kB
Mapped:          17568 kB
Slab:           381644 kB
PageTables:       6720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1969668 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= 72020 MiB
End job on node101 at 2011-04-30 00:30:11