Trace number 3311162

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S1854039067-041-UNKNOWN.cnf
MD5SUM30037b76a2fd7877580e038a49317f67
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark560.149
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
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.10/0.11	26:56 INFO : Reading from input HOME/instance-3311162-1304112416.cnf
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
4.16/2.31	26:59 INFO : 29886 variables remaining out of 30000
4.16/2.31	26:59 INFO : 501084 literals remaining out of 504000
1313.16/423.00	33:56 ERROR: Failed to solve instance
1313.16/423.00	java.lang.OutOfMemoryError: Java heap space
1313.16/423.00		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1313.16/423.00		at gnu.trove.THash.postInsertHook(THash.java:370)
1313.16/423.00		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1313.16/423.00		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1313.16/423.00		at ibis.structure.Subsumming.run(Subsumming.java:58)
1313.16/423.00		at ibis.structure.Solver.simplify(Solver.java:205)
1313.16/423.00		at ibis.structure.Solver.solve(Solver.java:113)
1313.16/423.00		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1313.16/423.00		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1313.16/423.00		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1313.16/423.00		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1313.16/423.00		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1313.16/423.00		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1313.16/423.00		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1313.16/423.00		at ibis.constellation.Executor.processActivities(Executor.java:75)
1313.16/423.00		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1313.16/423.00		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1313.16/423.00		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1318.80/428.64	34:05 ERROR: Failed to solve instance
1318.80/428.64	java.lang.OutOfMemoryError: Java heap space
1318.80/428.64		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1318.80/428.64		at gnu.trove.THash.postInsertHook(THash.java:370)
1318.80/428.64		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1318.80/428.64		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1318.80/428.64		at ibis.structure.Subsumming.run(Subsumming.java:58)
1318.80/428.64		at ibis.structure.Solver.simplify(Solver.java:205)
1318.80/428.64		at ibis.structure.Solver.solve(Solver.java:113)
1318.80/428.64		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1318.80/428.64		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1318.80/428.64		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1318.80/428.64		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1318.80/428.64		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1318.80/428.64		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1318.80/428.64		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1318.80/428.64		at ibis.constellation.Executor.processActivities(Executor.java:75)
1318.80/428.64		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1318.80/428.64		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1318.80/428.64		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1610.59/719.80	37:06 ERROR: Failed to solve instance
1610.59/719.80	java.lang.OutOfMemoryError: Java heap space
1610.59/719.80		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:74)
1610.59/719.80		at ibis.structure.Solver.simplify(Solver.java:191)
1610.59/719.80		at ibis.structure.Solver.solve(Solver.java:113)
1610.59/719.80		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1610.59/719.80		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1610.59/719.80		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1610.59/719.80		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1610.59/719.80		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1610.59/719.80		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1610.59/719.80		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1610.59/719.80		at ibis.constellation.Executor.processActivities(Executor.java:75)
1610.59/719.80		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1610.59/719.80		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1610.59/719.80		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1613.49/722.77	37:38 ERROR: Failed to solve instance
1613.49/722.77	java.lang.OutOfMemoryError: Java heap space
1613.90/723.13	37:13 ERROR: Failed to solve instance
1613.90/723.13	java.lang.OutOfMemoryError: Java heap space
1613.90/723.13		at java.util.Arrays.copyOfRange(Arrays.java:3137)
1613.90/723.13		at ibis.structure.ImplicationsGraph.removeStronglyConnectedComponents(ImplicationsGraph.java:387)
1613.90/723.13		at ibis.structure.Solver.renameEquivalentLiterals(Solver.java:341)
1613.90/723.13		at ibis.structure.Solver.simplify(Solver.java:196)
1613.90/723.13		at ibis.structure.Solver.solve(Solver.java:113)
1613.90/723.13		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1613.90/723.13		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1613.90/723.13		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1613.90/723.13		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1613.90/723.13		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1613.90/723.13		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1613.90/723.13		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1613.90/723.13		at ibis.constellation.Executor.processActivities(Executor.java:75)
1613.90/723.13		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1613.90/723.13		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1613.90/723.13		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1625.96/734.96	39:07 ERROR: Failed to solve instance
1625.96/734.96	java.lang.OutOfMemoryError: Java heap space
1630.38/739.09	39:15 ERROR: Failed to solve instance
1630.38/739.09	java.lang.OutOfMemoryError: Java heap space
1633.95/742.51	39:19 ERROR: Failed to solve instance
1633.95/742.51	java.lang.OutOfMemoryError: Java heap space
1809.99/917.11	42:13 ERROR: Failed to solve instance
1809.99/917.11	java.lang.OutOfMemoryError: Java heap space
1854.22/961.01	42:57 ERROR: Failed to solve instance
1854.22/961.01	java.lang.OutOfMemoryError: Java heap space
1856.15/962.82	42:59 ERROR: Failed to solve instance
1856.15/962.82	java.lang.OutOfMemoryError: Java heap space
1859.60/966.13	43:02 ERROR: Failed to solve instance
1859.60/966.13	java.lang.OutOfMemoryError: Java heap space
1864.52/970.75	43:07 ERROR: Failed to solve instance
1864.52/970.75	java.lang.OutOfMemoryError: Java heap space
1954.85/1060.76	Exception in thread "SingleThreadedConstellation 3" java.lang.OutOfMemoryError: Java heap space
1960.92/1065.93	44:33 ERROR: Failed to solve instance
1960.92/1065.93	44:42 ERROR: Failed to solve instance
1960.92/1065.93	java.lang.OutOfMemoryError: Java heap space
1964.56/1069.20	44:46 ERROR: Failed to solve instance
1964.56/1069.20	java.lang.OutOfMemoryError: Java heap space
2074.92/1179.22	46:36 ERROR: Failed to solve instance
2074.92/1179.22	java.lang.OutOfMemoryError: Java heap space
2076.40/1180.60	46:37 ERROR: Failed to solve instance
2076.40/1180.60	java.lang.OutOfMemoryError: Java heap space
2079.65/1183.63	46:40 ERROR: Failed to solve instance
2079.65/1183.63	java.lang.OutOfMemoryError: Java heap space
2083.37/1187.22	46:44 ERROR: Failed to solve instance
2083.37/1187.22	java.lang.OutOfMemoryError: Java heap space
2090.70/1193.68	46:50 ERROR: Failed to solve instance
2090.70/1193.68	java.lang.OutOfMemoryError: Java heap space
2092.69/1195.52	46:52 ERROR: Failed to solve instance
2092.69/1195.52	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-3311162-1304112416/watcher-3311162-1304112416 -o /tmp/evaluation-result-3311162-1304112416/solver-3311162-1304112416 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311162-1304112416.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: 7.93 7.92 7.20 5/198 18348
/proc/meminfo: memFree=25789584/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/18348/stat : 18348 (java) R 18346 18348 18155 0 -1 4202496 1201 0 0 0 0 0 0 0 25 0 1 0 522840332 23580672 687 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251809277841 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18348/statm: 5757 687 514 9 0 124 0

[startup+0.0610811 s]
/proc/loadavg: 7.93 7.92 7.20 5/198 18348
/proc/meminfo: memFree=25789584/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=15609780 CPUtime=0.05 cores=1,3,5,7
/proc/18348/stat : 18348 (java) S 18346 18348 18155 0 -1 4202496 4296 0 1 0 5 0 0 0 25 0 18 0 522840332 15984414720 3735 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 3902445 3735 1778 9 0 3893164 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609780

[startup+0.101076 s]
/proc/loadavg: 7.93 7.92 7.20 5/198 18348
/proc/meminfo: memFree=25789584/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=15676376 CPUtime=0.1 cores=1,3,5,7
/proc/18348/stat : 18348 (java) S 18346 18348 18155 0 -1 4202496 5616 0 1 0 9 1 0 0 25 0 18 0 522840332 16052609024 5017 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 3919094 5017 2118 9 0 3909813 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676376

[startup+0.301045 s]
/proc/loadavg: 7.93 7.92 7.20 5/198 18348
/proc/meminfo: memFree=25789584/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=15681572 CPUtime=0.52 cores=1,3,5,7
/proc/18348/stat : 18348 (java) S 18346 18348 18155 0 -1 4202496 16272 0 1 0 49 3 0 0 25 0 18 0 522840332 16057929728 14441 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 3920393 14447 2207 9 0 3911112 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681572

[startup+0.70098 s]
/proc/loadavg: 7.93 7.92 7.20 5/198 18348
/proc/meminfo: memFree=25789584/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=15681572 CPUtime=0.93 cores=1,3,5,7
/proc/18348/stat : 18348 (java) S 18346 18348 18155 0 -1 4202496 41868 0 1 0 87 6 0 0 25 0 18 0 522840332 16057929728 40034 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 3920393 40034 2223 9 0 3911112 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681572

[startup+1.50086 s]
/proc/loadavg: 7.93 7.92 7.20 7/220 18370
/proc/meminfo: memFree=25255340/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=15688640 CPUtime=2.47 cores=1,3,5,7
/proc/18348/stat : 18348 (java) S 18346 18348 18155 0 -1 4202496 58546 0 1 0 239 8 0 0 25 0 22 0 522840332 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 3922160 51292 2259 9 0 3912879 0
[pid=18348/tid=18350] ppid=18346 vsize=15688640 CPUtime=1.47 cores=1,3,5,7
/proc/18348/task/18350/stat : 18350 (java) R 18346 18348 18155 0 -1 4202560 35605 0 1 0 142 5 0 0 25 0 22 0 522840332 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 47523687747056 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18348/tid=18351] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18351/stat : 18351 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522840333 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18352] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18352/stat : 18352 (java) S 18346 18348 18155 0 -1 4202560 873 0 0 0 0 0 0 0 18 0 22 0 522840333 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18353] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18353/stat : 18353 (java) S 18346 18348 18155 0 -1 4202560 484 0 0 0 0 0 0 0 18 0 22 0 522840333 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18354] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18354/stat : 18354 (java) S 18346 18348 18155 0 -1 4202560 677 0 0 0 0 0 0 0 18 0 22 0 522840333 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18355] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18355/stat : 18355 (java) S 18346 18348 18155 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 22 0 522840333 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18356] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18356/stat : 18356 (java) S 18346 18348 18155 0 -1 4202560 456 0 0 0 0 0 0 0 18 0 22 0 522840333 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18357] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18357/stat : 18357 (java) S 18346 18348 18155 0 -1 4202560 354 0 0 0 0 0 0 0 18 0 22 0 522840333 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18358] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18358/stat : 18358 (java) S 18346 18348 18155 0 -1 4202560 109 0 0 0 0 0 0 0 18 0 22 0 522840333 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18359] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18359/stat : 18359 (java) S 18346 18348 18155 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 522840334 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 0 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18360] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18360/stat : 18360 (java) S 18346 18348 18155 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522840334 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18361] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18361/stat : 18361 (java) S 18346 18348 18155 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522840334 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18362] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18362/stat : 18362 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522840336 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826063793 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18363] ppid=18346 vsize=15688640 CPUtime=0.22 cores=1,3,5,7
/proc/18348/task/18363/stat : 18363 (java) S 18346 18348 18155 0 -1 4202560 2511 0 0 0 22 0 0 0 15 0 22 0 522840336 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18364] ppid=18346 vsize=15688640 CPUtime=0.72 cores=1,3,5,7
/proc/18348/task/18364/stat : 18364 (java) R 18346 18348 18155 0 -1 4202560 15239 0 0 0 71 1 0 0 20 0 22 0 522840336 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 47523683205538 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18348/tid=18365] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18365/stat : 18365 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522840336 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18366] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18366/stat : 18366 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522840336 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18367] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18367/stat : 18367 (java) S 18346 18348 18155 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522840408 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18368] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18368/stat : 18368 (java) S 18346 18348 18155 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522840408 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18369] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18369/stat : 18369 (java) S 18346 18348 18155 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522840408 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18370] ppid=18346 vsize=15688640 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18370/stat : 18370 (java) S 18346 18348 18155 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 522840408 16065167360 51292 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 15688640

[startup+3.10158 s]
/proc/loadavg: 8.09 7.95 7.22 7/220 18370
/proc/meminfo: memFree=24291564/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=15690716 CPUtime=6.25 cores=1,3,5,7
/proc/18348/stat : 18348 (java) S 18346 18348 18155 0 -1 4202496 77314 0 1 0 615 10 0 0 25 0 22 0 522840332 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 3922679 68118 2275 9 0 3913398 0
[pid=18348/tid=18350] ppid=18346 vsize=15690716 CPUtime=2.29 cores=1,3,5,7
/proc/18348/task/18350/stat : 18350 (java) S 18346 18348 18155 0 -1 4202560 35663 0 1 0 224 5 0 0 25 0 22 0 522840332 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18351] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18351/stat : 18351 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 522840333 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18352] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18352/stat : 18352 (java) S 18346 18348 18155 0 -1 4202560 873 0 0 0 0 0 0 0 17 0 22 0 522840333 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18353] ppid=18346 vsize=15690716 CPUtime=0.03 cores=1,3,5,7
/proc/18348/task/18353/stat : 18353 (java) S 18346 18348 18155 0 -1 4202560 3674 0 0 0 3 0 0 0 18 0 22 0 522840333 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18354] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18354/stat : 18354 (java) S 18346 18348 18155 0 -1 4202560 677 0 0 0 0 0 0 0 17 0 22 0 522840333 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18355] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18355/stat : 18355 (java) S 18346 18348 18155 0 -1 4202560 741 0 0 0 0 0 0 0 17 0 22 0 522840333 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18356] ppid=18346 vsize=15690716 CPUtime=0.02 cores=1,3,5,7
/proc/18348/task/18356/stat : 18356 (java) S 18346 18348 18155 0 -1 4202560 4920 0 0 0 2 0 0 0 18 0 22 0 522840333 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18357] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18357/stat : 18357 (java) S 18346 18348 18155 0 -1 4202560 354 0 0 0 0 0 0 0 17 0 22 0 522840333 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18358] ppid=18346 vsize=15690716 CPUtime=0.02 cores=1,3,5,7
/proc/18348/task/18358/stat : 18358 (java) S 18346 18348 18155 0 -1 4202560 4469 0 0 0 2 0 0 0 18 0 22 0 522840333 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18359] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18359/stat : 18359 (java) S 18346 18348 18155 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 522840334 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 0 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18360] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18360/stat : 18360 (java) S 18346 18348 18155 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522840334 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18361] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18361/stat : 18361 (java) S 18346 18348 18155 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522840334 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18362] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18362/stat : 18362 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522840336 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826063793 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18363] ppid=18346 vsize=15690716 CPUtime=0.9 cores=1,3,5,7
/proc/18348/task/18363/stat : 18363 (java) S 18346 18348 18155 0 -1 4202560 4036 0 0 0 90 0 0 0 15 0 22 0 522840336 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18364] ppid=18346 vsize=15690716 CPUtime=1.41 cores=1,3,5,7
/proc/18348/task/18364/stat : 18364 (java) S 18346 18348 18155 0 -1 4202560 16691 0 0 0 140 1 0 0 15 0 22 0 522840336 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18365] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18365/stat : 18365 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522840336 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18366] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18366/stat : 18366 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522840336 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18367] ppid=18346 vsize=15690716 CPUtime=0.39 cores=1,3,5,7
/proc/18348/task/18367/stat : 18367 (java) R 18346 18348 18155 0 -1 4202560 1050 0 0 0 39 0 0 0 16 0 22 0 522840408 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 46912506241470 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=18348/tid=18368] ppid=18346 vsize=15690716 CPUtime=0.19 cores=1,3,5,7
/proc/18348/task/18368/stat : 18368 (java) R 18346 18348 18155 0 -1 4202560 2075 0 0 0 19 0 0 0 16 0 22 0 522840408 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 46912506368324 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=18348/tid=18369] ppid=18346 vsize=15690716 CPUtime=0.57 cores=1,3,5,7
/proc/18348/task/18369/stat : 18369 (java) S 18346 18348 18155 0 -1 4202560 620 0 0 0 57 0 0 0 16 0 22 0 522840408 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18370] ppid=18346 vsize=15690716 CPUtime=0.32 cores=1,3,5,7
/proc/18348/task/18370/stat : 18370 (java) S 18346 18348 18155 0 -1 4202560 10 0 0 0 32 0 0 0 15 0 22 0 522840408 16067293184 68118 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 15690716

[startup+6.30104 s]
/proc/loadavg: 8.09 7.95 7.22 10/220 18370
/proc/meminfo: memFree=23649132/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=15690716 CPUtime=18.6 cores=1,3,5,7
/proc/18348/stat : 18348 (java) S 18346 18348 18155 0 -1 4202496 263709 0 1 0 1822 38 0 0 25 0 22 0 522840332 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 3922679 253407 2275 9 0 3913398 0
[pid=18348/tid=18350] ppid=18346 vsize=15690716 CPUtime=2.29 cores=1,3,5,7
/proc/18348/task/18350/stat : 18350 (java) S 18346 18348 18155 0 -1 4202560 35663 0 1 0 224 5 0 0 25 0 22 0 522840332 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18351] ppid=18346 vsize=15690716 CPUtime=0.08 cores=1,3,5,7
/proc/18348/task/18351/stat : 18351 (java) S 18346 18348 18155 0 -1 4202560 15379 0 0 0 6 2 0 0 15 0 22 0 522840333 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18352] ppid=18346 vsize=15690716 CPUtime=0.06 cores=1,3,5,7
/proc/18348/task/18352/stat : 18352 (java) S 18346 18348 18155 0 -1 4202560 12095 0 0 0 5 1 0 0 15 0 22 0 522840333 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18353] ppid=18346 vsize=15690716 CPUtime=0.08 cores=1,3,5,7
/proc/18348/task/18353/stat : 18353 (java) S 18346 18348 18155 0 -1 4202560 17028 0 0 0 6 2 0 0 16 0 22 0 522840333 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18354] ppid=18346 vsize=15690716 CPUtime=0.07 cores=1,3,5,7
/proc/18348/task/18354/stat : 18354 (java) S 18346 18348 18155 0 -1 4202560 11860 0 0 0 5 2 0 0 15 0 22 0 522840333 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18355] ppid=18346 vsize=15690716 CPUtime=0.07 cores=1,3,5,7
/proc/18348/task/18355/stat : 18355 (java) S 18346 18348 18155 0 -1 4202560 8815 0 0 0 5 2 0 0 16 0 22 0 522840333 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18356] ppid=18346 vsize=15690716 CPUtime=0.14 cores=1,3,5,7
/proc/18348/task/18356/stat : 18356 (java) S 18346 18348 18155 0 -1 4202560 29686 0 0 0 10 4 0 0 15 0 22 0 522840333 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18357] ppid=18346 vsize=15690716 CPUtime=0.1 cores=1,3,5,7
/proc/18348/task/18357/stat : 18357 (java) S 18346 18348 18155 0 -1 4202560 17593 0 0 0 8 2 0 0 16 0 22 0 522840333 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18358] ppid=18346 vsize=15690716 CPUtime=0.07 cores=1,3,5,7
/proc/18348/task/18358/stat : 18358 (java) S 18346 18348 18155 0 -1 4202560 11971 0 0 0 6 1 0 0 15 0 22 0 522840333 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18359] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18359/stat : 18359 (java) S 18346 18348 18155 0 -1 4202560 594 0 0 0 0 0 0 0 15 0 22 0 522840334 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 0 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18360] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18360/stat : 18360 (java) S 18346 18348 18155 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522840334 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18361] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18361/stat : 18361 (java) S 18346 18348 18155 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522840334 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18362] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18362/stat : 18362 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522840336 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826063793 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18363] ppid=18346 vsize=15690716 CPUtime=0.91 cores=1,3,5,7
/proc/18348/task/18363/stat : 18363 (java) S 18346 18348 18155 0 -1 4202560 4036 0 0 0 91 0 0 0 15 0 22 0 522840336 16067293184 253407 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0

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

[pid=18348/tid=18358] ppid=18346 vsize=15690716 CPUtime=1.81 cores=1,3,5,7
/proc/18348/task/18358/stat : 18358 (java) S 18346 18348 18155 0 -1 4202560 199995 0 0 0 149 32 0 0 15 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18359] ppid=18346 vsize=15690716 CPUtime=880.42 cores=1,3,5,7
/proc/18348/task/18359/stat : 18359 (java) R 18346 18348 18155 0 -1 4202560 701004 0 0 0 87952 90 0 0 18 0 21 0 522840334 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 47523683166019 0 0 0 16800975 0 0 0 -1 7 0 0 0
[pid=18348/tid=18360] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18360/stat : 18360 (java) S 18346 18348 18155 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 522840334 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18361] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18361/stat : 18361 (java) S 18346 18348 18155 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 21 0 522840334 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18362] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18362/stat : 18362 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826063793 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18363] ppid=18346 vsize=15690716 CPUtime=0.95 cores=1,3,5,7
/proc/18348/task/18363/stat : 18363 (java) S 18346 18348 18155 0 -1 4202560 4038 0 0 0 95 0 0 0 16 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18364] ppid=18346 vsize=15690716 CPUtime=1.65 cores=1,3,5,7
/proc/18348/task/18364/stat : 18364 (java) S 18346 18348 18155 0 -1 4202560 16716 0 0 0 164 1 0 0 15 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18365] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18365/stat : 18365 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18366] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18366/stat : 18366 (java) S 18346 18348 18155 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18367] ppid=18346 vsize=15690716 CPUtime=293.68 cores=1,3,5,7
/proc/18348/task/18367/stat : 18367 (java) S 18346 18348 18155 0 -1 4202560 112460 0 0 0 29349 19 0 0 15 0 21 0 522840408 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18368] ppid=18346 vsize=15690716 CPUtime=293.65 cores=1,3,5,7
/proc/18348/task/18368/stat : 18368 (java) S 18346 18348 18155 0 -1 4202560 122496 0 0 0 29343 22 0 0 15 0 21 0 522840408 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18370] ppid=18346 vsize=15690716 CPUtime=292.75 cores=1,3,5,7
/proc/18348/task/18370/stat : 18370 (java) S 18346 18348 18155 0 -1 4202560 113337 0 0 0 29255 20 0 0 15 0 21 0 522840408 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2078.25
Current children cumulated vsize (KiB) 15690716

[startup+1242.31 s]
/proc/loadavg: 4.74 5.04 5.85 6/219 18455
/proc/meminfo: memFree=8252532/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=15690716 CPUtime=2139.61 cores=1,3,5,7
/proc/18348/stat : 18348 (java) S 18346 18348 18155 0 -1 4202496 3910419 0 1 0 213323 638 0 0 25 0 21 0 522840332 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 3922679 3862577 2295 9 0 3913398 0
[pid=18348/tid=18350] ppid=18346 vsize=15690716 CPUtime=2.29 cores=1,3,5,7
/proc/18348/task/18350/stat : 18350 (java) S 18346 18348 18155 0 -1 4202560 35663 0 1 0 224 5 0 0 25 0 21 0 522840332 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18351] ppid=18346 vsize=15690716 CPUtime=3.09 cores=1,3,5,7
/proc/18348/task/18351/stat : 18351 (java) S 18346 18348 18155 0 -1 4202560 439279 0 0 0 236 73 0 0 15 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18352] ppid=18346 vsize=15690716 CPUtime=1.99 cores=1,3,5,7
/proc/18348/task/18352/stat : 18352 (java) S 18346 18348 18155 0 -1 4202560 227571 0 0 0 159 40 0 0 15 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18353] ppid=18346 vsize=15690716 CPUtime=3.5 cores=1,3,5,7
/proc/18348/task/18353/stat : 18353 (java) S 18346 18348 18155 0 -1 4202560 502150 0 0 0 269 81 0 0 16 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18354] ppid=18346 vsize=15690716 CPUtime=2.38 cores=1,3,5,7
/proc/18348/task/18354/stat : 18354 (java) S 18346 18348 18155 0 -1 4202560 345481 0 0 0 178 60 0 0 16 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18355] ppid=18346 vsize=15690716 CPUtime=2.09 cores=1,3,5,7
/proc/18348/task/18355/stat : 18355 (java) S 18346 18348 18155 0 -1 4202560 277840 0 0 0 164 45 0 0 16 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18356] ppid=18346 vsize=15690716 CPUtime=2.23 cores=1,3,5,7
/proc/18348/task/18356/stat : 18356 (java) S 18346 18348 18155 0 -1 4202560 288558 0 0 0 172 51 0 0 16 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18357] ppid=18346 vsize=15690716 CPUtime=3.08 cores=1,3,5,7
/proc/18348/task/18357/stat : 18357 (java) S 18346 18348 18155 0 -1 4202560 419936 0 0 0 239 69 0 0 16 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18358] ppid=18346 vsize=15690716 CPUtime=1.81 cores=1,3,5,7
/proc/18348/task/18358/stat : 18358 (java) S 18346 18348 18155 0 -1 4202560 199995 0 0 0 149 32 0 0 15 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18359] ppid=18346 vsize=15690716 CPUtime=939.72 cores=1,3,5,7
/proc/18348/task/18359/stat : 18359 (java) R 18346 18348 18155 0 -1 4202560 701009 0 0 0 93880 92 0 0 25 0 21 0 522840334 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 47523687450627 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=18348/tid=18360] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18360/stat : 18360 (java) S 18346 18348 18155 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 522840334 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18361] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18361/stat : 18361 (java) S 18346 18348 18155 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 21 0 522840334 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18362] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18362/stat : 18362 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826063793 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18363] ppid=18346 vsize=15690716 CPUtime=0.95 cores=1,3,5,7
/proc/18348/task/18363/stat : 18363 (java) S 18346 18348 18155 0 -1 4202560 4038 0 0 0 95 0 0 0 16 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18364] ppid=18346 vsize=15690716 CPUtime=1.65 cores=1,3,5,7
/proc/18348/task/18364/stat : 18364 (java) S 18346 18348 18155 0 -1 4202560 16716 0 0 0 164 1 0 0 15 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18365] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18365/stat : 18365 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18366] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18366/stat : 18366 (java) S 18346 18348 18155 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18367] ppid=18346 vsize=15690716 CPUtime=294.36 cores=1,3,5,7
/proc/18348/task/18367/stat : 18367 (java) S 18346 18348 18155 0 -1 4202560 112677 0 0 0 29416 20 0 0 15 0 21 0 522840408 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18368] ppid=18346 vsize=15690716 CPUtime=294.36 cores=1,3,5,7
/proc/18348/task/18368/stat : 18368 (java) S 18346 18348 18155 0 -1 4202560 122532 0 0 0 29413 23 0 0 15 0 21 0 522840408 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18370] ppid=18346 vsize=15690716 CPUtime=293.41 cores=1,3,5,7
/proc/18348/task/18370/stat : 18370 (java) S 18346 18348 18155 0 -1 4202560 113690 0 0 0 29321 20 0 0 15 0 21 0 522840408 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2139.61
Current children cumulated vsize (KiB) 15690716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.89 5.03 5.80 6/219 18456
/proc/meminfo: memFree=5601704/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=15690716 CPUtime=2197.35 cores=1,3,5,7
/proc/18348/stat : 18348 (java) S 18346 18348 18155 0 -1 4202496 3911035 0 1 0 219095 640 0 0 25 0 21 0 522840332 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 3922679 3862577 2295 9 0 3913398 0
[pid=18348/tid=18350] ppid=18346 vsize=15690716 CPUtime=2.29 cores=1,3,5,7
/proc/18348/task/18350/stat : 18350 (java) S 18346 18348 18155 0 -1 4202560 35663 0 1 0 224 5 0 0 25 0 21 0 522840332 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18351] ppid=18346 vsize=15690716 CPUtime=3.09 cores=1,3,5,7
/proc/18348/task/18351/stat : 18351 (java) S 18346 18348 18155 0 -1 4202560 439279 0 0 0 236 73 0 0 15 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18352] ppid=18346 vsize=15690716 CPUtime=1.99 cores=1,3,5,7
/proc/18348/task/18352/stat : 18352 (java) S 18346 18348 18155 0 -1 4202560 227571 0 0 0 159 40 0 0 15 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18353] ppid=18346 vsize=15690716 CPUtime=3.5 cores=1,3,5,7
/proc/18348/task/18353/stat : 18353 (java) S 18346 18348 18155 0 -1 4202560 502150 0 0 0 269 81 0 0 16 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18354] ppid=18346 vsize=15690716 CPUtime=2.38 cores=1,3,5,7
/proc/18348/task/18354/stat : 18354 (java) S 18346 18348 18155 0 -1 4202560 345481 0 0 0 178 60 0 0 16 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18355] ppid=18346 vsize=15690716 CPUtime=2.09 cores=1,3,5,7
/proc/18348/task/18355/stat : 18355 (java) S 18346 18348 18155 0 -1 4202560 277840 0 0 0 164 45 0 0 16 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18356] ppid=18346 vsize=15690716 CPUtime=2.23 cores=1,3,5,7
/proc/18348/task/18356/stat : 18356 (java) S 18346 18348 18155 0 -1 4202560 288558 0 0 0 172 51 0 0 16 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18357] ppid=18346 vsize=15690716 CPUtime=3.08 cores=1,3,5,7
/proc/18348/task/18357/stat : 18357 (java) S 18346 18348 18155 0 -1 4202560 419936 0 0 0 239 69 0 0 16 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18358] ppid=18346 vsize=15690716 CPUtime=1.81 cores=1,3,5,7
/proc/18348/task/18358/stat : 18358 (java) S 18346 18348 18155 0 -1 4202560 199995 0 0 0 149 32 0 0 15 0 21 0 522840333 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18359] ppid=18346 vsize=15690716 CPUtime=997.4 cores=1,3,5,7
/proc/18348/task/18359/stat : 18359 (java) R 18346 18348 18155 0 -1 4202560 701011 0 0 0 99647 93 0 0 25 0 21 0 522840334 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 47523686721139 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=18348/tid=18360] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18360/stat : 18360 (java) S 18346 18348 18155 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 522840334 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18361] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18361/stat : 18361 (java) S 18346 18348 18155 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 21 0 522840334 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18362] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18362/stat : 18362 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826063793 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18363] ppid=18346 vsize=15690716 CPUtime=0.95 cores=1,3,5,7
/proc/18348/task/18363/stat : 18363 (java) S 18346 18348 18155 0 -1 4202560 4038 0 0 0 95 0 0 0 16 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18364] ppid=18346 vsize=15690716 CPUtime=1.65 cores=1,3,5,7
/proc/18348/task/18364/stat : 18364 (java) S 18346 18348 18155 0 -1 4202560 16716 0 0 0 164 1 0 0 15 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 7 0 0 0
[pid=18348/tid=18365] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18365/stat : 18365 (java) S 18346 18348 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18366] ppid=18346 vsize=15690716 CPUtime=0 cores=1,3,5,7
/proc/18348/task/18366/stat : 18366 (java) S 18346 18348 18155 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 21 0 522840336 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056704 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
[pid=18348/tid=18367] ppid=18346 vsize=15690716 CPUtime=294.37 cores=1,3,5,7
/proc/18348/task/18367/stat : 18367 (java) S 18346 18348 18155 0 -1 4202560 112854 0 0 0 29417 20 0 0 15 0 21 0 522840408 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 3 0 0 0
[pid=18348/tid=18368] ppid=18346 vsize=15690716 CPUtime=294.4 cores=1,3,5,7
/proc/18348/task/18368/stat : 18368 (java) S 18346 18348 18155 0 -1 4202560 122532 0 0 0 29416 24 0 0 15 0 21 0 522840408 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 1 0 0 0
[pid=18348/tid=18370] ppid=18346 vsize=15690716 CPUtime=293.43 cores=1,3,5,7
/proc/18348/task/18370/stat : 18370 (java) S 18346 18348 18155 0 -1 4202560 114125 0 0 0 29322 21 0 0 15 0 21 0 522840408 16067293184 3862577 33554432000 1073741824 1073778376 140734420100576 18446744073709551615 251826056089 0 4 0 16800975 18446604469985266432 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2197.35
Current children cumulated vsize (KiB) 15690716

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18348

[startup+1302.3 s]
/proc/loadavg: 4.90 5.03 5.79 6/220 18457
/proc/meminfo: memFree=5619284/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=0 CPUtime=2199.64 cores=1,3,5,7
/proc/18348/stat : 18348 (java) Z 18346 18348 18155 0 -1 4203548 3911066 0 1 0 219296 668 0 0 18 0 2 0 522840332 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 0 0 0 0 0 0 0
[pid=18348/tid=18359] ppid=18346 vsize=0 CPUtime=999.7 cores=1,3,5,7
/proc/18348/task/18359/stat : 18359 (java) R 18346 18348 18155 0 -1 4203588 701013 0 0 0 99849 121 0 0 25 0 2 0 522840334 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2199.64
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 4.90 5.03 5.79 6/220 18457
/proc/meminfo: memFree=5619284/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=0 CPUtime=2199.74 cores=1,3,5,7
/proc/18348/stat : 18348 (java) Z 18346 18348 18155 0 -1 4203548 3911066 0 1 0 219296 678 0 0 18 0 2 0 522840332 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 0 0 0 0 0 0 0
[pid=18348/tid=18359] ppid=18346 vsize=0 CPUtime=999.8 cores=1,3,5,7
/proc/18348/task/18359/stat : 18359 (java) R 18346 18348 18155 0 -1 4203588 701013 0 0 0 99849 131 0 0 25 0 2 0 522840334 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2199.74
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 4.90 5.03 5.79 6/220 18457
/proc/meminfo: memFree=5619284/32950928 swapFree=67111448/67111528
[pid=18348] ppid=18346 vsize=0 CPUtime=2199.84 cores=1,3,5,7
/proc/18348/stat : 18348 (java) Z 18346 18348 18155 0 -1 4203548 3911066 0 1 0 219296 688 0 0 18 0 2 0 522840332 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/18348/statm: 0 0 0 0 0 0 0
[pid=18348/tid=18359] ppid=18346 vsize=0 CPUtime=999.9 cores=1,3,5,7
/proc/18348/task/18359/stat : 18359 (java) R 18346 18348 18155 0 -1 4203588 701013 0 0 0 99849 141 0 0 25 0 2 0 522840334 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2199.84
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.55
CPU time (s): 2199.9
CPU user time (s): 2192.97
CPU system time (s): 6.93195
CPU usage (%): 168.892
Max. virtual memory (cumulated for all children) (KiB): 15690716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2192.97
system time used= 6.93195
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3911066
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= 85514
involuntary context switches= 40084

runsolver used 2.17867 second user time and 4.96124 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 23:26:56
IDJOB=3311162
IDBENCH=82547
IDSOLVER=1698
FILE ID=node126/3311162-1304112416
RUNJOBID= node126-1304111178-18174
PBS_JOBID= 13170683
Free space on /tmp= 71592 MiB

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

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

MD5SUM BENCH= 30037b76a2fd7877580e038a49317f67
RANDOM SEED=1538427967

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25789856 kB
Buffers:        257944 kB
Cached:        1412904 kB
SwapCached:         76 kB
Active:        5239600 kB
Inactive:      1599988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25789856 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            6460 kB
Writeback:           0 kB
AnonPages:     5168552 kB
Mapped:          23440 kB
Slab:           247116 kB
PageTables:      14304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  6902708 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= 71588 MiB
End job on node126 at 2011-04-29 23:48:39