Trace number 3312241

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) 3082.88 1302.53

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.1775
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

Solver Data

0.10/0.12	48:04 INFO : Reading from input HOME/instance-3312241-1304099278.cnf
26.63/25.99	Executor set job limit to 1000000
26.63/25.99	Executor set job limit to 1000000
26.63/25.99	Executor set job limit to 1000000
26.63/25.99	Executor set job limit to 1000000
26.63/25.99	Starting Executor!
26.63/25.99	Starting Executor!
26.63/25.99	Starting Executor!
26.63/25.99	Starting Executor!
117.43/111.86	49:55 INFO : 314079 variables remaining out of 516641
117.43/111.86	49:55 INFO : 39115497 literals remaining out of 29978194
2621.24/855.95	02:19 ERROR: Failed to solve instance
2621.24/855.95	java.lang.OutOfMemoryError: Java heap space
2621.24/855.95		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2621.24/855.95		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2621.24/855.95		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2621.24/855.95		at ibis.structure.WatchLists.build(WatchLists.java:58)
2621.24/855.95		at ibis.structure.Solver.<init>(Solver.java:45)
2621.24/855.95		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2621.24/855.95		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2621.24/855.95		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2621.24/855.95		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2621.24/855.95		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2621.24/855.95		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2621.24/855.95		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2621.24/855.95		at ibis.constellation.Executor.processActivities(Executor.java:75)
2621.24/855.95		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2621.24/855.95		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2621.24/855.95		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2655.50/884.58	02:48 ERROR: Failed to solve instance
2655.50/884.58	java.lang.OutOfMemoryError: GC overhead limit exceeded
2655.50/884.58		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2655.50/884.58		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2655.50/884.58		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:39)
2655.50/884.58		at ibis.structure.Solver.addBinary(Solver.java:97)
2655.50/884.58		at ibis.structure.Solver.propagate(Solver.java:261)
2655.50/884.58		at ibis.structure.Solver.simplify(Solver.java:188)
2655.50/884.58		at ibis.structure.Solver.solve(Solver.java:113)
2655.50/884.58		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2655.50/884.58		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2655.50/884.58		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2655.50/884.58		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2655.50/884.58		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2655.50/884.58		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2655.50/884.58		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2655.50/884.58		at ibis.constellation.Executor.processActivities(Executor.java:75)
2655.50/884.58		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2655.50/884.58		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2655.50/884.58		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2672.30/899.62	03:03 ERROR: Failed to solve instance
2672.30/899.62	java.lang.OutOfMemoryError: GC overhead limit exceeded
2672.30/899.62		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2672.30/899.62		at gnu.trove.THash.postInsertHook(THash.java:370)
2672.30/899.62		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2672.30/899.62		at ibis.structure.WatchLists.build(WatchLists.java:56)
2672.30/899.62		at ibis.structure.Solver.<init>(Solver.java:45)
2672.30/899.62		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2672.30/899.62		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2672.30/899.62		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2672.30/899.62		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2672.30/899.62		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2672.30/899.62		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2672.30/899.62		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2672.30/899.62		at ibis.constellation.Executor.processActivities(Executor.java:75)
2672.30/899.62		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2672.30/899.62		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2672.30/899.62		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2693.40/917.15	03:20 ERROR: Failed to solve instance
2693.40/917.15	java.lang.OutOfMemoryError: GC overhead limit exceeded
2693.40/917.15		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2693.40/917.15		at gnu.trove.THash.postInsertHook(THash.java:370)
2693.40/917.15		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2693.40/917.15		at ibis.structure.WatchLists.build(WatchLists.java:56)
2693.40/917.15		at ibis.structure.Solver.<init>(Solver.java:45)
2693.40/917.15		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2693.40/917.15		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2693.40/917.15		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2693.40/917.15		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2693.40/917.15		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2693.40/917.15		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2693.40/917.15		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2693.40/917.15		at ibis.constellation.Executor.processActivities(Executor.java:75)
2693.40/917.15		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2693.40/917.15		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2693.40/917.15		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

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

running on 4 cores: 1,3,5,7

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: 4.51 6.87 7.49 3/198 19610
/proc/meminfo: memFree=27529468/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/19610/stat : 19610 (java) R 19608 19610 18710 0 -1 4202496 838 0 0 0 0 0 0 0 23 0 1 0 521530688 23580672 324 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212431054592 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19610/statm: 5757 335 263 9 0 124 0

[startup+0.0909031 s]
/proc/loadavg: 4.51 6.87 7.49 3/198 19610
/proc/meminfo: memFree=27529468/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=15676360 CPUtime=0.09 cores=1,3,5,7
/proc/19610/stat : 19610 (java) S 19608 19610 18710 0 -1 4202496 5434 0 1 0 8 1 0 0 23 0 18 0 521530688 16052592640 4839 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 3919090 4840 2116 9 0 3909809 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676360

[startup+0.100896 s]
/proc/loadavg: 4.51 6.87 7.49 3/198 19610
/proc/meminfo: memFree=27529468/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=15676360 CPUtime=0.1 cores=1,3,5,7
/proc/19610/stat : 19610 (java) S 19608 19610 18710 0 -1 4202496 5563 0 1 0 9 1 0 0 23 0 18 0 521530688 16052592640 4968 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 3919090 4968 2117 9 0 3909809 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676360

[startup+0.300863 s]
/proc/loadavg: 4.51 6.87 7.49 3/198 19610
/proc/meminfo: memFree=27529468/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=15679588 CPUtime=0.51 cores=1,3,5,7
/proc/19610/stat : 19610 (java) S 19608 19610 18710 0 -1 4202496 14807 0 1 0 48 3 0 0 23 0 18 0 521530688 16055898112 13157 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 3919897 13164 2207 9 0 3910616 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 15679588

[startup+0.700791 s]
/proc/loadavg: 4.51 6.87 7.49 3/198 19610
/proc/meminfo: memFree=27529468/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=15679588 CPUtime=0.92 cores=1,3,5,7
/proc/19610/stat : 19610 (java) S 19608 19610 18710 0 -1 4202496 42917 0 1 0 86 6 0 0 23 0 18 0 521530688 16055898112 41264 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 3919897 41264 2223 9 0 3910616 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15679588

[startup+1.50063 s]
/proc/loadavg: 4.51 6.87 7.49 4/216 19628
/proc/meminfo: memFree=27361028/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=15679588 CPUtime=1.74 cores=1,3,5,7
/proc/19610/stat : 19610 (java) S 19608 19610 18710 0 -1 4202496 76811 0 1 0 163 11 0 0 23 0 18 0 521530688 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 3919897 75155 2223 9 0 3910616 0
[pid=19610/tid=19612] ppid=19608 vsize=15679588 CPUtime=1.46 cores=1,3,5,7
/proc/19610/task/19612/stat : 19612 (java) R 19608 19610 18710 0 -1 4202560 65236 0 1 0 137 9 0 0 19 0 18 0 521530689 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 46912505637944 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19610/tid=19613] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19613/stat : 19613 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521530690 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19614] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19614/stat : 19614 (java) S 19608 19610 18710 0 -1 4202560 1016 0 0 0 0 0 0 0 15 0 18 0 521530690 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19615] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19615/stat : 19615 (java) S 19608 19610 18710 0 -1 4202560 540 0 0 0 0 0 0 0 15 0 18 0 521530690 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19616] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19616/stat : 19616 (java) S 19608 19610 18710 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 521530690 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19617] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19617/stat : 19617 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521530690 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19618] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19618/stat : 19618 (java) S 19608 19610 18710 0 -1 4202560 2736 0 0 0 0 0 0 0 15 0 18 0 521530690 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19619] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19619/stat : 19619 (java) S 19608 19610 18710 0 -1 4202560 510 0 0 0 0 0 0 0 15 0 18 0 521530690 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19620] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19620/stat : 19620 (java) S 19608 19610 18710 0 -1 4202560 1359 0 0 0 0 0 0 0 16 0 18 0 521530690 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19621] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19621/stat : 19621 (java) S 19608 19610 18710 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 18 0 521530691 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447833600 0 0 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19622] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19622/stat : 19622 (java) S 19608 19610 18710 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521530691 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19623] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19623/stat : 19623 (java) S 19608 19610 18710 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521530691 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19624] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19624/stat : 19624 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521530693 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447840689 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19625] ppid=19608 vsize=15679588 CPUtime=0.12 cores=1,3,5,7
/proc/19610/task/19625/stat : 19625 (java) S 19608 19610 18710 0 -1 4202560 1271 0 0 0 12 0 0 0 25 0 18 0 521530693 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19626] ppid=19608 vsize=15679588 CPUtime=0.1 cores=1,3,5,7
/proc/19610/task/19626/stat : 19626 (java) S 19608 19610 18710 0 -1 4202560 2570 0 0 0 10 0 0 0 15 0 18 0 521530693 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19627] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19627/stat : 19627 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521530693 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19628] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19628/stat : 19628 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521530693 16055898112 75155 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447833600 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15679588

[startup+3.10133 s]
/proc/loadavg: 4.51 6.87 7.49 4/216 19628
/proc/meminfo: memFree=26804900/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=15679588 CPUtime=3.43 cores=1,3,5,7
/proc/19610/stat : 19610 (java) S 19608 19610 18710 0 -1 4202496 146514 0 1 0 324 19 0 0 23 0 18 0 521530688 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 3919897 144854 2241 9 0 3910616 0
[pid=19610/tid=19612] ppid=19608 vsize=15679588 CPUtime=3.05 cores=1,3,5,7
/proc/19610/task/19612/stat : 19612 (java) R 19608 19610 18710 0 -1 4202560 125803 0 1 0 288 17 0 0 23 0 18 0 521530689 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 46912505639976 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19610/tid=19613] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19613/stat : 19613 (java) S 19608 19610 18710 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 18 0 521530690 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19614] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19614/stat : 19614 (java) S 19608 19610 18710 0 -1 4202560 1016 0 0 0 0 0 0 0 16 0 18 0 521530690 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19615] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19615/stat : 19615 (java) S 19608 19610 18710 0 -1 4202560 5661 0 0 0 0 0 0 0 16 0 18 0 521530690 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19616] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19616/stat : 19616 (java) S 19608 19610 18710 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 18 0 521530690 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19617] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19617/stat : 19617 (java) S 19608 19610 18710 0 -1 4202560 510 0 0 0 0 0 0 0 15 0 18 0 521530690 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19618] ppid=19608 vsize=15679588 CPUtime=0.01 cores=1,3,5,7
/proc/19610/task/19618/stat : 19618 (java) S 19608 19610 18710 0 -1 4202560 5819 0 0 0 1 0 0 0 15 0 18 0 521530690 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19619] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19619/stat : 19619 (java) S 19608 19610 18710 0 -1 4202560 557 0 0 0 0 0 0 0 16 0 18 0 521530690 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19620] ppid=19608 vsize=15679588 CPUtime=0.01 cores=1,3,5,7
/proc/19610/task/19620/stat : 19620 (java) S 19608 19610 18710 0 -1 4202560 1400 0 0 0 1 0 0 0 16 0 18 0 521530690 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19621] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19621/stat : 19621 (java) S 19608 19610 18710 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 521530691 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447833600 0 0 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19622] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19622/stat : 19622 (java) S 19608 19610 18710 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521530691 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19623] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19623/stat : 19623 (java) S 19608 19610 18710 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521530691 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19624] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19624/stat : 19624 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521530693 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447840689 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19625] ppid=19608 vsize=15679588 CPUtime=0.14 cores=1,3,5,7
/proc/19610/task/19625/stat : 19625 (java) S 19608 19610 18710 0 -1 4202560 1298 0 0 0 14 0 0 0 16 0 18 0 521530693 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19626] ppid=19608 vsize=15679588 CPUtime=0.12 cores=1,3,5,7
/proc/19610/task/19626/stat : 19626 (java) S 19608 19610 18710 0 -1 4202560 2594 0 0 0 12 0 0 0 15 0 18 0 521530693 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19627] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19627/stat : 19627 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521530693 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19628] ppid=19608 vsize=15679588 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19628/stat : 19628 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521530693 16055898112 144854 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447833600 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 15679588

[startup+6.30672 s]
/proc/loadavg: 4.39 6.81 7.46 4/216 19628
/proc/meminfo: memFree=26250676/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=15678108 CPUtime=6.68 cores=1,3,5,7
/proc/19610/stat : 19610 (java) S 19608 19610 18710 0 -1 4202496 285015 0 1 0 633 35 0 0 23 0 18 0 521530688 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 3919527 282990 2241 9 0 3910246 0
[pid=19610/tid=19612] ppid=19608 vsize=15678108 CPUtime=6.23 cores=1,3,5,7
/proc/19610/task/19612/stat : 19612 (java) R 19608 19610 18710 0 -1 4202560 253791 0 1 0 591 32 0 0 25 0 18 0 521530689 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 46912505575014 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19610/tid=19613] ppid=19608 vsize=15678108 CPUtime=0.01 cores=1,3,5,7
/proc/19610/task/19613/stat : 19613 (java) S 19608 19610 18710 0 -1 4202560 33 0 0 0 1 0 0 0 16 0 18 0 521530690 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19614] ppid=19608 vsize=15678108 CPUtime=0.01 cores=1,3,5,7
/proc/19610/task/19614/stat : 19614 (java) S 19608 19610 18710 0 -1 4202560 1016 0 0 0 1 0 0 0 15 0 18 0 521530690 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19615] ppid=19608 vsize=15678108 CPUtime=0.01 cores=1,3,5,7
/proc/19610/task/19615/stat : 19615 (java) S 19608 19610 18710 0 -1 4202560 5662 0 0 0 1 0 0 0 15 0 18 0 521530690 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19616] ppid=19608 vsize=15678108 CPUtime=0.01 cores=1,3,5,7
/proc/19610/task/19616/stat : 19616 (java) S 19608 19610 18710 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 18 0 521530690 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19617] ppid=19608 vsize=15678108 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19617/stat : 19617 (java) S 19608 19610 18710 0 -1 4202560 510 0 0 0 0 0 0 0 15 0 18 0 521530690 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19618] ppid=19608 vsize=15678108 CPUtime=0.02 cores=1,3,5,7
/proc/19610/task/19618/stat : 19618 (java) S 19608 19610 18710 0 -1 4202560 5819 0 0 0 2 0 0 0 15 0 18 0 521530690 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19619] ppid=19608 vsize=15678108 CPUtime=0.02 cores=1,3,5,7
/proc/19610/task/19619/stat : 19619 (java) S 19608 19610 18710 0 -1 4202560 10798 0 0 0 2 0 0 0 16 0 18 0 521530690 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19620] ppid=19608 vsize=15678108 CPUtime=0.02 cores=1,3,5,7
/proc/19610/task/19620/stat : 19620 (java) S 19608 19610 18710 0 -1 4202560 1400 0 0 0 2 0 0 0 15 0 18 0 521530690 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19621] ppid=19608 vsize=15678108 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19621/stat : 19621 (java) S 19608 19610 18710 0 -1 4202560 706 0 0 0 0 0 0 0 15 0 18 0 521530691 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447833600 0 0 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19622] ppid=19608 vsize=15678108 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19622/stat : 19622 (java) S 19608 19610 18710 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 521530691 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19623] ppid=19608 vsize=15678108 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19623/stat : 19623 (java) S 19608 19610 18710 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 521530691 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19624] ppid=19608 vsize=15678108 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19624/stat : 19624 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521530693 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447840689 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19625] ppid=19608 vsize=15678108 CPUtime=0.14 cores=1,3,5,7
/proc/19610/task/19625/stat : 19625 (java) S 19608 19610 18710 0 -1 4202560 1298 0 0 0 14 0 0 0 16 0 18 0 521530693 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19626] ppid=19608 vsize=15678108 CPUtime=0.12 cores=1,3,5,7
/proc/19610/task/19626/stat : 19626 (java) S 19608 19610 18710 0 -1 4202560 2594 0 0 0 12 0 0 0 15 0 18 0 521530693 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19627] ppid=19608 vsize=15678108 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19627/stat : 19627 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 521530693 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19628] ppid=19608 vsize=15678108 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19628/stat : 19628 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 521530693 16054382592 282990 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447833600 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 15678108

[startup+12.7015 s]
/proc/loadavg: 4.28 6.74 7.44 4/216 19628
/proc/meminfo: memFree=26178284/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=15678108 CPUtime=13.2 cores=1,3,5,7
/proc/19610/stat : 19610 (java) S 19608 19610 18710 0 -1 4202496 305796 0 1 0 1278 42 0 0 23 0 18 0 521530688 16054382592 301078 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 3919527 301078 2241 9 0 3910246 0
[pid=19610/tid=19612] ppid=19608 vsize=15678108 CPUtime=12.58 cores=1,3,5,7

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

/proc/19610/task/19617/stat : 19617 (java) S 19608 19610 18710 0 -1 4202560 453061 0 0 0 873 76 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19618] ppid=19608 vsize=15702180 CPUtime=9.49 cores=1,3,5,7
/proc/19610/task/19618/stat : 19618 (java) S 19608 19610 18710 0 -1 4202560 405298 0 0 0 884 65 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19619] ppid=19608 vsize=15702180 CPUtime=8.25 cores=1,3,5,7
/proc/19610/task/19619/stat : 19619 (java) S 19608 19610 18710 0 -1 4202560 428545 0 0 0 756 69 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19620] ppid=19608 vsize=15702180 CPUtime=9.51 cores=1,3,5,7
/proc/19610/task/19620/stat : 19620 (java) S 19608 19610 18710 0 -1 4202560 396492 0 0 0 883 68 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19621] ppid=19608 vsize=15702180 CPUtime=413.82 cores=1,3,5,7
/proc/19610/task/19621/stat : 19621 (java) R 19608 19610 18710 0 -1 4202560 227896 0 0 0 41348 34 0 0 18 0 22 0 521530691 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 47682034415008 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=19610/tid=19622] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19622/stat : 19622 (java) S 19608 19610 18710 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 521530691 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19623] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19623/stat : 19623 (java) S 19608 19610 18710 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521530691 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19624] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19624/stat : 19624 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447840689 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19625] ppid=19608 vsize=15702180 CPUtime=1.83 cores=1,3,5,7
/proc/19610/task/19625/stat : 19625 (java) S 19608 19610 18710 0 -1 4202560 15117 0 0 0 182 1 0 0 15 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19626] ppid=19608 vsize=15702180 CPUtime=1.05 cores=1,3,5,7
/proc/19610/task/19626/stat : 19626 (java) S 19608 19610 18710 0 -1 4202560 6253 0 0 0 105 0 0 0 15 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19627] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19627/stat : 19627 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19628] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19628/stat : 19628 (java) S 19608 19610 18710 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447833600 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19629] ppid=19608 vsize=15702180 CPUtime=574.55 cores=1,3,5,7
/proc/19610/task/19629/stat : 19629 (java) S 19608 19610 18710 0 -1 4202560 38 0 0 0 57455 0 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19630] ppid=19608 vsize=15702180 CPUtime=576.24 cores=1,3,5,7
/proc/19610/task/19630/stat : 19630 (java) S 19608 19610 18710 0 -1 4202560 125 0 1 0 57624 0 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19631] ppid=19608 vsize=15702180 CPUtime=637.41 cores=1,3,5,7
/proc/19610/task/19631/stat : 19631 (java) S 19608 19610 18710 0 -1 4202560 31178 0 0 0 63738 3 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 4
[pid=19610/tid=19632] ppid=19608 vsize=15702180 CPUtime=575.45 cores=1,3,5,7
/proc/19610/task/19632/stat : 19632 (java) S 19608 19610 18710 0 -1 4202560 29716 0 0 0 57542 3 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2962.63
Current children cumulated vsize (KiB) 15702180

[startup+1242.3 s]
/proc/loadavg: 3.98 5.43 6.46 2/193 19697
/proc/meminfo: memFree=15034016/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=15702180 CPUtime=3022.65 cores=1,3,5,7
/proc/19610/stat : 19610 (java) S 19608 19610 18710 0 -1 4202496 4061985 0 2 0 301583 682 0 0 23 0 22 0 521530688 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 3925545 3849477 2296 9 0 3916264 0
[pid=19610/tid=19612] ppid=19608 vsize=15702180 CPUtime=108.42 cores=1,3,5,7
/proc/19610/task/19612/stat : 19612 (java) S 19608 19610 18710 0 -1 4202560 434906 0 1 0 10781 61 0 0 18 0 22 0 521530689 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19613] ppid=19608 vsize=15702180 CPUtime=8.74 cores=1,3,5,7
/proc/19610/task/19613/stat : 19613 (java) S 19608 19610 18710 0 -1 4202560 263962 0 0 0 826 48 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19614] ppid=19608 vsize=15702180 CPUtime=9.41 cores=1,3,5,7
/proc/19610/task/19614/stat : 19614 (java) S 19608 19610 18710 0 -1 4202560 492634 0 0 0 855 86 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19615] ppid=19608 vsize=15702180 CPUtime=10.65 cores=1,3,5,7
/proc/19610/task/19615/stat : 19615 (java) S 19608 19610 18710 0 -1 4202560 477537 0 0 0 986 79 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19616] ppid=19608 vsize=15702180 CPUtime=8.15 cores=1,3,5,7
/proc/19610/task/19616/stat : 19616 (java) S 19608 19610 18710 0 -1 4202560 397670 0 0 0 737 78 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19617] ppid=19608 vsize=15702180 CPUtime=9.49 cores=1,3,5,7
/proc/19610/task/19617/stat : 19617 (java) S 19608 19610 18710 0 -1 4202560 453061 0 0 0 873 76 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19618] ppid=19608 vsize=15702180 CPUtime=9.49 cores=1,3,5,7
/proc/19610/task/19618/stat : 19618 (java) S 19608 19610 18710 0 -1 4202560 405298 0 0 0 884 65 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19619] ppid=19608 vsize=15702180 CPUtime=8.25 cores=1,3,5,7
/proc/19610/task/19619/stat : 19619 (java) S 19608 19610 18710 0 -1 4202560 428545 0 0 0 756 69 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19620] ppid=19608 vsize=15702180 CPUtime=9.51 cores=1,3,5,7
/proc/19610/task/19620/stat : 19620 (java) S 19608 19610 18710 0 -1 4202560 396492 0 0 0 883 68 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19621] ppid=19608 vsize=15702180 CPUtime=473.81 cores=1,3,5,7
/proc/19610/task/19621/stat : 19621 (java) R 19608 19610 18710 0 -1 4202560 227900 0 0 0 47347 34 0 0 18 0 22 0 521530691 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 47682032772723 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=19610/tid=19622] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19622/stat : 19622 (java) S 19608 19610 18710 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 521530691 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19623] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19623/stat : 19623 (java) S 19608 19610 18710 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521530691 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19624] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19624/stat : 19624 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447840689 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19625] ppid=19608 vsize=15702180 CPUtime=1.83 cores=1,3,5,7
/proc/19610/task/19625/stat : 19625 (java) S 19608 19610 18710 0 -1 4202560 15117 0 0 0 182 1 0 0 15 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19626] ppid=19608 vsize=15702180 CPUtime=1.05 cores=1,3,5,7
/proc/19610/task/19626/stat : 19626 (java) S 19608 19610 18710 0 -1 4202560 6253 0 0 0 105 0 0 0 15 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19627] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19627/stat : 19627 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19628] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19628/stat : 19628 (java) S 19608 19610 18710 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447833600 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19629] ppid=19608 vsize=15702180 CPUtime=574.56 cores=1,3,5,7
/proc/19610/task/19629/stat : 19629 (java) S 19608 19610 18710 0 -1 4202560 38 0 0 0 57456 0 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19630] ppid=19608 vsize=15702180 CPUtime=576.24 cores=1,3,5,7
/proc/19610/task/19630/stat : 19630 (java) S 19608 19610 18710 0 -1 4202560 125 0 1 0 57624 0 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19631] ppid=19608 vsize=15702180 CPUtime=637.41 cores=1,3,5,7
/proc/19610/task/19631/stat : 19631 (java) S 19608 19610 18710 0 -1 4202560 31178 0 0 0 63738 3 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 4
[pid=19610/tid=19632] ppid=19608 vsize=15702180 CPUtime=575.47 cores=1,3,5,7
/proc/19610/task/19632/stat : 19632 (java) S 19608 19610 18710 0 -1 4202560 29811 0 0 0 57543 4 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3022.65
Current children cumulated vsize (KiB) 15702180



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.09 4.62 6.12 2/193 19698
/proc/meminfo: memFree=15034220/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=15702180 CPUtime=3080.35 cores=1,3,5,7
/proc/19610/stat : 19610 (java) S 19608 19610 18710 0 -1 4202496 4062078 0 2 0 307353 682 0 0 23 0 22 0 521530688 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 3925545 3849477 2296 9 0 3916264 0
[pid=19610/tid=19612] ppid=19608 vsize=15702180 CPUtime=108.42 cores=1,3,5,7
/proc/19610/task/19612/stat : 19612 (java) S 19608 19610 18710 0 -1 4202560 434906 0 1 0 10781 61 0 0 18 0 22 0 521530689 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19613] ppid=19608 vsize=15702180 CPUtime=8.74 cores=1,3,5,7
/proc/19610/task/19613/stat : 19613 (java) S 19608 19610 18710 0 -1 4202560 263962 0 0 0 826 48 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19614] ppid=19608 vsize=15702180 CPUtime=9.41 cores=1,3,5,7
/proc/19610/task/19614/stat : 19614 (java) S 19608 19610 18710 0 -1 4202560 492634 0 0 0 855 86 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19615] ppid=19608 vsize=15702180 CPUtime=10.65 cores=1,3,5,7
/proc/19610/task/19615/stat : 19615 (java) S 19608 19610 18710 0 -1 4202560 477537 0 0 0 986 79 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19616] ppid=19608 vsize=15702180 CPUtime=8.15 cores=1,3,5,7
/proc/19610/task/19616/stat : 19616 (java) S 19608 19610 18710 0 -1 4202560 397670 0 0 0 737 78 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19617] ppid=19608 vsize=15702180 CPUtime=9.49 cores=1,3,5,7
/proc/19610/task/19617/stat : 19617 (java) S 19608 19610 18710 0 -1 4202560 453061 0 0 0 873 76 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19618] ppid=19608 vsize=15702180 CPUtime=9.49 cores=1,3,5,7
/proc/19610/task/19618/stat : 19618 (java) S 19608 19610 18710 0 -1 4202560 405298 0 0 0 884 65 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19619] ppid=19608 vsize=15702180 CPUtime=8.25 cores=1,3,5,7
/proc/19610/task/19619/stat : 19619 (java) S 19608 19610 18710 0 -1 4202560 428545 0 0 0 756 69 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19620] ppid=19608 vsize=15702180 CPUtime=9.51 cores=1,3,5,7
/proc/19610/task/19620/stat : 19620 (java) S 19608 19610 18710 0 -1 4202560 396492 0 0 0 883 68 0 0 16 0 22 0 521530690 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19621] ppid=19608 vsize=15702180 CPUtime=531.52 cores=1,3,5,7
/proc/19610/task/19621/stat : 19621 (java) R 19608 19610 18710 0 -1 4202560 227902 0 0 0 53117 35 0 0 18 0 22 0 521530691 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 47682033503508 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=19610/tid=19622] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19622/stat : 19622 (java) S 19608 19610 18710 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 521530691 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19623] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19623/stat : 19623 (java) S 19608 19610 18710 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 521530691 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 7 0 0 0
[pid=19610/tid=19624] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19624/stat : 19624 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447840689 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19625] ppid=19608 vsize=15702180 CPUtime=1.83 cores=1,3,5,7
/proc/19610/task/19625/stat : 19625 (java) S 19608 19610 18710 0 -1 4202560 15117 0 0 0 182 1 0 0 15 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19626] ppid=19608 vsize=15702180 CPUtime=1.05 cores=1,3,5,7
/proc/19610/task/19626/stat : 19626 (java) S 19608 19610 18710 0 -1 4202560 6253 0 0 0 105 0 0 0 15 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19627] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19627/stat : 19627 (java) S 19608 19610 18710 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19628] ppid=19608 vsize=15702180 CPUtime=0 cores=1,3,5,7
/proc/19610/task/19628/stat : 19628 (java) S 19608 19610 18710 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 521530693 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447833600 0 4 0 16800975 18446604471138063424 0 0 -1 1 0 0 0
[pid=19610/tid=19629] ppid=19608 vsize=15702180 CPUtime=574.56 cores=1,3,5,7
/proc/19610/task/19629/stat : 19629 (java) S 19608 19610 18710 0 -1 4202560 38 0 0 0 57456 0 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 5 0 0 0
[pid=19610/tid=19630] ppid=19608 vsize=15702180 CPUtime=576.24 cores=1,3,5,7
/proc/19610/task/19630/stat : 19630 (java) S 19608 19610 18710 0 -1 4202560 125 0 1 0 57624 0 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
[pid=19610/tid=19631] ppid=19608 vsize=15702180 CPUtime=637.41 cores=1,3,5,7
/proc/19610/task/19631/stat : 19631 (java) S 19608 19610 18710 0 -1 4202560 31178 0 0 0 63738 3 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 4
[pid=19610/tid=19632] ppid=19608 vsize=15702180 CPUtime=575.47 cores=1,3,5,7
/proc/19610/task/19632/stat : 19632 (java) S 19608 19610 18710 0 -1 4202560 29900 0 0 0 57543 4 0 0 15 0 22 0 521533288 16079032320 3849477 33554432000 1073741824 1073778376 140736490396992 18446744073709551615 212447832985 0 4 0 16800975 18446604471138063424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3080.35
Current children cumulated vsize (KiB) 15702180

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19610

[startup+1302.3 s]
/proc/loadavg: 2.09 4.62 6.12 2/194 19699
/proc/meminfo: memFree=15034204/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=0 CPUtime=3082.65 cores=1,3,5,7
/proc/19610/stat : 19610 (java) Z 19608 19610 18710 0 -1 4203548 4062088 0 2 0 307554 711 0 0 18 0 2 0 521530688 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 0 0 0 0 0 0 0
[pid=19610/tid=19627] ppid=19608 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/19610/task/19627/stat : 19627 (java) R 19608 19610 18710 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 521530693 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3082.65
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 2.09 4.62 6.12 2/194 19699
/proc/meminfo: memFree=15034204/32951124 swapFree=67111416/67111528
[pid=19610] ppid=19608 vsize=0 CPUtime=3082.85 cores=1,3,5,7
/proc/19610/stat : 19610 (java) Z 19608 19610 18710 0 -1 4203548 4062088 0 2 0 307554 731 0 0 18 0 2 0 521530688 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/19610/statm: 0 0 0 0 0 0 0
[pid=19610/tid=19627] ppid=19608 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/19610/task/19627/stat : 19627 (java) R 19608 19610 18710 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 521530693 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3082.85
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.53
CPU time (s): 3082.88
CPU user time (s): 3075.54
CPU system time (s): 7.33888
CPU usage (%): 236.685
Max. virtual memory (cumulated for all children) (KiB): 15720448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3075.54
system time used= 7.33888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4062088
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80456
involuntary context switches= 59695

runsolver used 2.18667 second user time and 4.97624 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 19:48:03
IDJOB=3312241
IDBENCH=82364
IDSOLVER=1698
FILE ID=node102/3312241-1304099278
RUNJOBID= node102-1304099202-19518
PBS_JOBID= 13170584
Free space on /tmp= 71348 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312241-1304099278/watcher-3312241-1304099278 -o /tmp/evaluation-result-3312241-1304099278/solver-3312241-1304099278 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312241-1304099278.cnf -hbr 2

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=1563150557

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27529740 kB
Buffers:        656012 kB
Cached:        1774308 kB
SwapCached:          8 kB
Active:        2970040 kB
Inactive:      2017920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27529740 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:          199764 kB
Writeback:           0 kB
AnonPages:     2557264 kB
Mapped:          23524 kB
Slab:           364192 kB
PageTables:       9832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3666448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71392 MiB
End job on node102 at 2011-04-29 20:09:46