Trace number 3312238

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) 4419.24 1301.52

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.556
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

0.10/0.12	10:30 INFO : Reading from input HOME/instance-3312238-1304104228.cnf
7.19/6.85	Executor set job limit to 1000000
7.19/6.85	Executor set job limit to 1000000
7.19/6.85	Executor set job limit to 1000000
7.19/6.85	Executor set job limit to 1000000
7.19/6.85	Starting Executor!
7.19/6.85	Starting Executor!
7.19/6.85	Starting Executor!
7.19/6.85	Starting Executor!
81.32/78.76	11:48 INFO : 182746 variables remaining out of 257380
81.32/78.76	11:48 INFO : 16248895 literals remaining out of 7303370
4317.41/1249.85	31:19 ERROR: Failed to solve instance
4317.41/1249.85	java.lang.OutOfMemoryError: GC overhead limit exceeded
4317.41/1249.85		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
4317.41/1249.85		at gnu.trove.THash.compact(THash.java:197)
4317.41/1249.85		at gnu.trove.THash.removeAt(THash.java:261)
4317.41/1249.85		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
4317.41/1249.85		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
4317.41/1249.85		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
4317.41/1249.85		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
4317.41/1249.85		at ibis.structure.Solver.propagate(Solver.java:271)
4317.41/1249.85		at ibis.structure.Solver.simplify(Solver.java:188)
4317.41/1249.85		at ibis.structure.Solver.solve(Solver.java:113)
4317.41/1249.85		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
4317.41/1249.85		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4317.41/1249.85		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4317.41/1249.85		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4317.41/1249.85		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4317.41/1249.85		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4317.41/1249.85		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4317.41/1249.85		at ibis.constellation.Executor.processActivities(Executor.java:75)
4317.41/1249.85		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4317.41/1249.85		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4317.41/1249.85		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
4366.57/1276.37	31:46 ERROR: Failed to solve instance
4366.57/1276.37	java.lang.OutOfMemoryError: GC overhead limit exceeded
4366.57/1276.37		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
4366.57/1276.37		at gnu.trove.THash.postInsertHook(THash.java:370)
4366.57/1276.37		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
4366.57/1276.37		at ibis.structure.WatchLists.build(WatchLists.java:56)
4366.57/1276.37		at ibis.structure.Solver.<init>(Solver.java:45)
4366.57/1276.37		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
4366.57/1276.37		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4366.57/1276.37		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4366.57/1276.37		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4366.57/1276.37		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4366.57/1276.37		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4366.57/1276.37		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4366.57/1276.37		at ibis.constellation.Executor.processActivities(Executor.java:75)
4366.57/1276.37		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4366.57/1276.37		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4366.57/1276.37		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
4389.65/1287.70	Exception in thread "SingleThreadedConstellation 3" java.lang.OutOfMemoryError: Java heap space
4389.65/1287.70		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
4389.65/1287.70		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
4389.65/1287.70		at ibis.structure.ImplicationsGraph.serialize(ImplicationsGraph.java:620)
4389.65/1287.70		at ibis.structure.Solver.core(Solver.java:177)
4389.65/1287.70		at ibis.structure.SolveActivity.initialize(SolveActivity.java:44)
4389.65/1287.70		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4389.65/1287.70		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4389.65/1287.70		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4389.65/1287.70		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4389.65/1287.70		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4389.65/1287.70		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4389.65/1287.70		at ibis.constellation.Executor.processActivities(Executor.java:75)
4389.65/1287.70		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4389.65/1287.70		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4389.65/1287.70		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3312238-1304104228/watcher-3312238-1304104228 -o /tmp/evaluation-result-3312238-1304104228/solver-3312238-1304104228 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312238-1304104228.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.22 7.53 6.28 2/174 21879
/proc/meminfo: memFree=18328160/32951124 swapFree=67110396/67111528
[pid=21879] ppid=21877 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/21879/stat : 21879 (java) R 21877 21879 21847 0 -1 4202496 1197 0 0 0 0 0 0 0 23 0 1 0 600653610 23580672 683 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224279963112 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21879/statm: 5757 683 510 9 0 124 0

[startup+0.0945841 s]
/proc/loadavg: 6.22 7.53 6.28 2/174 21879
/proc/meminfo: memFree=18328160/32951124 swapFree=67110396/67111528
[pid=21879] ppid=21877 vsize=15676648 CPUtime=0.1 cores=0,2,4,6
/proc/21879/stat : 21879 (java) S 21877 21879 21847 0 -1 4202496 5474 0 1 0 9 1 0 0 23 0 18 0 600653610 16052887552 4894 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21879/statm: 3919162 4894 2116 9 0 3909881 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676648

[startup+0.10063 s]
/proc/loadavg: 6.22 7.53 6.28 2/174 21879
/proc/meminfo: memFree=18328160/32951124 swapFree=67110396/67111528
[pid=21879] ppid=21877 vsize=15676648 CPUtime=0.1 cores=0,2,4,6
/proc/21879/stat : 21879 (java) S 21877 21879 21847 0 -1 4202496 5556 0 1 0 9 1 0 0 23 0 18 0 600653610 16052887552 4976 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21879/statm: 3919162 4976 2117 9 0 3909881 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676648

[startup+0.300551 s]
/proc/loadavg: 6.22 7.53 6.28 2/174 21879
/proc/meminfo: memFree=18328160/32951124 swapFree=67110396/67111528
[pid=21879] ppid=21877 vsize=15684008 CPUtime=0.53 cores=0,2,4,6
/proc/21879/stat : 21879 (java) S 21877 21879 21847 0 -1 4202496 15106 0 1 0 50 3 0 0 23 0 18 0 600653610 16060424192 13262 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21879/statm: 3921002 13269 2207 9 0 3911721 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15684008

[startup+0.70052 s]
/proc/loadavg: 6.22 7.53 6.28 2/174 21879
/proc/meminfo: memFree=18328160/32951124 swapFree=67110396/67111528
[pid=21879] ppid=21877 vsize=15684008 CPUtime=0.94 cores=0,2,4,6
/proc/21879/stat : 21879 (java) S 21877 21879 21847 0 -1 4202496 42415 0 1 0 88 6 0 0 23 0 18 0 600653610 16060424192 40568 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21879/statm: 3921002 40568 2223 9 0 3911721 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 15684008

[startup+1.50135 s]
/proc/loadavg: 6.22 7.53 6.28 3/192 21897
/proc/meminfo: memFree=18131112/32951124 swapFree=67110396/67111528
[pid=21879] ppid=21877 vsize=15684008 CPUtime=1.75 cores=0,2,4,6
/proc/21879/stat : 21879 (java) S 21877 21879 21847 0 -1 4202496 76310 0 1 0 165 10 0 0 23 0 18 0 600653610 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21879/statm: 3921002 74460 2223 9 0 3911721 0
[pid=21879/tid=21881] ppid=21877 vsize=15684008 CPUtime=1.46 cores=0,2,4,6
/proc/21879/task/21881/stat : 21881 (java) R 21877 21879 21847 0 -1 4202560 65788 0 1 0 138 8 0 0 19 0 18 0 600653611 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 46912505644819 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21879/tid=21882] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21882/stat : 21882 (java) S 21877 21879 21847 0 -1 4202560 334 0 0 0 0 0 0 0 15 0 18 0 600653612 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21883] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21883/stat : 21883 (java) S 21877 21879 21847 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 600653612 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21884] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21884/stat : 21884 (java) S 21877 21879 21847 0 -1 4202560 923 0 0 0 0 0 0 0 15 0 18 0 600653612 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21885] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21885/stat : 21885 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 600653612 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21886] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21886/stat : 21886 (java) S 21877 21879 21847 0 -1 4202560 254 0 0 0 0 0 0 0 15 0 18 0 600653612 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21887] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21887/stat : 21887 (java) S 21877 21879 21847 0 -1 4202560 315 0 0 0 0 0 0 0 15 0 18 0 600653612 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21888] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21888/stat : 21888 (java) S 21877 21879 21847 0 -1 4202560 1900 0 0 0 0 0 0 0 16 0 18 0 600653612 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21889] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21889/stat : 21889 (java) S 21877 21879 21847 0 -1 4202560 1421 0 0 0 0 0 0 0 15 0 18 0 600653612 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21890] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21890/stat : 21890 (java) S 21877 21879 21847 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 18 0 600653613 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296742400 0 0 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21891] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21891/stat : 21891 (java) S 21877 21879 21847 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600653613 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21892] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21892/stat : 21892 (java) S 21877 21879 21847 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600653613 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21893] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21893/stat : 21893 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600653615 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296749489 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21894] ppid=21877 vsize=15684008 CPUtime=0.13 cores=0,2,4,6
/proc/21879/task/21894/stat : 21894 (java) S 21877 21879 21847 0 -1 4202560 2335 0 0 0 13 0 0 0 17 0 18 0 600653615 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21895] ppid=21877 vsize=15684008 CPUtime=0.1 cores=0,2,4,6
/proc/21879/task/21895/stat : 21895 (java) S 21877 21879 21847 0 -1 4202560 1468 0 0 0 10 0 0 0 17 0 18 0 600653615 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21896] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21896/stat : 21896 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600653615 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21897] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21897/stat : 21897 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600653615 16060424192 74460 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296742400 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15684008

[startup+3.10109 s]
/proc/loadavg: 6.22 7.53 6.28 5/192 21897
/proc/meminfo: memFree=17828684/32951124 swapFree=67110396/67111528
[pid=21879] ppid=21877 vsize=15684008 CPUtime=3.44 cores=0,2,4,6
/proc/21879/stat : 21879 (java) S 21877 21879 21847 0 -1 4202496 146125 0 1 0 325 19 0 0 23 0 18 0 600653610 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21879/statm: 3921002 144184 2241 9 0 3911721 0
[pid=21879/tid=21881] ppid=21877 vsize=15684008 CPUtime=3.05 cores=0,2,4,6
/proc/21879/task/21881/stat : 21881 (java) R 21877 21879 21847 0 -1 4202560 126864 0 1 0 289 16 0 0 22 0 18 0 600653611 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296752587 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21879/tid=21882] ppid=21877 vsize=15684008 CPUtime=0.01 cores=0,2,4,6
/proc/21879/task/21882/stat : 21882 (java) S 21877 21879 21847 0 -1 4202560 334 0 0 0 1 0 0 0 16 0 18 0 600653612 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21883] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21883/stat : 21883 (java) S 21877 21879 21847 0 -1 4202560 2882 0 0 0 0 0 0 0 16 0 18 0 600653612 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21884] ppid=21877 vsize=15684008 CPUtime=0.01 cores=0,2,4,6
/proc/21879/task/21884/stat : 21884 (java) S 21877 21879 21847 0 -1 4202560 6045 0 0 0 1 0 0 0 16 0 18 0 600653612 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21885] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21885/stat : 21885 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 18 0 600653612 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21886] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21886/stat : 21886 (java) S 21877 21879 21847 0 -1 4202560 299 0 0 0 0 0 0 0 16 0 18 0 600653612 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21887] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21887/stat : 21887 (java) S 21877 21879 21847 0 -1 4202560 315 0 0 0 0 0 0 0 16 0 18 0 600653612 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21888] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21888/stat : 21888 (java) S 21877 21879 21847 0 -1 4202560 2155 0 0 0 0 0 0 0 16 0 18 0 600653612 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21889] ppid=21877 vsize=15684008 CPUtime=0.01 cores=0,2,4,6
/proc/21879/task/21889/stat : 21889 (java) S 21877 21879 21847 0 -1 4202560 1442 0 0 0 1 0 0 0 16 0 18 0 600653612 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21890] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21890/stat : 21890 (java) S 21877 21879 21847 0 -1 4202560 435 0 0 0 0 0 0 0 15 0 18 0 600653613 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296742400 0 0 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21891] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21891/stat : 21891 (java) S 21877 21879 21847 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600653613 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21892] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21892/stat : 21892 (java) S 21877 21879 21847 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600653613 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21893] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21893/stat : 21893 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600653615 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296749489 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21894] ppid=21877 vsize=15684008 CPUtime=0.16 cores=0,2,4,6
/proc/21879/task/21894/stat : 21894 (java) S 21877 21879 21847 0 -1 4202560 2395 0 0 0 16 0 0 0 15 0 18 0 600653615 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21895] ppid=21877 vsize=15684008 CPUtime=0.12 cores=0,2,4,6
/proc/21879/task/21895/stat : 21895 (java) S 21877 21879 21847 0 -1 4202560 1572 0 0 0 12 0 0 0 15 0 18 0 600653615 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21896] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21896/stat : 21896 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600653615 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21897] ppid=21877 vsize=15684008 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21897/stat : 21897 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600653615 16060424192 144184 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296742400 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15684008

[startup+6.30155 s]
/proc/loadavg: 6.12 7.49 6.27 3/212 21920
/proc/meminfo: memFree=16816456/32951124 swapFree=67110396/67111528
[pid=21879] ppid=21877 vsize=15682272 CPUtime=6.69 cores=0,2,4,6
/proc/21879/stat : 21879 (java) S 21877 21879 21847 0 -1 4202496 284911 0 1 0 632 37 0 0 23 0 18 0 600653610 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21879/statm: 3920568 282628 2241 9 0 3911287 0
[pid=21879/tid=21881] ppid=21877 vsize=15682272 CPUtime=6.23 cores=0,2,4,6
/proc/21879/task/21881/stat : 21881 (java) R 21877 21879 21847 0 -1 4202560 255137 0 1 0 590 33 0 0 25 0 18 0 600653611 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 46912505540082 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21879/tid=21882] ppid=21877 vsize=15682272 CPUtime=0.02 cores=0,2,4,6
/proc/21879/task/21882/stat : 21882 (java) S 21877 21879 21847 0 -1 4202560 335 0 0 0 2 0 0 0 15 0 18 0 600653612 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21883] ppid=21877 vsize=15682272 CPUtime=0.01 cores=0,2,4,6
/proc/21879/task/21883/stat : 21883 (java) S 21877 21879 21847 0 -1 4202560 2882 0 0 0 1 0 0 0 15 0 18 0 600653612 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21884] ppid=21877 vsize=15682272 CPUtime=0.01 cores=0,2,4,6
/proc/21879/task/21884/stat : 21884 (java) S 21877 21879 21847 0 -1 4202560 6045 0 0 0 1 0 0 0 15 0 18 0 600653612 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21885] ppid=21877 vsize=15682272 CPUtime=0.01 cores=0,2,4,6
/proc/21879/task/21885/stat : 21885 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 1 0 0 0 16 0 18 0 600653612 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21886] ppid=21877 vsize=15682272 CPUtime=0.01 cores=0,2,4,6
/proc/21879/task/21886/stat : 21886 (java) S 21877 21879 21847 0 -1 4202560 299 0 0 0 1 0 0 0 15 0 18 0 600653612 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21887] ppid=21877 vsize=15682272 CPUtime=0.01 cores=0,2,4,6
/proc/21879/task/21887/stat : 21887 (java) S 21877 21879 21847 0 -1 4202560 317 0 0 0 1 0 0 0 16 0 18 0 600653612 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21888] ppid=21877 vsize=15682272 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21888/stat : 21888 (java) S 21877 21879 21847 0 -1 4202560 2155 0 0 0 0 0 0 0 15 0 18 0 600653612 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21889] ppid=21877 vsize=15682272 CPUtime=0.02 cores=0,2,4,6
/proc/21879/task/21889/stat : 21889 (java) S 21877 21879 21847 0 -1 4202560 11682 0 0 0 1 1 0 0 16 0 18 0 600653612 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21890] ppid=21877 vsize=15682272 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21890/stat : 21890 (java) S 21877 21879 21847 0 -1 4202560 705 0 0 0 0 0 0 0 16 0 18 0 600653613 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296742400 0 0 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21891] ppid=21877 vsize=15682272 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21891/stat : 21891 (java) S 21877 21879 21847 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600653613 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21892] ppid=21877 vsize=15682272 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21892/stat : 21892 (java) S 21877 21879 21847 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600653613 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21893] ppid=21877 vsize=15682272 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21893/stat : 21893 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600653615 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296749489 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21894] ppid=21877 vsize=15682272 CPUtime=0.16 cores=0,2,4,6
/proc/21879/task/21894/stat : 21894 (java) S 21877 21879 21847 0 -1 4202560 2395 0 0 0 16 0 0 0 15 0 18 0 600653615 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21895] ppid=21877 vsize=15682272 CPUtime=0.12 cores=0,2,4,6
/proc/21879/task/21895/stat : 21895 (java) S 21877 21879 21847 0 -1 4202560 1572 0 0 0 12 0 0 0 15 0 18 0 600653615 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21896] ppid=21877 vsize=15682272 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21896/stat : 21896 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600653615 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21897] ppid=21877 vsize=15682272 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21897/stat : 21897 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600653615 16058646528 282628 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296742400 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 15682272

[startup+12.7015 s]
/proc/loadavg: 5.79 7.40 6.25 3/216 21926
/proc/meminfo: memFree=15348436/32951124 swapFree=67110396/67111528
[pid=21879] ppid=21877 vsize=15689676 CPUtime=14.38 cores=0,2,4,6
/proc/21879/stat : 21879 (java) S 21877 21879 21847 0 -1 4202496 300763 0 1 0 1398 40 0 0 23 0 22 0 600653610 16066228224 288081 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21879/statm: 3922419 288081 2277 9 0 3913138 0
[pid=21879/tid=21881] ppid=21877 vsize=15689676 CPUtime=12.61 cores=0,2,4,6

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

/proc/21879/statm: 3922419 3826396 2295 9 0 3913138 0
[pid=21879/tid=21881] ppid=21877 vsize=15689676 CPUtime=78.36 cores=0,2,4,6
/proc/21879/task/21881/stat : 21881 (java) S 21877 21879 21847 0 -1 4202560 255312 0 1 0 7803 33 0 0 25 0 22 0 600653611 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21882] ppid=21877 vsize=15689676 CPUtime=8.03 cores=0,2,4,6
/proc/21879/task/21882/stat : 21882 (java) S 21877 21879 21847 0 -1 4202560 311424 0 0 0 709 94 0 0 16 0 22 0 600653612 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21883] ppid=21877 vsize=15689676 CPUtime=9.65 cores=0,2,4,6
/proc/21879/task/21883/stat : 21883 (java) S 21877 21879 21847 0 -1 4202560 370812 0 0 0 835 130 0 0 16 0 22 0 600653612 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21884] ppid=21877 vsize=15689676 CPUtime=8.72 cores=0,2,4,6
/proc/21879/task/21884/stat : 21884 (java) S 21877 21879 21847 0 -1 4202560 507249 0 0 0 726 146 0 0 16 0 22 0 600653612 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21885] ppid=21877 vsize=15689676 CPUtime=8.45 cores=0,2,4,6
/proc/21879/task/21885/stat : 21885 (java) S 21877 21879 21847 0 -1 4202560 413436 0 0 0 733 112 0 0 16 0 22 0 600653612 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 15
[pid=21879/tid=21886] ppid=21877 vsize=15689676 CPUtime=8.62 cores=0,2,4,6
/proc/21879/task/21886/stat : 21886 (java) S 21877 21879 21847 0 -1 4202560 464581 0 0 0 759 103 0 0 16 0 22 0 600653612 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21887] ppid=21877 vsize=15689676 CPUtime=8.79 cores=0,2,4,6
/proc/21879/task/21887/stat : 21887 (java) S 21877 21879 21847 0 -1 4202560 500308 0 0 0 726 153 0 0 16 0 22 0 600653612 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21888] ppid=21877 vsize=15689676 CPUtime=9.37 cores=0,2,4,6
/proc/21879/task/21888/stat : 21888 (java) S 21877 21879 21847 0 -1 4202560 570860 0 0 0 759 178 0 0 16 0 22 0 600653612 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21889] ppid=21877 vsize=15689676 CPUtime=8.13 cores=0,2,4,6
/proc/21879/task/21889/stat : 21889 (java) S 21877 21879 21847 0 -1 4202560 363655 0 0 0 699 114 0 0 16 0 22 0 600653612 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21890] ppid=21877 vsize=15689676 CPUtime=66.66 cores=0,2,4,6
/proc/21879/task/21890/stat : 21890 (java) R 21877 21879 21847 0 -1 4202560 145731 0 0 0 6641 25 0 0 18 0 22 0 600653613 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224284623443 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=21879/tid=21891] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21891/stat : 21891 (java) S 21877 21879 21847 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 600653613 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21892] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21892/stat : 21892 (java) S 21877 21879 21847 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 600653613 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21893] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21893/stat : 21893 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600653615 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296749489 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21894] ppid=21877 vsize=15689676 CPUtime=1.14 cores=0,2,4,6
/proc/21879/task/21894/stat : 21894 (java) S 21877 21879 21847 0 -1 4202560 3287 0 0 0 114 0 0 0 15 0 22 0 600653615 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21895] ppid=21877 vsize=15689676 CPUtime=1.69 cores=0,2,4,6
/proc/21879/task/21895/stat : 21895 (java) S 21877 21879 21847 0 -1 4202560 16626 0 0 0 166 3 0 0 15 0 22 0 600653615 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21896] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21896/stat : 21896 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600653615 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21897] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21897/stat : 21897 (java) S 21877 21879 21847 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 600653615 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296742400 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21921] ppid=21877 vsize=15689676 CPUtime=1020.11 cores=0,2,4,6
/proc/21879/task/21921/stat : 21921 (java) S 21877 21879 21847 0 -1 4202560 17146 0 0 0 102008 3 0 0 16 0 22 0 600654296 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21922] ppid=21877 vsize=15689676 CPUtime=1025.34 cores=0,2,4,6
/proc/21879/task/21922/stat : 21922 (java) S 21877 21879 21847 0 -1 4202560 1504 0 0 0 102534 0 0 0 16 0 22 0 600654296 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21923] ppid=21877 vsize=15689676 CPUtime=1022.07 cores=0,2,4,6
/proc/21879/task/21923/stat : 21923 (java) S 21877 21879 21847 0 -1 4202560 21890 0 0 0 102203 4 0 0 16 0 22 0 600654296 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21924] ppid=21877 vsize=15689676 CPUtime=1023.54 cores=0,2,4,6
/proc/21879/task/21924/stat : 21924 (java) S 21877 21879 21847 0 -1 4202560 1879 0 0 0 102354 0 0 0 16 0 22 0 600654296 16066228224 3826396 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4308.86
Current children cumulated vsize (KiB) 15689676



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.18 4.66 5.45 5/219 21964
/proc/meminfo: memFree=97176/32951124 swapFree=67034040/67111528
[pid=21879] ppid=21877 vsize=15689676 CPUtime=4417.72 cores=0,2,4,6
/proc/21879/stat : 21879 (java) S 21877 21879 21847 0 -1 4202496 3967290 0 1 0 440663 1109 0 0 23 0 21 0 600653610 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/21879/statm: 3922419 3826408 2296 9 0 3913138 0
[pid=21879/tid=21881] ppid=21877 vsize=15689676 CPUtime=78.36 cores=0,2,4,6
/proc/21879/task/21881/stat : 21881 (java) S 21877 21879 21847 0 -1 4202560 255312 0 1 0 7803 33 0 0 25 0 21 0 600653611 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21882] ppid=21877 vsize=15689676 CPUtime=8.03 cores=0,2,4,6
/proc/21879/task/21882/stat : 21882 (java) S 21877 21879 21847 0 -1 4202560 311424 0 0 0 709 94 0 0 16 0 21 0 600653612 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21883] ppid=21877 vsize=15689676 CPUtime=9.65 cores=0,2,4,6
/proc/21879/task/21883/stat : 21883 (java) S 21877 21879 21847 0 -1 4202560 370812 0 0 0 835 130 0 0 16 0 21 0 600653612 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21884] ppid=21877 vsize=15689676 CPUtime=8.72 cores=0,2,4,6
/proc/21879/task/21884/stat : 21884 (java) S 21877 21879 21847 0 -1 4202560 507249 0 0 0 726 146 0 0 16 0 21 0 600653612 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21885] ppid=21877 vsize=15689676 CPUtime=8.45 cores=0,2,4,6
/proc/21879/task/21885/stat : 21885 (java) S 21877 21879 21847 0 -1 4202560 413436 0 0 0 733 112 0 0 16 0 21 0 600653612 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 15
[pid=21879/tid=21886] ppid=21877 vsize=15689676 CPUtime=8.62 cores=0,2,4,6
/proc/21879/task/21886/stat : 21886 (java) S 21877 21879 21847 0 -1 4202560 464581 0 0 0 759 103 0 0 16 0 21 0 600653612 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21887] ppid=21877 vsize=15689676 CPUtime=8.79 cores=0,2,4,6
/proc/21879/task/21887/stat : 21887 (java) S 21877 21879 21847 0 -1 4202560 500308 0 0 0 726 153 0 0 16 0 21 0 600653612 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21888] ppid=21877 vsize=15689676 CPUtime=9.37 cores=0,2,4,6
/proc/21879/task/21888/stat : 21888 (java) S 21877 21879 21847 0 -1 4202560 570860 0 0 0 759 178 0 0 16 0 21 0 600653612 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21889] ppid=21877 vsize=15689676 CPUtime=8.13 cores=0,2,4,6
/proc/21879/task/21889/stat : 21889 (java) S 21877 21879 21847 0 -1 4202560 363655 0 0 0 699 114 0 0 16 0 21 0 600653612 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21890] ppid=21877 vsize=15689676 CPUtime=104.64 cores=0,2,4,6
/proc/21879/task/21890/stat : 21890 (java) S 21877 21879 21847 0 -1 4202560 145735 0 0 0 10437 27 0 0 18 0 21 0 600653613 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296742400 0 0 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21891] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21891/stat : 21891 (java) S 21877 21879 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 21 0 600653613 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21892] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21892/stat : 21892 (java) S 21877 21879 21847 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 600653613 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21893] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21893/stat : 21893 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600653615 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296749489 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21894] ppid=21877 vsize=15689676 CPUtime=1.14 cores=0,2,4,6
/proc/21879/task/21894/stat : 21894 (java) S 21877 21879 21847 0 -1 4202560 3287 0 0 0 114 0 0 0 15 0 21 0 600653615 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21895] ppid=21877 vsize=15689676 CPUtime=1.69 cores=0,2,4,6
/proc/21879/task/21895/stat : 21895 (java) S 21877 21879 21847 0 -1 4202560 16626 0 0 0 166 3 0 0 15 0 21 0 600653615 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21896] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21896/stat : 21896 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600653615 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21897] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21897/stat : 21897 (java) S 21877 21879 21847 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 21 0 600653615 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296742400 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21921] ppid=21877 vsize=15689676 CPUtime=1039.77 cores=0,2,4,6
/proc/21879/task/21921/stat : 21921 (java) R 21877 21879 21847 0 -1 4202560 17195 0 0 0 103973 4 0 0 16 0 21 0 600654296 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 46912505811733 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21879/tid=21922] ppid=21877 vsize=15689676 CPUtime=1045.05 cores=0,2,4,6
/proc/21879/task/21922/stat : 21922 (java) R 21877 21879 21847 0 -1 4202560 1543 0 0 0 104505 0 0 0 16 0 21 0 600654296 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 46912506082948 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21879/tid=21924] ppid=21877 vsize=15689676 CPUtime=1043.25 cores=0,2,4,6
/proc/21879/task/21924/stat : 21924 (java) R 21877 21879 21847 0 -1 4202560 1896 0 0 0 104325 0 0 0 16 0 21 0 600654296 16066228224 3826408 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 46912506369988 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4417.72
Current children cumulated vsize (KiB) 15689676

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

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

[startup+1300.3 s]
/proc/loadavg: 3.18 4.66 5.45 5/219 21964
/proc/meminfo: memFree=97176/32951124 swapFree=67034040/67111528
[pid=21879] ppid=21877 vsize=15689676 CPUtime=4418.03 cores=0,2,4,6
/proc/21879/stat : 21879 (java) S 21877 21879 21847 0 -1 4202496 3967297 0 1 0 440694 1109 0 0 18 0 22 0 600653610 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/21879/statm: 3922419 3826414 2296 9 0 3913138 0
[pid=21879/tid=21881] ppid=21877 vsize=15689676 CPUtime=78.36 cores=0,2,4,6
/proc/21879/task/21881/stat : 21881 (java) S 21877 21879 21847 0 -1 4202560 255312 0 1 0 7803 33 0 0 25 0 22 0 600653611 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21882] ppid=21877 vsize=15689676 CPUtime=8.03 cores=0,2,4,6
/proc/21879/task/21882/stat : 21882 (java) S 21877 21879 21847 0 -1 4202560 311424 0 0 0 709 94 0 0 16 0 22 0 600653612 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21883] ppid=21877 vsize=15689676 CPUtime=9.65 cores=0,2,4,6
/proc/21879/task/21883/stat : 21883 (java) S 21877 21879 21847 0 -1 4202560 370812 0 0 0 835 130 0 0 16 0 22 0 600653612 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21884] ppid=21877 vsize=15689676 CPUtime=8.72 cores=0,2,4,6
/proc/21879/task/21884/stat : 21884 (java) S 21877 21879 21847 0 -1 4202560 507249 0 0 0 726 146 0 0 16 0 22 0 600653612 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21885] ppid=21877 vsize=15689676 CPUtime=8.45 cores=0,2,4,6
/proc/21879/task/21885/stat : 21885 (java) S 21877 21879 21847 0 -1 4202560 413436 0 0 0 733 112 0 0 16 0 22 0 600653612 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 15
[pid=21879/tid=21886] ppid=21877 vsize=15689676 CPUtime=8.62 cores=0,2,4,6
/proc/21879/task/21886/stat : 21886 (java) S 21877 21879 21847 0 -1 4202560 464581 0 0 0 759 103 0 0 16 0 22 0 600653612 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21887] ppid=21877 vsize=15689676 CPUtime=8.79 cores=0,2,4,6
/proc/21879/task/21887/stat : 21887 (java) S 21877 21879 21847 0 -1 4202560 500308 0 0 0 726 153 0 0 16 0 22 0 600653612 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21888] ppid=21877 vsize=15689676 CPUtime=9.37 cores=0,2,4,6
/proc/21879/task/21888/stat : 21888 (java) S 21877 21879 21847 0 -1 4202560 570860 0 0 0 759 178 0 0 16 0 22 0 600653612 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21889] ppid=21877 vsize=15689676 CPUtime=8.13 cores=0,2,4,6
/proc/21879/task/21889/stat : 21889 (java) S 21877 21879 21847 0 -1 4202560 363655 0 0 0 699 114 0 0 16 0 22 0 600653612 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21890] ppid=21877 vsize=15689676 CPUtime=104.92 cores=0,2,4,6
/proc/21879/task/21890/stat : 21890 (java) R 21877 21879 21847 0 -1 4202560 145735 0 0 0 10465 27 0 0 16 0 22 0 600653613 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 47295747161364 0 0 0 16800975 0 0 0 -1 6 0 0 0
[pid=21879/tid=21891] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21891/stat : 21891 (java) S 21877 21879 21847 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 600653613 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21892] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21892/stat : 21892 (java) S 21877 21879 21847 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 600653613 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
[pid=21879/tid=21893] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21893/stat : 21893 (java) S 21877 21879 21847 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 600653615 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296749489 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21894] ppid=21877 vsize=15689676 CPUtime=1.14 cores=0,2,4,6
/proc/21879/task/21894/stat : 21894 (java) S 21877 21879 21847 0 -1 4202560 3287 0 0 0 114 0 0 0 15 0 22 0 600653615 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21895] ppid=21877 vsize=15689676 CPUtime=1.69 cores=0,2,4,6
/proc/21879/task/21895/stat : 21895 (java) S 21877 21879 21847 0 -1 4202560 16626 0 0 0 166 3 0 0 15 0 22 0 600653615 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21896] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21896/stat : 21896 (java) S 21877 21879 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600653615 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21897] ppid=21877 vsize=15689676 CPUtime=0 cores=0,2,4,6
/proc/21879/task/21897/stat : 21897 (java) S 21877 21879 21847 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 600653615 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296742400 0 4 0 16800975 18446604453890091136 0 0 -1 6 0 0 0
[pid=21879/tid=21921] ppid=21877 vsize=15689676 CPUtime=1039.78 cores=0,2,4,6
/proc/21879/task/21921/stat : 21921 (java) S 21877 21879 21847 0 -1 4202560 17195 0 0 0 103974 4 0 0 16 0 22 0 600654296 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 2 0 0 0
[pid=21879/tid=21922] ppid=21877 vsize=15689676 CPUtime=1045.06 cores=0,2,4,6
/proc/21879/task/21922/stat : 21922 (java) S 21877 21879 21847 0 -1 4202560 1543 0 0 0 104506 0 0 0 16 0 22 0 600654296 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 4 0 0 0
[pid=21879/tid=21924] ppid=21877 vsize=15689676 CPUtime=1043.26 cores=0,2,4,6
/proc/21879/task/21924/stat : 21924 (java) S 21877 21879 21847 0 -1 4202560 1896 0 0 0 104326 0 0 0 15 0 22 0 600654296 16066228224 3826414 33554432000 1073741824 1073778376 140734096260560 18446744073709551615 224296741785 0 4 0 16800975 18446604453890091136 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4418.03
Current children cumulated vsize (KiB) 15689676

[startup+1301.1 s]
/proc/loadavg: 3.18 4.66 5.45 3/221 21966
/proc/meminfo: memFree=97160/32951124 swapFree=67034040/67111528
[pid=21879] ppid=21877 vsize=0 CPUtime=4418.82 cores=0,2,4,6
/proc/21879/stat : 21879 (java) R 21877 21879 21847 0 -1 4203524 3967312 0 1 0 440748 1134 0 0 18 0 1 0 600653610 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/21879/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4418.82
Current children cumulated vsize (KiB) 0

[startup+1301.5 s]
/proc/loadavg: 3.18 4.66 5.45 3/221 21966
/proc/meminfo: memFree=97160/32951124 swapFree=67034040/67111528
[pid=21879] ppid=21877 vsize=0 CPUtime=4419.22 cores=0,2,4,6
/proc/21879/stat : 21879 (java) R 21877 21879 21847 0 -1 4203524 3967312 0 1 0 440748 1174 0 0 18 0 1 0 600653610 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/21879/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4419.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.52
CPU time (s): 4419.24
CPU user time (s): 4407.49
CPU system time (s): 11.7542
CPU usage (%): 339.546
Max. virtual memory (cumulated for all children) (KiB): 15689676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4407.49
system time used= 11.7542
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3967312
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= 54469
involuntary context switches= 74566

runsolver used 2.32465 second user time and 4.85026 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 21:10:29
IDJOB=3312238
IDBENCH=82403
IDSOLVER=1698
FILE ID=node118/3312238-1304104228
RUNJOBID= node118-1304104228-21865
PBS_JOBID= 13170646
Free space on /tmp= 71540 MiB

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

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1192311474

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18328332 kB
Buffers:       1903044 kB
Cached:       12112580 kB
SwapCached:        600 kB
Active:        9539456 kB
Inactive:      4544220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18328332 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:           84260 kB
Writeback:           0 kB
AnonPages:       67184 kB
Mapped:          14332 kB
Slab:           474488 kB
PageTables:       4892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188108 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= 71412 MiB
End job on node118 at 2011-04-29 21:32:12