Trace number 3311123

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) 2183.59 1302.61

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
MD5SUM0d0abbf84f73b4226aa3bedf08367d2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark291.591
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	55:34 INFO : Reading from input HOME/instance-3311123-1304110533.cnf
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Executor set job limit to 1000000
1.02/0.85	Starting Executor!
1.02/0.85	Starting Executor!
1.02/0.85	Starting Executor!
1.02/0.85	Starting Executor!
3.11/2.04	55:36 INFO : 34847 variables remaining out of 35000
3.11/2.04	55:36 INFO : 584192 literals remaining out of 588000
1195.52/327.69	01:01 ERROR: Failed to solve instance
1195.52/327.69	java.lang.OutOfMemoryError: Java heap space
1195.52/327.69		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1195.52/327.69		at gnu.trove.THash.postInsertHook(THash.java:370)
1195.52/327.69		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1195.52/327.69		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1195.52/327.69		at ibis.structure.Subsumming.run(Subsumming.java:58)
1195.52/327.69		at ibis.structure.Solver.simplify(Solver.java:205)
1195.52/327.69		at ibis.structure.Solver.solve(Solver.java:113)
1195.52/327.69		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1195.52/327.69		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1195.52/327.69		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1195.52/327.69		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1195.52/327.69		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1195.52/327.69		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1195.52/327.69		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1195.52/327.69		at ibis.constellation.Executor.processActivities(Executor.java:75)
1195.52/327.69		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1195.52/327.69		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1195.52/327.69		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1201.53/333.54	01:07 ERROR: Failed to solve instance
1201.53/333.54	java.lang.OutOfMemoryError: Java heap space
1201.53/333.54		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1201.53/333.54		at gnu.trove.THash.postInsertHook(THash.java:370)
1201.53/333.54		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1201.53/333.54		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1201.53/333.54		at ibis.structure.Subsumming.run(Subsumming.java:58)
1201.53/333.54		at ibis.structure.Solver.simplify(Solver.java:205)
1201.53/333.54		at ibis.structure.Solver.solve(Solver.java:113)
1201.53/333.54		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1201.53/333.54		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1201.53/333.54		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1201.53/333.54		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1201.53/333.54		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1201.53/333.54		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1201.53/333.54		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1201.53/333.54		at ibis.constellation.Executor.processActivities(Executor.java:75)
1201.53/333.54		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1201.53/333.54		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1201.53/333.54		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1207.10/338.90	01:12 ERROR: Failed to solve instance
1207.10/338.90	java.lang.OutOfMemoryError: Java heap space
1207.10/338.90		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1207.10/338.90		at gnu.trove.THash.postInsertHook(THash.java:370)
1207.10/338.90		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1207.10/338.90		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1207.10/338.90		at ibis.structure.Subsumming.run(Subsumming.java:58)
1207.10/338.90		at ibis.structure.Solver.simplify(Solver.java:205)
1207.10/338.90		at ibis.structure.Solver.solve(Solver.java:113)
1207.10/338.90		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1207.10/338.90		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1207.10/338.90		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1207.10/338.90		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1207.10/338.90		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1207.10/338.90		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1207.10/338.90		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1207.10/338.90		at ibis.constellation.Executor.processActivities(Executor.java:75)
1207.10/338.90		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1207.10/338.90		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1207.10/338.90		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1210.36/342.17	01:16 ERROR: Failed to solve instance
1210.36/342.17	java.lang.OutOfMemoryError: Java heap space
1210.36/342.17		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1210.36/342.17		at gnu.trove.THash.postInsertHook(THash.java:370)
1210.36/342.17		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1210.36/342.17		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1210.36/342.17		at ibis.structure.Subsumming.run(Subsumming.java:58)
1210.36/342.17		at ibis.structure.Solver.simplify(Solver.java:205)
1210.36/342.17		at ibis.structure.Solver.solve(Solver.java:113)
1210.36/342.17		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1210.36/342.17		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1210.36/342.17		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1210.36/342.17		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1210.36/342.17		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1210.36/342.17		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1210.36/342.17		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1210.36/342.17		at ibis.constellation.Executor.processActivities(Executor.java:75)
1210.36/342.17		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1210.36/342.17		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1210.36/342.17		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1216.76/348.22	01:22 ERROR: Failed to solve instance
1216.76/348.22	java.lang.OutOfMemoryError: Java heap space
1217.84/349.30	01:23 ERROR: Failed to solve instance
1217.84/349.30	java.lang.OutOfMemoryError: Java heap space
1219.75/350.97	01:25 ERROR: Failed to solve instance
1219.75/350.97	java.lang.OutOfMemoryError: Java heap space
1219.75/350.97	01:25 ERROR: Failed to solve instance
1219.75/350.97	java.lang.OutOfMemoryError: Java heap space
1226.83/356.58	01:30 ERROR: Failed to solve instance
1226.83/356.58	java.lang.OutOfMemoryError: Java heap space
1322.18/450.75	02:45 ERROR: Failed to solve instance
1322.18/450.75	java.lang.OutOfMemoryError: Java heap space
1371.29/499.48	03:53 ERROR: Failed to solve instance
1371.29/499.48	java.lang.OutOfMemoryError: Java heap space
1371.80/499.92	03:54 ERROR: Failed to solve instance
1371.80/499.92	java.lang.OutOfMemoryError: Java heap space
1391.76/519.88	04:13 ERROR: Failed to solve instance
1391.76/519.88	java.lang.OutOfMemoryError: Java heap space
1393.35/521.35	04:15 ERROR: Failed to solve instance
1393.35/521.35	java.lang.OutOfMemoryError: Java heap space
1958.56/1086.34	Exception in thread "SingleThreadedConstellation 2" java.lang.OutOfMemoryError: Java heap space
1961.83/1089.48	13:43 ERROR: Failed to solve instance
1961.83/1089.48	java.lang.OutOfMemoryError: Java heap space
1966.35/1093.12	13:47 ERROR: Failed to solve instance
1966.35/1093.12	java.lang.OutOfMemoryError: Java heap space
1996.53/1122.39	14:16 ERROR: Failed to solve instance
1996.53/1122.39	java.lang.OutOfMemoryError: Java heap space
2020.10/1145.60	14:39 ERROR: Failed to solve instance
2020.10/1145.60	java.lang.OutOfMemoryError: Java heap space
2055.44/1180.83	15:15 ERROR: Failed to solve instance
2055.44/1180.83	java.lang.OutOfMemoryError: Java heap space
2059.22/1184.46	15:18 ERROR: Failed to solve instance
2059.22/1184.46	java.lang.OutOfMemoryError: Java heap space
2061.48/1186.61	15:20 ERROR: Failed to solve instance
2061.48/1186.61	java.lang.OutOfMemoryError: Java heap space
2063.46/1188.49	15:22 ERROR: Failed to solve instance
2063.46/1188.49	java.lang.OutOfMemoryError: Java heap space
2065.14/1189.93	15:24 ERROR: Failed to solve instance
2065.14/1189.93	java.lang.OutOfMemoryError: Java heap space
2070.85/1194.69	15:28 ERROR: Failed to solve instance
2070.85/1194.69	java.lang.OutOfMemoryError: Java heap space
2093.32/1216.95	15:51 ERROR: Failed to solve instance
2093.32/1216.95	java.lang.OutOfMemoryError: Java heap space
2096.18/1219.52	15:53 ERROR: Failed to solve instance
2096.18/1219.52	java.lang.OutOfMemoryError: Java heap space
2100.70/1223.70	15:57 ERROR: Failed to solve instance
2100.70/1223.70	java.lang.OutOfMemoryError: Java heap space
2103.51/1226.15	16:00 ERROR: Failed to solve instance
2103.51/1226.15	java.lang.OutOfMemoryError: Java heap space
2126.40/1248.86	16:23 ERROR: Failed to solve instance
2126.40/1248.86	java.lang.OutOfMemoryError: Java heap space
2130.41/1252.50	16:26 ERROR: Failed to solve instance
2130.41/1252.50	java.lang.OutOfMemoryError: Java heap space
2132.94/1254.79	16:29 ERROR: Failed to solve instance
2132.94/1254.79	java.lang.OutOfMemoryError: Java heap space
2139.02/1260.09	16:34 ERROR: Failed to solve instance
2139.02/1260.09	java.lang.OutOfMemoryError: Java heap space
2139.02/1260.09	16:34 ERROR: Failed to solve instance
2139.02/1260.09	java.lang.OutOfMemoryError: Java heap space
2161.52/1282.34	16:56 ERROR: Failed to solve instance
2161.52/1282.34	java.lang.OutOfMemoryError: Java heap space
2164.14/1284.83	16:59 ERROR: Failed to solve instance
2164.14/1284.83	java.lang.OutOfMemoryError: Java heap space
2166.06/1286.65	17:00 ERROR: Failed to solve instance
2166.06/1286.65	java.lang.OutOfMemoryError: Java heap space
2168.55/1288.98	17:03 ERROR: Failed to solve instance
2168.55/1288.98	java.lang.OutOfMemoryError: Java heap space
2175.75/1295.18	17:09 ERROR: Failed to solve instance
2175.75/1295.18	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-3311123-1304110533/watcher-3311123-1304110533 -o /tmp/evaluation-result-3311123-1304110533/solver-3311123-1304110533 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311123-1304110533.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 8.21 8.16 7.97 5/198 4544
/proc/meminfo: memFree=16340760/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/4544/stat : 4544 (java) R 4542 4544 4401 0 -1 4202496 1103 0 0 0 0 0 0 0 18 0 1 0 522651083 23580672 591 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218900768512 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/4544/statm: 5757 604 453 9 0 124 0

[startup+0.0326979 s]
/proc/loadavg: 8.21 8.16 7.97 5/198 4544
/proc/meminfo: memFree=16340760/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=15604248 CPUtime=0.01 cores=0,2,4,6
/proc/4544/stat : 4544 (java) S 4542 4544 4401 0 -1 4202496 3572 0 1 0 1 0 0 0 18 0 13 0 522651083 15978749952 3013 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 3901062 3013 1667 9 0 3891810 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604248

[startup+0.103 s]
/proc/loadavg: 8.21 8.16 7.97 5/198 4544
/proc/meminfo: memFree=16340760/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=15676216 CPUtime=0.1 cores=0,2,4,6
/proc/4544/stat : 4544 (java) S 4542 4544 4401 0 -1 4202496 5554 0 1 0 9 1 0 0 18 0 18 0 522651083 16052445184 4973 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 3919054 4973 2117 9 0 3909773 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676216

[startup+0.300722 s]
/proc/loadavg: 8.21 8.16 7.97 5/198 4544
/proc/meminfo: memFree=16340760/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=15681396 CPUtime=0.51 cores=0,2,4,6
/proc/4544/stat : 4544 (java) S 4542 4544 4401 0 -1 4202496 15116 0 1 0 49 2 0 0 18 0 18 0 522651083 16057749504 13320 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 3920349 13326 2207 9 0 3911068 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15681396

[startup+0.700618 s]
/proc/loadavg: 8.21 8.16 7.97 5/198 4544
/proc/meminfo: memFree=16340760/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=15681396 CPUtime=0.92 cores=0,2,4,6
/proc/4544/stat : 4544 (java) S 4542 4544 4401 0 -1 4202496 41840 0 1 0 86 6 0 0 18 0 18 0 522651083 16057749504 40041 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 3920349 40041 2223 9 0 3911068 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681396

[startup+1.50147 s]
/proc/loadavg: 8.21 8.16 7.97 6/220 4566
/proc/meminfo: memFree=16186516/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=15690212 CPUtime=2.21 cores=0,2,4,6
/proc/4544/stat : 4544 (java) S 4542 4544 4401 0 -1 4202496 47411 0 1 0 214 7 0 0 18 0 22 0 522651083 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 3922553 43403 2265 9 0 3913272 0
[pid=4544/tid=4546] ppid=4542 vsize=15690212 CPUtime=1.47 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (java) R 4542 4544 4401 0 -1 4202560 35619 0 1 0 142 5 0 0 18 0 22 0 522651084 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 46912505186735 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (java) S 4542 4544 4401 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 522651085 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (java) S 4542 4544 4401 0 -1 4202560 677 0 0 0 0 0 0 0 15 0 22 0 522651085 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4549/stat : 4549 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522651085 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4550/stat : 4550 (java) S 4542 4544 4401 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 22 0 522651085 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4551/stat : 4551 (java) S 4542 4544 4401 0 -1 4202560 274 0 0 0 0 0 0 0 16 0 22 0 522651085 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4552/stat : 4552 (java) S 4542 4544 4401 0 -1 4202560 395 0 0 0 0 0 0 0 16 0 22 0 522651085 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4401 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 522651085 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4554/stat : 4554 (java) S 4542 4544 4401 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 22 0 522651085 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4555/stat : 4555 (java) S 4542 4544 4401 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 522651086 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 0 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4401 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 522651086 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4401 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 522651086 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522651088 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917554609 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15690212 CPUtime=0.38 cores=0,2,4,6
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4401 0 -1 4202560 4422 0 0 0 38 0 0 0 15 0 22 0 522651088 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4560] ppid=4542 vsize=15690212 CPUtime=0.31 cores=0,2,4,6
/proc/4544/task/4560/stat : 4560 (java) R 4542 4544 4401 0 -1 4202560 4433 0 0 0 31 0 0 0 15 0 22 0 522651088 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 47175434791289 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4561/stat : 4561 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522651088 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4562] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4562/stat : 4562 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522651088 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4563] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4563/stat : 4563 (java) S 4542 4544 4401 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 522651168 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4564] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4564/stat : 4564 (java) S 4542 4544 4401 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522651168 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4565/stat : 4565 (java) S 4542 4544 4401 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 522651169 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15690212 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4566/stat : 4566 (java) S 4542 4544 4401 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 522651169 16066777088 43403 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 15690212

[startup+3.10115 s]
/proc/loadavg: 8.04 8.13 7.96 7/220 4566
/proc/meminfo: memFree=16173868/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=15690380 CPUtime=6.3 cores=0,2,4,6
/proc/4544/stat : 4544 (java) S 4542 4544 4401 0 -1 4202496 84411 0 1 0 617 13 0 0 18 0 22 0 522651083 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 3922595 80094 2275 9 0 3913314 0
[pid=4544/tid=4546] ppid=4542 vsize=15690380 CPUtime=2.01 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (java) S 4542 4544 4401 0 -1 4202560 35665 0 1 0 196 5 0 0 18 0 22 0 522651084 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15690380 CPUtime=0.01 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (java) S 4542 4544 4401 0 -1 4202560 1469 0 0 0 1 0 0 0 15 0 22 0 522651085 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15690380 CPUtime=0.05 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (java) S 4542 4544 4401 0 -1 4202560 10715 0 0 0 4 1 0 0 16 0 22 0 522651085 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4549/stat : 4549 (java) S 4542 4544 4401 0 -1 4202560 1072 0 0 0 0 0 0 0 15 0 22 0 522651085 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15690380 CPUtime=0.04 cores=0,2,4,6
/proc/4544/task/4550/stat : 4550 (java) S 4542 4544 4401 0 -1 4202560 6951 0 0 0 4 0 0 0 16 0 22 0 522651085 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15690380 CPUtime=0.01 cores=0,2,4,6
/proc/4544/task/4551/stat : 4551 (java) S 4542 4544 4401 0 -1 4202560 2399 0 0 0 1 0 0 0 15 0 22 0 522651085 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15690380 CPUtime=0.03 cores=0,2,4,6
/proc/4544/task/4552/stat : 4552 (java) S 4542 4544 4401 0 -1 4202560 5007 0 0 0 3 0 0 0 16 0 22 0 522651085 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15690380 CPUtime=0.06 cores=0,2,4,6
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4401 0 -1 4202560 10262 0 0 0 4 2 0 0 16 0 22 0 522651085 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4554/stat : 4554 (java) S 4542 4544 4401 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 522651085 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4555/stat : 4555 (java) S 4542 4544 4401 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 22 0 522651086 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 0 0 16800975 18446604453886761024 0 0 -1 0 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4401 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522651086 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4401 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522651086 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522651088 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917554609 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15690380 CPUtime=0.94 cores=0,2,4,6
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4401 0 -1 4202560 4658 0 0 0 94 0 0 0 15 0 22 0 522651088 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 0 0 0 0
[pid=4544/tid=4560] ppid=4542 vsize=15690380 CPUtime=0.65 cores=0,2,4,6
/proc/4544/task/4560/stat : 4560 (java) S 4542 4544 4401 0 -1 4202560 4594 0 0 0 65 0 0 0 15 0 22 0 522651088 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4561/stat : 4561 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522651088 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4562] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4562/stat : 4562 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 522651088 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4563] ppid=4542 vsize=15690380 CPUtime=0.79 cores=0,2,4,6
/proc/4544/task/4563/stat : 4563 (java) R 4542 4544 4401 0 -1 4202560 27 0 0 0 79 0 0 0 16 0 22 0 522651168 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 47175435416723 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4544/tid=4564] ppid=4542 vsize=15690380 CPUtime=0.36 cores=0,2,4,6
/proc/4544/task/4564/stat : 4564 (java) R 4542 4544 4401 0 -1 4202560 7 0 0 0 36 0 0 0 16 0 22 0 522651168 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 46912506108915 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15690380 CPUtime=0.47 cores=0,2,4,6
/proc/4544/task/4565/stat : 4565 (java) R 4542 4544 4401 0 -1 4202560 11 0 0 0 47 0 0 0 16 0 22 0 522651169 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 46912506108920 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15690380 CPUtime=0.75 cores=0,2,4,6
/proc/4544/task/4566/stat : 4566 (java) R 4542 4544 4401 0 -1 4202560 11 0 0 0 75 0 0 0 16 0 22 0 522651169 16066949120 80094 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 46912506108920 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 15690380

[startup+6.33053 s]
/proc/loadavg: 8.04 8.13 7.96 6/211 4608
/proc/meminfo: memFree=27564252/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=15690380 CPUtime=19.17 cores=0,2,4,6
/proc/4544/stat : 4544 (java) S 4542 4544 4401 0 -1 4202496 304244 0 1 0 1869 48 0 0 18 0 22 0 522651083 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 3922595 298763 2275 9 0 3913314 0
[pid=4544/tid=4546] ppid=4542 vsize=15690380 CPUtime=2.01 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (java) S 4542 4544 4401 0 -1 4202560 35665 0 1 0 196 5 0 0 18 0 22 0 522651084 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15690380 CPUtime=0.13 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (java) R 4542 4544 4401 0 -1 4202560 17824 0 0 0 11 2 0 0 15 0 22 0 522651085 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218905684279 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15690380 CPUtime=0.13 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (java) S 4542 4544 4401 0 -1 4202560 25007 0 0 0 10 3 0 0 16 0 22 0 522651085 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15690380 CPUtime=0.21 cores=0,2,4,6
/proc/4544/task/4549/stat : 4549 (java) R 4542 4544 4401 0 -1 4202560 28542 0 0 0 16 5 0 0 15 0 22 0 522651085 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547974 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15690380 CPUtime=0.21 cores=0,2,4,6
/proc/4544/task/4550/stat : 4550 (java) S 4542 4544 4401 0 -1 4202560 44143 0 0 0 15 6 0 0 16 0 22 0 522651085 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15690380 CPUtime=0.15 cores=0,2,4,6
/proc/4544/task/4551/stat : 4551 (java) S 4542 4544 4401 0 -1 4202560 20991 0 0 0 11 4 0 0 16 0 22 0 522651085 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15690380 CPUtime=0.15 cores=0,2,4,6
/proc/4544/task/4552/stat : 4552 (java) S 4542 4544 4401 0 -1 4202560 29998 0 0 0 11 4 0 0 15 0 22 0 522651085 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 0 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15690380 CPUtime=0.17 cores=0,2,4,6
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4401 0 -1 4202560 31815 0 0 0 12 5 0 0 15 0 22 0 522651085 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15690380 CPUtime=0.17 cores=0,2,4,6
/proc/4544/task/4554/stat : 4554 (java) R 4542 4544 4401 0 -1 4202560 30133 0 0 0 13 4 0 0 15 0 22 0 522651085 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218905684279 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4555/stat : 4555 (java) S 4542 4544 4401 0 -1 4202560 441 0 0 0 0 0 0 0 16 0 22 0 522651086 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 0 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4401 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 522651086 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4401 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 522651086 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15690380 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 522651088 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917554609 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15690380 CPUtime=0.96 cores=0,2,4,6
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4401 0 -1 4202560 4660 0 0 0 96 0 0 0 15 0 22 0 522651088 16066949120 298763 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 0 0 0 0

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

[pid=4544/tid=4554] ppid=4542 vsize=15686128 CPUtime=2.55 cores=0,2,4,6
/proc/4544/task/4554/stat : 4554 (java) S 4542 4544 4401 0 -1 4202560 321531 0 0 0 197 58 0 0 15 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15686128 CPUtime=887.36 cores=0,2,4,6
/proc/4544/task/4555/stat : 4555 (java) R 4542 4544 4401 0 -1 4202560 566929 0 0 0 88634 102 0 0 19 0 21 0 522651086 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 47175434838135 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4401 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 21 0 522651086 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4401 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 21 0 522651086 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917554609 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15686128 CPUtime=1.08 cores=0,2,4,6
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4401 0 -1 4202560 4674 0 0 0 108 0 0 0 16 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 0 0 0 0
[pid=4544/tid=4560] ppid=4542 vsize=15686128 CPUtime=0.76 cores=0,2,4,6
/proc/4544/task/4560/stat : 4560 (java) S 4542 4544 4401 0 -1 4202560 4606 0 0 0 76 0 0 0 15 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4561/stat : 4561 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4562] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4562/stat : 4562 (java) S 4542 4544 4401 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4563] ppid=4542 vsize=15686128 CPUtime=285.34 cores=0,2,4,6
/proc/4544/task/4563/stat : 4563 (java) S 4542 4544 4401 0 -1 4202560 54605 0 0 0 28524 10 0 0 15 0 21 0 522651168 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 0 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15686128 CPUtime=285.22 cores=0,2,4,6
/proc/4544/task/4565/stat : 4565 (java) S 4542 4544 4401 0 -1 4202560 60874 0 0 0 28512 10 0 0 15 0 21 0 522651169 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15686128 CPUtime=286.22 cores=0,2,4,6
/proc/4544/task/4566/stat : 4566 (java) S 4542 4544 4401 0 -1 4202560 55063 0 0 0 28609 13 0 0 15 0 21 0 522651169 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2057.03
Current children cumulated vsize (KiB) 15686128

[startup+1242.3 s]
/proc/loadavg: 4.80 5.09 6.08 6/219 4713
/proc/meminfo: memFree=9269664/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=15686128 CPUtime=2119.89 cores=0,2,4,6
/proc/4544/stat : 4544 (java) S 4542 4544 4401 0 -1 4202496 3929447 0 1 0 211271 718 0 0 18 0 21 0 522651083 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 3921532 3849950 2295 9 0 3912251 0
[pid=4544/tid=4546] ppid=4542 vsize=15686128 CPUtime=2.01 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (java) S 4542 4544 4401 0 -1 4202560 35665 0 1 0 196 5 0 0 18 0 21 0 522651084 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15686128 CPUtime=2.99 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (java) S 4542 4544 4401 0 -1 4202560 340217 0 0 0 242 57 0 0 15 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15686128 CPUtime=3.02 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (java) S 4542 4544 4401 0 -1 4202560 421177 0 0 0 230 72 0 0 16 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15686128 CPUtime=3.36 cores=0,2,4,6
/proc/4544/task/4549/stat : 4549 (java) S 4542 4544 4401 0 -1 4202560 391327 0 0 0 268 68 0 0 16 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15686128 CPUtime=3.29 cores=0,2,4,6
/proc/4544/task/4550/stat : 4550 (java) S 4542 4544 4401 0 -1 4202560 463303 0 0 0 247 82 0 0 16 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15686128 CPUtime=3.36 cores=0,2,4,6
/proc/4544/task/4551/stat : 4551 (java) S 4542 4544 4401 0 -1 4202560 431235 0 0 0 257 79 0 0 16 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15686128 CPUtime=3.11 cores=0,2,4,6
/proc/4544/task/4552/stat : 4552 (java) S 4542 4544 4401 0 -1 4202560 367912 0 0 0 242 69 0 0 16 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15686128 CPUtime=2.64 cores=0,2,4,6
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4401 0 -1 4202560 347471 0 0 0 202 62 0 0 15 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15686128 CPUtime=2.55 cores=0,2,4,6
/proc/4544/task/4554/stat : 4554 (java) S 4542 4544 4401 0 -1 4202560 321531 0 0 0 197 58 0 0 15 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15686128 CPUtime=945.85 cores=0,2,4,6
/proc/4544/task/4555/stat : 4555 (java) R 4542 4544 4401 0 -1 4202560 566931 0 0 0 94478 107 0 0 18 0 21 0 522651086 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 47175432491324 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4401 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 21 0 522651086 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4401 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 21 0 522651086 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917554609 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15686128 CPUtime=1.08 cores=0,2,4,6
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4401 0 -1 4202560 4674 0 0 0 108 0 0 0 16 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 0 0 0 0
[pid=4544/tid=4560] ppid=4542 vsize=15686128 CPUtime=0.76 cores=0,2,4,6
/proc/4544/task/4560/stat : 4560 (java) S 4542 4544 4401 0 -1 4202560 4606 0 0 0 76 0 0 0 15 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4561/stat : 4561 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4562] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4562/stat : 4562 (java) S 4542 4544 4401 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4563] ppid=4542 vsize=15686128 CPUtime=286.81 cores=0,2,4,6
/proc/4544/task/4563/stat : 4563 (java) S 4542 4544 4401 0 -1 4202560 54658 0 0 0 28671 10 0 0 15 0 21 0 522651168 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 0 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15686128 CPUtime=286.68 cores=0,2,4,6
/proc/4544/task/4565/stat : 4565 (java) S 4542 4544 4401 0 -1 4202560 61077 0 0 0 28657 11 0 0 15 0 21 0 522651169 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15686128 CPUtime=287.67 cores=0,2,4,6
/proc/4544/task/4566/stat : 4566 (java) S 4542 4544 4401 0 -1 4202560 55314 0 0 0 28753 14 0 0 15 0 21 0 522651169 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2119.89
Current children cumulated vsize (KiB) 15686128



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.11 5.13 6.04 6/219 4715
/proc/meminfo: memFree=4797264/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=15686128 CPUtime=2180.98 cores=0,2,4,6
/proc/4544/stat : 4544 (java) S 4542 4544 4401 0 -1 4202496 3929950 0 1 0 217374 724 0 0 18 0 21 0 522651083 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 3921532 3849950 2295 9 0 3912251 0
[pid=4544/tid=4546] ppid=4542 vsize=15686128 CPUtime=2.01 cores=0,2,4,6
/proc/4544/task/4546/stat : 4546 (java) S 4542 4544 4401 0 -1 4202560 35665 0 1 0 196 5 0 0 18 0 21 0 522651084 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4547] ppid=4542 vsize=15686128 CPUtime=2.99 cores=0,2,4,6
/proc/4544/task/4547/stat : 4547 (java) S 4542 4544 4401 0 -1 4202560 340217 0 0 0 242 57 0 0 15 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4548] ppid=4542 vsize=15686128 CPUtime=3.02 cores=0,2,4,6
/proc/4544/task/4548/stat : 4548 (java) S 4542 4544 4401 0 -1 4202560 421177 0 0 0 230 72 0 0 16 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4549] ppid=4542 vsize=15686128 CPUtime=3.36 cores=0,2,4,6
/proc/4544/task/4549/stat : 4549 (java) S 4542 4544 4401 0 -1 4202560 391327 0 0 0 268 68 0 0 16 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4550] ppid=4542 vsize=15686128 CPUtime=3.29 cores=0,2,4,6
/proc/4544/task/4550/stat : 4550 (java) S 4542 4544 4401 0 -1 4202560 463303 0 0 0 247 82 0 0 16 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4551] ppid=4542 vsize=15686128 CPUtime=3.36 cores=0,2,4,6
/proc/4544/task/4551/stat : 4551 (java) S 4542 4544 4401 0 -1 4202560 431235 0 0 0 257 79 0 0 16 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4552] ppid=4542 vsize=15686128 CPUtime=3.11 cores=0,2,4,6
/proc/4544/task/4552/stat : 4552 (java) S 4542 4544 4401 0 -1 4202560 367912 0 0 0 242 69 0 0 16 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4553] ppid=4542 vsize=15686128 CPUtime=2.64 cores=0,2,4,6
/proc/4544/task/4553/stat : 4553 (java) S 4542 4544 4401 0 -1 4202560 347471 0 0 0 202 62 0 0 15 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4554] ppid=4542 vsize=15686128 CPUtime=2.55 cores=0,2,4,6
/proc/4544/task/4554/stat : 4554 (java) S 4542 4544 4401 0 -1 4202560 321531 0 0 0 197 58 0 0 15 0 21 0 522651085 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4555] ppid=4542 vsize=15686128 CPUtime=1001.78 cores=0,2,4,6
/proc/4544/task/4555/stat : 4555 (java) R 4542 4544 4401 0 -1 4202560 566936 0 0 0 100066 112 0 0 18 0 21 0 522651086 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 47175434456207 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=4544/tid=4556] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4556/stat : 4556 (java) S 4542 4544 4401 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 21 0 522651086 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4557] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4557/stat : 4557 (java) S 4542 4544 4401 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 21 0 522651086 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
[pid=4544/tid=4558] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4558/stat : 4558 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917554609 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4559] ppid=4542 vsize=15686128 CPUtime=1.08 cores=0,2,4,6
/proc/4544/task/4559/stat : 4559 (java) S 4542 4544 4401 0 -1 4202560 4674 0 0 0 108 0 0 0 16 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 0 0 0 0
[pid=4544/tid=4560] ppid=4542 vsize=15686128 CPUtime=0.76 cores=0,2,4,6
/proc/4544/task/4560/stat : 4560 (java) S 4542 4544 4401 0 -1 4202560 4606 0 0 0 76 0 0 0 15 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4561/stat : 4561 (java) S 4542 4544 4401 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 6 0 0 0
[pid=4544/tid=4562] ppid=4542 vsize=15686128 CPUtime=0 cores=0,2,4,6
/proc/4544/task/4562/stat : 4562 (java) S 4542 4544 4401 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 21 0 522651088 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917547520 0 4 0 16800975 18446604453886761024 0 0 -1 0 0 0 0
[pid=4544/tid=4563] ppid=4542 vsize=15686128 CPUtime=288.53 cores=0,2,4,6
/proc/4544/task/4563/stat : 4563 (java) S 4542 4544 4401 0 -1 4202560 54755 0 0 0 28843 10 0 0 15 0 21 0 522651168 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 0 0 0 0
[pid=4544/tid=4565] ppid=4542 vsize=15686128 CPUtime=288.4 cores=0,2,4,6
/proc/4544/task/4565/stat : 4565 (java) S 4542 4544 4401 0 -1 4202560 61383 0 0 0 28828 12 0 0 16 0 21 0 522651169 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 2 0 0 0
[pid=4544/tid=4566] ppid=4542 vsize=15686128 CPUtime=289.38 cores=0,2,4,6
/proc/4544/task/4566/stat : 4566 (java) S 4542 4544 4401 0 -1 4202560 55406 0 0 0 28924 14 0 0 15 0 21 0 522651169 16062595072 3849950 33554432000 1073741824 1073778376 140734028877264 18446744073709551615 218917546905 0 4 0 16800975 18446604453886761024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2180.98
Current children cumulated vsize (KiB) 15686128

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4544

[startup+1302.3 s]
/proc/loadavg: 5.10 5.13 6.03 6/220 4716
/proc/meminfo: memFree=4797256/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=0 CPUtime=2183.28 cores=0,2,4,6
/proc/4544/stat : 4544 (java) Z 4542 4544 4401 0 -1 4203548 3929978 0 1 0 217575 753 0 0 18 0 2 0 522651083 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 0 0 0 0 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/4544/task/4561/stat : 4561 (java) R 4542 4544 4401 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 522651088 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2183.28
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 5.10 5.13 6.03 6/220 4716
/proc/meminfo: memFree=4797256/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=0 CPUtime=2183.38 cores=0,2,4,6
/proc/4544/stat : 4544 (java) Z 4542 4544 4401 0 -1 4203548 3929978 0 1 0 217575 763 0 0 18 0 2 0 522651083 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 0 0 0 0 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/4544/task/4561/stat : 4561 (java) R 4542 4544 4401 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 522651088 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2183.38
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 5.10 5.13 6.03 6/220 4716
/proc/meminfo: memFree=4797256/32951124 swapFree=67111356/67111528
[pid=4544] ppid=4542 vsize=0 CPUtime=2183.58 cores=0,2,4,6
/proc/4544/stat : 4544 (java) Z 4542 4544 4401 0 -1 4203548 3929978 0 1 0 217575 783 0 0 18 0 2 0 522651083 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4544/statm: 0 0 0 0 0 0 0
[pid=4544/tid=4561] ppid=4542 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/4544/task/4561/stat : 4561 (java) R 4542 4544 4401 0 -1 4203588 1 0 0 0 0 58 0 0 18 0 2 0 522651088 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2183.58
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.61
CPU time (s): 2183.59
CPU user time (s): 2175.75
CPU system time (s): 7.83981
CPU usage (%): 167.632
Max. virtual memory (cumulated for all children) (KiB): 15690380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2175.75
system time used= 7.83981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3929978
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= 64294
involuntary context switches= 34072

runsolver used 2.11268 second user time and 5.05123 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-29 22:55:34
IDJOB=3311123
IDBENCH=82508
IDSOLVER=1698
FILE ID=node137/3311123-1304110533
RUNJOBID= node137-1304109313-4419
PBS_JOBID= 13170673
Free space on /tmp= 71608 MiB

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

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

MD5SUM BENCH= 0d0abbf84f73b4226aa3bedf08367d2e
RANDOM SEED=1797376134

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16340908 kB
Buffers:        901112 kB
Cached:        2915732 kB
SwapCached:         48 kB
Active:       12370584 kB
Inactive:      3754644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16340908 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            4764 kB
Writeback:           0 kB
AnonPages:    12308000 kB
Mapped:          23460 kB
Slab:           396476 kB
PageTables:      28744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13161236 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= 71612 MiB
End job on node137 at 2011-04-29 23:17:16