Trace number 3311287

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
STRUCTure 0.1 (hbr=2)? (TO) 2329.78 1302.58

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
MD5SUM4033245e3bd21ace8cfcd57089ff73c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark213.183
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	04:59 INFO : Reading from input HOME/instance-3311287-1304118298.cnf
1.35/1.10	Executor set job limit to 1000000
1.35/1.10	Executor set job limit to 1000000
1.35/1.10	Executor set job limit to 1000000
1.35/1.10	Executor set job limit to 1000000
1.35/1.10	Starting Executor!
1.35/1.10	Starting Executor!
1.35/1.10	Starting Executor!
1.35/1.10	Starting Executor!
5.66/3.41	05:02 INFO : 49825 variables remaining out of 50000
5.66/3.41	05:02 INFO : 835876 literals remaining out of 840000
1392.39/378.49	11:17 ERROR: Failed to solve instance
1392.39/378.49	java.lang.OutOfMemoryError: Java heap space
1392.39/378.49		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1392.39/378.49		at gnu.trove.THash.postInsertHook(THash.java:370)
1392.39/378.49		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1392.39/378.49		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1392.39/378.49		at ibis.structure.Subsumming.run(Subsumming.java:58)
1392.39/378.49		at ibis.structure.Solver.simplify(Solver.java:205)
1392.39/378.49		at ibis.structure.Solver.solve(Solver.java:113)
1392.39/378.49		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1392.39/378.49		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1392.39/378.49		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1392.39/378.49		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1392.39/378.49		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1392.39/378.49		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1392.39/378.49		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1392.39/378.49		at ibis.constellation.Executor.processActivities(Executor.java:75)
1392.39/378.49		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1392.39/378.49		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1392.39/378.49		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1405.89/390.40	11:29 ERROR: Failed to solve instance
1405.89/390.40	java.lang.OutOfMemoryError: Java heap space
1405.89/390.40		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1405.89/390.40		at gnu.trove.THash.postInsertHook(THash.java:370)
1405.89/390.40		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1405.89/390.40		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1405.89/390.40		at ibis.structure.Subsumming.run(Subsumming.java:58)
1405.89/390.40		at ibis.structure.Solver.simplify(Solver.java:205)
1405.89/390.40		at ibis.structure.Solver.solve(Solver.java:113)
1405.89/390.40		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1405.89/390.40		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1405.89/390.40		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1405.89/390.40		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1405.89/390.40		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1405.89/390.40		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1405.89/390.40		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1405.89/390.40		at ibis.constellation.Executor.processActivities(Executor.java:75)
1405.89/390.40		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1405.89/390.40		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1405.89/390.40		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1484.71/468.29	12:47 ERROR: Failed to solve instance
1484.71/468.29	java.lang.OutOfMemoryError: Java heap space
1484.71/468.29		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
1484.71/468.29		at gnu.trove.THash.postInsertHook(THash.java:370)
1484.71/468.29		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1484.71/468.29		at ibis.structure.WatchLists.build(WatchLists.java:56)
1484.71/468.29		at ibis.structure.Solver.<init>(Solver.java:45)
1484.71/468.29		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1484.71/468.29		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1484.71/468.29		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1484.71/468.29		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1484.71/468.29		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1484.71/468.29		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1484.71/468.29		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1484.71/468.29		at ibis.constellation.Executor.processActivities(Executor.java:75)
1484.71/468.29		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1484.71/468.29		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1484.71/468.29		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1572.63/556.07	14:15 ERROR: Failed to solve instance
1572.63/556.07	java.lang.OutOfMemoryError: Java heap space
1572.63/556.07		at gnu.trove.TIntHash.setUp(TIntHash.java:134)
1572.63/556.07		at gnu.trove.THash.<init>(THash.java:128)
1572.63/556.07		at gnu.trove.THash.<init>(THash.java:97)
1572.63/556.07		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:81)
1572.63/556.07		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:68)
1572.63/556.07		at gnu.trove.TIntHash.<init>(TIntHash.java:60)
1572.63/556.07		at gnu.trove.TIntHashSet.<init>(TIntHashSet.java:59)
1572.63/556.07		at ibis.structure.WatchLists.build(WatchLists.java:47)
1572.63/556.07		at ibis.structure.Solver.<init>(Solver.java:45)
1572.63/556.07		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1572.63/556.07		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1572.63/556.07		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1572.63/556.07		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1572.63/556.07		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1572.63/556.07		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1572.63/556.07		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1572.63/556.07		at ibis.constellation.Executor.processActivities(Executor.java:75)
1572.63/556.07		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1572.63/556.07		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1572.63/556.07		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1621.14/603.81	15:02 ERROR: Failed to solve instance
1621.14/603.81	java.lang.OutOfMemoryError: Java heap space
1673.50/655.87	15:54 ERROR: Failed to solve instance
1673.50/655.87	java.lang.OutOfMemoryError: Java heap space
1677.72/659.59	15:58 ERROR: Failed to solve instance
1677.72/659.59	java.lang.OutOfMemoryError: Java heap space
1680.12/661.97	16:00 ERROR: Failed to solve instance
1680.12/661.97	java.lang.OutOfMemoryError: Java heap space
1745.75/727.44	17:06 ERROR: Failed to solve instance
1745.75/727.44	java.lang.OutOfMemoryError: Java heap space
1787.42/769.03	17:47 ERROR: Failed to solve instance
1787.42/769.03	java.lang.OutOfMemoryError: Java heap space
1793.41/774.27	17:53 ERROR: Failed to solve instance
1793.41/774.27	java.lang.OutOfMemoryError: Java heap space
1929.91/908.92	20:07 ERROR: Failed to solve instance
1929.91/908.92	java.lang.OutOfMemoryError: Java heap space
1957.72/936.68	20:35 ERROR: Failed to solve instance
1957.72/936.68	java.lang.OutOfMemoryError: Java heap space
1962.46/940.85	20:39 ERROR: Failed to solve instance
1962.46/940.85	java.lang.OutOfMemoryError: Java heap space
1962.96/941.38	20:40 ERROR: Failed to solve instance
1962.96/941.38	java.lang.OutOfMemoryError: Java heap space
2019.94/998.26	21:37 ERROR: Failed to solve instance
2019.94/998.26	java.lang.OutOfMemoryError: Java heap space
2025.33/1003.57	21:42 ERROR: Failed to solve instance
2025.33/1003.57	java.lang.OutOfMemoryError: Java heap space
2031.88/1009.42	21:48 ERROR: Failed to solve instance
2031.88/1009.42	java.lang.OutOfMemoryError: Java heap space
2088.96/1066.26	22:45 ERROR: Failed to solve instance
2088.96/1066.26	java.lang.OutOfMemoryError: Java heap space
2088.96/1066.26	22:45 ERROR: Failed to solve instance
2088.96/1066.26	java.lang.OutOfMemoryError: Java heap space
2156.81/1133.08	23:52 ERROR: Failed to solve instance
2156.81/1133.08	java.lang.OutOfMemoryError: Java heap space
2269.63/1244.18	25:43 ERROR: Failed to solve instance
2269.63/1244.18	java.lang.OutOfMemoryError: Java heap space
2314.65/1288.57	26:27 ERROR: Failed to solve instance
2314.65/1288.57	java.lang.OutOfMemoryError: Java heap space
2318.81/1292.01	26:31 ERROR: Failed to solve instance
2318.81/1292.01	java.lang.OutOfMemoryError: Java heap space
2320.72/1293.92	26:32 ERROR: Failed to solve instance
2320.72/1293.92	java.lang.OutOfMemoryError: Java heap space
2323.39/1296.56	26:35 ERROR: Failed to solve instance
2323.39/1296.56	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-3311287-1304118298/watcher-3311287-1304118298 -o /tmp/evaluation-result-3311287-1304118298/solver-3311287-1304118298 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311287-1304118298.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 3.82 4.27 5.48 5/192 27652
/proc/meminfo: memFree=30821524/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/27652/stat : 27652 (java) R 27650 27652 26975 0 -1 4202496 1344 0 0 0 0 0 0 0 21 0 1 0 523429487 23580672 831 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 47105023533049 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27652/statm: 5744 829 630 9 0 124 0

[startup+0.017974 s]
/proc/loadavg: 3.82 4.27 5.48 5/192 27652
/proc/meminfo: memFree=30821524/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=15657184 CPUtime=0 cores=0,2,4,6
/proc/27652/stat : 27652 (java) S 27650 27652 26975 0 -1 4202496 3130 0 1 0 0 0 0 0 21 0 10 0 523429487 16032956416 2572 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 3914296 2574 1514 9 0 3905044 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15657184

[startup+0.10098 s]
/proc/loadavg: 3.82 4.27 5.48 5/192 27652
/proc/meminfo: memFree=30821524/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=15676920 CPUtime=0.1 cores=0,2,4,6
/proc/27652/stat : 27652 (java) S 27650 27652 26975 0 -1 4202496 5541 0 1 0 9 1 0 0 21 0 18 0 523429487 16053166080 4980 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 3919230 4981 2117 9 0 3909949 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676920

[startup+0.300966 s]
/proc/loadavg: 3.82 4.27 5.48 5/192 27652
/proc/meminfo: memFree=30821524/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=15682540 CPUtime=0.52 cores=0,2,4,6
/proc/27652/stat : 27652 (java) S 27650 27652 26975 0 -1 4202496 15227 0 1 0 49 3 0 0 21 0 18 0 523429487 16058920960 13420 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 3920635 13426 2207 9 0 3911354 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15682540

[startup+0.700896 s]
/proc/loadavg: 3.82 4.27 5.48 5/192 27652
/proc/meminfo: memFree=30821524/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=15682540 CPUtime=0.93 cores=0,2,4,6
/proc/27652/stat : 27652 (java) S 27650 27652 26975 0 -1 4202496 41887 0 1 0 86 7 0 0 21 0 18 0 523429487 16058920960 40076 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 3920635 40076 2223 9 0 3911354 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15682540

[startup+1.50065 s]
/proc/loadavg: 3.82 4.27 5.48 5/214 27674
/proc/meminfo: memFree=30498772/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=15699224 CPUtime=2.01 cores=0,2,4,6
/proc/27652/stat : 27652 (java) S 27650 27652 26975 0 -1 4202496 52893 0 1 0 193 8 0 0 21 0 22 0 523429487 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 3924806 49004 2261 9 0 3915525 0
[pid=27652/tid=27653] ppid=27650 vsize=15699224 CPUtime=1.42 cores=0,2,4,6
/proc/27652/task/27653/stat : 27653 (java) R 27650 27652 26975 0 -1 4202560 35643 0 1 0 137 5 0 0 20 0 22 0 523429487 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 46912505191197 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=27652/tid=27655] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27655/stat : 27655 (java) S 27650 27652 26975 0 -1 4202560 58 0 0 0 0 0 0 0 16 0 22 0 523429488 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27656] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27656/stat : 27656 (java) S 27650 27652 26975 0 -1 4202560 1144 0 0 0 0 0 0 0 16 0 22 0 523429488 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27657] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27657/stat : 27657 (java) S 27650 27652 26975 0 -1 4202560 1903 0 0 0 0 0 0 0 16 0 22 0 523429488 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27658] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27658/stat : 27658 (java) S 27650 27652 26975 0 -1 4202560 309 0 0 0 0 0 0 0 15 0 22 0 523429488 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27659] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27659/stat : 27659 (java) S 27650 27652 26975 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 22 0 523429488 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27660] ppid=27650 vsize=15699224 CPUtime=0.01 cores=0,2,4,6
/proc/27652/task/27660/stat : 27660 (java) S 27650 27652 26975 0 -1 4202560 1568 0 0 0 1 0 0 0 16 0 22 0 523429488 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27661] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27661/stat : 27661 (java) S 27650 27652 26975 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 22 0 523429488 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27662] ppid=27650 vsize=15699224 CPUtime=0.01 cores=0,2,4,6
/proc/27652/task/27662/stat : 27662 (java) S 27650 27652 26975 0 -1 4202560 1425 0 0 0 1 0 0 0 16 0 22 0 523429488 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27663] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27663/stat : 27663 (java) S 27650 27652 26975 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 523429489 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 0 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27664] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27664/stat : 27664 (java) S 27650 27652 26975 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523429489 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27665] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27665/stat : 27665 (java) S 27650 27652 26975 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523429489 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27666] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27666/stat : 27666 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523429491 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676631985 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27667] ppid=27650 vsize=15699224 CPUtime=0.2 cores=0,2,4,6
/proc/27652/task/27667/stat : 27667 (java) S 27650 27652 26975 0 -1 4202560 1819 0 0 0 20 0 0 0 16 0 22 0 523429491 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27668] ppid=27650 vsize=15699224 CPUtime=0.28 cores=0,2,4,6
/proc/27652/task/27668/stat : 27668 (java) R 27650 27652 26975 0 -1 4202560 6775 0 0 0 28 0 0 0 16 0 22 0 523429491 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 47105025528375 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27652/tid=27669] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27669/stat : 27669 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523429491 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27670] ppid=27650 vsize=15699224 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27670/stat : 27670 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523429491 16076005376 49004 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 15699224

[startup+3.10142 s]
/proc/loadavg: 3.75 4.24 5.47 8/218 27678
/proc/meminfo: memFree=30338916/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=15718984 CPUtime=5.12 cores=0,2,4,6
/proc/27652/stat : 27652 (java) S 27650 27652 26975 0 -1 4202496 67422 0 1 0 501 11 0 0 21 0 22 0 523429487 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 3929746 54737 2266 9 0 3920465 0
[pid=27652/tid=27653] ppid=27650 vsize=15718984 CPUtime=3.02 cores=0,2,4,6
/proc/27652/task/27653/stat : 27653 (java) R 27650 27652 26975 0 -1 4202560 35674 0 1 0 297 5 0 0 25 0 22 0 523429487 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 46912506123163 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27652/tid=27655] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27655/stat : 27655 (java) S 27650 27652 26975 0 -1 4202560 58 0 0 0 0 0 0 0 16 0 22 0 523429488 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27656] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27656/stat : 27656 (java) S 27650 27652 26975 0 -1 4202560 1144 0 0 0 0 0 0 0 16 0 22 0 523429488 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27657] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27657/stat : 27657 (java) S 27650 27652 26975 0 -1 4202560 1903 0 0 0 0 0 0 0 16 0 22 0 523429488 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27658] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27658/stat : 27658 (java) S 27650 27652 26975 0 -1 4202560 309 0 0 0 0 0 0 0 15 0 22 0 523429488 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27659] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27659/stat : 27659 (java) S 27650 27652 26975 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 22 0 523429488 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27660] ppid=27650 vsize=15718984 CPUtime=0.01 cores=0,2,4,6
/proc/27652/task/27660/stat : 27660 (java) S 27650 27652 26975 0 -1 4202560 1568 0 0 0 1 0 0 0 16 0 22 0 523429488 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27661] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27661/stat : 27661 (java) S 27650 27652 26975 0 -1 4202560 715 0 0 0 0 0 0 0 15 0 22 0 523429488 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27662] ppid=27650 vsize=15718984 CPUtime=0.01 cores=0,2,4,6
/proc/27652/task/27662/stat : 27662 (java) S 27650 27652 26975 0 -1 4202560 1425 0 0 0 1 0 0 0 16 0 22 0 523429488 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27663] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27663/stat : 27663 (java) S 27650 27652 26975 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 523429489 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 0 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27664] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27664/stat : 27664 (java) S 27650 27652 26975 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523429489 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27665] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27665/stat : 27665 (java) S 27650 27652 26975 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523429489 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27666] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27666/stat : 27666 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523429491 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676631985 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27667] ppid=27650 vsize=15718984 CPUtime=0.39 cores=0,2,4,6
/proc/27652/task/27667/stat : 27667 (java) S 27650 27652 26975 0 -1 4202560 3333 0 0 0 39 0 0 0 16 0 22 0 523429491 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27668] ppid=27650 vsize=15718984 CPUtime=1.6 cores=0,2,4,6
/proc/27652/task/27668/stat : 27668 (java) S 27650 27652 26975 0 -1 4202560 19758 0 0 0 157 3 0 0 15 0 22 0 523429491 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27669] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27669/stat : 27669 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523429491 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27670] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27670/stat : 27670 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523429491 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27675] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27675/stat : 27675 (java) S 27650 27652 26975 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 523429597 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27676] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27676/stat : 27676 (java) S 27650 27652 26975 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523429597 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27677] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27677/stat : 27677 (java) S 27650 27652 26975 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523429597 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27678] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27678/stat : 27678 (java) S 27650 27652 26975 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523429597 16096239616 54737 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 15718984

[startup+7.40663 s]
/proc/loadavg: 3.75 4.24 5.47 7/218 27678
/proc/meminfo: memFree=29792432/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=15718984 CPUtime=16.78 cores=0,2,4,6
/proc/27652/stat : 27652 (java) S 27650 27652 26975 0 -1 4202496 289224 0 1 0 1639 39 0 0 21 0 22 0 523429487 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 3929746 273953 2275 9 0 3920465 0
[pid=27652/tid=27653] ppid=27650 vsize=15718984 CPUtime=3.34 cores=0,2,4,6
/proc/27652/task/27653/stat : 27653 (java) S 27650 27652 26975 0 -1 4202560 35697 0 1 0 329 5 0 0 25 0 22 0 523429487 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27655] ppid=27650 vsize=15718984 CPUtime=0.09 cores=0,2,4,6
/proc/27652/task/27655/stat : 27655 (java) S 27650 27652 26975 0 -1 4202560 11755 0 0 0 8 1 0 0 15 0 22 0 523429488 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27656] ppid=27650 vsize=15718984 CPUtime=0.21 cores=0,2,4,6
/proc/27652/task/27656/stat : 27656 (java) S 27650 27652 26975 0 -1 4202560 30785 0 0 0 18 3 0 0 15 0 22 0 523429488 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27657] ppid=27650 vsize=15718984 CPUtime=0.11 cores=0,2,4,6
/proc/27652/task/27657/stat : 27657 (java) S 27650 27652 26975 0 -1 4202560 13244 0 0 0 9 2 0 0 15 0 22 0 523429488 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27658] ppid=27650 vsize=15718984 CPUtime=0.2 cores=0,2,4,6
/proc/27652/task/27658/stat : 27658 (java) S 27650 27652 26975 0 -1 4202560 28395 0 0 0 17 3 0 0 16 0 22 0 523429488 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27659] ppid=27650 vsize=15718984 CPUtime=0.09 cores=0,2,4,6
/proc/27652/task/27659/stat : 27659 (java) S 27650 27652 26975 0 -1 4202560 15822 0 0 0 8 1 0 0 16 0 22 0 523429488 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27660] ppid=27650 vsize=15718984 CPUtime=0.19 cores=0,2,4,6
/proc/27652/task/27660/stat : 27660 (java) S 27650 27652 26975 0 -1 4202560 33752 0 0 0 16 3 0 0 16 0 22 0 523429488 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27661] ppid=27650 vsize=15718984 CPUtime=0.19 cores=0,2,4,6
/proc/27652/task/27661/stat : 27661 (java) S 27650 27652 26975 0 -1 4202560 23041 0 0 0 17 2 0 0 16 0 22 0 523429488 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27662] ppid=27650 vsize=15718984 CPUtime=0.09 cores=0,2,4,6
/proc/27652/task/27662/stat : 27662 (java) S 27650 27652 26975 0 -1 4202560 13488 0 0 0 8 1 0 0 15 0 22 0 523429488 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27663] ppid=27650 vsize=15718984 CPUtime=0.01 cores=0,2,4,6
/proc/27652/task/27663/stat : 27663 (java) S 27650 27652 26975 0 -1 4202560 457 0 0 0 1 0 0 0 16 0 22 0 523429489 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 0 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27664] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27664/stat : 27664 (java) S 27650 27652 26975 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523429489 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27665] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27665/stat : 27665 (java) S 27650 27652 26975 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523429489 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27666] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27666/stat : 27666 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523429491 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676631985 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27667] ppid=27650 vsize=15718984 CPUtime=0.66 cores=0,2,4,6
/proc/27652/task/27667/stat : 27667 (java) S 27650 27652 26975 0 -1 4202560 4630 0 0 0 65 1 0 0 15 0 22 0 523429491 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27668] ppid=27650 vsize=15718984 CPUtime=2.06 cores=0,2,4,6
/proc/27652/task/27668/stat : 27668 (java) S 27650 27652 26975 0 -1 4202560 19812 0 0 0 203 3 0 0 15 0 22 0 523429491 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27669] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27669/stat : 27669 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523429491 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27670] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27670/stat : 27670 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523429491 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27675] ppid=27650 vsize=15718984 CPUtime=1.72 cores=0,2,4,6
/proc/27652/task/27675/stat : 27675 (java) R 27650 27652 26975 0 -1 4202560 17845 0 0 0 170 2 0 0 16 0 22 0 523429597 16096239616 273953 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 46912506323226 0 4 0 16800975 0 0 0 -1 6 0 0 0

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

[pid=27652/tid=27665] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27665/stat : 27665 (java) S 27650 27652 26975 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523429489 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27666] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27666/stat : 27666 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676631985 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27667] ppid=27650 vsize=15718984 CPUtime=0.81 cores=0,2,4,6
/proc/27652/task/27667/stat : 27667 (java) S 27650 27652 26975 0 -1 4202560 5135 0 0 0 80 1 0 0 15 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27668] ppid=27650 vsize=15718984 CPUtime=2.06 cores=0,2,4,6
/proc/27652/task/27668/stat : 27668 (java) S 27650 27652 26975 0 -1 4202560 19812 0 0 0 203 3 0 0 15 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27669] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27669/stat : 27669 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27670] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27670/stat : 27670 (java) S 27650 27652 26975 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27675] ppid=27650 vsize=15718984 CPUtime=333.74 cores=0,2,4,6
/proc/27652/task/27675/stat : 27675 (java) S 27650 27652 26975 0 -1 4202560 70825 0 0 0 33349 25 0 0 15 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27676] ppid=27650 vsize=15718984 CPUtime=335.07 cores=0,2,4,6
/proc/27652/task/27676/stat : 27676 (java) S 27650 27652 26975 0 -1 4202560 54214 0 0 0 33486 21 0 0 15 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27677] ppid=27650 vsize=15718984 CPUtime=334 cores=0,2,4,6
/proc/27652/task/27677/stat : 27677 (java) S 27650 27652 26975 0 -1 4202560 59186 0 0 0 33384 16 0 0 15 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27678] ppid=27650 vsize=15718984 CPUtime=335.93 cores=0,2,4,6
/proc/27652/task/27678/stat : 27678 (java) S 27650 27652 26975 0 -1 4202560 69116 0 0 0 33578 15 0 0 15 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2207.75
Current children cumulated vsize (KiB) 15718984

[startup+1242.3 s]
/proc/loadavg: 3.14 4.72 5.38 2/191 27735
/proc/meminfo: memFree=15363316/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=15718984 CPUtime=2267.83 cores=0,2,4,6
/proc/27652/stat : 27652 (java) S 27650 27652 26975 0 -1 4202496 3920214 0 1 0 226075 708 0 0 21 0 22 0 523429487 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 3929746 3863684 2294 9 0 3920465 0
[pid=27652/tid=27653] ppid=27650 vsize=15718984 CPUtime=3.34 cores=0,2,4,6
/proc/27652/task/27653/stat : 27653 (java) S 27650 27652 26975 0 -1 4202560 35697 0 1 0 329 5 0 0 25 0 22 0 523429487 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27655] ppid=27650 vsize=15718984 CPUtime=3.71 cores=0,2,4,6
/proc/27652/task/27655/stat : 27655 (java) S 27650 27652 26975 0 -1 4202560 437693 0 0 0 299 72 0 0 16 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27656] ppid=27650 vsize=15718984 CPUtime=3.65 cores=0,2,4,6
/proc/27652/task/27656/stat : 27656 (java) S 27650 27652 26975 0 -1 4202560 302558 0 0 0 319 46 0 0 16 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27657] ppid=27650 vsize=15718984 CPUtime=3.6 cores=0,2,4,6
/proc/27652/task/27657/stat : 27657 (java) S 27650 27652 26975 0 -1 4202560 413978 0 0 0 290 70 0 0 16 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27658] ppid=27650 vsize=15718984 CPUtime=2.81 cores=0,2,4,6
/proc/27652/task/27658/stat : 27658 (java) S 27650 27652 26975 0 -1 4202560 226754 0 0 0 244 37 0 0 15 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27659] ppid=27650 vsize=15718984 CPUtime=2.54 cores=0,2,4,6
/proc/27652/task/27659/stat : 27659 (java) S 27650 27652 26975 0 -1 4202560 258733 0 0 0 209 45 0 0 15 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27660] ppid=27650 vsize=15718984 CPUtime=4.19 cores=0,2,4,6
/proc/27652/task/27660/stat : 27660 (java) S 27650 27652 26975 0 -1 4202560 443882 0 0 0 344 75 0 0 16 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27661] ppid=27650 vsize=15718984 CPUtime=3.65 cores=0,2,4,6
/proc/27652/task/27661/stat : 27661 (java) S 27650 27652 26975 0 -1 4202560 402754 0 0 0 298 67 0 0 15 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27662] ppid=27650 vsize=15718984 CPUtime=4.06 cores=0,2,4,6
/proc/27652/task/27662/stat : 27662 (java) S 27650 27652 26975 0 -1 4202560 385141 0 0 0 340 66 0 0 16 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27663] ppid=27650 vsize=15718984 CPUtime=894.37 cores=0,2,4,6
/proc/27652/task/27663/stat : 27663 (java) R 27650 27652 26975 0 -1 4202560 732827 0 0 0 89303 134 0 0 18 0 22 0 523429489 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 47105025593660 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=27652/tid=27664] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27664/stat : 27664 (java) S 27650 27652 26975 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523429489 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27665] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27665/stat : 27665 (java) S 27650 27652 26975 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523429489 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27666] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27666/stat : 27666 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676631985 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27667] ppid=27650 vsize=15718984 CPUtime=0.81 cores=0,2,4,6
/proc/27652/task/27667/stat : 27667 (java) S 27650 27652 26975 0 -1 4202560 5135 0 0 0 80 1 0 0 15 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27668] ppid=27650 vsize=15718984 CPUtime=2.06 cores=0,2,4,6
/proc/27652/task/27668/stat : 27668 (java) S 27650 27652 26975 0 -1 4202560 19812 0 0 0 203 3 0 0 15 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27669] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27669/stat : 27669 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27670] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27670/stat : 27670 (java) S 27650 27652 26975 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27675] ppid=27650 vsize=15718984 CPUtime=333.74 cores=0,2,4,6
/proc/27652/task/27675/stat : 27675 (java) S 27650 27652 26975 0 -1 4202560 70859 0 0 0 33349 25 0 0 15 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27676] ppid=27650 vsize=15718984 CPUtime=335.09 cores=0,2,4,6
/proc/27652/task/27676/stat : 27676 (java) S 27650 27652 26975 0 -1 4202560 54633 0 0 0 33487 22 0 0 15 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27677] ppid=27650 vsize=15718984 CPUtime=334.05 cores=0,2,4,6
/proc/27652/task/27677/stat : 27677 (java) S 27650 27652 26975 0 -1 4202560 59186 0 0 0 33389 16 0 0 15 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27678] ppid=27650 vsize=15718984 CPUtime=335.99 cores=0,2,4,6
/proc/27652/task/27678/stat : 27678 (java) S 27650 27652 26975 0 -1 4202560 69116 0 0 0 33584 15 0 0 15 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2267.83
Current children cumulated vsize (KiB) 15718984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.85 4.09 5.13 2/191 27736
/proc/meminfo: memFree=15362688/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=15718984 CPUtime=2327.18 cores=0,2,4,6
/proc/27652/stat : 27652 (java) S 27650 27652 26975 0 -1 4202496 3920612 0 1 0 232002 716 0 0 21 0 22 0 523429487 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 3929746 3863684 2294 9 0 3920465 0
[pid=27652/tid=27653] ppid=27650 vsize=15718984 CPUtime=3.34 cores=0,2,4,6
/proc/27652/task/27653/stat : 27653 (java) S 27650 27652 26975 0 -1 4202560 35697 0 1 0 329 5 0 0 25 0 22 0 523429487 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27655] ppid=27650 vsize=15718984 CPUtime=3.71 cores=0,2,4,6
/proc/27652/task/27655/stat : 27655 (java) S 27650 27652 26975 0 -1 4202560 437693 0 0 0 299 72 0 0 16 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27656] ppid=27650 vsize=15718984 CPUtime=3.65 cores=0,2,4,6
/proc/27652/task/27656/stat : 27656 (java) S 27650 27652 26975 0 -1 4202560 302558 0 0 0 319 46 0 0 16 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27657] ppid=27650 vsize=15718984 CPUtime=3.6 cores=0,2,4,6
/proc/27652/task/27657/stat : 27657 (java) S 27650 27652 26975 0 -1 4202560 413978 0 0 0 290 70 0 0 16 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27658] ppid=27650 vsize=15718984 CPUtime=2.81 cores=0,2,4,6
/proc/27652/task/27658/stat : 27658 (java) S 27650 27652 26975 0 -1 4202560 226754 0 0 0 244 37 0 0 15 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27659] ppid=27650 vsize=15718984 CPUtime=2.54 cores=0,2,4,6
/proc/27652/task/27659/stat : 27659 (java) S 27650 27652 26975 0 -1 4202560 258733 0 0 0 209 45 0 0 15 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27660] ppid=27650 vsize=15718984 CPUtime=4.19 cores=0,2,4,6
/proc/27652/task/27660/stat : 27660 (java) S 27650 27652 26975 0 -1 4202560 443882 0 0 0 344 75 0 0 16 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27661] ppid=27650 vsize=15718984 CPUtime=3.65 cores=0,2,4,6
/proc/27652/task/27661/stat : 27661 (java) S 27650 27652 26975 0 -1 4202560 402754 0 0 0 298 67 0 0 15 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27662] ppid=27650 vsize=15718984 CPUtime=4.06 cores=0,2,4,6
/proc/27652/task/27662/stat : 27662 (java) S 27650 27652 26975 0 -1 4202560 385141 0 0 0 340 66 0 0 16 0 22 0 523429488 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27663] ppid=27650 vsize=15718984 CPUtime=951.51 cores=0,2,4,6
/proc/27652/task/27663/stat : 27663 (java) R 27650 27652 26975 0 -1 4202560 732831 0 0 0 95011 140 0 0 18 0 22 0 523429489 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 47105025569117 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=27652/tid=27664] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27664/stat : 27664 (java) S 27650 27652 26975 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523429489 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27665] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27665/stat : 27665 (java) S 27650 27652 26975 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 523429489 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27666] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27666/stat : 27666 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676631985 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27667] ppid=27650 vsize=15718984 CPUtime=0.81 cores=0,2,4,6
/proc/27652/task/27667/stat : 27667 (java) S 27650 27652 26975 0 -1 4202560 5135 0 0 0 80 1 0 0 15 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27668] ppid=27650 vsize=15718984 CPUtime=2.06 cores=0,2,4,6
/proc/27652/task/27668/stat : 27668 (java) S 27650 27652 26975 0 -1 4202560 19812 0 0 0 203 3 0 0 15 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27669] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27669/stat : 27669 (java) S 27650 27652 26975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27670] ppid=27650 vsize=15718984 CPUtime=0 cores=0,2,4,6
/proc/27652/task/27670/stat : 27670 (java) S 27650 27652 26975 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 22 0 523429491 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624896 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
[pid=27652/tid=27675] ppid=27650 vsize=15718984 CPUtime=334.29 cores=0,2,4,6
/proc/27652/task/27675/stat : 27675 (java) S 27650 27652 26975 0 -1 4202560 70885 0 0 0 33404 25 0 0 16 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 6 0 0 0
[pid=27652/tid=27676] ppid=27650 vsize=15718984 CPUtime=335.64 cores=0,2,4,6
/proc/27652/task/27676/stat : 27676 (java) S 27650 27652 26975 0 -1 4202560 54817 0 0 0 33542 22 0 0 15 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 4 0 0 0
[pid=27652/tid=27677] ppid=27650 vsize=15718984 CPUtime=334.61 cores=0,2,4,6
/proc/27652/task/27677/stat : 27677 (java) S 27650 27652 26975 0 -1 4202560 59338 0 0 0 33444 17 0 0 15 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 0 0 0 0
[pid=27652/tid=27678] ppid=27650 vsize=15718984 CPUtime=336.54 cores=0,2,4,6
/proc/27652/task/27678/stat : 27678 (java) S 27650 27652 26975 0 -1 4202560 69144 0 0 0 33639 15 0 0 16 0 22 0 523429597 16096239616 3863684 33554432000 1073741824 1073778376 140735831232768 18446744073709551615 274676624281 0 4 0 16800975 18446604453720906624 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2327.18
Current children cumulated vsize (KiB) 15718984

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27652

[startup+1302.31 s]
/proc/loadavg: 1.78 4.04 5.10 2/171 27737
/proc/meminfo: memFree=20246044/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=0 CPUtime=2329.5 cores=0,2,4,6
/proc/27652/stat : 27652 (java) Z 27650 27652 26975 0 -1 4203548 3920629 0 1 0 232206 744 0 0 18 0 2 0 523429487 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 0 0 0 0 0 0 0
[pid=27652/tid=27669] ppid=27650 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/27652/task/27669/stat : 27669 (java) R 27650 27652 26975 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 523429491 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2329.5
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 1.78 4.04 5.10 2/171 27737
/proc/meminfo: memFree=20246044/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=0 CPUtime=2329.6 cores=0,2,4,6
/proc/27652/stat : 27652 (java) Z 27650 27652 26975 0 -1 4203548 3920629 0 1 0 232206 754 0 0 18 0 2 0 523429487 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 0 0 0 0 0 0 0
[pid=27652/tid=27669] ppid=27650 vsize=0 CPUtime=0.37 cores=0,2,4,6
/proc/27652/task/27669/stat : 27669 (java) R 27650 27652 26975 0 -1 4203588 1 0 0 0 0 37 0 0 18 0 2 0 523429491 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2329.6
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 1.78 4.04 5.10 2/171 27737
/proc/meminfo: memFree=20246044/32951132 swapFree=67111356/67111528
[pid=27652] ppid=27650 vsize=0 CPUtime=2329.7 cores=0,2,4,6
/proc/27652/stat : 27652 (java) Z 27650 27652 26975 0 -1 4203548 3920629 0 1 0 232206 764 0 0 18 0 2 0 523429487 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/27652/statm: 0 0 0 0 0 0 0
[pid=27652/tid=27669] ppid=27650 vsize=0 CPUtime=0.47 cores=0,2,4,6
/proc/27652/task/27669/stat : 27669 (java) R 27650 27652 26975 0 -1 4203588 1 0 0 0 0 47 0 0 18 0 2 0 523429491 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2329.7
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.58
CPU time (s): 2329.78
CPU user time (s): 2322.06
CPU system time (s): 7.71983
CPU usage (%): 178.859
Max. virtual memory (cumulated for all children) (KiB): 15719836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2322.06
system time used= 7.71983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3920629
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= 70296
involuntary context switches= 41788

runsolver used 2.15967 second user time and 5.05323 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-30 01:04:58
IDJOB=3311287
IDBENCH=82672
IDSOLVER=1698
FILE ID=node131/3311287-1304118298
RUNJOBID= node131-1304118298-27615
PBS_JOBID= 13170681
Free space on /tmp= 71380 MiB

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

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

MD5SUM BENCH= 4033245e3bd21ace8cfcd57089ff73c5
RANDOM SEED=2056680642

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30821688 kB
Buffers:        214068 kB
Cached:        1526756 kB
SwapCached:        168 kB
Active:         179008 kB
Inactive:      1644240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30821688 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            8580 kB
Writeback:           0 kB
AnonPages:       81536 kB
Mapped:          22856 kB
Slab:           243016 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   782404 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71380 MiB
End job on node131 at 2011-04-30 01:26:41