Trace number 3312170

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) 3102.36 1302.52

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
MD5SUM0176f3dd09fed1b561c875e1d6538c8d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark133.041
Satisfiable
(Un)Satisfiability was proved
Number of variables723130
Number of clauses3869060
Sum of the clauses size9210860
Maximum clause length502
Minimum clause length1
Number of clauses of size 1380
Number of clauses of size 23824280
Number of clauses of size 31440
Number of clauses of size 41440
Number of clauses of size 5360
Number of clauses of size over 541160

Solver Data

0.11/0.11	32:19 INFO : Reading from input HOME/instance-3312170-1304105537.cnf
13.40/12.92	Executor set job limit to 1000000
13.40/12.92	Executor set job limit to 1000000
13.40/12.92	Executor set job limit to 1000000
13.40/12.92	Executor set job limit to 1000000
13.40/12.92	Starting Executor!
13.40/12.92	Starting Executor!
13.40/12.92	Starting Executor!
13.40/12.92	Starting Executor!
88.45/84.11	33:43 INFO : 633221 variables remaining out of 723130
88.45/84.11	33:43 INFO : 26711374 literals remaining out of 13079920
2848.97/1094.81	50:34 ERROR: Failed to solve instance
2848.97/1094.81	java.lang.OutOfMemoryError: Java heap space
2848.97/1094.81		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
2848.97/1094.81		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
2848.97/1094.81		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
2848.97/1094.81		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
2848.97/1094.81		at ibis.structure.Solver.<init>(Solver.java:37)
2848.97/1094.81		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2848.97/1094.81		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2848.97/1094.81		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2848.97/1094.81		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2848.97/1094.81		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2848.97/1094.81		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2848.97/1094.81		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2848.97/1094.81		at ibis.constellation.Executor.processActivities(Executor.java:75)
2848.97/1094.81		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2848.97/1094.81		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2848.97/1094.81		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2854.00/1099.82	50:39 ERROR: Failed to solve instance
2854.00/1099.82	java.lang.OutOfMemoryError: Java heap space
2854.00/1099.82		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
2854.00/1099.82		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
2854.00/1099.82		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
2854.00/1099.82		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
2854.00/1099.82		at ibis.structure.Solver.<init>(Solver.java:37)
2854.00/1099.82		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2854.00/1099.82		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2854.00/1099.82		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2854.00/1099.82		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2854.00/1099.82		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2854.00/1099.82		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2854.00/1099.82		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2854.00/1099.82		at ibis.constellation.Executor.processActivities(Executor.java:75)
2854.00/1099.82		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2854.00/1099.82		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2854.00/1099.82		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2897.08/1141.81	51:21 ERROR: Failed to solve instance
2897.08/1141.81	java.lang.OutOfMemoryError: GC overhead limit exceeded
2897.08/1141.81		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2897.08/1141.81		at gnu.trove.THash.postInsertHook(THash.java:370)
2897.08/1141.81		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2897.08/1141.81		at ibis.structure.WatchLists.build(WatchLists.java:56)
2897.08/1141.81		at ibis.structure.Solver.<init>(Solver.java:45)
2897.08/1141.81		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2897.08/1141.81		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2897.08/1141.81		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2897.08/1141.81		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2897.08/1141.81		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2897.08/1141.81		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2897.08/1141.81		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2897.08/1141.81		at ibis.constellation.Executor.processActivities(Executor.java:75)
2897.08/1141.81		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2897.08/1141.81		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2897.08/1141.81		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2928.36/1171.68	51:51 ERROR: Failed to solve instance
2928.36/1171.68	java.lang.OutOfMemoryError: GC overhead limit exceeded
2928.36/1171.68		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2928.36/1171.68		at gnu.trove.THash.postInsertHook(THash.java:370)
2928.36/1171.68		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2928.36/1171.68		at ibis.structure.WatchLists.build(WatchLists.java:56)
2928.36/1171.68		at ibis.structure.Solver.<init>(Solver.java:45)
2928.36/1171.68		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2928.36/1171.68		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2928.36/1171.68		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2928.36/1171.68		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2928.36/1171.68		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2928.36/1171.68		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1020)
2928.36/1171.68		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2928.36/1171.68		at ibis.constellation.Executor.processActivities(Executor.java:75)
2928.36/1171.68		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2928.36/1171.68		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2928.36/1171.68		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
3089.16/1289.46	Exception in thread "SingleThreadedConstellation 2" java.lang.OutOfMemoryError: Java heap space

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3312170-1304105537/watcher-3312170-1304105537 -o /tmp/evaluation-result-3312170-1304105537/solver-3312170-1304105537 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312170-1304105537.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 3.00 4.57 5.42 2/198 22043
/proc/meminfo: memFree=30197004/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 1415 0 0 0 0 0 0 0 23 0 2 0 600784584 26714112 885 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 6522 885 678 9 0 381 0
[pid=22043/tid=22044] ppid=22041 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) R 22041 22043 21847 0 -1 4202560 64 0 0 0 0 0 0 0 25 0 2 0 600784584 27824128 892 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224279963392 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.02869 s]
/proc/loadavg: 3.00 4.57 5.42 2/198 22043
/proc/meminfo: memFree=30197004/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=15604248 CPUtime=0.02 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 3545 0 1 0 2 0 0 0 23 0 13 0 600784584 15978749952 2983 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 3901062 2984 1658 9 0 3891810 0
[pid=22043/tid=22044] ppid=22041 vsize=15604248 CPUtime=0.01 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) R 22041 22043 21847 0 -1 4202560 2154 0 1 0 1 0 0 0 25 0 13 0 600784584 15978749952 2984 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 47017449136133 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15604248

[startup+0.100677 s]
/proc/loadavg: 3.00 4.57 5.42 2/198 22043
/proc/meminfo: memFree=30197004/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=15677076 CPUtime=0.11 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 5640 0 1 0 10 1 0 0 23 0 18 0 600784584 16053325824 5072 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 3919269 5073 2117 9 0 3909988 0
[pid=22043/tid=22044] ppid=22041 vsize=15677076 CPUtime=0.08 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) R 22041 22043 21847 0 -1 4202560 3490 0 1 0 8 0 0 0 18 0 18 0 600784584 16053325824 5074 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 47017452201496 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15677076

[startup+0.300647 s]
/proc/loadavg: 3.00 4.57 5.42 2/198 22043
/proc/meminfo: memFree=30197004/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=15680552 CPUtime=0.52 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 16251 0 1 0 49 3 0 0 23 0 18 0 600784584 16056885248 14751 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 3920138 14759 2206 9 0 3910857 0
[pid=22043/tid=22044] ppid=22041 vsize=15680552 CPUtime=0.29 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) R 22041 22043 21847 0 -1 4202560 11216 0 1 0 27 2 0 0 18 0 18 0 600784584 16056885248 14762 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 46912505585562 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680552

[startup+1.7774 s]
/proc/loadavg: 3.00 4.57 5.42 2/198 22043
/proc/meminfo: memFree=30197004/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=15680552 CPUtime=2.03 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 80407 0 1 0 193 10 0 0 23 0 18 0 600784584 16056885248 78900 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 3920138 78900 2229 9 0 3910857 0
[pid=22043/tid=22044] ppid=22041 vsize=15680552 CPUtime=1.74 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) R 22041 22043 21847 0 -1 4202560 64861 0 1 0 166 8 0 0 20 0 18 0 600784584 16056885248 78900 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 46912505522441 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 15680552

[startup+1.8004 s]
/proc/loadavg: 3.00 4.57 5.42 2/198 22043
/proc/meminfo: memFree=30197004/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=15680552 CPUtime=2.05 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 80407 0 1 0 195 10 0 0 23 0 18 0 600784584 16056885248 78900 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 3920138 78900 2229 9 0 3910857 0
[pid=22043/tid=22044] ppid=22041 vsize=15680552 CPUtime=1.76 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) R 22041 22043 21847 0 -1 4202560 64861 0 1 0 168 8 0 0 20 0 18 0 600784584 16056885248 78900 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296752587 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 15680552

[startup+3.10118 s]
/proc/loadavg: 3.00 4.57 5.42 3/216 22061
/proc/meminfo: memFree=29677432/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=15680552 CPUtime=3.41 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 141653 0 1 0 324 17 0 0 23 0 18 0 600784584 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 3920138 140143 2240 9 0 3910857 0
[pid=22043/tid=22044] ppid=22041 vsize=15680552 CPUtime=3.06 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) R 22041 22043 21847 0 -1 4202560 125024 0 1 0 291 15 0 0 24 0 18 0 600784584 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 46912505522441 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22043/tid=22046] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22046/stat : 22046 (java) S 22041 22043 21847 0 -1 4202560 712 0 0 0 0 0 0 0 15 0 18 0 600784585 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22047] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22047/stat : 22047 (java) S 22041 22043 21847 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 18 0 600784585 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22048] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22048/stat : 22048 (java) S 22041 22043 21847 0 -1 4202560 2125 0 0 0 0 0 0 0 15 0 18 0 600784585 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22049] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22049/stat : 22049 (java) S 22041 22043 21847 0 -1 4202560 2621 0 0 0 0 0 0 0 15 0 18 0 600784585 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22050] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22050/stat : 22050 (java) S 22041 22043 21847 0 -1 4202560 2057 0 0 0 0 0 0 0 16 0 18 0 600784585 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22051] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22051/stat : 22051 (java) S 22041 22043 21847 0 -1 4202560 1719 0 0 0 0 0 0 0 16 0 18 0 600784585 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22052] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22052/stat : 22052 (java) S 22041 22043 21847 0 -1 4202560 711 0 0 0 0 0 0 0 16 0 18 0 600784585 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22053] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22053/stat : 22053 (java) S 22041 22043 21847 0 -1 4202560 1117 0 0 0 0 0 0 0 16 0 18 0 600784585 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22054] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22054/stat : 22054 (java) S 22041 22043 21847 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 600784586 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296742400 0 0 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22055] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22055/stat : 22055 (java) S 22041 22043 21847 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600784586 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22056] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22056/stat : 22056 (java) S 22041 22043 21847 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600784586 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22057] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22057/stat : 22057 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600784588 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296749489 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22058] ppid=22041 vsize=15680552 CPUtime=0.15 cores=1,3,5,7
/proc/22043/task/22058/stat : 22058 (java) S 22041 22043 21847 0 -1 4202560 2281 0 0 0 15 0 0 0 15 0 18 0 600784588 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22059] ppid=22041 vsize=15680552 CPUtime=0.11 cores=1,3,5,7
/proc/22043/task/22059/stat : 22059 (java) S 22041 22043 21847 0 -1 4202560 1431 0 0 0 11 0 0 0 15 0 18 0 600784589 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22060] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22060/stat : 22060 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600784589 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22061] ppid=22041 vsize=15680552 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22061/stat : 22061 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600784589 16056885248 140143 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296742400 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 15680552

[startup+6.30064 s]
/proc/loadavg: 2.92 4.53 5.40 3/216 22061
/proc/meminfo: memFree=29005072/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=15679500 CPUtime=6.68 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 285062 0 1 0 635 33 0 0 23 0 18 0 600784584 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 3919875 282730 2240 9 0 3910594 0
[pid=22043/tid=22044] ppid=22041 vsize=15679500 CPUtime=6.23 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) R 22041 22043 21847 0 -1 4202560 252796 0 1 0 593 30 0 0 21 0 18 0 600784584 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 46912505611559 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22043/tid=22046] ppid=22041 vsize=15679500 CPUtime=0.02 cores=1,3,5,7
/proc/22043/task/22046/stat : 22046 (java) S 22041 22043 21847 0 -1 4202560 712 0 0 0 2 0 0 0 16 0 18 0 600784585 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22047] ppid=22041 vsize=15679500 CPUtime=0.01 cores=1,3,5,7
/proc/22043/task/22047/stat : 22047 (java) S 22041 22043 21847 0 -1 4202560 32 0 0 0 1 0 0 0 16 0 18 0 600784585 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22048] ppid=22041 vsize=15679500 CPUtime=0.01 cores=1,3,5,7
/proc/22043/task/22048/stat : 22048 (java) S 22041 22043 21847 0 -1 4202560 7247 0 0 0 1 0 0 0 15 0 18 0 600784585 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22049] ppid=22041 vsize=15679500 CPUtime=0.02 cores=1,3,5,7
/proc/22043/task/22049/stat : 22049 (java) S 22041 22043 21847 0 -1 4202560 12862 0 0 0 2 0 0 0 16 0 18 0 600784585 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22050] ppid=22041 vsize=15679500 CPUtime=0.02 cores=1,3,5,7
/proc/22043/task/22050/stat : 22050 (java) S 22041 22043 21847 0 -1 4202560 2057 0 0 0 2 0 0 0 15 0 18 0 600784585 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22051] ppid=22041 vsize=15679500 CPUtime=0.01 cores=1,3,5,7
/proc/22043/task/22051/stat : 22051 (java) S 22041 22043 21847 0 -1 4202560 1720 0 0 0 1 0 0 0 15 0 18 0 600784585 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22052] ppid=22041 vsize=15679500 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22052/stat : 22052 (java) S 22041 22043 21847 0 -1 4202560 711 0 0 0 0 0 0 0 16 0 18 0 600784585 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22053] ppid=22041 vsize=15679500 CPUtime=0.01 cores=1,3,5,7
/proc/22043/task/22053/stat : 22053 (java) S 22041 22043 21847 0 -1 4202560 1118 0 0 0 1 0 0 0 16 0 18 0 600784585 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22054] ppid=22041 vsize=15679500 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22054/stat : 22054 (java) S 22041 22043 21847 0 -1 4202560 708 0 0 0 0 0 0 0 15 0 18 0 600784586 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296742400 0 0 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22055] ppid=22041 vsize=15679500 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22055/stat : 22055 (java) S 22041 22043 21847 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600784586 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22056] ppid=22041 vsize=15679500 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22056/stat : 22056 (java) S 22041 22043 21847 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 600784586 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22057] ppid=22041 vsize=15679500 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22057/stat : 22057 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600784588 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296749489 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22058] ppid=22041 vsize=15679500 CPUtime=0.15 cores=1,3,5,7
/proc/22043/task/22058/stat : 22058 (java) S 22041 22043 21847 0 -1 4202560 2281 0 0 0 15 0 0 0 15 0 18 0 600784588 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22059] ppid=22041 vsize=15679500 CPUtime=0.11 cores=1,3,5,7
/proc/22043/task/22059/stat : 22059 (java) S 22041 22043 21847 0 -1 4202560 1431 0 0 0 11 0 0 0 15 0 18 0 600784589 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22060] ppid=22041 vsize=15679500 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22060/stat : 22060 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 600784589 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22061] ppid=22041 vsize=15679500 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22061/stat : 22061 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600784589 16055808000 282730 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296742400 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 15679500

[startup+12.7016 s]
/proc/loadavg: 2.84 4.49 5.38 3/216 22061
/proc/meminfo: memFree=28801360/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=15679500 CPUtime=13.2 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 305755 0 1 0 1282 38 0 0 23 0 18 0 600784584 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 3919875 297625 2240 9 0 3910594 0
[pid=22043/tid=22044] ppid=22041 vsize=15679500 CPUtime=12.59 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) R 22041 22043 21847 0 -1 4202560 252801 0 1 0 1226 33 0 0 25 0 18 0 600784584 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 46912505570121 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22043/tid=22046] ppid=22041 vsize=15679500 CPUtime=0.04 cores=1,3,5,7
/proc/22043/task/22046/stat : 22046 (java) S 22041 22043 21847 0 -1 4202560 712 0 0 0 4 0 0 0 15 0 18 0 600784585 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22047] ppid=22041 vsize=15679500 CPUtime=0.02 cores=1,3,5,7
/proc/22043/task/22047/stat : 22047 (java) S 22041 22043 21847 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 18 0 600784585 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22048] ppid=22041 vsize=15679500 CPUtime=0.03 cores=1,3,5,7
/proc/22043/task/22048/stat : 22048 (java) S 22041 22043 21847 0 -1 4202560 7247 0 0 0 3 0 0 0 15 0 18 0 600784585 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22049] ppid=22041 vsize=15679500 CPUtime=0.04 cores=1,3,5,7
/proc/22043/task/22049/stat : 22049 (java) S 22041 22043 21847 0 -1 4202560 12862 0 0 0 4 0 0 0 16 0 18 0 600784585 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22050] ppid=22041 vsize=15679500 CPUtime=0.05 cores=1,3,5,7
/proc/22043/task/22050/stat : 22050 (java) S 22041 22043 21847 0 -1 4202560 22537 0 0 0 4 1 0 0 16 0 18 0 600784585 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22051] ppid=22041 vsize=15679500 CPUtime=0.02 cores=1,3,5,7
/proc/22043/task/22051/stat : 22051 (java) S 22041 22043 21847 0 -1 4202560 1720 0 0 0 2 0 0 0 15 0 18 0 600784585 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22052] ppid=22041 vsize=15679500 CPUtime=0.02 cores=1,3,5,7
/proc/22043/task/22052/stat : 22052 (java) S 22041 22043 21847 0 -1 4202560 711 0 0 0 2 0 0 0 16 0 18 0 600784585 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22053] ppid=22041 vsize=15679500 CPUtime=0.03 cores=1,3,5,7
/proc/22043/task/22053/stat : 22053 (java) S 22041 22043 21847 0 -1 4202560 1118 0 0 0 3 0 0 0 15 0 18 0 600784585 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22054] ppid=22041 vsize=15679500 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22054/stat : 22054 (java) S 22041 22043 21847 0 -1 4202560 915 0 0 0 0 0 0 0 15 0 18 0 600784586 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296742400 0 0 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22055] ppid=22041 vsize=15679500 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22055/stat : 22055 (java) S 22041 22043 21847 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600784586 16055808000 297625 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22056] ppid=22041 vsize=15679500 CPUtime=0 cores=1,3,5,7

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

/proc/22043/task/22049/stat : 22049 (java) S 22041 22043 21847 0 -1 4202560 437258 0 0 0 1473 59 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22050] ppid=22041 vsize=15710312 CPUtime=13.09 cores=1,3,5,7
/proc/22043/task/22050/stat : 22050 (java) S 22041 22043 21847 0 -1 4202560 457310 0 0 0 1247 62 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22051] ppid=22041 vsize=15710312 CPUtime=12.49 cores=1,3,5,7
/proc/22043/task/22051/stat : 22051 (java) S 22041 22043 21847 0 -1 4202560 373193 0 0 0 1194 55 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22052] ppid=22041 vsize=15710312 CPUtime=13.89 cores=1,3,5,7
/proc/22043/task/22052/stat : 22052 (java) S 22041 22043 21847 0 -1 4202560 327536 0 0 0 1342 47 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22053] ppid=22041 vsize=15710312 CPUtime=13.11 cores=1,3,5,7
/proc/22043/task/22053/stat : 22053 (java) S 22041 22043 21847 0 -1 4202560 417563 0 0 0 1248 63 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22054] ppid=22041 vsize=15710312 CPUtime=227.65 cores=1,3,5,7
/proc/22043/task/22054/stat : 22054 (java) S 22041 22043 21847 0 -1 4202560 295934 0 0 0 22694 71 0 0 17 0 22 0 600784586 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296742400 0 0 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22055] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22055/stat : 22055 (java) S 22041 22043 21847 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 600784586 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22056] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22056/stat : 22056 (java) S 22041 22043 21847 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 600784586 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22057] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22057/stat : 22057 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600784588 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296749489 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22058] ppid=22041 vsize=15710312 CPUtime=1.97 cores=1,3,5,7
/proc/22043/task/22058/stat : 22058 (java) S 22041 22043 21847 0 -1 4202560 18140 0 0 0 195 2 0 0 15 0 22 0 600784588 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22059] ppid=22041 vsize=15710312 CPUtime=2.7 cores=1,3,5,7
/proc/22043/task/22059/stat : 22059 (java) S 22041 22043 21847 0 -1 4202560 17002 0 0 0 268 2 0 0 15 0 22 0 600784589 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22060] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22060/stat : 22060 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600784589 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22061] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22061/stat : 22061 (java) S 22041 22043 21847 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 600784589 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296742400 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22062] ppid=22041 vsize=15710312 CPUtime=51.87 cores=1,3,5,7
/proc/22043/task/22062/stat : 22062 (java) S 22041 22043 21847 0 -1 4202560 139 0 0 0 5187 0 0 0 15 0 22 0 600785876 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296742400 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22063] ppid=22041 vsize=15710312 CPUtime=790.34 cores=1,3,5,7
/proc/22043/task/22063/stat : 22063 (java) R 22041 22043 21847 0 -1 4202560 44 0 0 0 79034 0 0 0 18 0 22 0 600785876 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 46912506453904 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22043/tid=22064] ppid=22041 vsize=15710312 CPUtime=841.48 cores=1,3,5,7
/proc/22043/task/22064/stat : 22064 (java) R 22041 22043 21847 0 -1 4202560 1770 0 0 0 84148 0 0 0 18 0 22 0 600785876 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 46912505819468 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22043/tid=22065] ppid=22041 vsize=15710312 CPUtime=841.11 cores=1,3,5,7
/proc/22043/task/22065/stat : 22065 (java) R 22041 22043 21847 0 -1 4202560 1904 0 0 0 84111 0 0 0 18 0 22 0 600785876 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 46912505879103 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2949.05
Current children cumulated vsize (KiB) 15710312

[startup+1242.3 s]
/proc/loadavg: 5.30 5.88 5.96 6/220 22100
/proc/meminfo: memFree=5358700/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=15710312 CPUtime=3029.01 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 4016089 0 1 0 302292 609 0 0 23 0 22 0 600784584 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 3927578 3873710 2301 9 0 3918297 0
[pid=22043/tid=22044] ppid=22041 vsize=15710312 CPUtime=82.79 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) S 22041 22043 21847 0 -1 4202560 252961 0 1 0 8246 33 0 0 24 0 22 0 600784584 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22046] ppid=22041 vsize=15710312 CPUtime=14.14 cores=1,3,5,7
/proc/22043/task/22046/stat : 22046 (java) S 22041 22043 21847 0 -1 4202560 530124 0 0 0 1335 79 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22047] ppid=22041 vsize=15710312 CPUtime=13.37 cores=1,3,5,7
/proc/22043/task/22047/stat : 22047 (java) S 22041 22043 21847 0 -1 4202560 394440 0 0 0 1281 56 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22048] ppid=22041 vsize=15710312 CPUtime=13.59 cores=1,3,5,7
/proc/22043/task/22048/stat : 22048 (java) S 22041 22043 21847 0 -1 4202560 489284 0 0 0 1287 72 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22049] ppid=22041 vsize=15710312 CPUtime=15.32 cores=1,3,5,7
/proc/22043/task/22049/stat : 22049 (java) S 22041 22043 21847 0 -1 4202560 437258 0 0 0 1473 59 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22050] ppid=22041 vsize=15710312 CPUtime=13.09 cores=1,3,5,7
/proc/22043/task/22050/stat : 22050 (java) S 22041 22043 21847 0 -1 4202560 457310 0 0 0 1247 62 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22051] ppid=22041 vsize=15710312 CPUtime=12.49 cores=1,3,5,7
/proc/22043/task/22051/stat : 22051 (java) S 22041 22043 21847 0 -1 4202560 373193 0 0 0 1194 55 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22052] ppid=22041 vsize=15710312 CPUtime=13.89 cores=1,3,5,7
/proc/22043/task/22052/stat : 22052 (java) S 22041 22043 21847 0 -1 4202560 327536 0 0 0 1342 47 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22053] ppid=22041 vsize=15710312 CPUtime=13.11 cores=1,3,5,7
/proc/22043/task/22053/stat : 22053 (java) S 22041 22043 21847 0 -1 4202560 417563 0 0 0 1248 63 0 0 16 0 22 0 600784585 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22054] ppid=22041 vsize=15710312 CPUtime=277.64 cores=1,3,5,7
/proc/22043/task/22054/stat : 22054 (java) R 22041 22043 21847 0 -1 4202560 295936 0 0 0 27693 71 0 0 25 0 22 0 600784586 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 47017451995577 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=22043/tid=22055] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22055/stat : 22055 (java) S 22041 22043 21847 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 600784586 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22056] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22056/stat : 22056 (java) S 22041 22043 21847 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 600784586 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22057] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22057/stat : 22057 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600784588 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296749489 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22058] ppid=22041 vsize=15710312 CPUtime=1.97 cores=1,3,5,7
/proc/22043/task/22058/stat : 22058 (java) S 22041 22043 21847 0 -1 4202560 18140 0 0 0 195 2 0 0 15 0 22 0 600784588 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22059] ppid=22041 vsize=15710312 CPUtime=2.7 cores=1,3,5,7
/proc/22043/task/22059/stat : 22059 (java) S 22041 22043 21847 0 -1 4202560 17002 0 0 0 268 2 0 0 15 0 22 0 600784589 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22060] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22060/stat : 22060 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 600784589 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22061] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22061/stat : 22061 (java) S 22041 22043 21847 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 600784589 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296742400 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22062] ppid=22041 vsize=15710312 CPUtime=51.87 cores=1,3,5,7
/proc/22043/task/22062/stat : 22062 (java) S 22041 22043 21847 0 -1 4202560 158 0 0 0 5187 0 0 0 15 0 22 0 600785876 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22063] ppid=22041 vsize=15710312 CPUtime=800.33 cores=1,3,5,7
/proc/22043/task/22063/stat : 22063 (java) S 22041 22043 21847 0 -1 4202560 47 0 0 0 80033 0 0 0 18 0 22 0 600785876 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22064] ppid=22041 vsize=15710312 CPUtime=851.46 cores=1,3,5,7
/proc/22043/task/22064/stat : 22064 (java) S 22041 22043 21847 0 -1 4202560 1772 0 0 0 85146 0 0 0 18 0 22 0 600785876 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22065] ppid=22041 vsize=15710312 CPUtime=851.1 cores=1,3,5,7
/proc/22043/task/22065/stat : 22065 (java) S 22041 22043 21847 0 -1 4202560 1904 0 0 0 85110 0 0 0 18 0 22 0 600785876 16087359488 3873710 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3029.01
Current children cumulated vsize (KiB) 15710312



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.75 5.65 5.87 3/215 22149
/proc/meminfo: memFree=14751660/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=15710312 CPUtime=3099.83 cores=1,3,5,7
/proc/22043/stat : 22043 (java) S 22041 22043 21847 0 -1 4202496 4016125 0 1 0 309371 612 0 0 23 0 21 0 600784584 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296728549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 3927578 3873711 2302 9 0 3918297 0
[pid=22043/tid=22044] ppid=22041 vsize=15710312 CPUtime=82.79 cores=1,3,5,7
/proc/22043/task/22044/stat : 22044 (java) S 22041 22043 21847 0 -1 4202560 252961 0 1 0 8246 33 0 0 24 0 21 0 600784584 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22046] ppid=22041 vsize=15710312 CPUtime=14.14 cores=1,3,5,7
/proc/22043/task/22046/stat : 22046 (java) S 22041 22043 21847 0 -1 4202560 530124 0 0 0 1335 79 0 0 16 0 21 0 600784585 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22047] ppid=22041 vsize=15710312 CPUtime=13.37 cores=1,3,5,7
/proc/22043/task/22047/stat : 22047 (java) S 22041 22043 21847 0 -1 4202560 394440 0 0 0 1281 56 0 0 16 0 21 0 600784585 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22048] ppid=22041 vsize=15710312 CPUtime=13.59 cores=1,3,5,7
/proc/22043/task/22048/stat : 22048 (java) S 22041 22043 21847 0 -1 4202560 489284 0 0 0 1287 72 0 0 16 0 21 0 600784585 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22049] ppid=22041 vsize=15710312 CPUtime=15.32 cores=1,3,5,7
/proc/22043/task/22049/stat : 22049 (java) S 22041 22043 21847 0 -1 4202560 437258 0 0 0 1473 59 0 0 16 0 21 0 600784585 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22050] ppid=22041 vsize=15710312 CPUtime=13.09 cores=1,3,5,7
/proc/22043/task/22050/stat : 22050 (java) S 22041 22043 21847 0 -1 4202560 457310 0 0 0 1247 62 0 0 16 0 21 0 600784585 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22051] ppid=22041 vsize=15710312 CPUtime=12.49 cores=1,3,5,7
/proc/22043/task/22051/stat : 22051 (java) S 22041 22043 21847 0 -1 4202560 373193 0 0 0 1194 55 0 0 16 0 21 0 600784585 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22052] ppid=22041 vsize=15710312 CPUtime=13.89 cores=1,3,5,7
/proc/22043/task/22052/stat : 22052 (java) S 22041 22043 21847 0 -1 4202560 327536 0 0 0 1342 47 0 0 16 0 21 0 600784585 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22053] ppid=22041 vsize=15710312 CPUtime=13.11 cores=1,3,5,7
/proc/22043/task/22053/stat : 22053 (java) S 22041 22043 21847 0 -1 4202560 417563 0 0 0 1248 63 0 0 16 0 21 0 600784585 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22054] ppid=22041 vsize=15710312 CPUtime=329.59 cores=1,3,5,7
/proc/22043/task/22054/stat : 22054 (java) R 22041 22043 21847 0 -1 4202560 295940 0 0 0 32885 74 0 0 25 0 21 0 600784586 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 47017452726651 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=22043/tid=22055] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22055/stat : 22055 (java) S 22041 22043 21847 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 21 0 600784586 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22056] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22056/stat : 22056 (java) S 22041 22043 21847 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 21 0 600784586 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22057] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22057/stat : 22057 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600784588 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296749489 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22058] ppid=22041 vsize=15710312 CPUtime=1.97 cores=1,3,5,7
/proc/22043/task/22058/stat : 22058 (java) S 22041 22043 21847 0 -1 4202560 18140 0 0 0 195 2 0 0 15 0 21 0 600784588 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22059] ppid=22041 vsize=15710312 CPUtime=2.7 cores=1,3,5,7
/proc/22043/task/22059/stat : 22059 (java) S 22041 22043 21847 0 -1 4202560 17002 0 0 0 268 2 0 0 15 0 21 0 600784589 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22060] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22060/stat : 22060 (java) S 22041 22043 21847 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 600784589 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
[pid=22043/tid=22061] ppid=22041 vsize=15710312 CPUtime=0 cores=1,3,5,7
/proc/22043/task/22061/stat : 22061 (java) S 22041 22043 21847 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 21 0 600784589 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296742400 0 4 0 16800975 18446604471120754816 0 0 -1 7 0 0 0
[pid=22043/tid=22062] ppid=22041 vsize=15710312 CPUtime=53.6 cores=1,3,5,7
/proc/22043/task/22062/stat : 22062 (java) S 22041 22043 21847 0 -1 4202560 171 0 0 0 5360 0 0 0 15 0 21 0 600785876 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 1 0 0 0
[pid=22043/tid=22064] ppid=22041 vsize=15710312 CPUtime=857.18 cores=1,3,5,7
/proc/22043/task/22064/stat : 22064 (java) S 22041 22043 21847 0 -1 4202560 1773 0 0 0 85718 0 0 0 15 0 21 0 600785876 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 5 0 0 0
[pid=22043/tid=22065] ppid=22041 vsize=15710312 CPUtime=856.85 cores=1,3,5,7
/proc/22043/task/22065/stat : 22065 (java) S 22041 22043 21847 0 -1 4202560 1916 0 0 0 85685 0 0 0 18 0 21 0 600785876 16087359488 3873711 33554432000 1073741824 1073778376 140737385875344 18446744073709551615 224296741785 0 4 0 16800975 18446604471120754816 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3099.83
Current children cumulated vsize (KiB) 15710312

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22043

[startup+1302.3 s]
/proc/loadavg: 4.75 5.65 5.87 3/216 22150
/proc/meminfo: memFree=14478232/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=0 CPUtime=3102.14 cores=1,3,5,7
/proc/22043/stat : 22043 (java) Z 22041 22043 21847 0 -1 4203548 4016134 0 1 0 309573 641 0 0 18 0 2 0 600784584 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 0 0 0 0 0 0 0
[pid=22043/tid=22054] ppid=22041 vsize=0 CPUtime=331.88 cores=1,3,5,7
/proc/22043/task/22054/stat : 22054 (java) R 22041 22043 21847 0 -1 4203588 295940 0 0 0 33086 102 0 0 20 0 2 0 600784586 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3102.14
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 4.75 5.65 5.87 3/196 22151
/proc/meminfo: memFree=29442840/32951124 swapFree=67104884/67111528
[pid=22043] ppid=22041 vsize=0 CPUtime=3102.34 cores=1,3,5,7
/proc/22043/stat : 22043 (java) Z 22041 22043 21847 0 -1 4203548 4016134 0 1 0 309573 661 0 0 18 0 2 0 600784584 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22043/statm: 0 0 0 0 0 0 0
[pid=22043/tid=22054] ppid=22041 vsize=0 CPUtime=332.09 cores=1,3,5,7
/proc/22043/task/22054/stat : 22054 (java) R 22041 22043 21847 0 -1 4203588 295940 0 0 0 33086 123 0 0 21 0 2 0 600784586 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3102.34
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.52
CPU time (s): 3102.36
CPU user time (s): 3095.73
CPU system time (s): 6.63199
CPU usage (%): 238.181
Max. virtual memory (cumulated for all children) (KiB): 15717620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3095.73
system time used= 6.63199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4016134
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= 53321
involuntary context switches= 61367

runsolver used 2.17567 second user time and 4.96724 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 21:32:19
IDJOB=3312170
IDBENCH=82411
IDSOLVER=1698
FILE ID=node118/3312170-1304105537
RUNJOBID= node118-1304104228-21866
PBS_JOBID= 13170646
Free space on /tmp= 71528 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-25nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.060-SAT.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312170-1304105537/watcher-3312170-1304105537 -o /tmp/evaluation-result-3312170-1304105537/solver-3312170-1304105537 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312170-1304105537.cnf -hbr 2

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

MD5SUM BENCH= 0176f3dd09fed1b561c875e1d6538c8d
RANDOM SEED=735008317

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:      30197036 kB
Buffers:        607432 kB
Cached:        1285820 kB
SwapCached:       1132 kB
Active:         593384 kB
Inactive:      1802128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30197036 kB
SwapTotal:    67111528 kB
SwapFree:     67104884 kB
Dirty:           95552 kB
Writeback:           0 kB
AnonPages:      501800 kB
Mapped:          23388 kB
Slab:           291592 kB
PageTables:       5644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1252560 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= 71492 MiB
End job on node118 at 2011-04-29 21:54:02