Trace number 3312154

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) 3507.86 1302.64

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step16.cnf
MD5SUM9c65732a61d3ec133310ca49e4a37138
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.628
Satisfiable
(Un)Satisfiability was proved
Number of variables141856
Number of clauses2742601
Sum of the clauses size6209185
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22663650
Number of clauses of size 311423
Number of clauses of size 47166
Number of clauses of size 54075
Number of clauses of size over 555831

Solver Data

0.10/0.12	04:49 INFO : Reading from input HOME/instance-3312154-1304107487.cnf
8.78/8.49	Executor set job limit to 1000000
8.78/8.49	Executor set job limit to 1000000
8.78/8.49	Executor set job limit to 1000000
8.78/8.49	Executor set job limit to 1000000
8.78/8.49	Starting Executor!
8.78/8.49	Starting Executor!
8.78/8.49	Starting Executor!
8.78/8.49	Starting Executor!
74.24/71.85	06:01 INFO : 137668 variables remaining out of 141856
74.24/71.85	06:01 INFO : 88539940 literals remaining out of 8951786
2747.57/843.09	18:52 ERROR: Failed to solve instance
2747.57/843.09	java.lang.OutOfMemoryError: GC overhead limit exceeded
2747.57/843.09		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2747.57/843.09		at gnu.trove.THash.postInsertHook(THash.java:370)
2747.57/843.09		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2747.57/843.09		at ibis.structure.WatchLists.build(WatchLists.java:56)
2747.57/843.09		at ibis.structure.Solver.<init>(Solver.java:45)
2747.57/843.09		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2747.57/843.09		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2747.57/843.09		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2747.57/843.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2747.57/843.09		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2747.57/843.09		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2747.57/843.09		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2747.57/843.09		at ibis.constellation.Executor.processActivities(Executor.java:75)
2747.57/843.09		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2747.57/843.09		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2747.57/843.09		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2779.19/864.13	19:13 ERROR: Failed to solve instance
2779.19/864.13	java.lang.OutOfMemoryError: Java heap space
2779.19/864.13		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2779.19/864.13		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2779.19/864.13		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2779.19/864.13		at ibis.structure.WatchLists.build(WatchLists.java:58)
2779.19/864.13		at ibis.structure.Solver.<init>(Solver.java:45)
2779.19/864.13		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2779.19/864.13		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2779.19/864.13		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2779.19/864.13		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2779.19/864.13		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2779.19/864.13		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2779.19/864.13		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2779.19/864.13		at ibis.constellation.Executor.processActivities(Executor.java:75)
2779.19/864.13		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2779.19/864.13		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2779.19/864.13		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2867.07/903.23	19:52 ERROR: Failed to solve instance
2867.07/903.23	java.lang.OutOfMemoryError: GC overhead limit exceeded
2867.07/903.23		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2867.07/903.23		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2867.07/903.23		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:38)
2867.07/903.23		at ibis.structure.Solver.addBinary(Solver.java:97)
2867.07/903.23		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
2867.07/903.23		at ibis.structure.Solver.simplify(Solver.java:191)
2867.07/903.23		at ibis.structure.Solver.solve(Solver.java:113)
2867.07/903.23		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2867.07/903.23		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2867.07/903.23		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2867.07/903.23		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2867.07/903.23		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2867.07/903.23		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2867.07/903.23		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2867.07/903.23		at ibis.constellation.Executor.processActivities(Executor.java:75)
2867.07/903.23		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2867.07/903.23		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2867.07/903.23		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3000.89/962.36	20:51 ERROR: Failed to solve instance
3000.89/962.36	java.lang.OutOfMemoryError: GC overhead limit exceeded
3000.89/962.36		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
3000.89/962.36		at gnu.trove.THash.postInsertHook(THash.java:370)
3000.89/962.36		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
3000.89/962.36		at ibis.structure.WatchLists.build(WatchLists.java:56)
3000.89/962.36		at ibis.structure.Solver.<init>(Solver.java:45)
3000.89/962.36		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
3000.89/962.36		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
3000.89/962.36		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
3000.89/962.36		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
3000.89/962.36		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
3000.89/962.36		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
3000.89/962.36		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
3000.89/962.36		at ibis.constellation.Executor.processActivities(Executor.java:75)
3000.89/962.36		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
3000.89/962.36		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
3000.89/962.36		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3027.47/976.74	21:06 ERROR: Failed to solve instance
3027.47/976.74	java.lang.OutOfMemoryError: Java heap space
3148.41/1032.99	22:02 ERROR: Failed to solve instance
3148.41/1032.99	java.lang.OutOfMemoryError: Java heap space
3237.98/1071.99	22:41 ERROR: Failed to solve instance
3237.98/1071.99	java.lang.OutOfMemoryError: Java heap space
3332.72/1136.12	23:45 ERROR: Failed to solve instance
3332.72/1136.12	java.lang.OutOfMemoryError: GC overhead limit exceeded

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-3312154-1304107487/watcher-3312154-1304107487 -o /tmp/evaluation-result-3312154-1304107487/solver-3312154-1304107487 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312154-1304107487.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: 4.38 4.57 5.41 2/198 2608
/proc/meminfo: memFree=15089144/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=8968 CPUtime=0 cores=0,2,4,6
/proc/2608/stat : 2608 (java) R 2606 2608 2452 0 -1 4194304 427 0 0 0 0 0 0 0 22 0 1 0 600979546 9183232 89 33554432000 1073741824 1073778376 140733905459328 18446744073709551615 218880671169 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/2608/statm: 2242 107 83 9 0 34 0

[startup+0.0831279 s]
/proc/loadavg: 4.38 4.57 5.41 2/198 2608
/proc/meminfo: memFree=15089144/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=15676548 CPUtime=0.07 cores=0,2,4,6
/proc/2608/stat : 2608 (java) S 2606 2608 2452 0 -1 4202496 5069 0 1 0 6 1 0 0 22 0 18 0 600979546 16052785152 4494 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 3919137 4501 2042 9 0 3909856 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15676548

[startup+0.10116 s]
/proc/loadavg: 4.38 4.57 5.41 2/198 2608
/proc/meminfo: memFree=15089144/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=15677044 CPUtime=0.1 cores=0,2,4,6
/proc/2608/stat : 2608 (java) S 2606 2608 2452 0 -1 4202496 5546 0 1 0 9 1 0 0 22 0 18 0 600979546 16053293056 4971 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 3919261 4971 2116 9 0 3909980 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677044

[startup+0.301095 s]
/proc/loadavg: 4.38 4.57 5.41 2/198 2608
/proc/meminfo: memFree=15089144/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=15680752 CPUtime=0.52 cores=0,2,4,6
/proc/2608/stat : 2608 (java) S 2606 2608 2452 0 -1 4202496 14639 0 1 0 49 3 0 0 22 0 18 0 600979546 16057090048 13177 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 3920188 13183 2206 9 0 3910907 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680752

[startup+0.701026 s]
/proc/loadavg: 4.38 4.57 5.41 2/198 2608
/proc/meminfo: memFree=15089144/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=15680604 CPUtime=0.93 cores=0,2,4,6
/proc/2608/stat : 2608 (java) S 2606 2608 2452 0 -1 4202496 42134 0 1 0 87 6 0 0 22 0 18 0 600979546 16056938496 40632 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 3920151 40632 2222 9 0 3910870 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680604

[startup+1.50089 s]
/proc/loadavg: 4.19 4.53 5.39 3/196 2627
/proc/meminfo: memFree=15709472/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=15680604 CPUtime=1.75 cores=0,2,4,6
/proc/2608/stat : 2608 (java) S 2606 2608 2452 0 -1 4202496 76028 0 1 0 164 11 0 0 22 0 18 0 600979546 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 3920151 74523 2222 9 0 3910870 0
[pid=2608/tid=2610] ppid=2606 vsize=15680604 CPUtime=1.46 cores=0,2,4,6
/proc/2608/task/2610/stat : 2610 (java) R 2606 2608 2452 0 -1 4202560 65999 0 1 0 136 10 0 0 19 0 18 0 600979546 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 46912505520687 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2608/tid=2611] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2611/stat : 2611 (java) S 2606 2608 2452 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 18 0 600979547 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2612] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2612/stat : 2612 (java) S 2606 2608 2452 0 -1 4202560 973 0 0 0 0 0 0 0 15 0 18 0 600979547 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2613] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2613/stat : 2613 (java) S 2606 2608 2452 0 -1 4202560 1291 0 0 0 0 0 0 0 15 0 18 0 600979547 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2614] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2614/stat : 2614 (java) S 2606 2608 2452 0 -1 4202560 1341 0 0 0 0 0 0 0 16 0 18 0 600979547 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2615] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2615/stat : 2615 (java) S 2606 2608 2452 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 18 0 600979547 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2616] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2616/stat : 2616 (java) S 2606 2608 2452 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 18 0 600979547 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2617] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2617/stat : 2617 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600979547 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2618] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2618/stat : 2618 (java) S 2606 2608 2452 0 -1 4202560 859 0 0 0 0 0 0 0 15 0 18 0 600979547 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2619] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2619/stat : 2619 (java) S 2606 2608 2452 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 18 0 600979548 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381696 0 0 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2620] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2620/stat : 2620 (java) S 2606 2608 2452 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600979549 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2621] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2621/stat : 2621 (java) S 2606 2608 2452 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 600979549 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2622] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2622/stat : 2622 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600979551 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892388785 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2623] ppid=2606 vsize=15680604 CPUtime=0.12 cores=0,2,4,6
/proc/2608/task/2623/stat : 2623 (java) S 2606 2608 2452 0 -1 4202560 1396 0 0 0 12 0 0 0 17 0 18 0 600979551 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2624] ppid=2606 vsize=15680604 CPUtime=0.12 cores=0,2,4,6
/proc/2608/task/2624/stat : 2624 (java) S 2606 2608 2452 0 -1 4202560 2367 0 0 0 12 0 0 0 17 0 18 0 600979551 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2625] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2625/stat : 2625 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600979551 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2626] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2626/stat : 2626 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600979551 16056938496 74523 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381696 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15680604

[startup+3.10161 s]
/proc/loadavg: 4.19 4.53 5.39 3/192 2648
/proc/meminfo: memFree=30434360/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=15680604 CPUtime=3.44 cores=0,2,4,6
/proc/2608/stat : 2608 (java) S 2606 2608 2452 0 -1 4202496 145766 0 1 0 323 21 0 0 22 0 18 0 600979546 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 3920151 144256 2240 9 0 3910870 0
[pid=2608/tid=2610] ppid=2606 vsize=15680604 CPUtime=3.05 cores=0,2,4,6
/proc/2608/task/2610/stat : 2610 (java) R 2606 2608 2452 0 -1 4202560 127301 0 1 0 287 18 0 0 23 0 18 0 600979546 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 46912505365730 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2608/tid=2611] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2611/stat : 2611 (java) S 2606 2608 2452 0 -1 4202560 65 0 0 0 0 0 0 0 16 0 18 0 600979547 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2612] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2612/stat : 2612 (java) S 2606 2608 2452 0 -1 4202560 1005 0 0 0 0 0 0 0 16 0 18 0 600979547 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2613] ppid=2606 vsize=15680604 CPUtime=0.01 cores=0,2,4,6
/proc/2608/task/2613/stat : 2613 (java) S 2606 2608 2452 0 -1 4202560 1292 0 0 0 1 0 0 0 15 0 18 0 600979547 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2614] ppid=2606 vsize=15680604 CPUtime=0.01 cores=0,2,4,6
/proc/2608/task/2614/stat : 2614 (java) S 2606 2608 2452 0 -1 4202560 1510 0 0 0 1 0 0 0 16 0 18 0 600979547 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2615] ppid=2606 vsize=15680604 CPUtime=0.01 cores=0,2,4,6
/proc/2608/task/2615/stat : 2615 (java) S 2606 2608 2452 0 -1 4202560 175 0 0 0 1 0 0 0 15 0 18 0 600979547 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2616] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2616/stat : 2616 (java) S 2606 2608 2452 0 -1 4202560 5273 0 0 0 0 0 0 0 16 0 18 0 600979547 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2617] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2617/stat : 2617 (java) S 2606 2608 2452 0 -1 4202560 2620 0 0 0 0 0 0 0 16 0 18 0 600979547 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2618] ppid=2606 vsize=15680604 CPUtime=0.01 cores=0,2,4,6
/proc/2608/task/2618/stat : 2618 (java) S 2606 2608 2452 0 -1 4202560 860 0 0 0 1 0 0 0 16 0 18 0 600979547 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2619] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2619/stat : 2619 (java) S 2606 2608 2452 0 -1 4202560 434 0 0 0 0 0 0 0 15 0 18 0 600979548 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381696 0 0 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2620] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2620/stat : 2620 (java) S 2606 2608 2452 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600979549 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2621] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2621/stat : 2621 (java) S 2606 2608 2452 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 600979549 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2622] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2622/stat : 2622 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600979551 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892388785 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2623] ppid=2606 vsize=15680604 CPUtime=0.14 cores=0,2,4,6
/proc/2608/task/2623/stat : 2623 (java) S 2606 2608 2452 0 -1 4202560 1417 0 0 0 14 0 0 0 15 0 18 0 600979551 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2624] ppid=2606 vsize=15680604 CPUtime=0.14 cores=0,2,4,6
/proc/2608/task/2624/stat : 2624 (java) S 2606 2608 2452 0 -1 4202560 2428 0 0 0 14 0 0 0 15 0 18 0 600979551 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2625] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2625/stat : 2625 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600979551 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2626] ppid=2606 vsize=15680604 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2626/stat : 2626 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600979551 16056938496 144256 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381696 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15680604

[startup+6.30105 s]
/proc/loadavg: 4.19 4.53 5.39 3/212 2671
/proc/meminfo: memFree=29314072/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=15678896 CPUtime=6.69 cores=0,2,4,6
/proc/2608/stat : 2608 (java) S 2606 2608 2452 0 -1 4202496 284680 0 1 0 630 39 0 0 22 0 18 0 600979546 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 3919724 282715 2240 9 0 3910443 0
[pid=2608/tid=2610] ppid=2606 vsize=15678896 CPUtime=6.22 cores=0,2,4,6
/proc/2608/task/2610/stat : 2610 (java) R 2606 2608 2452 0 -1 4202560 255704 0 1 0 587 35 0 0 20 0 18 0 600979546 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 46912505640001 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=2608/tid=2611] ppid=2606 vsize=15678896 CPUtime=0.01 cores=0,2,4,6
/proc/2608/task/2611/stat : 2611 (java) S 2606 2608 2452 0 -1 4202560 66 0 0 0 1 0 0 0 15 0 18 0 600979547 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2612] ppid=2606 vsize=15678896 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2612/stat : 2612 (java) S 2606 2608 2452 0 -1 4202560 1005 0 0 0 0 0 0 0 15 0 18 0 600979547 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2613] ppid=2606 vsize=15678896 CPUtime=0.01 cores=0,2,4,6
/proc/2608/task/2613/stat : 2613 (java) S 2606 2608 2452 0 -1 4202560 1292 0 0 0 1 0 0 0 15 0 18 0 600979547 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2614] ppid=2606 vsize=15678896 CPUtime=0.01 cores=0,2,4,6
/proc/2608/task/2614/stat : 2614 (java) S 2606 2608 2452 0 -1 4202560 1511 0 0 0 1 0 0 0 15 0 18 0 600979547 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2615] ppid=2606 vsize=15678896 CPUtime=0.03 cores=0,2,4,6
/proc/2608/task/2615/stat : 2615 (java) S 2606 2608 2452 0 -1 4202560 10415 0 0 0 2 1 0 0 16 0 18 0 600979547 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2616] ppid=2606 vsize=15678896 CPUtime=0.01 cores=0,2,4,6
/proc/2608/task/2616/stat : 2616 (java) S 2606 2608 2452 0 -1 4202560 5273 0 0 0 1 0 0 0 15 0 18 0 600979547 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2617] ppid=2606 vsize=15678896 CPUtime=0.01 cores=0,2,4,6
/proc/2608/task/2617/stat : 2617 (java) S 2606 2608 2452 0 -1 4202560 2620 0 0 0 1 0 0 0 15 0 18 0 600979547 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2618] ppid=2606 vsize=15678896 CPUtime=0.01 cores=0,2,4,6
/proc/2608/task/2618/stat : 2618 (java) S 2606 2608 2452 0 -1 4202560 860 0 0 0 1 0 0 0 15 0 18 0 600979547 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2619] ppid=2606 vsize=15678896 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2619/stat : 2619 (java) S 2606 2608 2452 0 -1 4202560 703 0 0 0 0 0 0 0 15 0 18 0 600979548 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381696 0 0 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2620] ppid=2606 vsize=15678896 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2620/stat : 2620 (java) S 2606 2608 2452 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600979549 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2621] ppid=2606 vsize=15678896 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2621/stat : 2621 (java) S 2606 2608 2452 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 600979549 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2622] ppid=2606 vsize=15678896 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2622/stat : 2622 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600979551 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892388785 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2623] ppid=2606 vsize=15678896 CPUtime=0.14 cores=0,2,4,6
/proc/2608/task/2623/stat : 2623 (java) S 2606 2608 2452 0 -1 4202560 1417 0 0 0 14 0 0 0 15 0 18 0 600979551 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2624] ppid=2606 vsize=15678896 CPUtime=0.14 cores=0,2,4,6
/proc/2608/task/2624/stat : 2624 (java) S 2606 2608 2452 0 -1 4202560 2428 0 0 0 14 0 0 0 15 0 18 0 600979551 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2625] ppid=2606 vsize=15678896 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2625/stat : 2625 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600979551 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2626] ppid=2606 vsize=15678896 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2626/stat : 2626 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600979551 16055189504 282715 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381696 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 15678896

[startup+12.7009 s]
/proc/loadavg: 3.85 4.45 5.35 3/220 2679
/proc/meminfo: memFree=28201696/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=15707100 CPUtime=14.23 cores=0,2,4,6
/proc/2608/stat : 2608 (java) S 2606 2608 2452 0 -1 4202496 339903 0 1 0 1373 50 0 0 22 0 22 0 600979546 16084070400 329713 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 3926775 329713 2265 9 0 3917494 0
[pid=2608/tid=2610] ppid=2606 vsize=15707100 CPUtime=12.55 cores=0,2,4,6

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

[pid=2608/tid=2621] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2621/stat : 2621 (java) S 2606 2608 2452 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 600979549 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2622] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2622/stat : 2622 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892388785 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2623] ppid=2606 vsize=15692412 CPUtime=1.52 cores=0,2,4,6
/proc/2608/task/2623/stat : 2623 (java) S 2606 2608 2452 0 -1 4202560 12833 0 0 0 151 1 0 0 15 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2624] ppid=2606 vsize=15692412 CPUtime=0.98 cores=0,2,4,6
/proc/2608/task/2624/stat : 2624 (java) S 2606 2608 2452 0 -1 4202560 4535 0 0 0 98 0 0 0 15 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2625] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2625/stat : 2625 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2626] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2626/stat : 2626 (java) S 2606 2608 2452 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381696 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2672] ppid=2606 vsize=15692412 CPUtime=690.77 cores=0,2,4,6
/proc/2608/task/2672/stat : 2672 (java) S 2606 2608 2452 0 -1 4202560 123 0 0 0 69077 0 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2673] ppid=2606 vsize=15692412 CPUtime=694.63 cores=0,2,4,6
/proc/2608/task/2673/stat : 2673 (java) S 2606 2608 2452 0 -1 4202560 198 0 0 0 69461 2 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2674] ppid=2606 vsize=15692412 CPUtime=768.75 cores=0,2,4,6
/proc/2608/task/2674/stat : 2674 (java) S 2606 2608 2452 0 -1 4202560 193 0 0 0 76874 1 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381696 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2675] ppid=2606 vsize=15692412 CPUtime=765.77 cores=0,2,4,6
/proc/2608/task/2675/stat : 2675 (java) S 2606 2608 2452 0 -1 4202560 181 0 0 0 76577 0 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3387.47
Current children cumulated vsize (KiB) 15692412

[startup+1242.3 s]
/proc/loadavg: 2.12 3.91 5.26 3/220 2712
/proc/meminfo: memFree=96112/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=15692412 CPUtime=3447.49 cores=0,2,4,6
/proc/2608/stat : 2608 (java) S 2606 2608 2452 0 -1 4202496 4000008 0 1 0 344010 739 0 0 22 0 22 0 600979546 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 3923103 3842527 2294 9 0 3913822 0
[pid=2608/tid=2610] ppid=2606 vsize=15692412 CPUtime=71.18 cores=0,2,4,6
/proc/2608/task/2610/stat : 2610 (java) S 2606 2608 2452 0 -1 4202560 377412 0 1 0 7070 48 0 0 25 0 22 0 600979546 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2611] ppid=2606 vsize=15692412 CPUtime=10.13 cores=0,2,4,6
/proc/2608/task/2611/stat : 2611 (java) S 2606 2608 2452 0 -1 4202560 405101 0 0 0 938 75 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2612] ppid=2606 vsize=15692412 CPUtime=10.83 cores=0,2,4,6
/proc/2608/task/2612/stat : 2612 (java) S 2606 2608 2452 0 -1 4202560 493507 0 0 0 985 98 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2613] ppid=2606 vsize=15692412 CPUtime=9.43 cores=0,2,4,6
/proc/2608/task/2613/stat : 2613 (java) S 2606 2608 2452 0 -1 4202560 346061 0 0 0 874 69 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2614] ppid=2606 vsize=15692412 CPUtime=9.95 cores=0,2,4,6
/proc/2608/task/2614/stat : 2614 (java) S 2606 2608 2452 0 -1 4202560 459352 0 0 0 914 81 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2615] ppid=2606 vsize=15692412 CPUtime=9.5 cores=0,2,4,6
/proc/2608/task/2615/stat : 2615 (java) S 2606 2608 2452 0 -1 4202560 427218 0 0 0 866 84 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2616] ppid=2606 vsize=15692412 CPUtime=11.89 cores=0,2,4,6
/proc/2608/task/2616/stat : 2616 (java) S 2606 2608 2452 0 -1 4202560 424401 0 0 0 1111 78 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2617] ppid=2606 vsize=15692412 CPUtime=8.76 cores=0,2,4,6
/proc/2608/task/2617/stat : 2617 (java) S 2606 2608 2452 0 -1 4202560 312438 0 0 0 818 58 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2618] ppid=2606 vsize=15692412 CPUtime=9.21 cores=0,2,4,6
/proc/2608/task/2618/stat : 2618 (java) S 2606 2608 2452 0 -1 4202560 438798 0 0 0 835 86 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2619] ppid=2606 vsize=15692412 CPUtime=374.01 cores=0,2,4,6
/proc/2608/task/2619/stat : 2619 (java) R 2606 2608 2452 0 -1 4202560 296022 0 0 0 37351 50 0 0 18 0 22 0 600979548 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 47044808449300 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2608/tid=2620] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2620/stat : 2620 (java) S 2606 2608 2452 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 600979549 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2621] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2621/stat : 2621 (java) S 2606 2608 2452 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 600979549 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2622] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2622/stat : 2622 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892388785 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2623] ppid=2606 vsize=15692412 CPUtime=1.52 cores=0,2,4,6
/proc/2608/task/2623/stat : 2623 (java) S 2606 2608 2452 0 -1 4202560 12833 0 0 0 151 1 0 0 15 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2624] ppid=2606 vsize=15692412 CPUtime=0.98 cores=0,2,4,6
/proc/2608/task/2624/stat : 2624 (java) S 2606 2608 2452 0 -1 4202560 4535 0 0 0 98 0 0 0 15 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2625] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2625/stat : 2625 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2626] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2626/stat : 2626 (java) S 2606 2608 2452 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381696 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2672] ppid=2606 vsize=15692412 CPUtime=690.79 cores=0,2,4,6
/proc/2608/task/2672/stat : 2672 (java) S 2606 2608 2452 0 -1 4202560 123 0 0 0 69079 0 0 0 16 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2673] ppid=2606 vsize=15692412 CPUtime=694.64 cores=0,2,4,6
/proc/2608/task/2673/stat : 2673 (java) S 2606 2608 2452 0 -1 4202560 218 0 0 0 69462 2 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2674] ppid=2606 vsize=15692412 CPUtime=768.76 cores=0,2,4,6
/proc/2608/task/2674/stat : 2674 (java) S 2606 2608 2452 0 -1 4202560 319 0 0 0 76875 1 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2675] ppid=2606 vsize=15692412 CPUtime=765.78 cores=0,2,4,6
/proc/2608/task/2675/stat : 2675 (java) S 2606 2608 2452 0 -1 4202560 208 0 0 0 76578 0 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3447.49
Current children cumulated vsize (KiB) 15692412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.05 3.59 5.07 3/220 2714
/proc/meminfo: memFree=96288/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=15692412 CPUtime=3505.21 cores=0,2,4,6
/proc/2608/stat : 2608 (java) S 2606 2608 2452 0 -1 4202496 4000186 0 1 0 349781 740 0 0 22 0 22 0 600979546 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 3923103 3842527 2294 9 0 3913822 0
[pid=2608/tid=2610] ppid=2606 vsize=15692412 CPUtime=71.18 cores=0,2,4,6
/proc/2608/task/2610/stat : 2610 (java) S 2606 2608 2452 0 -1 4202560 377412 0 1 0 7070 48 0 0 25 0 22 0 600979546 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2611] ppid=2606 vsize=15692412 CPUtime=10.13 cores=0,2,4,6
/proc/2608/task/2611/stat : 2611 (java) S 2606 2608 2452 0 -1 4202560 405101 0 0 0 938 75 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2612] ppid=2606 vsize=15692412 CPUtime=10.83 cores=0,2,4,6
/proc/2608/task/2612/stat : 2612 (java) S 2606 2608 2452 0 -1 4202560 493507 0 0 0 985 98 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2613] ppid=2606 vsize=15692412 CPUtime=9.43 cores=0,2,4,6
/proc/2608/task/2613/stat : 2613 (java) S 2606 2608 2452 0 -1 4202560 346061 0 0 0 874 69 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2614] ppid=2606 vsize=15692412 CPUtime=9.95 cores=0,2,4,6
/proc/2608/task/2614/stat : 2614 (java) S 2606 2608 2452 0 -1 4202560 459352 0 0 0 914 81 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2615] ppid=2606 vsize=15692412 CPUtime=9.5 cores=0,2,4,6
/proc/2608/task/2615/stat : 2615 (java) S 2606 2608 2452 0 -1 4202560 427218 0 0 0 866 84 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2616] ppid=2606 vsize=15692412 CPUtime=11.89 cores=0,2,4,6
/proc/2608/task/2616/stat : 2616 (java) S 2606 2608 2452 0 -1 4202560 424401 0 0 0 1111 78 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2617] ppid=2606 vsize=15692412 CPUtime=8.76 cores=0,2,4,6
/proc/2608/task/2617/stat : 2617 (java) S 2606 2608 2452 0 -1 4202560 312438 0 0 0 818 58 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2618] ppid=2606 vsize=15692412 CPUtime=9.21 cores=0,2,4,6
/proc/2608/task/2618/stat : 2618 (java) S 2606 2608 2452 0 -1 4202560 438798 0 0 0 835 86 0 0 16 0 22 0 600979547 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2619] ppid=2606 vsize=15692412 CPUtime=431.69 cores=0,2,4,6
/proc/2608/task/2619/stat : 2619 (java) R 2606 2608 2452 0 -1 4202560 296026 0 0 0 43118 51 0 0 25 0 22 0 600979548 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 47044805730653 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=2608/tid=2620] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2620/stat : 2620 (java) S 2606 2608 2452 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 600979549 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2621] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2621/stat : 2621 (java) S 2606 2608 2452 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 600979549 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2622] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2622/stat : 2622 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892388785 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2623] ppid=2606 vsize=15692412 CPUtime=1.52 cores=0,2,4,6
/proc/2608/task/2623/stat : 2623 (java) S 2606 2608 2452 0 -1 4202560 12833 0 0 0 151 1 0 0 15 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2624] ppid=2606 vsize=15692412 CPUtime=0.98 cores=0,2,4,6
/proc/2608/task/2624/stat : 2624 (java) S 2606 2608 2452 0 -1 4202560 4535 0 0 0 98 0 0 0 15 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
[pid=2608/tid=2625] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2625/stat : 2625 (java) S 2606 2608 2452 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2626] ppid=2606 vsize=15692412 CPUtime=0 cores=0,2,4,6
/proc/2608/task/2626/stat : 2626 (java) S 2606 2608 2452 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 600979551 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381696 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2672] ppid=2606 vsize=15692412 CPUtime=690.81 cores=0,2,4,6
/proc/2608/task/2672/stat : 2672 (java) S 2606 2608 2452 0 -1 4202560 123 0 0 0 69081 0 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 2 0 0 0
[pid=2608/tid=2673] ppid=2606 vsize=15692412 CPUtime=694.64 cores=0,2,4,6
/proc/2608/task/2673/stat : 2673 (java) S 2606 2608 2452 0 -1 4202560 235 0 0 0 69462 2 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 6 0 0 0
[pid=2608/tid=2674] ppid=2606 vsize=15692412 CPUtime=768.77 cores=0,2,4,6
/proc/2608/task/2674/stat : 2674 (java) S 2606 2608 2452 0 -1 4202560 451 0 0 0 76876 1 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 0 0 0 0
[pid=2608/tid=2675] ppid=2606 vsize=15692412 CPUtime=765.78 cores=0,2,4,6
/proc/2608/task/2675/stat : 2675 (java) S 2606 2608 2452 0 -1 4202560 229 0 0 0 76578 0 0 0 15 0 22 0 600980395 16069029888 3842527 33554432000 1073741824 1073778376 140734176116976 18446744073709551615 218892381081 0 4 0 16800975 18446604453948420160 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3505.21
Current children cumulated vsize (KiB) 15692412

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2608

[startup+1302.3 s]
/proc/loadavg: 2.04 3.56 5.05 3/221 2715
/proc/meminfo: memFree=96280/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=0 CPUtime=3507.5 cores=0,2,4,6
/proc/2608/stat : 2608 (java) Z 2606 2608 2452 0 -1 4203548 4000190 0 1 0 349982 768 0 0 18 0 2 0 600979546 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 0 0 0 0 0 0 0
[pid=2608/tid=2673] ppid=2606 vsize=0 CPUtime=694.92 cores=0,2,4,6
/proc/2608/task/2673/stat : 2673 (java) R 2606 2608 2452 0 -1 4203588 235 0 0 0 69462 30 0 0 16 0 2 0 600980395 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) 3507.5
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 2.04 3.56 5.05 3/221 2715
/proc/meminfo: memFree=96280/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=0 CPUtime=3507.7 cores=0,2,4,6
/proc/2608/stat : 2608 (java) Z 2606 2608 2452 0 -1 4203548 4000190 0 1 0 349982 788 0 0 18 0 2 0 600979546 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 0 0 0 0 0 0 0
[pid=2608/tid=2673] ppid=2606 vsize=0 CPUtime=695.12 cores=0,2,4,6
/proc/2608/task/2673/stat : 2673 (java) R 2606 2608 2452 0 -1 4203588 235 0 0 0 69462 50 0 0 16 0 2 0 600980395 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) 3507.7
Current children cumulated vsize (KiB) 0

[startup+1302.6 s]
/proc/loadavg: 2.04 3.56 5.05 3/221 2715
/proc/meminfo: memFree=96280/32950928 swapFree=67111524/67111528
[pid=2608] ppid=2606 vsize=0 CPUtime=3507.8 cores=0,2,4,6
/proc/2608/stat : 2608 (java) Z 2606 2608 2452 0 -1 4203548 4000190 0 1 0 349982 798 0 0 18 0 2 0 600979546 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/2608/statm: 0 0 0 0 0 0 0
[pid=2608/tid=2673] ppid=2606 vsize=0 CPUtime=695.22 cores=0,2,4,6
/proc/2608/task/2673/stat : 2673 (java) R 2606 2608 2452 0 -1 4203588 235 0 0 0 69462 60 0 0 16 0 2 0 600980395 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) 3507.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.64
CPU time (s): 3507.86
CPU user time (s): 3499.83
CPU system time (s): 8.02878
CPU usage (%): 269.288
Max. virtual memory (cumulated for all children) (KiB): 15715680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3499.83
system time used= 8.02878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4000190
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= 45974
involuntary context switches= 74159

runsolver used 2.23366 second user time and 4.91025 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 22:04:49
IDJOB=3312154
IDBENCH=82425
IDSOLVER=1698
FILE ID=node112/3312154-1304107487
RUNJOBID= node112-1304106181-2470
PBS_JOBID= 13170662
Free space on /tmp= 72308 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-18-step16.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312154-1304107487/watcher-3312154-1304107487 -o /tmp/evaluation-result-3312154-1304107487/solver-3312154-1304107487 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312154-1304107487.cnf -hbr 2

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

MD5SUM BENCH= 9c65732a61d3ec133310ca49e4a37138
RANDOM SEED=178645906

node112.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	: 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.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.67
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.82
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	: 5261.27
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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15089292 kB
Buffers:        450648 kB
Cached:        1469564 kB
SwapCached:          4 kB
Active:       15529328 kB
Inactive:      1901252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15089292 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          101484 kB
Writeback:           0 kB
AnonPages:    15510568 kB
Mapped:          23536 kB
Slab:           335904 kB
PageTables:      35064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 15709032 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= 72472 MiB
End job on node112 at 2011-04-29 22:26:32