Trace number 3312385

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) 2230.95 1302.55

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
MD5SUM83f9a63a559155a858e739be2c598060
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.6951
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.11/0.11	33:30 INFO : Reading from input HOME/instance-3312385-1304112810.cnf
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Executor set job limit to 1000000
1.12/0.91	Starting Executor!
1.12/0.91	Starting Executor!
1.12/0.91	Starting Executor!
1.12/0.91	Starting Executor!
4.47/2.69	33:33 INFO : 39834 variables remaining out of 40000
4.47/2.69	33:33 INFO : 667652 literals remaining out of 672000
1486.67/564.27	42:55 ERROR: Failed to solve instance
1486.67/564.27	java.lang.OutOfMemoryError: Java heap space
1486.67/564.27		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1486.67/564.27		at gnu.trove.THash.postInsertHook(THash.java:370)
1486.67/564.27		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1486.67/564.27		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1486.67/564.27		at ibis.structure.Subsumming.run(Subsumming.java:58)
1486.67/564.27		at ibis.structure.Solver.simplify(Solver.java:205)
1486.67/564.27		at ibis.structure.Solver.solve(Solver.java:113)
1486.67/564.27		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1486.67/564.27		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1486.67/564.27		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1486.67/564.27		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1486.67/564.27		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1486.67/564.27		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1486.67/564.27		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1486.67/564.27		at ibis.constellation.Executor.processActivities(Executor.java:75)
1486.67/564.27		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1486.67/564.27		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1486.67/564.27		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1489.42/566.95	42:57 ERROR: Failed to solve instance
1489.42/566.95	java.lang.OutOfMemoryError: Java heap space
1489.42/566.95		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1489.42/566.95		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1489.42/566.95		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1489.42/566.95		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1489.42/566.95		at ibis.structure.Solver.<init>(Solver.java:37)
1489.42/566.95		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1489.42/566.95		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1489.42/566.95		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1489.42/566.95		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1489.42/566.95		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1489.42/566.95		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1489.42/566.95		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1489.42/566.95		at ibis.constellation.Executor.processActivities(Executor.java:75)
1489.42/566.95		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1489.42/566.95		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1489.42/566.95		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1491.42/568.97	42:59 ERROR: Failed to solve instance
1491.42/568.97	java.lang.OutOfMemoryError: Java heap space
1491.42/568.97		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
1491.42/568.97		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
1491.42/568.97		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
1491.42/568.97		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
1491.42/568.97		at ibis.structure.Solver.<init>(Solver.java:37)
1491.42/568.97		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1491.42/568.97		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1491.42/568.97		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1491.42/568.97		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1491.42/568.97		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1491.42/568.97		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1491.42/568.97		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1491.42/568.97		at ibis.constellation.Executor.processActivities(Executor.java:75)
1491.42/568.97		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1491.42/568.97		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1491.42/568.97		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1750.69/827.39	47:18 ERROR: Failed to solve instance
1750.69/827.39	java.lang.OutOfMemoryError: Java heap space
1750.69/827.39		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1750.69/827.39		at gnu.trove.THash.postInsertHook(THash.java:370)
1750.69/827.39		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1750.69/827.39		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1750.69/827.39		at ibis.structure.Subsumming.run(Subsumming.java:58)
1750.69/827.39		at ibis.structure.Solver.simplify(Solver.java:205)
1750.69/827.39		at ibis.structure.Solver.solve(Solver.java:113)
1750.69/827.39		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1750.69/827.39		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1750.69/827.39		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1750.69/827.39		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1750.69/827.39		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1750.69/827.39		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1750.69/827.39		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1750.69/827.39		at ibis.constellation.Executor.processActivities(Executor.java:75)
1750.69/827.39		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1750.69/827.39		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1750.69/827.39		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1754.22/830.71	47:21 ERROR: Failed to solve instance
1754.22/830.71	java.lang.OutOfMemoryError: Java heap space
1777.42/853.68	47:44 ERROR: Failed to solve instance
1777.42/853.68	java.lang.OutOfMemoryError: Java heap space
1781.31/857.42	47:48 ERROR: Failed to solve instance
1781.31/857.42	java.lang.OutOfMemoryError: Java heap space
1786.27/862.27	47:53 ERROR: Failed to solve instance
1786.27/862.27	java.lang.OutOfMemoryError: Java heap space
1851.67/927.35	48:58 ERROR: Failed to solve instance
1851.67/927.35	java.lang.OutOfMemoryError: Java heap space
1900.96/976.08	49:46 ERROR: Failed to solve instance
1900.96/976.08	java.lang.OutOfMemoryError: Java heap space
1905.06/979.50	49:50 ERROR: Failed to solve instance
1905.06/979.50	java.lang.OutOfMemoryError: Java heap space
1913.58/987.46	49:58 ERROR: Failed to solve instance
1913.58/987.46	java.lang.OutOfMemoryError: Java heap space
1918.05/991.38	50:02 ERROR: Failed to solve instance
1918.05/991.38	java.lang.OutOfMemoryError: Java heap space
2020.72/1093.30	51:44 ERROR: Failed to solve instance
2020.72/1093.30	java.lang.OutOfMemoryError: Java heap space
2021.53/1094.12	51:44 ERROR: Failed to solve instance
2021.53/1094.12	java.lang.OutOfMemoryError: Java heap space
2021.53/1094.12	51:44 ERROR: Failed to solve instance
2021.53/1094.12	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-3312385-1304112810/watcher-3312385-1304112810 -o /tmp/evaluation-result-3312385-1304112810/solver-3312385-1304112810 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312385-1304112810.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.66 7.83 7.99 2/198 25039
/proc/meminfo: memFree=25363840/32951124 swapFree=67111524/67111528
[pid=25039] ppid=25037 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/25039/stat : 25039 (java) S 25037 25039 24984 0 -1 4202496 1415 0 0 0 0 0 0 0 25 0 2 0 522879187 26714112 885 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347695077 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 6522 885 678 9 0 381 0
[pid=25039/tid=25040] ppid=25037 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) R 25037 25039 24984 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 522879188 26714112 885 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232330968711 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.089816 s]
/proc/loadavg: 6.66 7.83 7.99 2/198 25039
/proc/meminfo: memFree=25363840/32951124 swapFree=67111524/67111528
[pid=25039] ppid=25037 vsize=15676292 CPUtime=0.09 cores=1,3,5,7
/proc/25039/stat : 25039 (java) S 25037 25039 24984 0 -1 4202496 5467 0 1 0 8 1 0 0 25 0 18 0 522879187 16052523008 4866 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 3919073 4866 2115 9 0 3909792 0
[pid=25039/tid=25040] ppid=25037 vsize=15676292 CPUtime=0.07 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) R 25037 25039 24984 0 -1 4202560 3376 0 1 0 7 0 0 0 22 0 18 0 522879188 16052523008 4924 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676292

[startup+0.104932 s]
/proc/loadavg: 6.66 7.83 7.99 2/198 25039
/proc/meminfo: memFree=25363840/32951124 swapFree=67111524/67111528
[pid=25039] ppid=25037 vsize=15676292 CPUtime=0.11 cores=1,3,5,7
/proc/25039/stat : 25039 (java) S 25037 25039 24984 0 -1 4202496 5699 0 1 0 10 1 0 0 25 0 18 0 522879187 16052523008 5098 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 3919073 5099 2119 9 0 3909792 0
[pid=25039/tid=25040] ppid=25037 vsize=15676292 CPUtime=0.08 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) R 25037 25039 24984 0 -1 4202560 3551 0 1 0 8 0 0 0 22 0 18 0 522879188 16052523008 5099 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 47076251512864 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676292

[startup+0.3009 s]
/proc/loadavg: 6.66 7.83 7.99 2/198 25039
/proc/meminfo: memFree=25363840/32951124 swapFree=67111524/67111528
[pid=25039] ppid=25037 vsize=15678996 CPUtime=0.5 cores=1,3,5,7
/proc/25039/stat : 25039 (java) S 25037 25039 24984 0 -1 4202496 16309 0 1 0 48 2 0 0 25 0 18 0 522879187 16055291904 14776 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 3919749 14782 2207 9 0 3910468 0
[pid=25039/tid=25040] ppid=25037 vsize=15678996 CPUtime=0.27 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) R 25037 25039 24984 0 -1 4202560 11236 0 1 0 26 1 0 0 22 0 18 0 522879188 16055291904 14784 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 46912505641905 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15678996

[startup+0.700831 s]
/proc/loadavg: 6.66 7.83 7.99 2/198 25039
/proc/meminfo: memFree=25363840/32951124 swapFree=67111524/67111528
[pid=25039] ppid=25037 vsize=15678996 CPUtime=0.92 cores=1,3,5,7
/proc/25039/stat : 25039 (java) S 25037 25039 24984 0 -1 4202496 41784 0 1 0 86 6 0 0 25 0 18 0 522879187 16055291904 40249 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 3919749 40249 2223 9 0 3910468 0
[pid=25039/tid=25040] ppid=25037 vsize=15678996 CPUtime=0.67 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) R 25037 25039 24984 0 -1 4202560 35512 0 1 0 63 4 0 0 24 0 18 0 522879188 16055291904 40249 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 46912505566323 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15678996

[startup+1.5017 s]
/proc/loadavg: 6.66 7.83 7.99 5/224 25065
/proc/meminfo: memFree=25023820/32951124 swapFree=67111524/67111528
[pid=25039] ppid=25037 vsize=15685896 CPUtime=2.25 cores=1,3,5,7
/proc/25039/stat : 25039 (java) S 25037 25039 24984 0 -1 4202496 55847 0 1 0 217 8 0 0 25 0 22 0 522879187 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 3921474 51506 2261 9 0 3912193 0
[pid=25039/tid=25040] ppid=25037 vsize=15685896 CPUtime=1.45 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) R 25037 25039 24984 0 -1 4202560 35620 0 1 0 141 4 0 0 25 0 22 0 522879188 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 47076250784615 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25039/tid=25042] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25042/stat : 25042 (java) S 25037 25039 24984 0 -1 4202560 403 0 0 0 0 0 0 0 16 0 22 0 522879188 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25043] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25043/stat : 25043 (java) S 25037 25039 24984 0 -1 4202560 533 0 0 0 0 0 0 0 16 0 22 0 522879188 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25044] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25044/stat : 25044 (java) S 25037 25039 24984 0 -1 4202560 1292 0 0 0 0 0 0 0 16 0 22 0 522879188 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25045] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25045/stat : 25045 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 522879188 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25046] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25046/stat : 25046 (java) S 25037 25039 24984 0 -1 4202560 1136 0 0 0 0 0 0 0 16 0 22 0 522879188 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25047] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25047/stat : 25047 (java) S 25037 25039 24984 0 -1 4202560 53 0 0 0 0 0 0 0 16 0 22 0 522879188 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25048] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25048/stat : 25048 (java) S 25037 25039 24984 0 -1 4202560 1708 0 0 0 0 0 0 0 16 0 22 0 522879188 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25049] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25049/stat : 25049 (java) S 25037 25039 24984 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 22 0 522879188 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25050] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25050/stat : 25050 (java) S 25037 25039 24984 0 -1 4202560 72 0 0 0 0 0 0 0 16 0 22 0 522879189 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 0 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25051] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25051/stat : 25051 (java) S 25037 25039 24984 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 522879190 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25052] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25052/stat : 25052 (java) S 25037 25039 24984 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 522879190 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25053] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25053/stat : 25053 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522879192 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347716017 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25054] ppid=25037 vsize=15685896 CPUtime=0.23 cores=1,3,5,7
/proc/25039/task/25054/stat : 25054 (java) S 25037 25039 24984 0 -1 4202560 2434 0 0 0 23 0 0 0 15 0 22 0 522879192 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25055] ppid=25037 vsize=15685896 CPUtime=0.5 cores=1,3,5,7
/proc/25039/task/25055/stat : 25055 (java) R 25037 25039 24984 0 -1 4202560 11144 0 0 0 49 1 0 0 16 0 22 0 522879192 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 47076250108395 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25039/tid=25056] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25056/stat : 25056 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522879192 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25057] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25057/stat : 25057 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522879192 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25062] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25062/stat : 25062 (java) S 25037 25039 24984 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 522879278 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25063] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25063/stat : 25063 (java) S 25037 25039 24984 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 522879278 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25064] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25064/stat : 25064 (java) S 25037 25039 24984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 522879278 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25065] ppid=25037 vsize=15685896 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25065/stat : 25065 (java) S 25037 25039 24984 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522879278 16062357504 51506 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 15685896

[startup+3.10739 s]
/proc/loadavg: 6.66 7.83 7.99 8/224 25065
/proc/meminfo: memFree=24925612/32951124 swapFree=67111524/67111528
[pid=25039] ppid=25037 vsize=15683108 CPUtime=5.61 cores=1,3,5,7
/proc/25039/stat : 25039 (java) S 25037 25039 24984 0 -1 4202496 74393 0 1 0 550 11 0 0 25 0 22 0 522879187 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 3920777 62928 2275 9 0 3911496 0
[pid=25039/tid=25040] ppid=25037 vsize=15683108 CPUtime=2.65 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) S 25037 25039 24984 0 -1 4202560 35673 0 1 0 261 4 0 0 25 0 22 0 522879188 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25042] ppid=25037 vsize=15683108 CPUtime=0.01 cores=1,3,5,7
/proc/25039/task/25042/stat : 25042 (java) S 25037 25039 24984 0 -1 4202560 3461 0 0 0 1 0 0 0 16 0 22 0 522879188 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25043] ppid=25037 vsize=15683108 CPUtime=0.02 cores=1,3,5,7
/proc/25039/task/25043/stat : 25043 (java) S 25037 25039 24984 0 -1 4202560 3555 0 0 0 2 0 0 0 16 0 22 0 522879188 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25044] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25044/stat : 25044 (java) S 25037 25039 24984 0 -1 4202560 1292 0 0 0 0 0 0 0 15 0 22 0 522879188 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25045] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25045/stat : 25045 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522879188 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25046] ppid=25037 vsize=15683108 CPUtime=0.02 cores=1,3,5,7
/proc/25039/task/25046/stat : 25046 (java) S 25037 25039 24984 0 -1 4202560 3888 0 0 0 2 0 0 0 16 0 22 0 522879188 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25047] ppid=25037 vsize=15683108 CPUtime=0.02 cores=1,3,5,7
/proc/25039/task/25047/stat : 25047 (java) S 25037 25039 24984 0 -1 4202560 2001 0 0 0 2 0 0 0 16 0 22 0 522879188 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25048] ppid=25037 vsize=15683108 CPUtime=0.01 cores=1,3,5,7
/proc/25039/task/25048/stat : 25048 (java) S 25037 25039 24984 0 -1 4202560 1910 0 0 0 1 0 0 0 16 0 22 0 522879188 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25049] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25049/stat : 25049 (java) S 25037 25039 24984 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 22 0 522879188 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25050] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25050/stat : 25050 (java) S 25037 25039 24984 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 22 0 522879189 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 0 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25051] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25051/stat : 25051 (java) S 25037 25039 24984 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 22 0 522879190 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25052] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25052/stat : 25052 (java) S 25037 25039 24984 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 522879190 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25053] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25053/stat : 25053 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522879192 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347716017 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25054] ppid=25037 vsize=15683108 CPUtime=0.93 cores=1,3,5,7
/proc/25039/task/25054/stat : 25054 (java) S 25037 25039 24984 0 -1 4202560 5223 0 0 0 92 1 0 0 15 0 22 0 522879192 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25055] ppid=25037 vsize=15683108 CPUtime=1.27 cores=1,3,5,7
/proc/25039/task/25055/stat : 25055 (java) R 25037 25039 24984 0 -1 4202560 15832 0 0 0 125 2 0 0 15 0 22 0 522879192 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 47076251591414 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25039/tid=25056] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25056/stat : 25056 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522879192 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25057] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25057/stat : 25057 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522879192 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25062] ppid=25037 vsize=15683108 CPUtime=0.35 cores=1,3,5,7
/proc/25039/task/25062/stat : 25062 (java) R 25037 25039 24984 0 -1 4202560 30 0 0 0 35 0 0 0 16 0 22 0 522879278 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 46912506057827 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25039/tid=25063] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25063/stat : 25063 (java) S 25037 25039 24984 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522879278 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25064] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25064/stat : 25064 (java) S 25037 25039 24984 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 522879278 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25065] ppid=25037 vsize=15683108 CPUtime=0.24 cores=1,3,5,7
/proc/25039/task/25065/stat : 25065 (java) R 25037 25039 24984 0 -1 4202560 7 0 0 0 24 0 0 0 16 0 22 0 522879278 16059502592 62928 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 46912505215751 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 15683108

[startup+6.30079 s]
/proc/loadavg: 6.53 7.78 7.98 13/224 25065
/proc/meminfo: memFree=23565364/32951124 swapFree=67111524/67111528
[pid=25039] ppid=25037 vsize=15683108 CPUtime=17.21 cores=1,3,5,7
/proc/25039/stat : 25039 (java) S 25037 25039 24984 0 -1 4202496 275653 0 1 0 1682 39 0 0 25 0 22 0 522879187 16059502592 262831 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 3920777 262831 2275 9 0 3911496 0
[pid=25039/tid=25040] ppid=25037 vsize=15683108 CPUtime=2.65 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) S 25037 25039 24984 0 -1 4202560 35673 0 1 0 261 4 0 0 25 0 22 0 522879188 16059502592 262831 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25042] ppid=25037 vsize=15683108 CPUtime=0.16 cores=1,3,5,7
/proc/25039/task/25042/stat : 25042 (java) S 25037 25039 24984 0 -1 4202560 24303 0 0 0 13 3 0 0 16 0 22 0 522879188 16059502592 262831 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25043] ppid=25037 vsize=15683108 CPUtime=0.16 cores=1,3,5,7
/proc/25039/task/25043/stat : 25043 (java) S 25037 25039 24984 0 -1 4202560 24897 0 0 0 13 3 0 0 15 0 22 0 522879188 16059502592 262831 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25044] ppid=25037 vsize=15683108 CPUtime=0.19 cores=1,3,5,7
/proc/25039/task/25044/stat : 25044 (java) S 25037 25039 24984 0 -1 4202560 34127 0 0 0 15 4 0 0 16 0 22 0 522879188 16059502592 262831 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25045] ppid=25037 vsize=15683108 CPUtime=0.01 cores=1,3,5,7
/proc/25039/task/25045/stat : 25045 (java) S 25037 25039 24984 0 -1 4202560 1728 0 0 0 1 0 0 0 16 0 22 0 522879188 16059502592 262831 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25046] ppid=25037 vsize=15683108 CPUtime=0.19 cores=1,3,5,7
/proc/25039/task/25046/stat : 25046 (java) S 25037 25039 24984 0 -1 4202560 23655 0 0 0 15 4 0 0 16 0 22 0 522879188 16059502592 262831 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25047] ppid=25037 vsize=15683108 CPUtime=0.19 cores=1,3,5,7
/proc/25039/task/25047/stat : 25047 (java) S 25037 25039 24984 0 -1 4202560 25882 0 0 0 16 3 0 0 16 0 22 0 522879188 16059502592 262831 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25048] ppid=25037 vsize=15683108 CPUtime=0.14 cores=1,3,5,7
/proc/25039/task/25048/stat : 25048 (java) S 25037 25039 24984 0 -1 4202560 23672 0 0 0 11 3 0 0 16 0 22 0 522879188 16059502592 262831 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25049] ppid=25037 vsize=15683108 CPUtime=0.17 cores=1,3,5,7
/proc/25039/task/25049/stat : 25049 (java) S 25037 25039 24984 0 -1 4202560 20903 0 0 0 16 1 0 0 16 0 22 0 522879188 16059502592 262831 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0

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

[pid=25039/tid=25052] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25052/stat : 25052 (java) S 25037 25039 24984 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 522879190 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25053] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25053/stat : 25053 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347716017 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25054] ppid=25037 vsize=15683108 CPUtime=0.96 cores=1,3,5,7
/proc/25039/task/25054/stat : 25054 (java) S 25037 25039 24984 0 -1 4202560 5226 0 0 0 95 1 0 0 15 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25055] ppid=25037 vsize=15683108 CPUtime=1.61 cores=1,3,5,7
/proc/25039/task/25055/stat : 25055 (java) S 25037 25039 24984 0 -1 4202560 15882 0 0 0 159 2 0 0 15 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25056] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25056/stat : 25056 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25057] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25057/stat : 25057 (java) S 25037 25039 24984 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25062] ppid=25037 vsize=15683108 CPUtime=301.66 cores=1,3,5,7
/proc/25039/task/25062/stat : 25062 (java) S 25037 25039 24984 0 -1 4202560 65924 0 0 0 30149 17 0 0 15 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25063] ppid=25037 vsize=15683108 CPUtime=302.99 cores=1,3,5,7
/proc/25039/task/25063/stat : 25063 (java) S 25037 25039 24984 0 -1 4202560 79094 0 0 0 30284 15 0 0 15 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25064] ppid=25037 vsize=15683108 CPUtime=303.14 cores=1,3,5,7
/proc/25039/task/25064/stat : 25064 (java) S 25037 25039 24984 0 -1 4202560 78331 0 0 0 30295 19 0 0 15 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25065] ppid=25037 vsize=15683108 CPUtime=303.56 cores=1,3,5,7
/proc/25039/task/25065/stat : 25065 (java) S 25037 25039 24984 0 -1 4202560 68013 0 0 0 30339 17 0 0 15 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2110.52
Current children cumulated vsize (KiB) 15683108

[startup+1242.31 s]
/proc/loadavg: 5.13 5.24 6.16 6/224 25149
/proc/meminfo: memFree=7474940/32951124 swapFree=67111412/67111528
[pid=25039] ppid=25037 vsize=15683108 CPUtime=2170.62 cores=1,3,5,7
/proc/25039/stat : 25039 (java) S 25037 25039 24984 0 -1 4202496 3889882 0 1 0 216378 684 0 0 25 0 22 0 522879187 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 3920777 3833616 2294 9 0 3911496 0
[pid=25039/tid=25040] ppid=25037 vsize=15683108 CPUtime=2.65 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) S 25037 25039 24984 0 -1 4202560 35673 0 1 0 261 4 0 0 25 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25042] ppid=25037 vsize=15683108 CPUtime=2.71 cores=1,3,5,7
/proc/25039/task/25042/stat : 25042 (java) S 25037 25039 24984 0 -1 4202560 304844 0 0 0 220 51 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25043] ppid=25037 vsize=15683108 CPUtime=2.6 cores=1,3,5,7
/proc/25039/task/25043/stat : 25043 (java) S 25037 25039 24984 0 -1 4202560 317650 0 0 0 208 52 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25044] ppid=25037 vsize=15683108 CPUtime=2.75 cores=1,3,5,7
/proc/25039/task/25044/stat : 25044 (java) S 25037 25039 24984 0 -1 4202560 364763 0 0 0 216 59 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25045] ppid=25037 vsize=15683108 CPUtime=2.91 cores=1,3,5,7
/proc/25039/task/25045/stat : 25045 (java) S 25037 25039 24984 0 -1 4202560 324636 0 0 0 237 54 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25046] ppid=25037 vsize=15683108 CPUtime=2.79 cores=1,3,5,7
/proc/25039/task/25046/stat : 25046 (java) S 25037 25039 24984 0 -1 4202560 334986 0 0 0 224 55 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25047] ppid=25037 vsize=15683108 CPUtime=3.69 cores=1,3,5,7
/proc/25039/task/25047/stat : 25047 (java) S 25037 25039 24984 0 -1 4202560 425876 0 0 0 303 66 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25048] ppid=25037 vsize=15683108 CPUtime=3.54 cores=1,3,5,7
/proc/25039/task/25048/stat : 25048 (java) S 25037 25039 24984 0 -1 4202560 499054 0 0 0 276 78 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25049] ppid=25037 vsize=15683108 CPUtime=3.52 cores=1,3,5,7
/proc/25039/task/25049/stat : 25049 (java) S 25037 25039 24984 0 -1 4202560 384200 0 0 0 290 62 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25050] ppid=25037 vsize=15683108 CPUtime=929.24 cores=1,3,5,7
/proc/25039/task/25050/stat : 25050 (java) R 25037 25039 24984 0 -1 4202560 583789 0 0 0 92805 119 0 0 18 0 22 0 522879189 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 47076254007368 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=25039/tid=25051] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25051/stat : 25051 (java) S 25037 25039 24984 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522879190 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25052] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25052/stat : 25052 (java) S 25037 25039 24984 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 522879190 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25053] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25053/stat : 25053 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347716017 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25054] ppid=25037 vsize=15683108 CPUtime=0.96 cores=1,3,5,7
/proc/25039/task/25054/stat : 25054 (java) S 25037 25039 24984 0 -1 4202560 5226 0 0 0 95 1 0 0 15 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25055] ppid=25037 vsize=15683108 CPUtime=1.61 cores=1,3,5,7
/proc/25039/task/25055/stat : 25055 (java) S 25037 25039 24984 0 -1 4202560 15882 0 0 0 159 2 0 0 15 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25056] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25056/stat : 25056 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25057] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25057/stat : 25057 (java) S 25037 25039 24984 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25062] ppid=25037 vsize=15683108 CPUtime=301.71 cores=1,3,5,7
/proc/25039/task/25062/stat : 25062 (java) S 25037 25039 24984 0 -1 4202560 65924 0 0 0 30153 18 0 0 15 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25063] ppid=25037 vsize=15683108 CPUtime=303.01 cores=1,3,5,7
/proc/25039/task/25063/stat : 25063 (java) S 25037 25039 24984 0 -1 4202560 79522 0 0 0 30284 17 0 0 15 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25064] ppid=25037 vsize=15683108 CPUtime=303.15 cores=1,3,5,7
/proc/25039/task/25064/stat : 25064 (java) S 25037 25039 24984 0 -1 4202560 78388 0 0 0 30295 20 0 0 15 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25065] ppid=25037 vsize=15683108 CPUtime=303.61 cores=1,3,5,7
/proc/25039/task/25065/stat : 25065 (java) S 25037 25039 24984 0 -1 4202560 68013 0 0 0 30343 18 0 0 16 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2170.62
Current children cumulated vsize (KiB) 15683108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.17 5.24 6.10 6/224 25150
/proc/meminfo: memFree=7007008/32951124 swapFree=67111412/67111528
[pid=25039] ppid=25037 vsize=15683108 CPUtime=2228.4 cores=1,3,5,7
/proc/25039/stat : 25039 (java) S 25037 25039 24984 0 -1 4202496 3890360 0 1 0 222149 691 0 0 25 0 22 0 522879187 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347695077 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 3920777 3833616 2294 9 0 3911496 0
[pid=25039/tid=25040] ppid=25037 vsize=15683108 CPUtime=2.65 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) S 25037 25039 24984 0 -1 4202560 35673 0 1 0 261 4 0 0 25 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25042] ppid=25037 vsize=15683108 CPUtime=2.71 cores=1,3,5,7
/proc/25039/task/25042/stat : 25042 (java) S 25037 25039 24984 0 -1 4202560 304844 0 0 0 220 51 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25043] ppid=25037 vsize=15683108 CPUtime=2.6 cores=1,3,5,7
/proc/25039/task/25043/stat : 25043 (java) S 25037 25039 24984 0 -1 4202560 317650 0 0 0 208 52 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25044] ppid=25037 vsize=15683108 CPUtime=2.75 cores=1,3,5,7
/proc/25039/task/25044/stat : 25044 (java) S 25037 25039 24984 0 -1 4202560 364763 0 0 0 216 59 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25045] ppid=25037 vsize=15683108 CPUtime=2.91 cores=1,3,5,7
/proc/25039/task/25045/stat : 25045 (java) S 25037 25039 24984 0 -1 4202560 324636 0 0 0 237 54 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25046] ppid=25037 vsize=15683108 CPUtime=2.79 cores=1,3,5,7
/proc/25039/task/25046/stat : 25046 (java) S 25037 25039 24984 0 -1 4202560 334986 0 0 0 224 55 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25047] ppid=25037 vsize=15683108 CPUtime=3.69 cores=1,3,5,7
/proc/25039/task/25047/stat : 25047 (java) S 25037 25039 24984 0 -1 4202560 425876 0 0 0 303 66 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25048] ppid=25037 vsize=15683108 CPUtime=3.54 cores=1,3,5,7
/proc/25039/task/25048/stat : 25048 (java) S 25037 25039 24984 0 -1 4202560 499054 0 0 0 276 78 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25049] ppid=25037 vsize=15683108 CPUtime=3.52 cores=1,3,5,7
/proc/25039/task/25049/stat : 25049 (java) S 25037 25039 24984 0 -1 4202560 384200 0 0 0 290 62 0 0 16 0 22 0 522879188 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25050] ppid=25037 vsize=15683108 CPUtime=986.88 cores=1,3,5,7
/proc/25039/task/25050/stat : 25050 (java) R 25037 25039 24984 0 -1 4202560 583793 0 0 0 98565 123 0 0 18 0 22 0 522879189 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 47076254026569 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=25039/tid=25051] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25051/stat : 25051 (java) S 25037 25039 24984 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522879190 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25052] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25052/stat : 25052 (java) S 25037 25039 24984 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 522879190 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 7 0 0 0
[pid=25039/tid=25053] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25053/stat : 25053 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347716017 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25054] ppid=25037 vsize=15683108 CPUtime=0.96 cores=1,3,5,7
/proc/25039/task/25054/stat : 25054 (java) S 25037 25039 24984 0 -1 4202560 5226 0 0 0 95 1 0 0 15 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25055] ppid=25037 vsize=15683108 CPUtime=1.61 cores=1,3,5,7
/proc/25039/task/25055/stat : 25055 (java) S 25037 25039 24984 0 -1 4202560 15882 0 0 0 159 2 0 0 15 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25056] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25056/stat : 25056 (java) S 25037 25039 24984 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
[pid=25039/tid=25057] ppid=25037 vsize=15683108 CPUtime=0 cores=1,3,5,7
/proc/25039/task/25057/stat : 25057 (java) S 25037 25039 24984 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 522879192 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708928 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25062] ppid=25037 vsize=15683108 CPUtime=301.77 cores=1,3,5,7
/proc/25039/task/25062/stat : 25062 (java) S 25037 25039 24984 0 -1 4202560 65924 0 0 0 30159 18 0 0 15 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 5 0 0 0
[pid=25039/tid=25063] ppid=25037 vsize=15683108 CPUtime=303.04 cores=1,3,5,7
/proc/25039/task/25063/stat : 25063 (java) S 25037 25039 24984 0 -1 4202560 79841 0 0 0 30286 18 0 0 15 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25064] ppid=25037 vsize=15683108 CPUtime=303.15 cores=1,3,5,7
/proc/25039/task/25064/stat : 25064 (java) S 25037 25039 24984 0 -1 4202560 78539 0 0 0 30295 20 0 0 15 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 3 0 0 0
[pid=25039/tid=25065] ppid=25037 vsize=15683108 CPUtime=303.66 cores=1,3,5,7
/proc/25039/task/25065/stat : 25065 (java) S 25037 25039 24984 0 -1 4202560 68013 0 0 0 30348 18 0 0 16 0 22 0 522879278 16059502592 3833616 33554432000 1073741824 1073778376 140736054843184 18446744073709551615 232347708313 0 4 0 16800975 18446604465862841408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2228.4
Current children cumulated vsize (KiB) 15683108

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25039

[startup+1302.3 s]
/proc/loadavg: 5.17 5.24 6.10 6/225 25151
/proc/meminfo: memFree=7006876/32951124 swapFree=67111412/67111528
[pid=25039] ppid=25037 vsize=0 CPUtime=2230.69 cores=1,3,5,7
/proc/25039/stat : 25039 (java) Z 25037 25039 24984 0 -1 4203548 3890383 0 1 0 222350 719 0 0 18 0 2 0 522879187 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 0 0 0 0 0 0 0
[pid=25039/tid=25040] ppid=25037 vsize=0 CPUtime=2.94 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) R 25037 25039 24984 0 -1 4203588 35673 0 1 0 261 33 0 0 18 0 2 0 522879188 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2230.69
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.17 5.24 6.10 6/225 25151
/proc/meminfo: memFree=7006876/32951124 swapFree=67111412/67111528
[pid=25039] ppid=25037 vsize=0 CPUtime=2230.79 cores=1,3,5,7
/proc/25039/stat : 25039 (java) Z 25037 25039 24984 0 -1 4203548 3890383 0 1 0 222350 729 0 0 18 0 2 0 522879187 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 0 0 0 0 0 0 0
[pid=25039/tid=25040] ppid=25037 vsize=0 CPUtime=3.04 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) R 25037 25039 24984 0 -1 4203588 35673 0 1 0 261 43 0 0 18 0 2 0 522879188 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2230.79
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 5.17 5.24 6.10 6/225 25151
/proc/meminfo: memFree=7006876/32951124 swapFree=67111412/67111528
[pid=25039] ppid=25037 vsize=0 CPUtime=2230.89 cores=1,3,5,7
/proc/25039/stat : 25039 (java) Z 25037 25039 24984 0 -1 4203548 3890383 0 1 0 222350 739 0 0 18 0 2 0 522879187 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25039/statm: 0 0 0 0 0 0 0
[pid=25039/tid=25040] ppid=25037 vsize=0 CPUtime=3.14 cores=1,3,5,7
/proc/25039/task/25040/stat : 25040 (java) R 25037 25039 24984 0 -1 4203588 35673 0 1 0 261 53 0 0 18 0 2 0 522879188 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2230.89
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.55
CPU time (s): 2230.95
CPU user time (s): 2223.51
CPU system time (s): 7.44387
CPU usage (%): 171.276
Max. virtual memory (cumulated for all children) (KiB): 15685916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2223.51
system time used= 7.44387
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3890383
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= 76602
involuntary context switches= 40996

runsolver used 2.14067 second user time and 5.02324 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-29 23:33:30
IDJOB=3312385
IDBENCH=82570
IDSOLVER=1699
FILE ID=node132/3312385-1304112810
RUNJOBID= node132-1304112810-25003
PBS_JOBID= 13170698
Free space on /tmp= 71868 MiB

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

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

MD5SUM BENCH= 83f9a63a559155a858e739be2c598060
RANDOM SEED=368716098

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      25364236 kB
Buffers:        776348 kB
Cached:        6237444 kB
SwapCached:          4 kB
Active:        2103048 kB
Inactive:      4983772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25364236 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7980 kB
Writeback:           0 kB
AnonPages:       72420 kB
Mapped:          20940 kB
Slab:           436156 kB
PageTables:       5536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   778580 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71864 MiB
End job on node132 at 2011-04-29 23:55:13