Trace number 3313371

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) 2040.1 1300.58

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.160-NOTKNOWN.cnf
MD5SUM104480afe2dfb23e29c907d77dfdc6d4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8763
Satisfiable
(Un)Satisfiability was proved
Number of variables652445
Number of clauses11706080
Sum of the clauses size25518880
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 211255040
Number of clauses of size 3426240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523360

Solver Data

0.11/0.12	21:14 INFO : Reading from input HOME/instance-3313371-1304104861.cnf
34.14/33.43	Executor set job limit to 1000000
34.14/33.43	Executor set job limit to 1000000
34.14/33.43	Executor set job limit to 1000000
34.14/33.43	Executor set job limit to 1000000
34.14/33.43	Starting Executor!
34.14/33.43	Starting Executor!
34.14/33.43	Starting Executor!
34.14/33.43	Starting Executor!
108.34/103.74	22:57 INFO : 470076 variables remaining out of 652445
108.34/103.74	22:57 INFO : 50060741 literals remaining out of 37224960
1395.30/563.96	30:37 ERROR: Failed to solve instance
1395.30/563.96	java.lang.OutOfMemoryError: GC overhead limit exceeded
1395.30/563.96		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
1395.30/563.96		at gnu.trove.THash.postInsertHook(THash.java:370)
1395.30/563.96		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1395.30/563.96		at ibis.structure.WatchLists.build(WatchLists.java:56)
1395.30/563.96		at ibis.structure.Solver.<init>(Solver.java:45)
1395.30/563.96		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1395.30/563.96		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1395.30/563.96		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1395.30/563.96		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1395.30/563.96		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1395.30/563.96		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1395.30/563.96		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1395.30/563.96		at ibis.constellation.Executor.processActivities(Executor.java:75)
1395.30/563.96		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1395.30/563.96		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1395.30/563.96		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1435.97/587.89	Exception in thread "SingleThreadedConstellation 3" java.lang.OutOfMemoryError: Java heap space
1435.97/587.89		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1435.97/587.89		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1435.97/587.89		at ibis.structure.ImplicationsGraph.serialize(ImplicationsGraph.java:621)
1435.97/587.89		at ibis.structure.Solver.core(Solver.java:177)
1435.97/587.89		at ibis.structure.SolveActivity.initialize(SolveActivity.java:44)
1435.97/587.89		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1435.97/587.89		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1435.97/587.89		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1435.97/587.89		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1435.97/587.89		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1435.97/587.89		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1435.97/587.89		at ibis.constellation.Executor.processActivities(Executor.java:75)
1435.97/587.89		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1435.97/587.89		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1435.97/587.89		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1615.53/686.31	32:40 ERROR: Failed to solve instance
1615.53/686.31	java.lang.OutOfMemoryError: GC overhead limit exceeded
1615.53/686.31		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
1615.53/686.31		at gnu.trove.THash.postInsertHook(THash.java:370)
1615.53/686.31		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
1615.53/686.31		at ibis.structure.WatchLists.build(WatchLists.java:56)
1615.53/686.31		at ibis.structure.Solver.<init>(Solver.java:45)
1615.53/686.31		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
1615.53/686.31		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1615.53/686.31		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1615.53/686.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1615.53/686.31		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1615.53/686.31		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1615.53/686.31		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1615.53/686.31		at ibis.constellation.Executor.processActivities(Executor.java:75)
1615.53/686.31		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1615.53/686.31		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1615.53/686.31		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1661.07/719.05	Exception in thread "SingleThreadedConstellation 2" java.lang.OutOfMemoryError: Java heap space
1661.07/719.05		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1661.07/719.05		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1661.07/719.05		at ibis.structure.ImplicationsGraph.serialize(ImplicationsGraph.java:620)
1661.07/719.05		at ibis.structure.Solver.core(Solver.java:177)
1661.07/719.05		at ibis.structure.SolveActivity.initialize(SolveActivity.java:44)
1661.07/719.05		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1661.07/719.05		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1661.07/719.05		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1661.07/719.05		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1661.07/719.05		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1661.07/719.05		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1661.07/719.05		at ibis.constellation.Executor.processActivities(Executor.java:75)
1661.07/719.05		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1661.07/719.05		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1661.07/719.05		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1854.52/827.65	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space
2039.50/1012.61	Exception in thread "SingleThreadedConstellation 1" 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-3313371-1304104861/watcher-3313371-1304104861 -o /tmp/evaluation-result-3313371-1304104861/solver-3313371-1304104861 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3313371-1304104861.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: 3.74 3.82 3.77 2/196 13662
/proc/meminfo: memFree=30417708/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 1370 0 0 0 0 0 0 0 23 0 2 0 522085986 24580096 850 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 6001 850 648 9 0 381 0
[pid=13662/tid=13663] ppid=13660 vsize=24056 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 12928 0 -1 4202560 33 0 0 0 0 0 0 0 24 0 2 0 522085986 24633344 870 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242965626599 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.104776 s]
/proc/loadavg: 3.74 3.82 3.77 2/196 13662
/proc/meminfo: memFree=30417708/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=15676332 CPUtime=0.11 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 5507 0 1 0 10 1 0 0 23 0 18 0 522085986 16052563968 4946 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 3919083 4947 2117 9 0 3909802 0
[pid=13662/tid=13663] ppid=13660 vsize=15676332 CPUtime=0.09 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 12928 0 -1 4202560 3513 0 1 0 8 1 0 0 18 0 18 0 522085986 16052563968 4947 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 47108673151747 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15676332

[startup+0.200774 s]
/proc/loadavg: 3.74 3.82 3.77 2/196 13662
/proc/meminfo: memFree=30417708/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=15678584 CPUtime=0.28 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 7886 0 1 0 27 1 0 0 23 0 18 0 522085986 16054870016 7184 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 3919646 7184 2184 9 0 3910365 0
[pid=13662/tid=13663] ppid=13660 vsize=15678584 CPUtime=0.19 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 12928 0 -1 4202560 5137 0 1 0 18 1 0 0 18 0 18 0 522085986 16054870016 7185 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 46912505511774 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15678584

[startup+0.30075 s]
/proc/loadavg: 3.74 3.82 3.77 2/196 13662
/proc/meminfo: memFree=30417708/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=15682956 CPUtime=0.53 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 15252 0 1 0 51 2 0 0 23 0 18 0 522085986 16059346944 13386 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 3920739 13392 2206 9 0 3911458 0
[pid=13662/tid=13663] ppid=13660 vsize=15682956 CPUtime=0.28 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 12928 0 -1 4202560 10020 0 1 0 27 1 0 0 18 0 18 0 522085986 16059346944 13396 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 46912505644337 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15682956

[startup+0.700679 s]
/proc/loadavg: 3.74 3.82 3.77 2/196 13662
/proc/meminfo: memFree=30417708/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=15682956 CPUtime=0.94 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 43247 0 1 0 89 5 0 0 23 0 18 0 522085986 16059346944 41378 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 3920739 41378 2222 9 0 3911458 0
[pid=13662/tid=13663] ppid=13660 vsize=15682956 CPUtime=0.68 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 12928 0 -1 4202560 35557 0 1 0 64 4 0 0 18 0 18 0 522085986 16059346944 41378 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 46912505625411 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15682956

[startup+1.50154 s]
/proc/loadavg: 3.92 3.86 3.79 3/214 13680
/proc/meminfo: memFree=30248500/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=15682956 CPUtime=1.74 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 77150 0 1 0 165 9 0 0 23 0 18 0 522085986 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 3920739 75278 2222 9 0 3911458 0
[pid=13662/tid=13663] ppid=13660 vsize=15682956 CPUtime=1.47 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 12928 0 -1 4202560 65036 0 1 0 139 8 0 0 19 0 18 0 522085986 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 46912505643130 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 12928 0 -1 4202560 1033 0 0 0 0 0 0 0 15 0 18 0 522085987 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 12928 0 -1 4202560 1348 0 0 0 0 0 0 0 16 0 18 0 522085987 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 12928 0 -1 4202560 643 0 0 0 0 0 0 0 15 0 18 0 522085987 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522085987 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 522085987 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 12928 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 18 0 522085987 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 12928 0 -1 4202560 642 0 0 0 0 0 0 0 15 0 18 0 522085987 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 12928 0 -1 4202560 3004 0 0 0 0 0 0 0 15 0 18 0 522085987 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 12928 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 18 0 522085988 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 0 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 12928 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522085988 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 12928 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522085988 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982373809 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=15682956 CPUtime=0.1 cores=0,2,4,6
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 12928 0 -1 4202560 1414 0 0 0 10 0 0 0 17 0 18 0 522085990 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=15682956 CPUtime=0.13 cores=0,2,4,6
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 12928 0 -1 4202560 2434 0 0 0 13 0 0 0 15 0 18 0 522085990 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522085990 16059346944 75278 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15682956

[startup+3.10127 s]
/proc/loadavg: 3.92 3.86 3.79 4/214 13680
/proc/meminfo: memFree=29945568/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=15682956 CPUtime=3.44 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 146968 0 1 0 326 18 0 0 23 0 18 0 522085986 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 3920739 144983 2240 9 0 3911458 0
[pid=13662/tid=13663] ppid=13660 vsize=15682956 CPUtime=3.05 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 12928 0 -1 4202560 125336 0 1 0 290 15 0 0 23 0 18 0 522085986 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 46912505644891 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=15682956 CPUtime=0.01 cores=0,2,4,6
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 12928 0 -1 4202560 1033 0 0 0 1 0 0 0 15 0 18 0 522085987 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=15682956 CPUtime=0.01 cores=0,2,4,6
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 12928 0 -1 4202560 1988 0 0 0 1 0 0 0 15 0 18 0 522085987 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 6 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 12928 0 -1 4202560 666 0 0 0 0 0 0 0 15 0 18 0 522085987 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 6 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 12928 0 -1 4202560 690 0 0 0 0 0 0 0 15 0 18 0 522085987 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 12928 0 -1 4202560 2624 0 0 0 0 0 0 0 15 0 18 0 522085987 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 12928 0 -1 4202560 5146 0 0 0 0 0 0 0 16 0 18 0 522085987 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 12928 0 -1 4202560 642 0 0 0 0 0 0 0 15 0 18 0 522085987 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=15682956 CPUtime=0.01 cores=0,2,4,6
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 12928 0 -1 4202560 3004 0 0 0 1 0 0 0 15 0 18 0 522085987 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 12928 0 -1 4202560 437 0 0 0 0 0 0 0 15 0 18 0 522085988 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 0 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 12928 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522085988 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 12928 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522085988 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982373809 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=15682956 CPUtime=0.12 cores=0,2,4,6
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 12928 0 -1 4202560 1552 0 0 0 12 0 0 0 16 0 18 0 522085990 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=15682956 CPUtime=0.16 cores=0,2,4,6
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 12928 0 -1 4202560 2464 0 0 0 16 0 0 0 15 0 18 0 522085990 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=15682956 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522085990 16059346944 144983 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15682956

[startup+6.30072 s]
/proc/loadavg: 4.09 3.89 3.80 11/214 13680
/proc/meminfo: memFree=29320496/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=15681016 CPUtime=6.68 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 285355 0 1 0 635 33 0 0 23 0 18 0 522085986 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 3920254 282985 2240 9 0 3910973 0
[pid=13662/tid=13663] ppid=13660 vsize=15681016 CPUtime=6.22 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) R 13660 13662 12928 0 -1 4202560 253178 0 1 0 593 29 0 0 20 0 18 0 522085986 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 46912505615720 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=15681016 CPUtime=0.01 cores=0,2,4,6
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 12928 0 -1 4202560 1034 0 0 0 1 0 0 0 15 0 18 0 522085987 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=15681016 CPUtime=0.02 cores=0,2,4,6
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 12928 0 -1 4202560 1988 0 0 0 2 0 0 0 15 0 18 0 522085987 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=15681016 CPUtime=0.01 cores=0,2,4,6
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 12928 0 -1 4202560 666 0 0 0 1 0 0 0 15 0 18 0 522085987 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 6 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=15681016 CPUtime=0.01 cores=0,2,4,6
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 12928 0 -1 4202560 690 0 0 0 1 0 0 0 15 0 18 0 522085987 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=15681016 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 12928 0 -1 4202560 2625 0 0 0 0 0 0 0 15 0 18 0 522085987 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=15681016 CPUtime=0.02 cores=0,2,4,6
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 12928 0 -1 4202560 15387 0 0 0 1 1 0 0 16 0 18 0 522085987 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=15681016 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 12928 0 -1 4202560 642 0 0 0 0 0 0 0 15 0 18 0 522085987 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=15681016 CPUtime=0.02 cores=0,2,4,6
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 12928 0 -1 4202560 3004 0 0 0 2 0 0 0 15 0 18 0 522085987 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=15681016 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 12928 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 18 0 522085988 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 0 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=15681016 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 12928 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 522085988 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=15681016 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 12928 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 522085988 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=15681016 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982373809 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=15681016 CPUtime=0.12 cores=0,2,4,6
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 12928 0 -1 4202560 1552 0 0 0 12 0 0 0 16 0 18 0 522085990 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=15681016 CPUtime=0.16 cores=0,2,4,6
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 12928 0 -1 4202560 2464 0 0 0 16 0 0 0 15 0 18 0 522085990 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=15681016 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=15681016 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 522085990 16057360384 282985 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0

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

[pid=13662/tid=13675] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 12928 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 522085988 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982373809 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=15704996 CPUtime=0.79 cores=0,2,4,6
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 12928 0 -1 4202560 4171 0 0 0 79 0 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=15704996 CPUtime=2.24 cores=0,2,4,6
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 12928 0 -1 4202560 15750 0 0 0 222 2 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=15704996 CPUtime=0.01 cores=0,2,4,6
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 12928 0 -1 4202560 64 0 0 0 0 1 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2039.51
Current children cumulated vsize (KiB) 15704996

[startup+1182.3 s]
/proc/loadavg: 4.18 4.92 5.04 5/214 13715
/proc/meminfo: memFree=442404/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=15704996 CPUtime=2039.51 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 4422297 0 1 0 203244 707 0 0 23 0 18 0 522085986 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 3926249 3865999 2296 9 0 3916968 0
[pid=13662/tid=13663] ppid=13660 vsize=15704996 CPUtime=100.33 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) S 13660 13662 12928 0 -1 4202560 625384 0 1 0 9951 82 0 0 25 0 18 0 522085986 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=15704996 CPUtime=7.97 cores=0,2,4,6
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 12928 0 -1 4202560 594859 0 0 0 708 89 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=15704996 CPUtime=8.3 cores=0,2,4,6
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 12928 0 -1 4202560 406282 0 0 0 769 61 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=15704996 CPUtime=8.42 cores=0,2,4,6
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 12928 0 -1 4202560 391180 0 0 0 779 63 0 0 15 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 6 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=15704996 CPUtime=9.04 cores=0,2,4,6
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 12928 0 -1 4202560 387425 0 0 0 842 62 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=15704996 CPUtime=8.07 cores=0,2,4,6
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 12928 0 -1 4202560 546624 0 0 0 724 83 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=15704996 CPUtime=8.28 cores=0,2,4,6
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 12928 0 -1 4202560 371127 0 0 0 769 59 0 0 15 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=15704996 CPUtime=8.81 cores=0,2,4,6
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 12928 0 -1 4202560 407077 0 0 0 812 69 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=15704996 CPUtime=7.96 cores=0,2,4,6
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 12928 0 -1 4202560 410241 0 0 0 733 63 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 6 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=15704996 CPUtime=285.49 cores=0,2,4,6
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 12928 0 -1 4202560 260394 0 0 0 28506 43 0 0 15 0 18 0 522085988 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 0 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 12928 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 522085988 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 12928 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 522085988 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982373809 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=15704996 CPUtime=0.79 cores=0,2,4,6
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 12928 0 -1 4202560 4171 0 0 0 79 0 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=15704996 CPUtime=2.24 cores=0,2,4,6
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 12928 0 -1 4202560 15750 0 0 0 222 2 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=15704996 CPUtime=0.01 cores=0,2,4,6
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 12928 0 -1 4202560 68 0 0 0 0 1 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2039.51
Current children cumulated vsize (KiB) 15704996

[startup+1242.3 s]
/proc/loadavg: 4.12 4.77 4.98 5/214 13717
/proc/meminfo: memFree=243248/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=15704996 CPUtime=2039.51 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 4422301 0 1 0 203244 707 0 0 23 0 18 0 522085986 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 3926249 3865999 2296 9 0 3916968 0
[pid=13662/tid=13663] ppid=13660 vsize=15704996 CPUtime=100.33 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) S 13660 13662 12928 0 -1 4202560 625384 0 1 0 9951 82 0 0 25 0 18 0 522085986 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=15704996 CPUtime=7.97 cores=0,2,4,6
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 12928 0 -1 4202560 594859 0 0 0 708 89 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=15704996 CPUtime=8.3 cores=0,2,4,6
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 12928 0 -1 4202560 406282 0 0 0 769 61 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=15704996 CPUtime=8.42 cores=0,2,4,6
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 12928 0 -1 4202560 391180 0 0 0 779 63 0 0 15 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 6 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=15704996 CPUtime=9.04 cores=0,2,4,6
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 12928 0 -1 4202560 387425 0 0 0 842 62 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=15704996 CPUtime=8.07 cores=0,2,4,6
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 12928 0 -1 4202560 546624 0 0 0 724 83 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=15704996 CPUtime=8.28 cores=0,2,4,6
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 12928 0 -1 4202560 371127 0 0 0 769 59 0 0 15 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=15704996 CPUtime=8.81 cores=0,2,4,6
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 12928 0 -1 4202560 407077 0 0 0 812 69 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=15704996 CPUtime=7.96 cores=0,2,4,6
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 12928 0 -1 4202560 410241 0 0 0 733 63 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 6 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=15704996 CPUtime=285.49 cores=0,2,4,6
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 12928 0 -1 4202560 260394 0 0 0 28506 43 0 0 15 0 18 0 522085988 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 0 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 12928 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 522085988 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 12928 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 522085988 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982373809 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=15704996 CPUtime=0.79 cores=0,2,4,6
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 12928 0 -1 4202560 4171 0 0 0 79 0 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=15704996 CPUtime=2.24 cores=0,2,4,6
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 12928 0 -1 4202560 15750 0 0 0 222 2 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=15704996 CPUtime=0.01 cores=0,2,4,6
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 12928 0 -1 4202560 72 0 0 0 0 1 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2039.51
Current children cumulated vsize (KiB) 15704996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.32 4.21 4.78 1/187 13738
/proc/meminfo: memFree=15609892/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=15704996 CPUtime=2039.52 cores=0,2,4,6
/proc/13662/stat : 13662 (java) S 13660 13662 12928 0 -1 4202496 4422303 0 1 0 203244 708 0 0 23 0 18 0 522085986 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 3926249 3865999 2296 9 0 3916968 0
[pid=13662/tid=13663] ppid=13660 vsize=15704996 CPUtime=100.33 cores=0,2,4,6
/proc/13662/task/13663/stat : 13663 (java) S 13660 13662 12928 0 -1 4202560 625384 0 1 0 9951 82 0 0 25 0 18 0 522085986 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13665] ppid=13660 vsize=15704996 CPUtime=7.97 cores=0,2,4,6
/proc/13662/task/13665/stat : 13665 (java) S 13660 13662 12928 0 -1 4202560 594859 0 0 0 708 89 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13666] ppid=13660 vsize=15704996 CPUtime=8.3 cores=0,2,4,6
/proc/13662/task/13666/stat : 13666 (java) S 13660 13662 12928 0 -1 4202560 406282 0 0 0 769 61 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13667] ppid=13660 vsize=15704996 CPUtime=8.42 cores=0,2,4,6
/proc/13662/task/13667/stat : 13667 (java) S 13660 13662 12928 0 -1 4202560 391180 0 0 0 779 63 0 0 15 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 6 0 0 0
[pid=13662/tid=13668] ppid=13660 vsize=15704996 CPUtime=9.04 cores=0,2,4,6
/proc/13662/task/13668/stat : 13668 (java) S 13660 13662 12928 0 -1 4202560 387425 0 0 0 842 62 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13669] ppid=13660 vsize=15704996 CPUtime=8.07 cores=0,2,4,6
/proc/13662/task/13669/stat : 13669 (java) S 13660 13662 12928 0 -1 4202560 546624 0 0 0 724 83 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13670] ppid=13660 vsize=15704996 CPUtime=8.28 cores=0,2,4,6
/proc/13662/task/13670/stat : 13670 (java) S 13660 13662 12928 0 -1 4202560 371127 0 0 0 769 59 0 0 15 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13671] ppid=13660 vsize=15704996 CPUtime=8.81 cores=0,2,4,6
/proc/13662/task/13671/stat : 13671 (java) S 13660 13662 12928 0 -1 4202560 407077 0 0 0 812 69 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13672] ppid=13660 vsize=15704996 CPUtime=7.96 cores=0,2,4,6
/proc/13662/task/13672/stat : 13672 (java) S 13660 13662 12928 0 -1 4202560 410241 0 0 0 733 63 0 0 16 0 18 0 522085987 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 6 0 0 0
[pid=13662/tid=13673] ppid=13660 vsize=15704996 CPUtime=285.49 cores=0,2,4,6
/proc/13662/task/13673/stat : 13673 (java) S 13660 13662 12928 0 -1 4202560 260394 0 0 0 28506 43 0 0 15 0 18 0 522085988 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 0 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13674] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13674/stat : 13674 (java) S 13660 13662 12928 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 522085988 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13675] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13675/stat : 13675 (java) S 13660 13662 12928 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 522085988 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
[pid=13662/tid=13676] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13676/stat : 13676 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982373809 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13677] ppid=13660 vsize=15704996 CPUtime=0.79 cores=0,2,4,6
/proc/13662/task/13677/stat : 13677 (java) S 13660 13662 12928 0 -1 4202560 4171 0 0 0 79 0 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 0 0 0 0
[pid=13662/tid=13678] ppid=13660 vsize=15704996 CPUtime=2.24 cores=0,2,4,6
/proc/13662/task/13678/stat : 13678 (java) S 13660 13662 12928 0 -1 4202560 15750 0 0 0 222 2 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13679] ppid=13660 vsize=15704996 CPUtime=0 cores=0,2,4,6
/proc/13662/task/13679/stat : 13679 (java) S 13660 13662 12928 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366105 0 4 0 16800975 18446604445134235776 0 0 -1 4 0 0 0
[pid=13662/tid=13680] ppid=13660 vsize=15704996 CPUtime=0.02 cores=0,2,4,6
/proc/13662/task/13680/stat : 13680 (java) S 13660 13662 12928 0 -1 4202560 74 0 0 0 0 2 0 0 15 0 18 0 522085990 16081915904 3865999 33554432000 1073741824 1073778376 140735907703888 18446744073709551615 242982366720 0 4 0 16800975 18446604445134235776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2039.52
Current children cumulated vsize (KiB) 15704996

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

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

[startup+1300.4 s]
/proc/loadavg: 2.32 4.21 4.78 1/187 13738
/proc/meminfo: memFree=15609892/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=0 CPUtime=2039.91 cores=0,2,4,6
/proc/13662/stat : 13662 (java) Z 13660 13662 12928 0 -1 4203548 4422313 0 1 0 203244 747 0 0 17 0 2 0 522085986 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2039.91
Current children cumulated vsize (KiB) 0

[startup+1300.5 s]
/proc/loadavg: 2.32 4.21 4.78 1/187 13738
/proc/meminfo: memFree=15609892/32951132 swapFree=67111364/67111528
[pid=13662] ppid=13660 vsize=0 CPUtime=2040.01 cores=0,2,4,6
/proc/13662/stat : 13662 (java) Z 13660 13662 12928 0 -1 4203548 4422313 0 1 0 203244 757 0 0 17 0 2 0 522085986 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/13662/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2040.01
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.58
CPU time (s): 2040.1
CPU user time (s): 2032.45
CPU system time (s): 7.65284
CPU usage (%): 156.861
Max. virtual memory (cumulated for all children) (KiB): 15719264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2032.45
system time used= 7.65284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4422313
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= 68108
involuntary context switches= 61365

runsolver used 2.11968 second user time and 4.98024 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 21:21:08
IDJOB=3313371
IDBENCH=82416
IDSOLVER=1699
FILE ID=node128/3313371-1304104861
RUNJOBID= node128-1304104860-13620
PBS_JOBID= 13170611
Free space on /tmp= 66748 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.160-NOTKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3313371-1304104861/watcher-3313371-1304104861 -o /tmp/evaluation-result-3313371-1304104861/solver-3313371-1304104861 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3313371-1304104861.cnf

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

MD5SUM BENCH= 104480afe2dfb23e29c907d77dfdc6d4
RANDOM SEED=1194539334

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30417748 kB
Buffers:        403016 kB
Cached:         990368 kB
SwapCached:          0 kB
Active:         975428 kB
Inactive:      1131896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30417748 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          233804 kB
Writeback:           0 kB
AnonPages:      713856 kB
Mapped:          23664 kB
Slab:           361892 kB
PageTables:       6204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1527084 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= 66764 MiB
End job on node128 at 2011-04-29 21:42:55