Trace number 3312173

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) 2947.83 1301.48

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.170-NOTKNOWN.cnf
MD5SUMb2bd2d58188a586bf0d0cd0e6e92fedd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.9444
Satisfiable
(Un)Satisfiability was proved
Number of variables693135
Number of clauses12437620
Sum of the clauses size27113720
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 211958480
Number of clauses of size 3452880
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524820

Solver Data

0.10/0.12	28:18 INFO : Reading from input HOME/instance-3312173-1304101691.cnf
36.52/35.81	Executor set job limit to 1000000
36.52/35.81	Executor set job limit to 1000000
36.52/35.81	Executor set job limit to 1000000
36.52/35.81	Executor set job limit to 1000000
36.52/35.81	Starting Executor!
36.52/35.81	Starting Executor!
36.52/35.81	Starting Executor!
36.52/35.81	Starting Executor!
142.99/137.19	30:35 INFO : 502978 variables remaining out of 693135
142.99/137.19	30:35 INFO : 61662365 literals remaining out of 39551340
2220.02/848.39	42:27 ERROR: Failed to solve instance
2220.02/848.39	java.lang.OutOfMemoryError: GC overhead limit exceeded
2220.02/848.39		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2220.02/848.39		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2220.02/848.39		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:38)
2220.02/848.39		at ibis.structure.Solver.addBinary(Solver.java:97)
2220.02/848.39		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
2220.02/848.39		at ibis.structure.Solver.simplify(Solver.java:191)
2220.02/848.39		at ibis.structure.Solver.solve(Solver.java:113)
2220.02/848.39		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2220.02/848.39		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2220.02/848.39		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2220.02/848.39		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2220.02/848.39		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2220.02/848.39		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2220.02/848.39		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2220.02/848.39		at ibis.constellation.Executor.processActivities(Executor.java:75)
2220.02/848.39		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2220.02/848.39		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2220.02/848.39		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2276.59/895.96	43:14 ERROR: Failed to solve instance
2276.59/895.96	java.lang.OutOfMemoryError: GC overhead limit exceeded
2276.59/895.96		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2276.59/895.96		at gnu.trove.THash.compact(THash.java:197)
2276.59/895.96		at gnu.trove.THash.removeAt(THash.java:261)
2276.59/895.96		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
2276.59/895.96		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
2276.59/895.96		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
2276.59/895.96		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
2276.59/895.96		at ibis.structure.Solver.propagate(Solver.java:271)
2276.59/895.96		at ibis.structure.Solver.simplify(Solver.java:188)
2276.59/895.96		at ibis.structure.Solver.solve(Solver.java:113)
2276.59/895.96		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2276.59/895.96		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2276.59/895.96		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2276.59/895.96		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2276.59/895.96		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2276.59/895.96		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2276.59/895.96		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2276.59/895.96		at ibis.constellation.Executor.processActivities(Executor.java:75)
2276.59/895.96		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2276.59/895.96		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2276.59/895.96		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2333.82/932.48	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space
2333.82/932.48		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2333.82/932.48		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2333.82/932.48		at ibis.structure.ImplicationsGraph.serialize(ImplicationsGraph.java:621)
2333.82/932.48		at ibis.structure.Solver.core(Solver.java:177)
2333.82/932.48		at ibis.structure.SolveActivity.initialize(SolveActivity.java:44)
2333.82/932.48		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2333.82/932.48		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2333.82/932.48		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2333.82/932.48		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2333.82/932.48		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2333.82/932.48		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2333.82/932.48		at ibis.constellation.Executor.processActivities(Executor.java:75)
2333.82/932.48		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2333.82/932.48		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2333.82/932.48		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2638.03/1088.38	46:27 ERROR: Failed to solve instance
2638.03/1088.38	java.lang.OutOfMemoryError: GC overhead limit exceeded
2638.03/1088.38		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2638.03/1088.38		at gnu.trove.THash.compact(THash.java:197)
2638.03/1088.38		at gnu.trove.THash.removeAt(THash.java:261)
2638.03/1088.38		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
2638.03/1088.38		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
2638.03/1088.38		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
2638.03/1088.38		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
2638.03/1088.38		at ibis.structure.Solver.propagate(Solver.java:271)
2638.03/1088.38		at ibis.structure.Solver.simplify(Solver.java:188)
2638.03/1088.38		at ibis.structure.Solver.solve(Solver.java:113)
2638.03/1088.38		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2638.03/1088.38		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2638.03/1088.38		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2638.03/1088.38		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2638.03/1088.38		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2638.03/1088.38		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2638.03/1088.38		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2638.03/1088.38		at ibis.constellation.Executor.processActivities(Executor.java:75)
2638.03/1088.38		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2638.03/1088.38		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2638.03/1088.38		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2681.88/1123.00	47:01 ERROR: Failed to solve instance
2681.88/1123.00	java.lang.OutOfMemoryError: GC overhead limit exceeded
2751.91/1182.31	48:00 ERROR: Failed to solve instance
2751.91/1182.31	java.lang.OutOfMemoryError: GC overhead limit exceeded
2836.44/1236.97	48:55 ERROR: Failed to solve instance
2836.44/1236.97	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-3312173-1304101691/watcher-3312173-1304101691 -o /tmp/evaluation-result-3312173-1304101691/solver-3312173-1304101691 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312173-1304101691.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 6.45 7.69 7.16 2/198 25635
/proc/meminfo: memFree=14389344/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/25635/stat : 25635 (java) S 25633 25635 24128 0 -1 4202496 1384 0 0 0 0 0 0 0 24 0 2 0 600400469 24580096 863 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746981349 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 6001 863 660 9 0 381 0
[pid=25635/tid=25636] ppid=25633 vsize=26140 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25636/stat : 25636 (java) R 25633 25635 24128 0 -1 4202560 37 0 0 0 0 0 0 0 25 0 2 0 600400470 26767360 874 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216730208960 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0471421 s]
/proc/loadavg: 6.45 7.69 7.16 2/198 25635
/proc/meminfo: memFree=14389344/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=15609532 CPUtime=0.03 cores=0,2,4,6
/proc/25635/stat : 25635 (java) S 25633 25635 24128 0 -1 4202496 3957 0 1 0 3 0 0 0 24 0 18 0 600400469 15984160768 3396 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 3902383 3397 1719 9 0 3893131 0
[pid=25635/tid=25636] ppid=25633 vsize=15609532 CPUtime=0.03 cores=0,2,4,6
/proc/25635/task/25636/stat : 25636 (java) R 25633 25635 24128 0 -1 4202560 2540 0 1 0 3 0 0 0 25 0 18 0 600400470 15984160768 3397 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 47364519869267 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15609532

[startup+0.101124 s]
/proc/loadavg: 6.45 7.69 7.16 2/198 25635
/proc/meminfo: memFree=14389344/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=15676940 CPUtime=0.1 cores=0,2,4,6
/proc/25635/stat : 25635 (java) S 25633 25635 24128 0 -1 4202496 5577 0 1 0 9 1 0 0 24 0 18 0 600400469 16053186560 4988 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 3919235 4988 2116 9 0 3909954 0
[pid=25635/tid=25636] ppid=25633 vsize=15676940 CPUtime=0.08 cores=0,2,4,6
/proc/25635/task/25636/stat : 25636 (java) R 25633 25635 24128 0 -1 4202560 3425 0 1 0 7 1 0 0 18 0 18 0 600400470 16053186560 4988 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 47364519869944 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676940

[startup+0.301115 s]
/proc/loadavg: 6.45 7.69 7.16 2/198 25635
/proc/meminfo: memFree=14389344/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=15680800 CPUtime=0.52 cores=0,2,4,6
/proc/25635/stat : 25635 (java) S 25633 25635 24128 0 -1 4202496 15188 0 1 0 50 2 0 0 24 0 18 0 600400469 16057139200 13624 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 3920200 13630 2206 9 0 3910919 0
[pid=25635/tid=25636] ppid=25633 vsize=15680800 CPUtime=0.28 cores=0,2,4,6
/proc/25635/task/25636/stat : 25636 (java) R 25633 25635 24128 0 -1 4202560 10036 0 1 0 27 1 0 0 18 0 18 0 600400470 16057139200 13634 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 46912505641049 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680800

[startup+0.701048 s]
/proc/loadavg: 6.45 7.69 7.16 2/198 25635
/proc/meminfo: memFree=14389344/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=15680800 CPUtime=0.93 cores=0,2,4,6
/proc/25635/stat : 25635 (java) S 25633 25635 24128 0 -1 4202496 43230 0 1 0 87 6 0 0 24 0 18 0 600400469 16057139200 41664 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 3920200 41664 2222 9 0 3910919 0
[pid=25635/tid=25636] ppid=25633 vsize=15680800 CPUtime=0.67 cores=0,2,4,6
/proc/25635/task/25636/stat : 25636 (java) R 25633 25635 24128 0 -1 4202560 35532 0 1 0 62 5 0 0 18 0 18 0 600400470 16057139200 41664 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 46912505644000 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680800

[startup+1.50091 s]
/proc/loadavg: 6.45 7.69 7.16 3/216 25653
/proc/meminfo: memFree=14226420/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=15680800 CPUtime=1.74 cores=0,2,4,6
/proc/25635/stat : 25635 (java) S 25633 25635 24128 0 -1 4202496 77125 0 1 0 164 10 0 0 24 0 18 0 600400469 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 3920200 75554 2222 9 0 3910919 0
[pid=25635/tid=25636] ppid=25633 vsize=15680800 CPUtime=1.46 cores=0,2,4,6
/proc/25635/task/25636/stat : 25636 (java) R 25633 25635 24128 0 -1 4202560 64930 0 1 0 137 9 0 0 19 0 18 0 600400470 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216747005387 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25635/tid=25638] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25638/stat : 25638 (java) S 25633 25635 24128 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 18 0 600400470 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25639] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25639/stat : 25639 (java) S 25633 25635 24128 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 600400470 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25640] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25640/stat : 25640 (java) S 25633 25635 24128 0 -1 4202560 668 0 0 0 0 0 0 0 15 0 18 0 600400470 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25641] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25641/stat : 25641 (java) S 25633 25635 24128 0 -1 4202560 684 0 0 0 0 0 0 0 15 0 18 0 600400470 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25642] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25642/stat : 25642 (java) S 25633 25635 24128 0 -1 4202560 332 0 0 0 0 0 0 0 16 0 18 0 600400470 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25643] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25643/stat : 25643 (java) S 25633 25635 24128 0 -1 4202560 1050 0 0 0 0 0 0 0 15 0 18 0 600400470 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25644] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25644/stat : 25644 (java) S 25633 25635 24128 0 -1 4202560 1446 0 0 0 0 0 0 0 16 0 18 0 600400470 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25645] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25645/stat : 25645 (java) S 25633 25635 24128 0 -1 4202560 2615 0 0 0 0 0 0 0 15 0 18 0 600400470 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25646] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25646/stat : 25646 (java) S 25633 25635 24128 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 18 0 600400471 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746995200 0 0 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25647] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25647/stat : 25647 (java) S 25633 25635 24128 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600400471 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25648] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25648/stat : 25648 (java) S 25633 25635 24128 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600400472 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25649] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25649/stat : 25649 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600400474 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216747002289 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25650] ppid=25633 vsize=15680800 CPUtime=0.14 cores=0,2,4,6
/proc/25635/task/25650/stat : 25650 (java) S 25633 25635 24128 0 -1 4202560 2462 0 0 0 14 0 0 0 15 0 18 0 600400474 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25651] ppid=25633 vsize=15680800 CPUtime=0.09 cores=0,2,4,6
/proc/25635/task/25651/stat : 25651 (java) S 25633 25635 24128 0 -1 4202560 1306 0 0 0 9 0 0 0 16 0 18 0 600400474 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25652] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25652/stat : 25652 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600400474 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25653] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25653/stat : 25653 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600400474 16057139200 75554 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746995200 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 15680800

[startup+3.1016 s]
/proc/loadavg: 6.09 7.60 7.13 3/216 25653
/proc/meminfo: memFree=13989084/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=15680800 CPUtime=3.44 cores=0,2,4,6
/proc/25635/stat : 25635 (java) S 25633 25635 24128 0 -1 4202496 146850 0 1 0 324 20 0 0 24 0 18 0 600400469 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 3920200 145272 2240 9 0 3910919 0
[pid=25635/tid=25636] ppid=25633 vsize=15680800 CPUtime=3.04 cores=0,2,4,6
/proc/25635/task/25636/stat : 25636 (java) R 25633 25635 24128 0 -1 4202560 125152 0 1 0 287 17 0 0 22 0 18 0 600400470 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 46912505641858 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25635/tid=25638] ppid=25633 vsize=15680800 CPUtime=0.01 cores=0,2,4,6
/proc/25635/task/25638/stat : 25638 (java) S 25633 25635 24128 0 -1 4202560 30 0 0 0 1 0 0 0 16 0 18 0 600400470 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25639] ppid=25633 vsize=15680800 CPUtime=0.01 cores=0,2,4,6
/proc/25635/task/25639/stat : 25639 (java) S 25633 25635 24128 0 -1 4202560 60 0 0 0 1 0 0 0 16 0 18 0 600400470 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25640] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25640/stat : 25640 (java) S 25633 25635 24128 0 -1 4202560 1346 0 0 0 0 0 0 0 16 0 18 0 600400470 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25641] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25641/stat : 25641 (java) S 25633 25635 24128 0 -1 4202560 3314 0 0 0 0 0 0 0 16 0 18 0 600400470 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25642] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25642/stat : 25642 (java) S 25633 25635 24128 0 -1 4202560 6131 0 0 0 0 0 0 0 16 0 18 0 600400470 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25643] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25643/stat : 25643 (java) S 25633 25635 24128 0 -1 4202560 1093 0 0 0 0 0 0 0 16 0 18 0 600400470 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25644] ppid=25633 vsize=15680800 CPUtime=0.01 cores=0,2,4,6
/proc/25635/task/25644/stat : 25644 (java) S 25633 25635 24128 0 -1 4202560 1446 0 0 0 1 0 0 0 16 0 18 0 600400470 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25645] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25645/stat : 25645 (java) S 25633 25635 24128 0 -1 4202560 2615 0 0 0 0 0 0 0 16 0 18 0 600400470 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25646] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25646/stat : 25646 (java) S 25633 25635 24128 0 -1 4202560 439 0 0 0 0 0 0 0 15 0 18 0 600400471 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746995200 0 0 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25647] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25647/stat : 25647 (java) S 25633 25635 24128 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600400471 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25648] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25648/stat : 25648 (java) S 25633 25635 24128 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600400472 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25649] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25649/stat : 25649 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600400474 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216747002289 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25650] ppid=25633 vsize=15680800 CPUtime=0.16 cores=0,2,4,6
/proc/25635/task/25650/stat : 25650 (java) S 25633 25635 24128 0 -1 4202560 2523 0 0 0 16 0 0 0 15 0 18 0 600400474 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25651] ppid=25633 vsize=15680800 CPUtime=0.11 cores=0,2,4,6
/proc/25635/task/25651/stat : 25651 (java) S 25633 25635 24128 0 -1 4202560 1315 0 0 0 11 0 0 0 15 0 18 0 600400474 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25652] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25652/stat : 25652 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600400474 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25653] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25653/stat : 25653 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600400474 16057139200 145272 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746995200 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15680800

[startup+6.30107 s]
/proc/loadavg: 6.09 7.60 7.13 3/216 25653
/proc/meminfo: memFree=13308640/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=15680800 CPUtime=6.68 cores=0,2,4,6
/proc/25635/stat : 25635 (java) S 25633 25635 24128 0 -1 4202496 285178 0 1 0 632 36 0 0 24 0 18 0 600400469 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 3920200 283256 2240 9 0 3910919 0
[pid=25635/tid=25636] ppid=25633 vsize=15680800 CPUtime=6.22 cores=0,2,4,6
/proc/25635/task/25636/stat : 25636 (java) R 25633 25635 24128 0 -1 4202560 252936 0 1 0 590 32 0 0 21 0 18 0 600400470 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 46912505522889 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25635/tid=25638] ppid=25633 vsize=15680800 CPUtime=0.01 cores=0,2,4,6
/proc/25635/task/25638/stat : 25638 (java) S 25633 25635 24128 0 -1 4202560 30 0 0 0 1 0 0 0 15 0 18 0 600400470 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25639] ppid=25633 vsize=15680800 CPUtime=0.01 cores=0,2,4,6
/proc/25635/task/25639/stat : 25639 (java) S 25633 25635 24128 0 -1 4202560 60 0 0 0 1 0 0 0 15 0 18 0 600400470 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25640] ppid=25633 vsize=15680800 CPUtime=0.01 cores=0,2,4,6
/proc/25635/task/25640/stat : 25640 (java) S 25633 25635 24128 0 -1 4202560 11586 0 0 0 1 0 0 0 15 0 18 0 600400470 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25641] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25641/stat : 25641 (java) S 25633 25635 24128 0 -1 4202560 3314 0 0 0 0 0 0 0 15 0 18 0 600400470 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25642] ppid=25633 vsize=15680800 CPUtime=0.01 cores=0,2,4,6
/proc/25635/task/25642/stat : 25642 (java) S 25633 25635 24128 0 -1 4202560 6131 0 0 0 1 0 0 0 15 0 18 0 600400470 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25643] ppid=25633 vsize=15680800 CPUtime=0.01 cores=0,2,4,6
/proc/25635/task/25643/stat : 25643 (java) S 25633 25635 24128 0 -1 4202560 1093 0 0 0 1 0 0 0 15 0 18 0 600400470 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25644] ppid=25633 vsize=15680800 CPUtime=0.02 cores=0,2,4,6
/proc/25635/task/25644/stat : 25644 (java) S 25633 25635 24128 0 -1 4202560 1446 0 0 0 2 0 0 0 15 0 18 0 600400470 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25645] ppid=25633 vsize=15680800 CPUtime=0.01 cores=0,2,4,6
/proc/25635/task/25645/stat : 25645 (java) S 25633 25635 24128 0 -1 4202560 2618 0 0 0 1 0 0 0 15 0 18 0 600400470 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25646] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25646/stat : 25646 (java) S 25633 25635 24128 0 -1 4202560 740 0 0 0 0 0 0 0 15 0 18 0 600400471 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746995200 0 0 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25647] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25647/stat : 25647 (java) S 25633 25635 24128 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600400471 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25648] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25648/stat : 25648 (java) S 25633 25635 24128 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600400472 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25649] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25649/stat : 25649 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600400474 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216747002289 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25650] ppid=25633 vsize=15680800 CPUtime=0.16 cores=0,2,4,6
/proc/25635/task/25650/stat : 25650 (java) S 25633 25635 24128 0 -1 4202560 2523 0 0 0 16 0 0 0 15 0 18 0 600400474 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25651] ppid=25633 vsize=15680800 CPUtime=0.11 cores=0,2,4,6
/proc/25635/task/25651/stat : 25651 (java) S 25633 25635 24128 0 -1 4202560 1315 0 0 0 11 0 0 0 15 0 18 0 600400474 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25652] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25652/stat : 25652 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600400474 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25653] ppid=25633 vsize=15680800 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25653/stat : 25653 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600400474 16057139200 283256 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746995200 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0

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

/proc/25635/task/25636/stat : 25636 (java) S 25633 25635 24128 0 -1 4202560 620887 0 1 0 13147 84 0 0 25 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25638] ppid=25633 vsize=15685684 CPUtime=9.43 cores=0,2,4,6
/proc/25635/task/25638/stat : 25638 (java) S 25633 25635 24128 0 -1 4202560 582555 0 0 0 841 102 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25639] ppid=25633 vsize=15685684 CPUtime=9.41 cores=0,2,4,6
/proc/25635/task/25639/stat : 25639 (java) S 25633 25635 24128 0 -1 4202560 476120 0 0 0 849 92 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25640] ppid=25633 vsize=15685684 CPUtime=10.02 cores=0,2,4,6
/proc/25635/task/25640/stat : 25640 (java) S 25633 25635 24128 0 -1 4202560 444601 0 0 0 919 83 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25641] ppid=25633 vsize=15685684 CPUtime=8.83 cores=0,2,4,6
/proc/25635/task/25641/stat : 25641 (java) S 25633 25635 24128 0 -1 4202560 395431 0 0 0 812 71 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25642] ppid=25633 vsize=15685684 CPUtime=9.53 cores=0,2,4,6
/proc/25635/task/25642/stat : 25642 (java) S 25633 25635 24128 0 -1 4202560 524733 0 0 0 854 99 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25643] ppid=25633 vsize=15685684 CPUtime=9.66 cores=0,2,4,6
/proc/25635/task/25643/stat : 25643 (java) S 25633 25635 24128 0 -1 4202560 436524 0 0 0 878 88 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25644] ppid=25633 vsize=15685684 CPUtime=8.7 cores=0,2,4,6
/proc/25635/task/25644/stat : 25644 (java) S 25633 25635 24128 0 -1 4202560 341209 0 0 0 802 68 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25645] ppid=25633 vsize=15685684 CPUtime=9.8 cores=0,2,4,6
/proc/25635/task/25645/stat : 25645 (java) S 25633 25635 24128 0 -1 4202560 521691 0 0 0 882 98 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25646] ppid=25633 vsize=15685684 CPUtime=479.73 cores=0,2,4,6
/proc/25635/task/25646/stat : 25646 (java) S 25633 25635 24128 0 -1 4202560 303396 0 0 0 47918 55 0 0 18 0 21 0 600400471 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746995200 0 0 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25647] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25647/stat : 25647 (java) S 25633 25635 24128 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 21 0 600400471 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25648] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25648/stat : 25648 (java) S 25633 25635 24128 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 21 0 600400472 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25649] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25649/stat : 25649 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216747002289 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25650] ppid=25633 vsize=15685684 CPUtime=1.19 cores=0,2,4,6
/proc/25635/task/25650/stat : 25650 (java) S 25633 25635 24128 0 -1 4202560 7949 0 0 0 118 1 0 0 16 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25651] ppid=25633 vsize=15685684 CPUtime=1.08 cores=0,2,4,6
/proc/25635/task/25651/stat : 25651 (java) S 25633 25635 24128 0 -1 4202560 4063 0 0 0 108 0 0 0 15 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25652] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25652/stat : 25652 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25653] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25653/stat : 25653 (java) S 25633 25635 24128 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746995200 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25655] ppid=25633 vsize=15685684 CPUtime=528.08 cores=0,2,4,6
/proc/25635/task/25655/stat : 25655 (java) R 25633 25635 24128 0 -1 4202560 139 0 0 0 52805 3 0 0 20 0 21 0 600404050 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 46912506372499 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25635/tid=25656] ppid=25633 vsize=15685684 CPUtime=529.11 cores=0,2,4,6
/proc/25635/task/25656/stat : 25656 (java) R 25633 25635 24128 0 -1 4202560 143 0 0 0 52911 0 0 0 17 0 21 0 600404050 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 46912505841045 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25635/tid=25657] ppid=25633 vsize=15685684 CPUtime=605.41 cores=0,2,4,6
/proc/25635/task/25657/stat : 25657 (java) R 25633 25635 24128 0 -1 4202560 104 0 0 0 60541 0 0 0 20 0 21 0 600404050 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 46912506301301 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2845.55
Current children cumulated vsize (KiB) 15685684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.35 5.77 6.19 2/192 25715
/proc/meminfo: memFree=8691392/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=15685684 CPUtime=2946.35 cores=0,2,4,6
/proc/25635/stat : 25635 (java) S 25633 25635 24128 0 -1 4202496 4661087 0 1 0 293781 854 0 0 24 0 21 0 600400469 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 3921421 3864981 2298 9 0 3912140 0
[pid=25635/tid=25636] ppid=25633 vsize=15685684 CPUtime=132.31 cores=0,2,4,6
/proc/25635/task/25636/stat : 25636 (java) S 25633 25635 24128 0 -1 4202560 620887 0 1 0 13147 84 0 0 25 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25638] ppid=25633 vsize=15685684 CPUtime=9.43 cores=0,2,4,6
/proc/25635/task/25638/stat : 25638 (java) S 25633 25635 24128 0 -1 4202560 582555 0 0 0 841 102 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25639] ppid=25633 vsize=15685684 CPUtime=9.41 cores=0,2,4,6
/proc/25635/task/25639/stat : 25639 (java) S 25633 25635 24128 0 -1 4202560 476120 0 0 0 849 92 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25640] ppid=25633 vsize=15685684 CPUtime=10.02 cores=0,2,4,6
/proc/25635/task/25640/stat : 25640 (java) S 25633 25635 24128 0 -1 4202560 444601 0 0 0 919 83 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25641] ppid=25633 vsize=15685684 CPUtime=8.83 cores=0,2,4,6
/proc/25635/task/25641/stat : 25641 (java) S 25633 25635 24128 0 -1 4202560 395431 0 0 0 812 71 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25642] ppid=25633 vsize=15685684 CPUtime=9.53 cores=0,2,4,6
/proc/25635/task/25642/stat : 25642 (java) S 25633 25635 24128 0 -1 4202560 524733 0 0 0 854 99 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25643] ppid=25633 vsize=15685684 CPUtime=9.66 cores=0,2,4,6
/proc/25635/task/25643/stat : 25643 (java) S 25633 25635 24128 0 -1 4202560 436524 0 0 0 878 88 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25644] ppid=25633 vsize=15685684 CPUtime=8.7 cores=0,2,4,6
/proc/25635/task/25644/stat : 25644 (java) S 25633 25635 24128 0 -1 4202560 341209 0 0 0 802 68 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25645] ppid=25633 vsize=15685684 CPUtime=9.8 cores=0,2,4,6
/proc/25635/task/25645/stat : 25645 (java) S 25633 25635 24128 0 -1 4202560 521691 0 0 0 882 98 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25646] ppid=25633 vsize=15685684 CPUtime=515.85 cores=0,2,4,6
/proc/25635/task/25646/stat : 25646 (java) R 25633 25635 24128 0 -1 4202560 303400 0 0 0 51530 55 0 0 16 0 21 0 600400471 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 47364518613064 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=25635/tid=25647] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25647/stat : 25647 (java) S 25633 25635 24128 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 21 0 600400471 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25648] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25648/stat : 25648 (java) S 25633 25635 24128 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 21 0 600400472 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25649] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25649/stat : 25649 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216747002289 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25650] ppid=25633 vsize=15685684 CPUtime=1.19 cores=0,2,4,6
/proc/25635/task/25650/stat : 25650 (java) S 25633 25635 24128 0 -1 4202560 7949 0 0 0 118 1 0 0 16 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25651] ppid=25633 vsize=15685684 CPUtime=1.08 cores=0,2,4,6
/proc/25635/task/25651/stat : 25651 (java) S 25633 25635 24128 0 -1 4202560 4063 0 0 0 108 0 0 0 15 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25652] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25652/stat : 25652 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25653] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25653/stat : 25653 (java) S 25633 25635 24128 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746995200 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25655] ppid=25633 vsize=15685684 CPUtime=549.64 cores=0,2,4,6
/proc/25635/task/25655/stat : 25655 (java) S 25633 25635 24128 0 -1 4202560 157 0 0 0 54961 3 0 0 18 0 21 0 600404050 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25656] ppid=25633 vsize=15685684 CPUtime=550.67 cores=0,2,4,6
/proc/25635/task/25656/stat : 25656 (java) S 25633 25635 24128 0 -1 4202560 144 0 0 0 55067 0 0 0 18 0 21 0 600404050 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25657] ppid=25633 vsize=15685684 CPUtime=626.97 cores=0,2,4,6
/proc/25635/task/25657/stat : 25657 (java) S 25633 25635 24128 0 -1 4202560 110 0 0 0 62696 1 0 0 18 0 21 0 600404050 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2946.35
Current children cumulated vsize (KiB) 15685684

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

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

[startup+1300.2 s]
/proc/loadavg: 5.35 5.77 6.19 2/193 25716
/proc/meminfo: memFree=8691384/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=15685684 CPUtime=2946.55 cores=0,2,4,6
/proc/25635/stat : 25635 (java) S 25633 25635 24128 0 -1 4202496 4661087 0 1 0 293801 854 0 0 18 0 21 0 600400469 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 3921421 3864981 2298 9 0 3912140 0
[pid=25635/tid=25636] ppid=25633 vsize=15685684 CPUtime=132.31 cores=0,2,4,6
/proc/25635/task/25636/stat : 25636 (java) S 25633 25635 24128 0 -1 4202560 620887 0 1 0 13147 84 0 0 25 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25638] ppid=25633 vsize=15685684 CPUtime=9.43 cores=0,2,4,6
/proc/25635/task/25638/stat : 25638 (java) S 25633 25635 24128 0 -1 4202560 582555 0 0 0 841 102 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25639] ppid=25633 vsize=15685684 CPUtime=9.41 cores=0,2,4,6
/proc/25635/task/25639/stat : 25639 (java) S 25633 25635 24128 0 -1 4202560 476120 0 0 0 849 92 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25640] ppid=25633 vsize=15685684 CPUtime=10.02 cores=0,2,4,6
/proc/25635/task/25640/stat : 25640 (java) S 25633 25635 24128 0 -1 4202560 444601 0 0 0 919 83 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25641] ppid=25633 vsize=15685684 CPUtime=8.83 cores=0,2,4,6
/proc/25635/task/25641/stat : 25641 (java) S 25633 25635 24128 0 -1 4202560 395431 0 0 0 812 71 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25642] ppid=25633 vsize=15685684 CPUtime=9.53 cores=0,2,4,6
/proc/25635/task/25642/stat : 25642 (java) S 25633 25635 24128 0 -1 4202560 524733 0 0 0 854 99 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25643] ppid=25633 vsize=15685684 CPUtime=9.66 cores=0,2,4,6
/proc/25635/task/25643/stat : 25643 (java) S 25633 25635 24128 0 -1 4202560 436524 0 0 0 878 88 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25644] ppid=25633 vsize=15685684 CPUtime=8.7 cores=0,2,4,6
/proc/25635/task/25644/stat : 25644 (java) S 25633 25635 24128 0 -1 4202560 341209 0 0 0 802 68 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25645] ppid=25633 vsize=15685684 CPUtime=9.8 cores=0,2,4,6
/proc/25635/task/25645/stat : 25645 (java) S 25633 25635 24128 0 -1 4202560 521691 0 0 0 882 98 0 0 16 0 21 0 600400470 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25646] ppid=25633 vsize=15685684 CPUtime=516.05 cores=0,2,4,6
/proc/25635/task/25646/stat : 25646 (java) R 25633 25635 24128 0 -1 4202560 303400 0 0 0 51550 55 0 0 16 0 21 0 600400471 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 47364516266300 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=25635/tid=25647] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25647/stat : 25647 (java) S 25633 25635 24128 0 -1 4202560 18 0 0 0 0 0 0 0 17 0 21 0 600400471 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25648] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25648/stat : 25648 (java) S 25633 25635 24128 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 21 0 600400472 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 6 0 0 0
[pid=25635/tid=25649] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25649/stat : 25649 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25650] ppid=25633 vsize=15685684 CPUtime=1.19 cores=0,2,4,6
/proc/25635/task/25650/stat : 25650 (java) S 25633 25635 24128 0 -1 4202560 7949 0 0 0 118 1 0 0 16 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25651] ppid=25633 vsize=15685684 CPUtime=1.08 cores=0,2,4,6
/proc/25635/task/25651/stat : 25651 (java) S 25633 25635 24128 0 -1 4202560 4063 0 0 0 108 0 0 0 15 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 4 0 0 0
[pid=25635/tid=25652] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25652/stat : 25652 (java) S 25633 25635 24128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25653] ppid=25633 vsize=15685684 CPUtime=0 cores=0,2,4,6
/proc/25635/task/25653/stat : 25653 (java) S 25633 25635 24128 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 21 0 600400474 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746995200 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25655] ppid=25633 vsize=15685684 CPUtime=549.64 cores=0,2,4,6
/proc/25635/task/25655/stat : 25655 (java) S 25633 25635 24128 0 -1 4202560 157 0 0 0 54961 3 0 0 18 0 21 0 600404050 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 0 0 0 0
[pid=25635/tid=25656] ppid=25633 vsize=15685684 CPUtime=550.67 cores=0,2,4,6
/proc/25635/task/25656/stat : 25656 (java) S 25633 25635 24128 0 -1 4202560 144 0 0 0 55067 0 0 0 18 0 21 0 600404050 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
[pid=25635/tid=25657] ppid=25633 vsize=15685684 CPUtime=626.97 cores=0,2,4,6
/proc/25635/task/25657/stat : 25657 (java) S 25633 25635 24128 0 -1 4202560 110 0 0 0 62696 1 0 0 18 0 21 0 600404050 16062140416 3864981 33554432000 1073741824 1073778376 140737108347216 18446744073709551615 216746994585 0 4 0 16800975 18446604451342482304 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2946.55
Current children cumulated vsize (KiB) 15685684

[startup+1301 s]
/proc/loadavg: 5.35 5.77 6.19 2/193 25716
/proc/meminfo: memFree=8691384/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=0 CPUtime=2947.34 cores=0,2,4,6
/proc/25635/stat : 25635 (java) Z 25633 25635 24128 0 -1 4203548 4661104 0 1 0 293854 880 0 0 15 0 2 0 600400469 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 0 0 0 0 0 0 0
[pid=25635/tid=25655] ppid=25633 vsize=0 CPUtime=549.91 cores=0,2,4,6
/proc/25635/task/25655/stat : 25655 (java) R 25633 25635 24128 0 -1 4203588 157 0 0 0 54961 30 0 0 18 0 2 0 600404050 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2947.34
Current children cumulated vsize (KiB) 0

[startup+1301.41 s]
/proc/loadavg: 5.35 5.77 6.19 2/174 25718
/proc/meminfo: memFree=20011140/32951124 swapFree=67102140/67111528
[pid=25635] ppid=25633 vsize=0 CPUtime=2947.75 cores=0,2,4,6
/proc/25635/stat : 25635 (java) Z 25633 25635 24128 0 -1 4203548 4661104 0 1 0 293854 921 0 0 15 0 2 0 600400469 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25635/statm: 0 0 0 0 0 0 0
[pid=25635/tid=25655] ppid=25633 vsize=0 CPUtime=550.31 cores=0,2,4,6
/proc/25635/task/25655/stat : 25655 (java) R 25633 25635 24128 0 -1 4203588 157 0 0 0 54961 70 0 0 18 0 2 0 600404050 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2947.75
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.48
CPU time (s): 2947.83
CPU user time (s): 2938.55
CPU system time (s): 9.28259
CPU usage (%): 226.498
Max. virtual memory (cumulated for all children) (KiB): 15716996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2938.55
system time used= 9.28259
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4661104
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= 72118
involuntary context switches= 68572

runsolver used 2.23666 second user time and 4.89926 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 20:28:18
IDJOB=3312173
IDBENCH=82373
IDSOLVER=1698
FILE ID=node119/3312173-1304101691
RUNJOBID= node119-1304101691-25594
PBS_JOBID= 13170550
Free space on /tmp= 71580 MiB

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

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

MD5SUM BENCH= b2bd2d58188a586bf0d0cd0e6e92fedd
RANDOM SEED=1821506954

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14389368 kB
Buffers:       2211024 kB
Cached:       15102564 kB
SwapCached:       5504 kB
Active:        5597464 kB
Inactive:     12369836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14389368 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:          242368 kB
Writeback:           0 kB
AnonPages:      650716 kB
Mapped:          23240 kB
Slab:           528848 kB
PageTables:       6152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1534008 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= 71592 MiB
End job on node119 at 2011-04-29 20:50:00