Trace number 3313311

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1? (TO) 3643.01 1302.56

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

Solver Data

0.10/0.12	34:46 INFO : Reading from input HOME/instance-3313311-1304188484.cnf
14.70/14.25	Executor set job limit to 1000000
14.70/14.25	Executor set job limit to 1000000
14.70/14.25	Executor set job limit to 1000000
14.70/14.25	Executor set job limit to 1000000
14.70/14.25	Starting Executor!
14.70/14.25	Starting Executor!
14.70/14.26	Starting Executor!
14.70/14.26	Starting Executor!
52.18/49.42	35:35 INFO : 84519 variables remaining out of 88289
52.18/49.42	35:35 INFO : 20574565 literals remaining out of 16598048
2733.90/774.07	47:39 ERROR: Failed to solve instance
2733.90/774.07	java.lang.OutOfMemoryError: GC overhead limit exceeded
2733.90/774.07		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2733.90/774.07		at gnu.trove.THash.postInsertHook(THash.java:370)
2733.90/774.07		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2733.90/774.07		at ibis.structure.WatchLists.build(WatchLists.java:56)
2733.90/774.07		at ibis.structure.Solver.<init>(Solver.java:45)
2733.90/774.07		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2733.90/774.07		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2733.90/774.07		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2733.90/774.07		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2733.90/774.07		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2733.90/774.07		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2733.90/774.07		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2733.90/774.07		at ibis.constellation.Executor.processActivities(Executor.java:75)
2733.90/774.07		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2733.90/774.07		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2733.90/774.07		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2760.54/792.78	47:58 ERROR: Failed to solve instance
2760.54/792.78	java.lang.OutOfMemoryError: GC overhead limit exceeded
2760.54/792.78		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2760.54/792.78		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2760.54/792.78		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:38)
2760.54/792.78		at ibis.structure.Solver.addBinary(Solver.java:97)
2760.54/792.78		at ibis.structure.Solver.propagate(Solver.java:261)
2760.54/792.78		at ibis.structure.Solver.simplify(Solver.java:188)
2760.54/792.78		at ibis.structure.Solver.solve(Solver.java:113)
2760.54/792.78		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2760.54/792.78		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2760.54/792.78		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2760.54/792.78		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2760.54/792.78		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2760.54/792.78		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2760.54/792.78		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2760.54/792.78		at ibis.constellation.Executor.processActivities(Executor.java:75)
2760.54/792.78		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2760.54/792.78		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2760.54/792.78		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2788.14/809.95	48:15 ERROR: Failed to solve instance
2788.14/809.95	java.lang.OutOfMemoryError: GC overhead limit exceeded
2788.14/809.95		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2788.14/809.95		at gnu.trove.THash.compact(THash.java:197)
2788.14/809.95		at gnu.trove.THash.removeAt(THash.java:261)
2788.14/809.95		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
2788.14/809.95		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
2788.14/809.95		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
2788.14/809.95		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
2788.14/809.95		at ibis.structure.Solver.propagate(Solver.java:271)
2788.14/809.95		at ibis.structure.Solver.simplify(Solver.java:188)
2788.14/809.95		at ibis.structure.Solver.solve(Solver.java:113)
2788.14/809.95		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2788.14/809.95		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2788.14/809.95		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2788.14/809.95		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2788.14/809.95		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2788.14/809.95		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2788.14/809.95		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2788.14/809.95		at ibis.constellation.Executor.processActivities(Executor.java:75)
2788.14/809.95		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2788.14/809.95		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2788.14/809.95		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2801.00/819.02	48:24 ERROR: Failed to solve instance
2801.00/819.02	java.lang.OutOfMemoryError: Java heap space
2801.00/819.02		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2801.00/819.02		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2801.00/819.02		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2801.00/819.02		at ibis.structure.WatchLists.build(WatchLists.java:58)
2801.00/819.02		at ibis.structure.Solver.<init>(Solver.java:45)
2801.00/819.02		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2801.00/819.02		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2801.00/819.02		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2801.00/819.02		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2801.00/819.02		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2801.00/819.02		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2801.00/819.02		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2801.00/819.02		at ibis.constellation.Executor.processActivities(Executor.java:75)
2801.00/819.02		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2801.00/819.02		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2801.00/819.02		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2813.20/828.69	48:34 ERROR: Failed to solve instance
2813.20/828.69	java.lang.OutOfMemoryError: GC overhead limit exceeded
2951.13/896.37	49:42 ERROR: Failed to solve instance
2951.13/896.37	java.lang.OutOfMemoryError: GC overhead limit exceeded
2960.32/903.22	49:49 ERROR: Failed to solve instance
2960.32/903.22	java.lang.OutOfMemoryError: GC overhead limit exceeded
2968.88/909.79	49:55 ERROR: Failed to solve instance
2968.88/909.79	java.lang.OutOfMemoryError: GC overhead limit exceeded
3027.96/955.83	50:41 ERROR: Failed to solve instance
3027.96/955.83	java.lang.OutOfMemoryError: Java heap space
3044.35/965.38	50:51 ERROR: Failed to solve instance
3044.35/965.38	java.lang.OutOfMemoryError: GC overhead limit exceeded
3082.34/984.18	51:10 ERROR: Failed to solve instance
3082.34/984.18	java.lang.OutOfMemoryError: GC overhead limit exceeded
3117.72/1003.85	51:29 ERROR: Failed to solve instance
3117.72/1003.85	java.lang.OutOfMemoryError: GC overhead limit exceeded
3174.12/1042.20	52:08 ERROR: Failed to solve instance
3174.12/1042.20	java.lang.OutOfMemoryError: GC overhead limit exceeded
3225.66/1070.13	52:36 ERROR: Failed to solve instance
3225.66/1070.13	java.lang.OutOfMemoryError: GC overhead limit exceeded
3269.71/1097.59	53:03 ERROR: Failed to solve instance
3269.71/1097.59	java.lang.OutOfMemoryError: GC overhead limit exceeded
3279.76/1104.25	53:10 ERROR: Failed to solve instance
3279.76/1104.25	java.lang.OutOfMemoryError: Java heap space
3287.94/1109.68	53:15 ERROR: Failed to solve instance
3287.94/1109.68	java.lang.OutOfMemoryError: GC overhead limit exceeded
3327.45/1132.68	53:38 ERROR: Failed to solve instance
3327.45/1132.68	java.lang.OutOfMemoryError: GC overhead limit exceeded
3340.02/1141.30	53:47 ERROR: Failed to solve instance
3340.02/1141.30	java.lang.OutOfMemoryError: GC overhead limit exceeded
3355.07/1151.04	53:56 ERROR: Failed to solve instance
3355.07/1151.04	java.lang.OutOfMemoryError: Java heap space
3443.42/1184.61	54:30 ERROR: Failed to solve instance
3443.42/1184.61	java.lang.OutOfMemoryError: Java heap space
3455.10/1191.70	54:37 ERROR: Failed to solve instance
3455.10/1191.70	java.lang.OutOfMemoryError: GC overhead limit exceeded
3490.15/1210.72	54:56 ERROR: Failed to solve instance
3490.15/1210.72	java.lang.OutOfMemoryError: GC overhead limit exceeded
3505.33/1223.40	55:09 ERROR: Failed to solve instance
3505.33/1223.40	java.lang.OutOfMemoryError: GC overhead limit exceeded
3513.15/1227.96	55:13 ERROR: Failed to solve instance
3513.15/1227.96	java.lang.OutOfMemoryError: Java heap space
3551.52/1253.12	55:39 ERROR: Failed to solve instance
3551.52/1253.12	java.lang.OutOfMemoryError: Java heap space
3625.39/1290.90	56:16 ERROR: Failed to solve instance
3625.39/1290.90	java.lang.OutOfMemoryError: GC overhead limit exceeded

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-3313311-1304188484/watcher-3313311-1304188484 -o /tmp/evaluation-result-3313311-1304188484/solver-3313311-1304188484 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313311-1304188484.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.12 8.15 8.00 5/202 12362
/proc/meminfo: memFree=29450596/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/12362/stat : 12362 (java) R 12360 12362 11976 0 -1 4202496 1146 0 0 0 0 0 0 0 23 0 1 0 530446423 23580672 633 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271545575168 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12362/statm: 5757 644 479 9 0 124 0

[startup+0.055 s]
/proc/loadavg: 8.12 8.15 8.00 5/202 12362
/proc/meminfo: memFree=29450596/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=15609644 CPUtime=0.05 cores=0,2,4,6
/proc/12362/stat : 12362 (java) S 12360 12362 11976 0 -1 4202496 4058 0 1 0 4 1 0 0 23 0 18 0 530446423 15984275456 3498 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 3902411 3498 1754 9 0 3893130 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15609644

[startup+0.101674 s]
/proc/loadavg: 8.12 8.15 8.00 5/202 12362
/proc/meminfo: memFree=29450596/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=15676672 CPUtime=0.1 cores=0,2,4,6
/proc/12362/stat : 12362 (java) S 12360 12362 11976 0 -1 4202496 5577 0 1 0 9 1 0 0 23 0 18 0 530446423 16052912128 4981 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 3919168 4981 2117 9 0 3909887 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676672

[startup+0.301021 s]
/proc/loadavg: 8.12 8.15 8.00 5/202 12362
/proc/meminfo: memFree=29450596/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=15682064 CPUtime=0.51 cores=0,2,4,6
/proc/12362/stat : 12362 (java) S 12360 12362 11976 0 -1 4202496 14855 0 1 0 49 2 0 0 23 0 18 0 530446423 16058433536 12914 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 3920516 12921 2207 9 0 3911235 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15682064

[startup+0.700926 s]
/proc/loadavg: 8.12 8.15 8.00 5/202 12362
/proc/meminfo: memFree=29450596/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=15682064 CPUtime=0.92 cores=0,2,4,6
/proc/12362/stat : 12362 (java) S 12360 12362 11976 0 -1 4202496 42184 0 1 0 86 6 0 0 23 0 18 0 530446423 16058433536 40241 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 3920516 40241 2223 9 0 3911235 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15682064

[startup+1.50078 s]
/proc/loadavg: 7.95 8.11 7.99 6/220 12380
/proc/meminfo: memFree=29295640/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=15682064 CPUtime=1.74 cores=0,2,4,6
/proc/12362/stat : 12362 (java) S 12360 12362 11976 0 -1 4202496 76082 0 1 0 163 11 0 0 23 0 18 0 530446423 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 3920516 74136 2223 9 0 3911235 0
[pid=12362/tid=12364] ppid=12360 vsize=15682064 CPUtime=1.46 cores=0,2,4,6
/proc/12362/task/12364/stat : 12364 (java) R 12360 12362 11976 0 -1 4202560 66105 0 1 0 137 9 0 0 19 0 18 0 530446424 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 46912505621713 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12362/tid=12365] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12365/stat : 12365 (java) S 12360 12362 11976 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 18 0 530446424 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12366] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12366/stat : 12366 (java) S 12360 12362 11976 0 -1 4202560 1372 0 0 0 0 0 0 0 15 0 18 0 530446424 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12367] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12367/stat : 12367 (java) S 12360 12362 11976 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 18 0 530446424 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12368] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12368/stat : 12368 (java) S 12360 12362 11976 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12369] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12369/stat : 12369 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12370] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12370/stat : 12370 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12371] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12371/stat : 12371 (java) S 12360 12362 11976 0 -1 4202560 1844 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12372] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12372/stat : 12372 (java) S 12360 12362 11976 0 -1 4202560 392 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12373] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12373/stat : 12373 (java) S 12360 12362 11976 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 18 0 530446425 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562354176 0 0 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12374] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12374/stat : 12374 (java) S 12360 12362 11976 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530446426 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12375] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12375/stat : 12375 (java) S 12360 12362 11976 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530446426 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12376] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12376/stat : 12376 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530446428 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562361265 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12377] ppid=12360 vsize=15682064 CPUtime=0.12 cores=0,2,4,6
/proc/12362/task/12377/stat : 12377 (java) S 12360 12362 11976 0 -1 4202560 1334 0 0 0 12 0 0 0 17 0 18 0 530446428 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12378] ppid=12360 vsize=15682064 CPUtime=0.11 cores=0,2,4,6
/proc/12362/task/12378/stat : 12378 (java) S 12360 12362 11976 0 -1 4202560 2592 0 0 0 11 0 0 0 16 0 18 0 530446428 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12379] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12379/stat : 12379 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530446428 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12380] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12380/stat : 12380 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530446428 16058433536 74136 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562354176 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15682064

[startup+3.10151 s]
/proc/loadavg: 7.95 8.11 7.99 6/220 12380
/proc/meminfo: memFree=29010188/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=15682064 CPUtime=3.42 cores=0,2,4,6
/proc/12362/stat : 12362 (java) S 12360 12362 11976 0 -1 4202496 145884 0 1 0 323 19 0 0 23 0 18 0 530446423 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 3920516 143845 2241 9 0 3911235 0
[pid=12362/tid=12364] ppid=12360 vsize=15682064 CPUtime=3.05 cores=0,2,4,6
/proc/12362/task/12364/stat : 12364 (java) R 12360 12362 11976 0 -1 4202560 127510 0 1 0 288 17 0 0 22 0 18 0 530446424 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 46912505640282 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12362/tid=12365] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12365/stat : 12365 (java) S 12360 12362 11976 0 -1 4202560 773 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12366] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12366/stat : 12366 (java) S 12360 12362 11976 0 -1 4202560 1372 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12367] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12367/stat : 12367 (java) S 12360 12362 11976 0 -1 4202560 175 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12368] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12368/stat : 12368 (java) S 12360 12362 11976 0 -1 4202560 67 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12369] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12369/stat : 12369 (java) S 12360 12362 11976 0 -1 4202560 2651 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12370] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12370/stat : 12370 (java) S 12360 12362 11976 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12371] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12371/stat : 12371 (java) S 12360 12362 11976 0 -1 4202560 6966 0 0 0 0 0 0 0 16 0 18 0 530446424 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12372] ppid=12360 vsize=15682064 CPUtime=0.01 cores=0,2,4,6
/proc/12362/task/12372/stat : 12372 (java) S 12360 12362 11976 0 -1 4202560 435 0 0 0 1 0 0 0 16 0 18 0 530446424 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12373] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12373/stat : 12373 (java) S 12360 12362 11976 0 -1 4202560 434 0 0 0 0 0 0 0 15 0 18 0 530446425 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562354176 0 0 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12374] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12374/stat : 12374 (java) S 12360 12362 11976 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530446426 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12375] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12375/stat : 12375 (java) S 12360 12362 11976 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530446426 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12376] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12376/stat : 12376 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530446428 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562361265 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12377] ppid=12360 vsize=15682064 CPUtime=0.14 cores=0,2,4,6
/proc/12362/task/12377/stat : 12377 (java) S 12360 12362 11976 0 -1 4202560 1435 0 0 0 14 0 0 0 16 0 18 0 530446428 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12378] ppid=12360 vsize=15682064 CPUtime=0.13 cores=0,2,4,6
/proc/12362/task/12378/stat : 12378 (java) S 12360 12362 11976 0 -1 4202560 2642 0 0 0 13 0 0 0 16 0 18 0 530446428 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12379] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12379/stat : 12379 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530446428 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12380] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12380/stat : 12380 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530446428 16058433536 143845 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562354176 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 15682064

[startup+6.3009 s]
/proc/loadavg: 7.95 8.11 7.99 6/220 12380
/proc/meminfo: memFree=28336356/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=15682064 CPUtime=6.68 cores=0,2,4,6
/proc/12362/stat : 12362 (java) S 12360 12362 11976 0 -1 4202496 284867 0 1 0 633 35 0 0 23 0 18 0 530446423 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 3920516 282700 2241 9 0 3911235 0
[pid=12362/tid=12364] ppid=12360 vsize=15682064 CPUtime=6.23 cores=0,2,4,6
/proc/12362/task/12364/stat : 12364 (java) R 12360 12362 11976 0 -1 4202560 255981 0 1 0 592 31 0 0 25 0 18 0 530446424 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 46912505553668 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=12362/tid=12365] ppid=12360 vsize=15682064 CPUtime=0.01 cores=0,2,4,6
/proc/12362/task/12365/stat : 12365 (java) S 12360 12362 11976 0 -1 4202560 773 0 0 0 1 0 0 0 16 0 18 0 530446424 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12366] ppid=12360 vsize=15682064 CPUtime=0.01 cores=0,2,4,6
/proc/12362/task/12366/stat : 12366 (java) S 12360 12362 11976 0 -1 4202560 1372 0 0 0 1 0 0 0 16 0 18 0 530446424 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12367] ppid=12360 vsize=15682064 CPUtime=0.01 cores=0,2,4,6
/proc/12362/task/12367/stat : 12367 (java) S 12360 12362 11976 0 -1 4202560 175 0 0 0 1 0 0 0 15 0 18 0 530446424 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12368] ppid=12360 vsize=15682064 CPUtime=0.01 cores=0,2,4,6
/proc/12362/task/12368/stat : 12368 (java) S 12360 12362 11976 0 -1 4202560 67 0 0 0 1 0 0 0 16 0 18 0 530446424 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12369] ppid=12360 vsize=15682064 CPUtime=0.01 cores=0,2,4,6
/proc/12362/task/12369/stat : 12369 (java) S 12360 12362 11976 0 -1 4202560 2651 0 0 0 1 0 0 0 16 0 18 0 530446424 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12370] ppid=12360 vsize=15682064 CPUtime=0.01 cores=0,2,4,6
/proc/12362/task/12370/stat : 12370 (java) S 12360 12362 11976 0 -1 4202560 41 0 0 0 1 0 0 0 16 0 18 0 530446424 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12371] ppid=12360 vsize=15682064 CPUtime=0.02 cores=0,2,4,6
/proc/12362/task/12371/stat : 12371 (java) S 12360 12362 11976 0 -1 4202560 17207 0 0 0 1 1 0 0 16 0 18 0 530446424 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12372] ppid=12360 vsize=15682064 CPUtime=0.02 cores=0,2,4,6
/proc/12362/task/12372/stat : 12372 (java) S 12360 12362 11976 0 -1 4202560 435 0 0 0 2 0 0 0 15 0 18 0 530446424 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12373] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12373/stat : 12373 (java) S 12360 12362 11976 0 -1 4202560 703 0 0 0 0 0 0 0 15 0 18 0 530446425 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562354176 0 0 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12374] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12374/stat : 12374 (java) S 12360 12362 11976 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 530446426 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12375] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12375/stat : 12375 (java) S 12360 12362 11976 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 530446426 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12376] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12376/stat : 12376 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530446428 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562361265 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12377] ppid=12360 vsize=15682064 CPUtime=0.14 cores=0,2,4,6
/proc/12362/task/12377/stat : 12377 (java) S 12360 12362 11976 0 -1 4202560 1435 0 0 0 14 0 0 0 16 0 18 0 530446428 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12378] ppid=12360 vsize=15682064 CPUtime=0.13 cores=0,2,4,6
/proc/12362/task/12378/stat : 12378 (java) S 12360 12362 11976 0 -1 4202560 2642 0 0 0 13 0 0 0 16 0 18 0 530446428 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12379] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12379/stat : 12379 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 530446428 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12380] ppid=12360 vsize=15682064 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12380/stat : 12380 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 530446428 16058433536 282700 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562354176 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 15682064

[startup+12.7007 s]
/proc/loadavg: 7.49 8.01 7.96 6/220 12380
/proc/meminfo: memFree=28269028/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=15682064 CPUtime=13.19 cores=0,2,4,6
/proc/12362/stat : 12362 (java) S 12360 12362 11976 0 -1 4202496 305651 0 1 0 1279 40 0 0 23 0 18 0 530446423 16058433536 301434 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 3920516 301434 2241 9 0 3911235 0
[pid=12362/tid=12364] ppid=12360 vsize=15682064 CPUtime=12.59 cores=0,2,4,6

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

/proc/12362/task/12369/stat : 12369 (java) S 12360 12362 11976 0 -1 4202560 343891 0 0 0 439 58 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12370] ppid=12360 vsize=15700664 CPUtime=5 cores=0,2,4,6
/proc/12362/task/12370/stat : 12370 (java) S 12360 12362 11976 0 -1 4202560 303471 0 0 0 450 50 0 0 15 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12371] ppid=12360 vsize=15700664 CPUtime=7.15 cores=0,2,4,6
/proc/12362/task/12371/stat : 12371 (java) S 12360 12362 11976 0 -1 4202560 554663 0 0 0 620 95 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12372] ppid=12360 vsize=15700664 CPUtime=6.31 cores=0,2,4,6
/proc/12362/task/12372/stat : 12372 (java) S 12360 12362 11976 0 -1 4202560 374309 0 0 0 566 65 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12373] ppid=12360 vsize=15700664 CPUtime=357.96 cores=0,2,4,6
/proc/12362/task/12373/stat : 12373 (java) R 12360 12362 11976 0 -1 4202560 210465 0 0 0 35754 42 0 0 18 0 22 0 530446425 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 47048564045827 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=12362/tid=12374] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12374/stat : 12374 (java) S 12360 12362 11976 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 530446426 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12375] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12375/stat : 12375 (java) S 12360 12362 11976 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530446426 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12376] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12376/stat : 12376 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562361265 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12377] ppid=12360 vsize=15700664 CPUtime=1.15 cores=0,2,4,6
/proc/12362/task/12377/stat : 12377 (java) S 12360 12362 11976 0 -1 4202560 6790 0 0 0 114 1 0 0 15 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12378] ppid=12360 vsize=15700664 CPUtime=1.99 cores=0,2,4,6
/proc/12362/task/12378/stat : 12378 (java) S 12360 12362 11976 0 -1 4202560 17405 0 0 0 197 2 0 0 15 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12379] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12379/stat : 12379 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12380] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12380/stat : 12380 (java) S 12360 12362 11976 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562354176 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12381] ppid=12360 vsize=15700664 CPUtime=757.06 cores=0,2,4,6
/proc/12362/task/12381/stat : 12381 (java) S 12360 12362 11976 0 -1 4202560 29500 0 0 0 75701 5 0 0 15 0 22 0 530447848 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12382] ppid=12360 vsize=15700664 CPUtime=730.84 cores=0,2,4,6
/proc/12362/task/12382/stat : 12382 (java) S 12360 12362 11976 0 -1 4202560 34357 0 0 0 73078 6 0 0 15 0 22 0 530447848 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12383] ppid=12360 vsize=15700664 CPUtime=734.23 cores=0,2,4,6
/proc/12362/task/12383/stat : 12383 (java) S 12360 12362 11976 0 -1 4202560 792 0 0 0 73422 1 0 0 15 0 22 0 530447849 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12384] ppid=12360 vsize=15700664 CPUtime=760.79 cores=0,2,4,6
/proc/12362/task/12384/stat : 12384 (java) S 12360 12362 11976 0 -1 4202560 365 0 0 0 76077 2 0 0 16 0 22 0 530447849 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3440.82
Current children cumulated vsize (KiB) 15700664

[startup+1242.3 s]
/proc/loadavg: 3.97 5.26 6.58 3/224 12467
/proc/meminfo: memFree=95164/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=15700664 CPUtime=3538.57 cores=0,2,4,6
/proc/12362/stat : 12362 (java) S 12360 12362 11976 0 -1 4202496 3868470 0 1 0 353188 669 0 0 23 0 22 0 530446423 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 3925166 3805268 2295 9 0 3915885 0
[pid=12362/tid=12364] ppid=12360 vsize=15700664 CPUtime=48.79 cores=0,2,4,6
/proc/12362/task/12364/stat : 12364 (java) S 12360 12362 11976 0 -1 4202560 256151 0 1 0 4844 35 0 0 25 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12365] ppid=12360 vsize=15700664 CPUtime=6.84 cores=0,2,4,6
/proc/12362/task/12365/stat : 12365 (java) S 12360 12362 11976 0 -1 4202560 445249 0 0 0 609 75 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12366] ppid=12360 vsize=15700664 CPUtime=5.91 cores=0,2,4,6
/proc/12362/task/12366/stat : 12366 (java) S 12360 12362 11976 0 -1 4202560 476270 0 0 0 510 81 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12367] ppid=12360 vsize=15700664 CPUtime=5.35 cores=0,2,4,6
/proc/12362/task/12367/stat : 12367 (java) S 12360 12362 11976 0 -1 4202560 424886 0 0 0 464 71 0 0 15 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12368] ppid=12360 vsize=15700664 CPUtime=6.3 cores=0,2,4,6
/proc/12362/task/12368/stat : 12368 (java) S 12360 12362 11976 0 -1 4202560 388272 0 0 0 563 67 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12369] ppid=12360 vsize=15700664 CPUtime=4.97 cores=0,2,4,6
/proc/12362/task/12369/stat : 12369 (java) S 12360 12362 11976 0 -1 4202560 343891 0 0 0 439 58 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12370] ppid=12360 vsize=15700664 CPUtime=5 cores=0,2,4,6
/proc/12362/task/12370/stat : 12370 (java) S 12360 12362 11976 0 -1 4202560 303471 0 0 0 450 50 0 0 15 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12371] ppid=12360 vsize=15700664 CPUtime=7.15 cores=0,2,4,6
/proc/12362/task/12371/stat : 12371 (java) S 12360 12362 11976 0 -1 4202560 554663 0 0 0 620 95 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12372] ppid=12360 vsize=15700664 CPUtime=6.31 cores=0,2,4,6
/proc/12362/task/12372/stat : 12372 (java) S 12360 12362 11976 0 -1 4202560 374309 0 0 0 566 65 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12373] ppid=12360 vsize=15700664 CPUtime=405.32 cores=0,2,4,6
/proc/12362/task/12373/stat : 12373 (java) R 12360 12362 11976 0 -1 4202560 210467 0 0 0 40487 45 0 0 18 0 22 0 530446425 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 47048564045827 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=12362/tid=12374] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12374/stat : 12374 (java) S 12360 12362 11976 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 530446426 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12375] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12375/stat : 12375 (java) S 12360 12362 11976 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530446426 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12376] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12376/stat : 12376 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562361265 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12377] ppid=12360 vsize=15700664 CPUtime=1.15 cores=0,2,4,6
/proc/12362/task/12377/stat : 12377 (java) S 12360 12362 11976 0 -1 4202560 6790 0 0 0 114 1 0 0 15 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12378] ppid=12360 vsize=15700664 CPUtime=1.99 cores=0,2,4,6
/proc/12362/task/12378/stat : 12378 (java) S 12360 12362 11976 0 -1 4202560 17405 0 0 0 197 2 0 0 15 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12379] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12379/stat : 12379 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12380] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12380/stat : 12380 (java) S 12360 12362 11976 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562354176 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12381] ppid=12360 vsize=15700664 CPUtime=769.65 cores=0,2,4,6
/proc/12362/task/12381/stat : 12381 (java) S 12360 12362 11976 0 -1 4202560 29535 0 0 0 76960 5 0 0 16 0 22 0 530447848 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12382] ppid=12360 vsize=15700664 CPUtime=743.41 cores=0,2,4,6
/proc/12362/task/12382/stat : 12382 (java) S 12360 12362 11976 0 -1 4202560 34395 0 0 0 74335 6 0 0 16 0 22 0 530447848 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12383] ppid=12360 vsize=15700664 CPUtime=746.86 cores=0,2,4,6
/proc/12362/task/12383/stat : 12383 (java) S 12360 12362 11976 0 -1 4202560 836 0 0 0 74684 2 0 0 15 0 22 0 530447849 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12384] ppid=12360 vsize=15700664 CPUtime=773.4 cores=0,2,4,6
/proc/12362/task/12384/stat : 12384 (java) S 12360 12362 11976 0 -1 4202560 423 0 0 0 77338 2 0 0 16 0 22 0 530447849 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3538.57
Current children cumulated vsize (KiB) 15700664



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.56 4.94 6.39 3/224 12469
/proc/meminfo: memFree=95220/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=15700664 CPUtime=3640.11 cores=0,2,4,6
/proc/12362/stat : 12362 (java) S 12360 12362 11976 0 -1 4202496 3868639 0 1 0 363337 674 0 0 23 0 22 0 530446423 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 3925166 3805268 2295 9 0 3915885 0
[pid=12362/tid=12364] ppid=12360 vsize=15700664 CPUtime=48.79 cores=0,2,4,6
/proc/12362/task/12364/stat : 12364 (java) S 12360 12362 11976 0 -1 4202560 256151 0 1 0 4844 35 0 0 25 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12365] ppid=12360 vsize=15700664 CPUtime=6.84 cores=0,2,4,6
/proc/12362/task/12365/stat : 12365 (java) S 12360 12362 11976 0 -1 4202560 445249 0 0 0 609 75 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12366] ppid=12360 vsize=15700664 CPUtime=5.91 cores=0,2,4,6
/proc/12362/task/12366/stat : 12366 (java) S 12360 12362 11976 0 -1 4202560 476270 0 0 0 510 81 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12367] ppid=12360 vsize=15700664 CPUtime=5.35 cores=0,2,4,6
/proc/12362/task/12367/stat : 12367 (java) S 12360 12362 11976 0 -1 4202560 424886 0 0 0 464 71 0 0 15 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12368] ppid=12360 vsize=15700664 CPUtime=6.3 cores=0,2,4,6
/proc/12362/task/12368/stat : 12368 (java) S 12360 12362 11976 0 -1 4202560 388272 0 0 0 563 67 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12369] ppid=12360 vsize=15700664 CPUtime=4.97 cores=0,2,4,6
/proc/12362/task/12369/stat : 12369 (java) S 12360 12362 11976 0 -1 4202560 343891 0 0 0 439 58 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12370] ppid=12360 vsize=15700664 CPUtime=5 cores=0,2,4,6
/proc/12362/task/12370/stat : 12370 (java) S 12360 12362 11976 0 -1 4202560 303471 0 0 0 450 50 0 0 15 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12371] ppid=12360 vsize=15700664 CPUtime=7.15 cores=0,2,4,6
/proc/12362/task/12371/stat : 12371 (java) S 12360 12362 11976 0 -1 4202560 554663 0 0 0 620 95 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12372] ppid=12360 vsize=15700664 CPUtime=6.31 cores=0,2,4,6
/proc/12362/task/12372/stat : 12372 (java) S 12360 12362 11976 0 -1 4202560 374309 0 0 0 566 65 0 0 16 0 22 0 530446424 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12373] ppid=12360 vsize=15700664 CPUtime=448.36 cores=0,2,4,6
/proc/12362/task/12373/stat : 12373 (java) R 12360 12362 11976 0 -1 4202560 210471 0 0 0 44787 49 0 0 18 0 22 0 530446425 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271550235258 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12362/tid=12374] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12374/stat : 12374 (java) S 12360 12362 11976 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 530446426 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12375] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12375/stat : 12375 (java) S 12360 12362 11976 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 530446426 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12376] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12376/stat : 12376 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562361265 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12377] ppid=12360 vsize=15700664 CPUtime=1.15 cores=0,2,4,6
/proc/12362/task/12377/stat : 12377 (java) S 12360 12362 11976 0 -1 4202560 6790 0 0 0 114 1 0 0 15 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12378] ppid=12360 vsize=15700664 CPUtime=1.99 cores=0,2,4,6
/proc/12362/task/12378/stat : 12378 (java) S 12360 12362 11976 0 -1 4202560 17405 0 0 0 197 2 0 0 15 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12379] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12379/stat : 12379 (java) S 12360 12362 11976 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12380] ppid=12360 vsize=15700664 CPUtime=0 cores=0,2,4,6
/proc/12362/task/12380/stat : 12380 (java) S 12360 12362 11976 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 530446428 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562354176 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
[pid=12362/tid=12381] ppid=12360 vsize=15700664 CPUtime=784.25 cores=0,2,4,6
/proc/12362/task/12381/stat : 12381 (java) S 12360 12362 11976 0 -1 4202560 29579 0 0 0 78419 6 0 0 16 0 22 0 530447848 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 6 0 0 0
[pid=12362/tid=12382] ppid=12360 vsize=15700664 CPUtime=758.07 cores=0,2,4,6
/proc/12362/task/12382/stat : 12382 (java) S 12360 12362 11976 0 -1 4202560 34434 0 0 0 75801 6 0 0 16 0 22 0 530447848 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 2 0 0 0
[pid=12362/tid=12383] ppid=12360 vsize=15700664 CPUtime=761.46 cores=0,2,4,6
/proc/12362/task/12383/stat : 12383 (java) S 12360 12362 11976 0 -1 4202560 867 0 0 0 76144 2 0 0 15 0 22 0 530447849 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 4 0 0 0
[pid=12362/tid=12384] ppid=12360 vsize=15700664 CPUtime=788.04 cores=0,2,4,6
/proc/12362/task/12384/stat : 12384 (java) S 12360 12362 11976 0 -1 4202560 470 0 0 0 78802 2 0 0 15 0 22 0 530447849 16077479936 3805268 33554432000 1073741824 1073778376 140735741282000 18446744073709551615 271562353561 0 4 0 16800975 18446604441629575360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3640.11
Current children cumulated vsize (KiB) 15700664

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12362

[startup+1302.3 s]
/proc/loadavg: 3.43 4.89 6.37 3/226 12471
/proc/meminfo: memFree=94956/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=0 CPUtime=3642.74 cores=0,2,4,6
/proc/12362/stat : 12362 (java) Z 12360 12362 11976 0 -1 4203548 3868660 0 1 0 363572 702 0 0 18 0 2 0 530446423 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 0 0 0 0 0 0 0
[pid=12362/tid=12364] ppid=12360 vsize=0 CPUtime=49.07 cores=0,2,4,6
/proc/12362/task/12364/stat : 12364 (java) R 12360 12362 11976 0 -1 4203588 256151 0 1 0 4844 63 0 0 18 0 2 0 530446424 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3642.74
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 3.43 4.89 6.37 3/226 12471
/proc/meminfo: memFree=94956/32951124 swapFree=67111336/67111528
[pid=12362] ppid=12360 vsize=0 CPUtime=3642.94 cores=0,2,4,6
/proc/12362/stat : 12362 (java) Z 12360 12362 11976 0 -1 4203548 3868660 0 1 0 363572 722 0 0 18 0 2 0 530446423 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/12362/statm: 0 0 0 0 0 0 0
[pid=12362/tid=12364] ppid=12360 vsize=0 CPUtime=49.27 cores=0,2,4,6
/proc/12362/task/12364/stat : 12364 (java) R 12360 12362 11976 0 -1 4203588 256151 0 1 0 4844 83 0 0 18 0 2 0 530446424 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3642.94
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.56
CPU time (s): 3643.01
CPU user time (s): 3635.73
CPU system time (s): 7.28589
CPU usage (%): 279.68
Max. virtual memory (cumulated for all children) (KiB): 15720368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3635.73
system time used= 7.28589
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3868660
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= 44883
involuntary context switches= 91531

runsolver used 2.16767 second user time and 5.20621 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 20:34:45
IDJOB=3313311
IDBENCH=88163
IDSOLVER=1699
FILE ID=node133/3313311-1304188484
RUNJOBID= node133-1304186065-11994
PBS_JOBID= 13172488
Free space on /tmp= 72672 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313311-1304188484/watcher-3313311-1304188484 -o /tmp/evaluation-result-3313311-1304188484/solver-3313311-1304188484 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313311-1304188484.cnf

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=769375411

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29450752 kB
Buffers:        556636 kB
Cached:        1340844 kB
SwapCached:        124 kB
Active:        1503760 kB
Inactive:      1640432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29450752 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           83060 kB
Writeback:           0 kB
AnonPages:     1246780 kB
Mapped:          23572 kB
Slab:           286320 kB
PageTables:       9940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1442184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72580 MiB
End job on node133 at 2011-04-30 20:56:28