Trace number 3312472

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) 2157.96 1302.69

General information on the benchmark

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

Solver Data

0.10/0.11	43:34 INFO : Reading from input HOME/instance-3312472-1304117013.cnf
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Executor set job limit to 1000000
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
0.93/0.76	Starting Executor!
4.20/2.31	43:36 INFO : 29874 variables remaining out of 30000
4.20/2.31	43:36 INFO : 500964 literals remaining out of 504000
1621.23/774.09	50:50 ERROR: Failed to solve instance
1621.23/774.09	java.lang.OutOfMemoryError: Java heap space
1621.23/774.09		at java.util.Arrays.copyOfRange(Arrays.java:3137)
1621.23/774.09		at ibis.structure.ImplicationsGraph.removeStronglyConnectedComponents(ImplicationsGraph.java:387)
1621.23/774.09		at ibis.structure.Solver.renameEquivalentLiterals(Solver.java:341)
1621.23/774.09		at ibis.structure.Solver.simplify(Solver.java:212)
1621.23/774.09		at ibis.structure.Solver.solve(Solver.java:113)
1621.23/774.09		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1621.23/774.09		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1621.23/774.09		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1621.23/774.09		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1621.23/774.09		at ibis.constellation.Executor.processActivities(Executor.java:75)
1621.23/774.09		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1621.23/774.09		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1621.23/774.09	56:27 ERROR: Failed to solve instance
1621.23/774.09	java.lang.OutOfMemoryError: Java heap space
1621.23/774.09		at gnu.trove.TIntHash.setUp(TIntHash.java:134)
1621.23/774.09		at gnu.trove.THash.<init>(THash.java:128)
1621.23/774.09		at gnu.trove.THash.<init>(THash.java:97)
1621.23/774.09		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:81)
1621.23/774.09		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:68)
1621.23/774.09		at gnu.trove.TIntHash.<init>(TIntHash.java:60)
1621.23/774.09		at gnu.trove.TIntHashSet.<init>(TIntHashSet.java:59)
1621.23/774.09		at ibis.structure.WatchLists.build(WatchLists.java:47)
1621.23/774.09		at ibis.structure.Solver.<init>(Solver.java:45)
1621.23/774.09		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1621.23/774.09		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1621.23/774.09		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1621.23/774.09		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1621.23/774.09		at ibis.constellation.Executor.processActivities(Executor.java:75)
1621.23/774.09		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1621.23/774.09		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1621.23/774.09	51:35 ERROR: Failed to solve instance
1621.23/774.09	java.lang.OutOfMemoryError: Java heap space
1621.23/774.09		at ibis.structure.TouchSet.<init>(TouchSet.java:13)
1621.23/774.09		at ibis.structure.Subsumming.<init>(Subsumming.java:40)
1621.23/774.09		at ibis.structure.Solver.simplify(Solver.java:205)
1621.23/774.09		at ibis.structure.Solver.solve(Solver.java:113)
1621.23/774.09		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1621.23/774.09		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1621.23/774.09		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1621.23/774.09		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1621.23/774.09		at ibis.constellation.Executor.processActivities(Executor.java:75)
1621.23/774.09		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1621.23/774.09		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1621.23/774.09	50:50 ERROR: Failed to solve instance
1621.23/774.09	java.lang.OutOfMemoryError: Java heap space
1621.23/774.09		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1621.23/774.09		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1621.23/774.09		at ibis.structure.Subsumming.run(Subsumming.java:61)
1621.23/774.09		at ibis.structure.Solver.simplify(Solver.java:205)
1621.23/774.09		at ibis.structure.Solver.solve(Solver.java:113)
1621.23/774.09		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1621.23/774.09		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1621.23/774.09		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1621.23/774.09		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1621.23/774.09		at ibis.constellation.Executor.processActivities(Executor.java:75)
1621.23/774.09		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1621.23/774.09		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1621.23/774.09		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1780.80/933.32	59:07 ERROR: Failed to solve instance
1780.80/933.32	java.lang.OutOfMemoryError: Java heap space
1782.77/935.28	59:09 ERROR: Failed to solve instance
1782.77/935.28	java.lang.OutOfMemoryError: Java heap space
1785.36/937.69	59:11 ERROR: Failed to solve instance
1785.36/937.69	java.lang.OutOfMemoryError: Java heap space
1794.96/946.28	59:20 ERROR: Failed to solve instance
1794.96/946.28	java.lang.OutOfMemoryError: Java heap space
1800.13/951.29	59:24 ERROR: Failed to solve instance
1800.13/951.29	java.lang.OutOfMemoryError: Java heap space
1802.93/953.98	59:27 ERROR: Failed to solve instance
1802.93/953.98	java.lang.OutOfMemoryError: Java heap space
1807.18/958.09	59:31 ERROR: Failed to solve instance
1807.18/958.09	java.lang.OutOfMemoryError: Java heap space
1809.37/960.15	59:34 ERROR: Failed to solve instance
1809.37/960.15	java.lang.OutOfMemoryError: Java heap space
1811.48/962.03	59:35 ERROR: Failed to solve instance
1811.48/962.03	java.lang.OutOfMemoryError: Java heap space
1817.91/967.46	59:41 ERROR: Failed to solve instance
1817.91/967.46	java.lang.OutOfMemoryError: Java heap space
1821.28/970.68	59:44 ERROR: Failed to solve instance
1821.28/970.68	java.lang.OutOfMemoryError: Java heap space
1824.99/974.25	59:47 ERROR: Failed to solve instance
1824.99/974.25	java.lang.OutOfMemoryError: Java heap space
1828.26/977.35	59:51 ERROR: Failed to solve instance
1828.26/977.35	java.lang.OutOfMemoryError: Java heap space
1831.27/980.26	59:54 ERROR: Failed to solve instance
1831.27/980.26	java.lang.OutOfMemoryError: Java heap space
1833.12/981.88	59:55 ERROR: Failed to solve instance
1833.12/981.88	java.lang.OutOfMemoryError: Java heap space
1842.93/989.71	00:03 ERROR: Failed to solve instance
1842.93/989.71	java.lang.OutOfMemoryError: Java heap space
1843.13/989.92	00:03 ERROR: Failed to solve instance
1843.13/989.92	java.lang.OutOfMemoryError: Java heap space
1863.18/1010.00	00:23 ERROR: Failed to solve instance
1863.18/1010.00	java.lang.OutOfMemoryError: Java heap space
1866.86/1013.36	00:27 ERROR: Failed to solve instance
1866.86/1013.36	java.lang.OutOfMemoryError: Java heap space
1887.92/1034.35	00:48 ERROR: Failed to solve instance
1887.92/1034.35	java.lang.OutOfMemoryError: Java heap space
1888.12/1034.55	00:48 ERROR: Failed to solve instance
1888.12/1034.55	java.lang.OutOfMemoryError: Java heap space
1911.23/1057.37	01:11 ERROR: Failed to solve instance
1911.23/1057.37	java.lang.OutOfMemoryError: Java heap space
1913.12/1059.11	01:13 ERROR: Failed to solve instance
1913.12/1059.11	java.lang.OutOfMemoryError: Java heap space
1915.08/1060.90	01:14 ERROR: Failed to solve instance
1915.08/1060.90	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-3312472-1304117013/watcher-3312472-1304117013 -o /tmp/evaluation-result-3312472-1304117013/solver-3312472-1304117013 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312472-1304117013.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: 5.79 7.53 7.85 3/194 5410
/proc/meminfo: memFree=29510656/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/5410/stat : 5410 (java) S 5408 5410 4858 0 -1 4202496 1409 0 0 0 0 0 0 0 24 0 2 0 601932016 26714112 879 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907293157 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 6522 880 675 9 0 381 0
[pid=5410/tid=5411] ppid=5408 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5411/stat : 5411 (java) S 5408 5410 4858 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 601932017 26714112 884 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231890566791 0 2147483391 4096 0 18446744071699215550 0 0 -1 2 0 0 0

[startup+0.100583 s]
/proc/loadavg: 5.79 7.53 7.85 3/194 5410
/proc/meminfo: memFree=29510656/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=15675604 CPUtime=0.1 cores=0,2,4,6
/proc/5410/stat : 5410 (java) S 5408 5410 4858 0 -1 4202496 5649 0 1 0 10 0 0 0 24 0 18 0 601932016 16051818496 5071 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 3918901 5071 2117 9 0 3909620 0
[pid=5410/tid=5411] ppid=5408 vsize=15675604 CPUtime=0.08 cores=0,2,4,6
/proc/5410/task/5411/stat : 5411 (java) R 5408 5410 4858 0 -1 4202560 3485 0 1 0 8 0 0 0 18 0 18 0 601932017 16051818496 5072 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 47575888176746 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15675604

[startup+0.200582 s]
/proc/loadavg: 5.79 7.53 7.85 3/194 5410
/proc/meminfo: memFree=29510656/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=15676364 CPUtime=0.29 cores=0,2,4,6
/proc/5410/stat : 5410 (java) S 5408 5410 4858 0 -1 4202496 7226 0 1 0 28 1 0 0 24 0 18 0 601932016 16052596736 6571 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 3919091 6572 2187 9 0 3909810 0
[pid=5410/tid=5411] ppid=5408 vsize=15676364 CPUtime=0.18 cores=0,2,4,6
/proc/5410/task/5411/stat : 5411 (java) R 5408 5410 4858 0 -1 4202560 4603 0 1 0 18 0 0 0 18 0 18 0 601932017 16052596736 6572 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 46912505511663 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15676364

[startup+0.30056 s]
/proc/loadavg: 5.79 7.53 7.85 3/194 5410
/proc/meminfo: memFree=29510656/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=15680992 CPUtime=0.53 cores=0,2,4,6
/proc/5410/stat : 5410 (java) S 5408 5410 4858 0 -1 4202496 15799 0 1 0 50 3 0 0 24 0 18 0 601932016 16057335808 13992 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 3920248 13998 2206 9 0 3910967 0
[pid=5410/tid=5411] ppid=5408 vsize=15680992 CPUtime=0.28 cores=0,2,4,6
/proc/5410/task/5411/stat : 5411 (java) R 5408 5410 4858 0 -1 4202560 10680 0 1 0 27 1 0 0 18 0 18 0 601932017 16057335808 14001 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 46912505638880 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15680992

[startup+0.700458 s]
/proc/loadavg: 5.79 7.53 7.85 3/194 5410
/proc/meminfo: memFree=29510656/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=15680992 CPUtime=0.93 cores=0,2,4,6
/proc/5410/stat : 5410 (java) S 5408 5410 4858 0 -1 4202496 41872 0 1 0 88 5 0 0 24 0 18 0 601932016 16057335808 40062 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 3920248 40062 2222 9 0 3910967 0
[pid=5410/tid=5411] ppid=5408 vsize=15680992 CPUtime=0.68 cores=0,2,4,6
/proc/5410/task/5411/stat : 5411 (java) R 5408 5410 4858 0 -1 4202560 35508 0 1 0 64 4 0 0 18 0 18 0 601932017 16057335808 40062 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 46912505589453 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680992

[startup+1.50126 s]
/proc/loadavg: 5.65 7.47 7.83 11/220 5436
/proc/meminfo: memFree=29163500/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=15715812 CPUtime=2.47 cores=0,2,4,6
/proc/5410/stat : 5410 (java) S 5408 5410 4858 0 -1 4202496 55995 0 1 0 240 7 0 0 24 0 22 0 601932016 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 3928953 50417 2258 9 0 3919672 0
[pid=5410/tid=5411] ppid=5408 vsize=15715812 CPUtime=1.46 cores=0,2,4,6
/proc/5410/task/5411/stat : 5411 (java) R 5408 5410 4858 0 -1 4202560 35602 0 1 0 142 4 0 0 21 0 22 0 601932017 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 47575891478342 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5410/tid=5413] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5413/stat : 5413 (java) S 5408 5410 4858 0 -1 4202560 67 0 0 0 0 0 0 0 18 0 22 0 601932017 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5414] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5414/stat : 5414 (java) S 5408 5410 4858 0 -1 4202560 823 0 0 0 0 0 0 0 16 0 22 0 601932017 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5415] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5415/stat : 5415 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 601932017 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5416] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5416/stat : 5416 (java) S 5408 5410 4858 0 -1 4202560 677 0 0 0 0 0 0 0 18 0 22 0 601932017 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5417] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5417/stat : 5417 (java) S 5408 5410 4858 0 -1 4202560 144 0 0 0 0 0 0 0 16 0 22 0 601932017 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5418] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5418/stat : 5418 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 601932017 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5419] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5419/stat : 5419 (java) S 5408 5410 4858 0 -1 4202560 1565 0 0 0 0 0 0 0 18 0 22 0 601932017 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5420] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5420/stat : 5420 (java) S 5408 5410 4858 0 -1 4202560 401 0 0 0 0 0 0 0 18 0 22 0 601932017 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5421] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5421/stat : 5421 (java) S 5408 5410 4858 0 -1 4202560 72 0 0 0 0 0 0 0 18 0 22 0 601932018 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 0 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5422] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5422/stat : 5422 (java) S 5408 5410 4858 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601932019 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5423] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5423/stat : 5423 (java) S 5408 5410 4858 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601932019 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5424] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5424/stat : 5424 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601932021 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907314097 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5425] ppid=5408 vsize=15715812 CPUtime=0.21 cores=0,2,4,6
/proc/5410/task/5425/stat : 5425 (java) S 5408 5410 4858 0 -1 4202560 1898 0 0 0 20 1 0 0 15 0 22 0 601932021 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5426] ppid=5408 vsize=15715812 CPUtime=0.74 cores=0,2,4,6
/proc/5410/task/5426/stat : 5426 (java) R 5408 5410 4858 0 -1 4202560 13317 0 0 0 73 1 0 0 16 0 22 0 601932021 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 47575888168402 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5410/tid=5427] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5427/stat : 5427 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601932021 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5428] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5428/stat : 5428 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601932021 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5433] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5433/stat : 5433 (java) S 5408 5410 4858 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 601932092 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5434] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5434/stat : 5434 (java) S 5408 5410 4858 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 601932092 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5435] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5435/stat : 5435 (java) S 5408 5410 4858 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601932092 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5436] ppid=5408 vsize=15715812 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5436/stat : 5436 (java) S 5408 5410 4858 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 601932092 16092991488 50417 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 15715812

[startup+3.15592 s]
/proc/loadavg: 5.65 7.47 7.83 8/220 5436
/proc/meminfo: memFree=28936880/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=15715576 CPUtime=6.25 cores=0,2,4,6
/proc/5410/stat : 5410 (java) S 5408 5410 4858 0 -1 4202496 85410 0 1 0 613 12 0 0 24 0 22 0 601932016 16092749824 76186 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 3928894 76200 2275 9 0 3919613 0
[pid=5410/tid=5411] ppid=5408 vsize=15715576 CPUtime=2.28 cores=0,2,4,6
/proc/5410/task/5411/stat : 5411 (java) S 5408 5410 4858 0 -1 4202560 35664 0 1 0 224 4 0 0 24 0 22 0 601932017 16092749824 76207 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5413] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5413/stat : 5413 (java) S 5408 5410 4858 0 -1 4202560 67 0 0 0 0 0 0 0 17 0 22 0 601932017 16092749824 76215 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5414] ppid=5408 vsize=15715576 CPUtime=0.02 cores=0,2,4,6
/proc/5410/task/5414/stat : 5414 (java) S 5408 5410 4858 0 -1 4202560 4760 0 0 0 2 0 0 0 16 0 22 0 601932017 16092749824 76224 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5415] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5415/stat : 5415 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 601932017 16092749824 76232 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5416] ppid=5408 vsize=15715576 CPUtime=0.01 cores=0,2,4,6
/proc/5410/task/5416/stat : 5416 (java) S 5408 5410 4858 0 -1 4202560 2191 0 0 0 1 0 0 0 18 0 22 0 601932017 16092749824 76240 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5417] ppid=5408 vsize=15715576 CPUtime=0.01 cores=0,2,4,6
/proc/5410/task/5417/stat : 5417 (java) S 5408 5410 4858 0 -1 4202560 2309 0 0 0 1 0 0 0 16 0 22 0 601932017 16092749824 76248 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5418] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5418/stat : 5418 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 601932017 16092749824 76256 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5419] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5419/stat : 5419 (java) S 5408 5410 4858 0 -1 4202560 1565 0 0 0 0 0 0 0 17 0 22 0 601932017 16092749824 76265 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5420] ppid=5408 vsize=15715576 CPUtime=0.02 cores=0,2,4,6
/proc/5410/task/5420/stat : 5420 (java) S 5408 5410 4858 0 -1 4202560 4746 0 0 0 2 0 0 0 18 0 22 0 601932017 16092749824 76272 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5421] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5421/stat : 5421 (java) S 5408 5410 4858 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 601932018 16092749824 76280 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 0 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5422] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5422/stat : 5422 (java) S 5408 5410 4858 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 601932019 16092749824 76288 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5423] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5423/stat : 5423 (java) S 5408 5410 4858 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 601932019 16092749824 76297 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5424] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5424/stat : 5424 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601932021 16092749824 76304 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907314097 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5425] ppid=5408 vsize=15715576 CPUtime=0.62 cores=0,2,4,6
/proc/5410/task/5425/stat : 5425 (java) S 5408 5410 4858 0 -1 4202560 4199 0 0 0 61 1 0 0 15 0 22 0 601932021 16092749824 76313 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5426] ppid=5408 vsize=15715576 CPUtime=1.68 cores=0,2,4,6
/proc/5410/task/5426/stat : 5426 (java) S 5408 5410 4858 0 -1 4202560 15126 0 0 0 167 1 0 0 15 0 22 0 601932021 16092749824 76321 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5427] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5427/stat : 5427 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601932021 16092749824 76329 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5428] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5428/stat : 5428 (java) R 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601932021 16092749824 76337 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5410/tid=5433] ppid=5408 vsize=15715576 CPUtime=0.14 cores=0,2,4,6
/proc/5410/task/5433/stat : 5433 (java) R 5408 5410 4858 0 -1 4202560 2957 0 0 0 14 0 0 0 15 0 22 0 601932092 16092749824 76344 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 46912506277129 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=5410/tid=5434] ppid=5408 vsize=15715576 CPUtime=0.53 cores=0,2,4,6
/proc/5410/task/5434/stat : 5434 (java) R 5408 5410 4858 0 -1 4202560 2668 0 0 0 53 0 0 0 16 0 22 0 601932092 16092749824 76353 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 46912506089862 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5410/tid=5435] ppid=5408 vsize=15715576 CPUtime=0.38 cores=0,2,4,6
/proc/5410/task/5435/stat : 5435 (java) R 5408 5410 4858 0 -1 4202560 4826 0 0 0 38 0 0 0 16 0 22 0 601932092 16092749824 76361 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 46912506276606 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5410/tid=5436] ppid=5408 vsize=15715576 CPUtime=0.43 cores=0,2,4,6
/proc/5410/task/5436/stat : 5436 (java) R 5408 5410 4858 0 -1 4202560 3046 0 0 0 43 0 0 0 16 0 22 0 601932092 16092749824 76368 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 47575891815251 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 15715576

[startup+6.30131 s]
/proc/loadavg: 6.16 7.55 7.85 10/220 5436
/proc/meminfo: memFree=27525548/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=15715576 CPUtime=18.66 cores=0,2,4,6
/proc/5410/stat : 5410 (java) S 5408 5410 4858 0 -1 4202496 262527 0 1 0 1828 38 0 0 24 0 22 0 601932016 16092749824 252959 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 3928894 252959 2275 9 0 3919613 0
[pid=5410/tid=5411] ppid=5408 vsize=15715576 CPUtime=2.28 cores=0,2,4,6
/proc/5410/task/5411/stat : 5411 (java) S 5408 5410 4858 0 -1 4202560 35664 0 1 0 224 4 0 0 24 0 22 0 601932017 16092749824 252959 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5413] ppid=5408 vsize=15715576 CPUtime=0.04 cores=0,2,4,6
/proc/5410/task/5413/stat : 5413 (java) S 5408 5410 4858 0 -1 4202560 6262 0 0 0 3 1 0 0 16 0 22 0 601932017 16092749824 252959 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5414] ppid=5408 vsize=15715576 CPUtime=0.1 cores=0,2,4,6
/proc/5410/task/5414/stat : 5414 (java) S 5408 5410 4858 0 -1 4202560 22659 0 0 0 6 4 0 0 16 0 22 0 601932017 16092749824 252959 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5415] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5415/stat : 5415 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 601932017 16092749824 252959 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5416] ppid=5408 vsize=15715576 CPUtime=0.1 cores=0,2,4,6
/proc/5410/task/5416/stat : 5416 (java) S 5408 5410 4858 0 -1 4202560 23274 0 0 0 7 3 0 0 15 0 22 0 601932017 16092749824 252959 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5417] ppid=5408 vsize=15715576 CPUtime=0.13 cores=0,2,4,6
/proc/5410/task/5417/stat : 5417 (java) S 5408 5410 4858 0 -1 4202560 26990 0 0 0 10 3 0 0 16 0 22 0 601932017 16092749824 252959 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5418] ppid=5408 vsize=15715576 CPUtime=0.1 cores=0,2,4,6
/proc/5410/task/5418/stat : 5418 (java) S 5408 5410 4858 0 -1 4202560 15789 0 0 0 8 2 0 0 16 0 22 0 601932017 16092749824 252959 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5419] ppid=5408 vsize=15715576 CPUtime=0.09 cores=0,2,4,6
/proc/5410/task/5419/stat : 5419 (java) S 5408 5410 4858 0 -1 4202560 14532 0 0 0 7 2 0 0 16 0 22 0 601932017 16092749824 252959 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5420] ppid=5408 vsize=15715576 CPUtime=0.13 cores=0,2,4,6
/proc/5410/task/5420/stat : 5420 (java) S 5408 5410 4858 0 -1 4202560 19763 0 0 0 11 2 0 0 15 0 22 0 601932017 16092749824 252959 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0

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

[pid=5410/tid=5423] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5423/stat : 5423 (java) S 5408 5410 4858 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 601932019 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5424] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5424/stat : 5424 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907314097 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5425] ppid=5408 vsize=15715576 CPUtime=0.69 cores=0,2,4,6
/proc/5410/task/5425/stat : 5425 (java) S 5408 5410 4858 0 -1 4202560 4205 0 0 0 68 1 0 0 16 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5426] ppid=5408 vsize=15715576 CPUtime=1.9 cores=0,2,4,6
/proc/5410/task/5426/stat : 5426 (java) S 5408 5410 4858 0 -1 4202560 15150 0 0 0 189 1 0 0 15 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5427] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5427/stat : 5427 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5428] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5428/stat : 5428 (java) S 5408 5410 4858 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5433] ppid=5408 vsize=15715576 CPUtime=278.06 cores=0,2,4,6
/proc/5410/task/5433/stat : 5433 (java) S 5408 5410 4858 0 -1 4202560 106104 0 0 0 27790 16 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5434] ppid=5408 vsize=15715576 CPUtime=279.7 cores=0,2,4,6
/proc/5410/task/5434/stat : 5434 (java) S 5408 5410 4858 0 -1 4202560 103762 0 0 0 27954 16 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5435] ppid=5408 vsize=15715576 CPUtime=279.01 cores=0,2,4,6
/proc/5410/task/5435/stat : 5435 (java) S 5408 5410 4858 0 -1 4202560 107225 0 0 0 27880 21 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5436] ppid=5408 vsize=15715576 CPUtime=279.47 cores=0,2,4,6
/proc/5410/task/5436/stat : 5436 (java) S 5408 5410 4858 0 -1 4202560 108141 0 0 0 27930 17 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2037.55
Current children cumulated vsize (KiB) 15715576

[startup+1242.3 s]
/proc/loadavg: 3.25 4.76 5.94 2/193 5498
/proc/meminfo: memFree=14158328/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=15715576 CPUtime=2097.55 cores=0,2,4,6
/proc/5410/stat : 5410 (java) S 5408 5410 4858 0 -1 4202496 3888030 0 1 0 209042 713 0 0 24 0 22 0 601932016 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 3928894 3835893 2294 9 0 3919613 0
[pid=5410/tid=5411] ppid=5408 vsize=15715576 CPUtime=2.28 cores=0,2,4,6
/proc/5410/task/5411/stat : 5411 (java) S 5408 5410 4858 0 -1 4202560 35664 0 1 0 224 4 0 0 24 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5413] ppid=5408 vsize=15715576 CPUtime=3.17 cores=0,2,4,6
/proc/5410/task/5413/stat : 5413 (java) S 5408 5410 4858 0 -1 4202560 411676 0 0 0 242 75 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5414] ppid=5408 vsize=15715576 CPUtime=2.11 cores=0,2,4,6
/proc/5410/task/5414/stat : 5414 (java) S 5408 5410 4858 0 -1 4202560 257505 0 0 0 166 45 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5415] ppid=5408 vsize=15715576 CPUtime=2.76 cores=0,2,4,6
/proc/5410/task/5415/stat : 5415 (java) S 5408 5410 4858 0 -1 4202560 327533 0 0 0 217 59 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5416] ppid=5408 vsize=15715576 CPUtime=2.03 cores=0,2,4,6
/proc/5410/task/5416/stat : 5416 (java) S 5408 5410 4858 0 -1 4202560 292963 0 0 0 149 54 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5417] ppid=5408 vsize=15715576 CPUtime=3.46 cores=0,2,4,6
/proc/5410/task/5417/stat : 5417 (java) S 5408 5410 4858 0 -1 4202560 462898 0 0 0 264 82 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5418] ppid=5408 vsize=15715576 CPUtime=2.31 cores=0,2,4,6
/proc/5410/task/5418/stat : 5418 (java) S 5408 5410 4858 0 -1 4202560 287297 0 0 0 179 52 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5419] ppid=5408 vsize=15715576 CPUtime=2.91 cores=0,2,4,6
/proc/5410/task/5419/stat : 5419 (java) S 5408 5410 4858 0 -1 4202560 330773 0 0 0 232 59 0 0 15 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5420] ppid=5408 vsize=15715576 CPUtime=3.41 cores=0,2,4,6
/proc/5410/task/5420/stat : 5420 (java) S 5408 5410 4858 0 -1 4202560 412743 0 0 0 268 73 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5421] ppid=5408 vsize=15715576 CPUtime=954.12 cores=0,2,4,6
/proc/5410/task/5421/stat : 5421 (java) R 5408 5410 4858 0 -1 4202560 622389 0 0 0 95283 129 0 0 25 0 22 0 601932018 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 47575890957060 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=5410/tid=5422] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5422/stat : 5422 (java) S 5408 5410 4858 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 601932019 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5423] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5423/stat : 5423 (java) S 5408 5410 4858 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 601932019 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5424] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5424/stat : 5424 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907314097 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5425] ppid=5408 vsize=15715576 CPUtime=0.69 cores=0,2,4,6
/proc/5410/task/5425/stat : 5425 (java) S 5408 5410 4858 0 -1 4202560 4205 0 0 0 68 1 0 0 16 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5426] ppid=5408 vsize=15715576 CPUtime=1.9 cores=0,2,4,6
/proc/5410/task/5426/stat : 5426 (java) S 5408 5410 4858 0 -1 4202560 15150 0 0 0 189 1 0 0 15 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5427] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5427/stat : 5427 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5428] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5428/stat : 5428 (java) S 5408 5410 4858 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5433] ppid=5408 vsize=15715576 CPUtime=278.06 cores=0,2,4,6
/proc/5410/task/5433/stat : 5433 (java) S 5408 5410 4858 0 -1 4202560 106647 0 0 0 27790 16 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5434] ppid=5408 vsize=15715576 CPUtime=279.7 cores=0,2,4,6
/proc/5410/task/5434/stat : 5434 (java) S 5408 5410 4858 0 -1 4202560 103762 0 0 0 27954 16 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5435] ppid=5408 vsize=15715576 CPUtime=279.01 cores=0,2,4,6
/proc/5410/task/5435/stat : 5435 (java) S 5408 5410 4858 0 -1 4202560 107225 0 0 0 27880 21 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5436] ppid=5408 vsize=15715576 CPUtime=279.47 cores=0,2,4,6
/proc/5410/task/5436/stat : 5436 (java) S 5408 5410 4858 0 -1 4202560 108141 0 0 0 27930 17 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2097.55
Current children cumulated vsize (KiB) 15715576



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.90 4.12 5.65 2/193 5500
/proc/meminfo: memFree=14157764/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=15715576 CPUtime=2155.27 cores=0,2,4,6
/proc/5410/stat : 5410 (java) S 5408 5410 4858 0 -1 4202496 3888559 0 1 0 214812 715 0 0 24 0 22 0 601932016 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 3928894 3835893 2294 9 0 3919613 0
[pid=5410/tid=5411] ppid=5408 vsize=15715576 CPUtime=2.28 cores=0,2,4,6
/proc/5410/task/5411/stat : 5411 (java) S 5408 5410 4858 0 -1 4202560 35664 0 1 0 224 4 0 0 24 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5413] ppid=5408 vsize=15715576 CPUtime=3.17 cores=0,2,4,6
/proc/5410/task/5413/stat : 5413 (java) S 5408 5410 4858 0 -1 4202560 411676 0 0 0 242 75 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5414] ppid=5408 vsize=15715576 CPUtime=2.11 cores=0,2,4,6
/proc/5410/task/5414/stat : 5414 (java) S 5408 5410 4858 0 -1 4202560 257505 0 0 0 166 45 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5415] ppid=5408 vsize=15715576 CPUtime=2.76 cores=0,2,4,6
/proc/5410/task/5415/stat : 5415 (java) S 5408 5410 4858 0 -1 4202560 327533 0 0 0 217 59 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5416] ppid=5408 vsize=15715576 CPUtime=2.03 cores=0,2,4,6
/proc/5410/task/5416/stat : 5416 (java) S 5408 5410 4858 0 -1 4202560 292963 0 0 0 149 54 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5417] ppid=5408 vsize=15715576 CPUtime=3.46 cores=0,2,4,6
/proc/5410/task/5417/stat : 5417 (java) S 5408 5410 4858 0 -1 4202560 462898 0 0 0 264 82 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5418] ppid=5408 vsize=15715576 CPUtime=2.31 cores=0,2,4,6
/proc/5410/task/5418/stat : 5418 (java) S 5408 5410 4858 0 -1 4202560 287297 0 0 0 179 52 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5419] ppid=5408 vsize=15715576 CPUtime=2.91 cores=0,2,4,6
/proc/5410/task/5419/stat : 5419 (java) S 5408 5410 4858 0 -1 4202560 330773 0 0 0 232 59 0 0 15 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5420] ppid=5408 vsize=15715576 CPUtime=3.41 cores=0,2,4,6
/proc/5410/task/5420/stat : 5420 (java) S 5408 5410 4858 0 -1 4202560 412743 0 0 0 268 73 0 0 16 0 22 0 601932017 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5421] ppid=5408 vsize=15715576 CPUtime=1011.82 cores=0,2,4,6
/proc/5410/task/5421/stat : 5421 (java) R 5408 5410 4858 0 -1 4202560 622394 0 0 0 101052 130 0 0 25 0 22 0 601932018 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 47575888212284 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=5410/tid=5422] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5422/stat : 5422 (java) S 5408 5410 4858 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 601932019 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5423] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5423/stat : 5423 (java) S 5408 5410 4858 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 601932019 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5424] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5424/stat : 5424 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907314097 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5425] ppid=5408 vsize=15715576 CPUtime=0.69 cores=0,2,4,6
/proc/5410/task/5425/stat : 5425 (java) S 5408 5410 4858 0 -1 4202560 4205 0 0 0 68 1 0 0 16 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5426] ppid=5408 vsize=15715576 CPUtime=1.9 cores=0,2,4,6
/proc/5410/task/5426/stat : 5426 (java) S 5408 5410 4858 0 -1 4202560 15150 0 0 0 189 1 0 0 15 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 6 0 0 0
[pid=5410/tid=5427] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5427/stat : 5427 (java) S 5408 5410 4858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
[pid=5410/tid=5428] ppid=5408 vsize=15715576 CPUtime=0 cores=0,2,4,6
/proc/5410/task/5428/stat : 5428 (java) S 5408 5410 4858 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 601932021 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907307008 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5433] ppid=5408 vsize=15715576 CPUtime=278.06 cores=0,2,4,6
/proc/5410/task/5433/stat : 5433 (java) S 5408 5410 4858 0 -1 4202560 107168 0 0 0 27790 16 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5434] ppid=5408 vsize=15715576 CPUtime=279.7 cores=0,2,4,6
/proc/5410/task/5434/stat : 5434 (java) S 5408 5410 4858 0 -1 4202560 103762 0 0 0 27954 16 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 4 0 0 0
[pid=5410/tid=5435] ppid=5408 vsize=15715576 CPUtime=279.01 cores=0,2,4,6
/proc/5410/task/5435/stat : 5435 (java) S 5408 5410 4858 0 -1 4202560 107225 0 0 0 27880 21 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 0 0 0 0
[pid=5410/tid=5436] ppid=5408 vsize=15715576 CPUtime=279.47 cores=0,2,4,6
/proc/5410/task/5436/stat : 5436 (java) S 5408 5410 4858 0 -1 4202560 108141 0 0 0 27930 17 0 0 15 0 22 0 601932092 16092749824 3835893 33554432000 1073741824 1073778376 140734616497808 18446744073709551615 231907306393 0 4 0 16800975 18446604440279245952 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2155.27
Current children cumulated vsize (KiB) 15715576

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5410

[startup+1302.3 s]
/proc/loadavg: 1.82 4.07 5.63 2/194 5501
/proc/meminfo: memFree=14157956/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=0 CPUtime=2157.56 cores=0,2,4,6
/proc/5410/stat : 5410 (java) Z 5408 5410 4858 0 -1 4203548 3888583 0 1 0 215013 743 0 0 18 0 2 0 601932016 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 0 0 0 0 0 0 0
[pid=5410/tid=5435] ppid=5408 vsize=0 CPUtime=279.29 cores=0,2,4,6
/proc/5410/task/5435/stat : 5435 (java) R 5408 5410 4858 0 -1 4203588 107225 0 0 0 27880 49 0 0 16 0 2 0 601932092 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2157.56
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 1.82 4.07 5.63 2/194 5501
/proc/meminfo: memFree=14157956/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=0 CPUtime=2157.66 cores=0,2,4,6
/proc/5410/stat : 5410 (java) Z 5408 5410 4858 0 -1 4203548 3888583 0 1 0 215013 753 0 0 18 0 2 0 601932016 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 0 0 0 0 0 0 0
[pid=5410/tid=5435] ppid=5408 vsize=0 CPUtime=279.39 cores=0,2,4,6
/proc/5410/task/5435/stat : 5435 (java) R 5408 5410 4858 0 -1 4203588 107225 0 0 0 27880 59 0 0 16 0 2 0 601932092 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2157.66
Current children cumulated vsize (KiB) 0

[startup+1302.61 s]
/proc/loadavg: 1.82 4.07 5.63 2/173 5501
/proc/meminfo: memFree=25272368/32950928 swapFree=67111356/67111528
[pid=5410] ppid=5408 vsize=0 CPUtime=2157.87 cores=0,2,4,6
/proc/5410/stat : 5410 (java) Z 5408 5410 4858 0 -1 4203548 3888583 0 1 0 215013 774 0 0 18 0 2 0 601932016 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/5410/statm: 0 0 0 0 0 0 0
[pid=5410/tid=5435] ppid=5408 vsize=0 CPUtime=279.6 cores=0,2,4,6
/proc/5410/task/5435/stat : 5435 (java) R 5408 5410 4858 0 -1 4203588 107225 0 0 0 27880 80 0 0 16 0 2 0 601932092 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2157.87
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.69
CPU time (s): 2157.96
CPU user time (s): 2150.13
CPU system time (s): 7.82781
CPU usage (%): 165.654
Max. virtual memory (cumulated for all children) (KiB): 15715824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2150.13
system time used= 7.82781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3888583
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= 64341
involuntary context switches= 37106

runsolver used 2.04169 second user time and 5.11522 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 00:43:33
IDJOB=3312472
IDBENCH=82657
IDSOLVER=1699
FILE ID=node114/3312472-1304117013
RUNJOBID= node114-1304117013-5373
PBS_JOBID= 13170690
Free space on /tmp= 71800 MiB

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

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

MD5SUM BENCH= bd4912a5ba3146c46ac3a58d7861d9a6
RANDOM SEED=2023933295

node114.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.848
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.69
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.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.848
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.848
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.73
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.848
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.75
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.848
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.848
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.848
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:     32950928 kB
MemFree:      29510928 kB
Buffers:       1068424 kB
Cached:        1789384 kB
SwapCached:        168 kB
Active:         158348 kB
Inactive:      2777540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29510928 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            6340 kB
Writeback:           0 kB
AnonPages:       77172 kB
Mapped:          22252 kB
Slab:           440628 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   780528 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= 71800 MiB
End job on node114 at 2011-04-30 01:05:16