Trace number 3312420

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? (TO) 2376.39 1302.59

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
MD5SUM94d10ca78c6cee5b0badfb96b777ac08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.12	54:48 INFO : Reading from input HOME/instance-3312420-1304114087.cnf
1.24/1.08	Executor set job limit to 1000000
1.24/1.08	Executor set job limit to 1000000
1.24/1.08	Executor set job limit to 1000000
1.24/1.08	Executor set job limit to 1000000
1.24/1.08	Starting Executor!
1.24/1.08	Starting Executor!
1.24/1.08	Starting Executor!
1.24/1.08	Starting Executor!
4.92/3.12	54:51 INFO : 49804 variables remaining out of 49999
4.92/3.12	54:51 INFO : 835092 literals remaining out of 840000
1476.41/405.77	01:31 ERROR: Failed to solve instance
1476.41/405.77	java.lang.OutOfMemoryError: Java heap space
1476.41/405.77		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1476.41/405.77		at gnu.trove.THash.postInsertHook(THash.java:370)
1476.41/405.77		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1476.41/405.77		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1476.41/405.77		at ibis.structure.Subsumming.run(Subsumming.java:58)
1476.41/405.77		at ibis.structure.Solver.simplify(Solver.java:205)
1476.41/405.77		at ibis.structure.Solver.solve(Solver.java:113)
1476.41/405.77		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1476.41/405.77		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1476.41/405.77		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1476.41/405.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1476.41/405.77		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1476.41/405.77		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1476.41/405.77		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1476.41/405.77		at ibis.constellation.Executor.processActivities(Executor.java:75)
1476.41/405.77		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1476.41/405.77		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1476.41/405.77		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1682.45/609.47	03:40 ERROR: Failed to solve instance
1682.45/609.47	java.lang.OutOfMemoryError: Java heap space
1682.45/609.47		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1682.45/609.47		at gnu.trove.THash.postInsertHook(THash.java:370)
1682.45/609.47		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1682.45/609.47		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1682.45/609.47		at ibis.structure.Subsumming.run(Subsumming.java:58)
1682.45/609.47		at ibis.structure.Solver.simplify(Solver.java:205)
1682.45/609.47		at ibis.structure.Solver.solve(Solver.java:113)
1682.45/609.47		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1682.45/609.47		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1682.45/609.47		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1682.45/609.47		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1682.45/609.47		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1682.45/609.47		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1682.45/609.47		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1682.45/609.47		at ibis.constellation.Executor.processActivities(Executor.java:75)
1682.45/609.47		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1682.45/609.47		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1682.45/609.47		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1969.29/895.56	07:25 ERROR: Failed to solve instance
1969.29/895.56	java.lang.OutOfMemoryError: Java heap space
1969.29/895.56		at ibis.structure.Subsumming.run(Subsumming.java:46)
1969.29/895.56		at ibis.structure.Solver.simplify(Solver.java:205)
1969.29/895.56		at ibis.structure.Solver.solve(Solver.java:113)
1969.29/895.56		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1969.29/895.56		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1969.29/895.56		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1969.29/895.56		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1969.29/895.56		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1969.29/895.56		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1969.29/895.56		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1969.29/895.56		at ibis.constellation.Executor.processActivities(Executor.java:75)
1969.29/895.56		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1969.29/895.56		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1969.29/895.56		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-3312420-1304114087/watcher-3312420-1304114087 -o /tmp/evaluation-result-3312420-1304114087/solver-3312420-1304114087 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312420-1304114087.cnf 

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: 7.11 7.89 7.98 2/194 21674
/proc/meminfo: memFree=30585936/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/21674/stat : 21674 (java) S 21672 21674 21203 0 -1 4202496 1486 0 0 0 0 0 0 0 21 0 2 0 523011098 31260672 949 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447819749 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 7632 953 733 9 0 383 0
[pid=21674/tid=21675] ppid=21672 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21675/stat : 21675 (java) R 21672 21674 21203 0 -1 4202560 133 0 0 0 0 0 0 0 22 0 2 0 523011099 31260672 953 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212436016896 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0892029 s]
/proc/loadavg: 7.11 7.89 7.98 2/194 21674
/proc/meminfo: memFree=30585936/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=15676520 CPUtime=0.1 cores=0,2,4,6
/proc/21674/stat : 21674 (java) S 21672 21674 21203 0 -1 4202496 5409 0 1 0 9 1 0 0 21 0 18 0 523011098 16052756480 4849 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 3919130 4849 2116 9 0 3909849 0
[pid=21674/tid=21675] ppid=21672 vsize=15676520 CPUtime=0.07 cores=0,2,4,6
/proc/21674/task/21675/stat : 21675 (java) R 21672 21674 21203 0 -1 4202560 3276 0 1 0 7 0 0 0 18 0 18 0 523011099 16052756480 4849 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 47051052001299 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676520

[startup+0.101904 s]
/proc/loadavg: 7.11 7.89 7.98 2/194 21674
/proc/meminfo: memFree=30585936/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=15676520 CPUtime=0.1 cores=0,2,4,6
/proc/21674/stat : 21674 (java) S 21672 21674 21203 0 -1 4202496 5527 0 1 0 9 1 0 0 21 0 18 0 523011098 16052756480 4967 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 3919130 4967 2117 9 0 3909849 0
[pid=21674/tid=21675] ppid=21672 vsize=15676520 CPUtime=0.09 cores=0,2,4,6
/proc/21674/task/21675/stat : 21675 (java) S 21672 21674 21203 0 -1 4202560 3394 0 1 0 8 1 0 0 18 0 18 0 523011099 16052756480 4967 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447846367 0 2147483391 0 16800975 18446744071699207358 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676520

[startup+0.301178 s]
/proc/loadavg: 7.11 7.89 7.98 2/194 21674
/proc/meminfo: memFree=30585936/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=15681640 CPUtime=0.53 cores=0,2,4,6
/proc/21674/stat : 21674 (java) S 21672 21674 21203 0 -1 4202496 15092 0 1 0 51 2 0 0 21 0 18 0 523011098 16057999360 13338 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 3920410 13344 2207 9 0 3911129 0
[pid=21674/tid=21675] ppid=21672 vsize=15681640 CPUtime=0.28 cores=0,2,4,6
/proc/21674/task/21675/stat : 21675 (java) R 21672 21674 21203 0 -1 4202560 10029 0 1 0 27 1 0 0 18 0 18 0 523011099 16057999360 13347 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 46912505590302 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 15681640

[startup+0.701118 s]
/proc/loadavg: 7.11 7.89 7.98 2/194 21674
/proc/meminfo: memFree=30585936/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=15681640 CPUtime=0.93 cores=0,2,4,6
/proc/21674/stat : 21674 (java) S 21672 21674 21203 0 -1 4202496 41782 0 1 0 88 5 0 0 21 0 18 0 523011098 16057999360 40026 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 3920410 40026 2223 9 0 3911129 0
[pid=21674/tid=21675] ppid=21672 vsize=15681640 CPUtime=0.68 cores=0,2,4,6
/proc/21674/task/21675/stat : 21675 (java) R 21672 21674 21203 0 -1 4202560 35498 0 1 0 63 5 0 0 18 0 18 0 523011099 16057999360 40026 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 46912505641345 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15681640

[startup+1.50091 s]
/proc/loadavg: 7.11 7.89 7.98 5/216 21696
/proc/meminfo: memFree=30257904/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=15698836 CPUtime=2.02 cores=0,2,4,6
/proc/21674/stat : 21674 (java) S 21672 21674 21203 0 -1 4202496 56364 0 1 0 194 8 0 0 21 0 22 0 523011098 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 3924709 52304 2261 9 0 3915428 0
[pid=21674/tid=21675] ppid=21672 vsize=15698836 CPUtime=1.47 cores=0,2,4,6
/proc/21674/task/21675/stat : 21675 (java) R 21672 21674 21203 0 -1 4202560 42860 0 1 0 141 6 0 0 20 0 22 0 523011099 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 46912505182016 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21674/tid=21677] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21677/stat : 21677 (java) S 21672 21674 21203 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 523011099 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21678] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21678/stat : 21678 (java) S 21672 21674 21203 0 -1 4202560 807 0 0 0 0 0 0 0 16 0 22 0 523011099 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21679] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21679/stat : 21679 (java) S 21672 21674 21203 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 22 0 523011099 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21680] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21680/stat : 21680 (java) S 21672 21674 21203 0 -1 4202560 1337 0 0 0 0 0 0 0 16 0 22 0 523011099 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21681] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21681/stat : 21681 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523011099 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21682] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21682/stat : 21682 (java) S 21672 21674 21203 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 22 0 523011099 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21683] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21683/stat : 21683 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523011099 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21684] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21684/stat : 21684 (java) S 21672 21674 21203 0 -1 4202560 702 0 0 0 0 0 0 0 16 0 22 0 523011099 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21685] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21685/stat : 21685 (java) S 21672 21674 21203 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 22 0 523011100 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 0 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21686] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21686/stat : 21686 (java) S 21672 21674 21203 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 523011101 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21687] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21687/stat : 21687 (java) S 21672 21674 21203 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 523011101 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21688] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21688/stat : 21688 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523011103 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447840689 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21689] ppid=21672 vsize=15698836 CPUtime=0.31 cores=0,2,4,6
/proc/21674/task/21689/stat : 21689 (java) R 21672 21674 21203 0 -1 4202560 7068 0 0 0 31 0 0 0 16 0 22 0 523011103 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 47051052796294 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21674/tid=21690] ppid=21672 vsize=15698836 CPUtime=0.2 cores=0,2,4,6
/proc/21674/task/21690/stat : 21690 (java) S 21672 21674 21203 0 -1 4202560 2002 0 0 0 20 0 0 0 16 0 22 0 523011103 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21691] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21691/stat : 21691 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523011103 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21692] ppid=21672 vsize=15698836 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21692/stat : 21692 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523011103 16075608064 52304 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 15698836

[startup+3.1016 s]
/proc/loadavg: 7.26 7.91 7.98 8/220 21700
/proc/meminfo: memFree=30118008/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=15713716 CPUtime=4.92 cores=0,2,4,6
/proc/21674/stat : 21674 (java) S 21672 21674 21203 0 -1 4202496 79641 0 1 0 481 11 0 0 21 0 22 0 523011098 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 3928429 69360 2267 9 0 3919148 0
[pid=21674/tid=21675] ppid=21672 vsize=15713716 CPUtime=3.06 cores=0,2,4,6
/proc/21674/task/21675/stat : 21675 (java) R 21672 21674 21203 0 -1 4202560 55260 0 1 0 299 7 0 0 18 0 22 0 523011099 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 46912505121138 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21674/tid=21677] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21677/stat : 21677 (java) S 21672 21674 21203 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 523011099 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21678] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21678/stat : 21678 (java) S 21672 21674 21203 0 -1 4202560 807 0 0 0 0 0 0 0 16 0 22 0 523011099 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21679] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21679/stat : 21679 (java) S 21672 21674 21203 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 22 0 523011099 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21680] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21680/stat : 21680 (java) S 21672 21674 21203 0 -1 4202560 1337 0 0 0 0 0 0 0 16 0 22 0 523011099 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21681] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21681/stat : 21681 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523011099 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21682] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21682/stat : 21682 (java) S 21672 21674 21203 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 22 0 523011099 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21683] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21683/stat : 21683 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 523011099 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21684] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21684/stat : 21684 (java) S 21672 21674 21203 0 -1 4202560 702 0 0 0 0 0 0 0 16 0 22 0 523011099 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21685] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21685/stat : 21685 (java) S 21672 21674 21203 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 523011100 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 0 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21686] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21686/stat : 21686 (java) S 21672 21674 21203 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 523011101 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21687] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21687/stat : 21687 (java) S 21672 21674 21203 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 523011101 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21688] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21688/stat : 21688 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523011103 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447840689 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21689] ppid=21672 vsize=15713716 CPUtime=1.2 cores=0,2,4,6
/proc/21674/task/21689/stat : 21689 (java) R 21672 21674 21203 0 -1 4202560 14367 0 0 0 119 1 0 0 16 0 22 0 523011103 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 47051050423843 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21674/tid=21690] ppid=21672 vsize=15713716 CPUtime=0.6 cores=0,2,4,6
/proc/21674/task/21690/stat : 21690 (java) S 21672 21674 21203 0 -1 4202560 5579 0 0 0 60 0 0 0 16 0 22 0 523011103 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21691] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21691/stat : 21691 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523011103 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21692] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21692/stat : 21692 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 523011103 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21697] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21697/stat : 21697 (java) S 21672 21674 21203 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 523011207 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21698] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21698/stat : 21698 (java) S 21672 21674 21203 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 523011207 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21699] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21699/stat : 21699 (java) S 21672 21674 21203 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 523011207 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21700] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21700/stat : 21700 (java) S 21672 21674 21203 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 523011207 16090845184 69360 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 15713716

[startup+6.30096 s]
/proc/loadavg: 7.26 7.91 7.98 11/220 21701
/proc/meminfo: memFree=28942008/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=15713716 CPUtime=14.39 cores=0,2,4,6
/proc/21674/stat : 21674 (java) S 21672 21674 21203 0 -1 4202496 248078 0 1 0 1405 34 0 0 21 0 22 0 523011098 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 3928429 237436 2275 9 0 3919148 0
[pid=21674/tid=21675] ppid=21672 vsize=15713716 CPUtime=3.09 cores=0,2,4,6
/proc/21674/task/21675/stat : 21675 (java) S 21672 21674 21203 0 -1 4202560 55296 0 1 0 302 7 0 0 18 0 22 0 523011099 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21677] ppid=21672 vsize=15713716 CPUtime=0.13 cores=0,2,4,6
/proc/21674/task/21677/stat : 21677 (java) S 21672 21674 21203 0 -1 4202560 20050 0 0 0 11 2 0 0 15 0 22 0 523011099 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21678] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21678/stat : 21678 (java) S 21672 21674 21203 0 -1 4202560 807 0 0 0 0 0 0 0 15 0 22 0 523011099 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21679] ppid=21672 vsize=15713716 CPUtime=0.14 cores=0,2,4,6
/proc/21674/task/21679/stat : 21679 (java) S 21672 21674 21203 0 -1 4202560 18170 0 0 0 12 2 0 0 15 0 22 0 523011099 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21680] ppid=21672 vsize=15713716 CPUtime=0.14 cores=0,2,4,6
/proc/21674/task/21680/stat : 21680 (java) S 21672 21674 21203 0 -1 4202560 22482 0 0 0 11 3 0 0 16 0 22 0 523011099 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21681] ppid=21672 vsize=15713716 CPUtime=0.13 cores=0,2,4,6
/proc/21674/task/21681/stat : 21681 (java) S 21672 21674 21203 0 -1 4202560 14624 0 0 0 12 1 0 0 15 0 22 0 523011099 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21682] ppid=21672 vsize=15713716 CPUtime=0.1 cores=0,2,4,6
/proc/21674/task/21682/stat : 21682 (java) S 21672 21674 21203 0 -1 4202560 15841 0 0 0 9 1 0 0 16 0 22 0 523011099 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21683] ppid=21672 vsize=15713716 CPUtime=0.07 cores=0,2,4,6
/proc/21674/task/21683/stat : 21683 (java) S 21672 21674 21203 0 -1 4202560 10570 0 0 0 6 1 0 0 15 0 22 0 523011099 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21684] ppid=21672 vsize=15713716 CPUtime=0.06 cores=0,2,4,6
/proc/21674/task/21684/stat : 21684 (java) S 21672 21674 21203 0 -1 4202560 12735 0 0 0 5 1 0 0 15 0 22 0 523011099 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21685] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21685/stat : 21685 (java) S 21672 21674 21203 0 -1 4202560 544 0 0 0 0 0 0 0 15 0 22 0 523011100 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 0 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21686] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21686/stat : 21686 (java) S 21672 21674 21203 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 523011101 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21687] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21687/stat : 21687 (java) S 21672 21674 21203 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523011101 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21688] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21688/stat : 21688 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523011103 16090845184 237436 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447840689 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0

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

/proc/21674/task/21681/stat : 21681 (java) S 21672 21674 21203 0 -1 4202560 413300 0 0 0 230 69 0 0 15 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21682] ppid=21672 vsize=15713716 CPUtime=3.17 cores=0,2,4,6
/proc/21674/task/21682/stat : 21682 (java) S 21672 21674 21203 0 -1 4202560 387387 0 0 0 253 64 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21683] ppid=21672 vsize=15713716 CPUtime=2.75 cores=0,2,4,6
/proc/21674/task/21683/stat : 21683 (java) S 21672 21674 21203 0 -1 4202560 303978 0 0 0 226 49 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21684] ppid=21672 vsize=15713716 CPUtime=2.92 cores=0,2,4,6
/proc/21674/task/21684/stat : 21684 (java) S 21672 21674 21203 0 -1 4202560 405981 0 0 0 226 66 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21685] ppid=21672 vsize=15713716 CPUtime=819.83 cores=0,2,4,6
/proc/21674/task/21685/stat : 21685 (java) R 21672 21674 21203 0 -1 4202560 628091 0 0 0 81874 109 0 0 25 0 22 0 523011100 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 47051050496290 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=21674/tid=21686] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21686/stat : 21686 (java) S 21672 21674 21203 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523011101 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21687] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21687/stat : 21687 (java) S 21672 21674 21203 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523011101 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21688] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21688/stat : 21688 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447840689 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21689] ppid=21672 vsize=15713716 CPUtime=1.41 cores=0,2,4,6
/proc/21674/task/21689/stat : 21689 (java) S 21672 21674 21203 0 -1 4202560 14395 0 0 0 140 1 0 0 16 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21690] ppid=21672 vsize=15713716 CPUtime=1.01 cores=0,2,4,6
/proc/21674/task/21690/stat : 21690 (java) S 21672 21674 21203 0 -1 4202560 5737 0 0 0 101 0 0 0 15 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21691] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21691/stat : 21691 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21692] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21692/stat : 21692 (java) S 21672 21674 21203 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21697] ppid=21672 vsize=15713716 CPUtime=351.54 cores=0,2,4,6
/proc/21674/task/21697/stat : 21697 (java) S 21672 21674 21203 0 -1 4202560 80621 0 0 0 35139 15 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21698] ppid=21672 vsize=15713716 CPUtime=351.72 cores=0,2,4,6
/proc/21674/task/21698/stat : 21698 (java) S 21672 21674 21203 0 -1 4202560 95584 0 0 0 35155 17 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21699] ppid=21672 vsize=15713716 CPUtime=351.56 cores=0,2,4,6
/proc/21674/task/21699/stat : 21699 (java) S 21672 21674 21203 0 -1 4202560 94072 0 0 0 35140 16 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21700] ppid=21672 vsize=15713716 CPUtime=352.47 cores=0,2,4,6
/proc/21674/task/21700/stat : 21700 (java) S 21672 21674 21203 0 -1 4202560 103945 0 0 0 35229 18 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2256.09
Current children cumulated vsize (KiB) 15713716

[startup+1242.3 s]
/proc/loadavg: 5.05 5.19 6.17 7/220 21797
/proc/meminfo: memFree=14038132/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=15713716 CPUtime=2316.09 cores=0,2,4,6
/proc/21674/stat : 21674 (java) S 21672 21674 21203 0 -1 4202496 3889088 0 1 0 230952 657 0 0 21 0 22 0 523011098 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 3928429 3849137 2293 9 0 3919148 0
[pid=21674/tid=21675] ppid=21672 vsize=15713716 CPUtime=3.09 cores=0,2,4,6
/proc/21674/task/21675/stat : 21675 (java) S 21672 21674 21203 0 -1 4202560 55296 0 1 0 302 7 0 0 18 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21677] ppid=21672 vsize=15713716 CPUtime=3.15 cores=0,2,4,6
/proc/21674/task/21677/stat : 21677 (java) S 21672 21674 21203 0 -1 4202560 333320 0 0 0 260 55 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21678] ppid=21672 vsize=15713716 CPUtime=2.58 cores=0,2,4,6
/proc/21674/task/21678/stat : 21678 (java) S 21672 21674 21203 0 -1 4202560 287243 0 0 0 211 47 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21679] ppid=21672 vsize=15713716 CPUtime=3.01 cores=0,2,4,6
/proc/21674/task/21679/stat : 21679 (java) S 21672 21674 21203 0 -1 4202560 371506 0 0 0 237 64 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21680] ppid=21672 vsize=15713716 CPUtime=2.72 cores=0,2,4,6
/proc/21674/task/21680/stat : 21680 (java) S 21672 21674 21203 0 -1 4202560 306747 0 0 0 222 50 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21681] ppid=21672 vsize=15713716 CPUtime=2.99 cores=0,2,4,6
/proc/21674/task/21681/stat : 21681 (java) S 21672 21674 21203 0 -1 4202560 413300 0 0 0 230 69 0 0 15 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21682] ppid=21672 vsize=15713716 CPUtime=3.17 cores=0,2,4,6
/proc/21674/task/21682/stat : 21682 (java) S 21672 21674 21203 0 -1 4202560 387387 0 0 0 253 64 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21683] ppid=21672 vsize=15713716 CPUtime=2.75 cores=0,2,4,6
/proc/21674/task/21683/stat : 21683 (java) S 21672 21674 21203 0 -1 4202560 303978 0 0 0 226 49 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21684] ppid=21672 vsize=15713716 CPUtime=2.92 cores=0,2,4,6
/proc/21674/task/21684/stat : 21684 (java) S 21672 21674 21203 0 -1 4202560 405981 0 0 0 226 66 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21685] ppid=21672 vsize=15713716 CPUtime=879.83 cores=0,2,4,6
/proc/21674/task/21685/stat : 21685 (java) R 21672 21674 21203 0 -1 4202560 628095 0 0 0 87873 110 0 0 25 0 22 0 523011100 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 47051050471773 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=21674/tid=21686] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21686/stat : 21686 (java) S 21672 21674 21203 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523011101 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21687] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21687/stat : 21687 (java) S 21672 21674 21203 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523011101 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21688] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21688/stat : 21688 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447840689 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21689] ppid=21672 vsize=15713716 CPUtime=1.41 cores=0,2,4,6
/proc/21674/task/21689/stat : 21689 (java) S 21672 21674 21203 0 -1 4202560 14395 0 0 0 140 1 0 0 16 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21690] ppid=21672 vsize=15713716 CPUtime=1.01 cores=0,2,4,6
/proc/21674/task/21690/stat : 21690 (java) S 21672 21674 21203 0 -1 4202560 5737 0 0 0 101 0 0 0 15 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21691] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21691/stat : 21691 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21692] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21692/stat : 21692 (java) S 21672 21674 21203 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21697] ppid=21672 vsize=15713716 CPUtime=351.54 cores=0,2,4,6
/proc/21674/task/21697/stat : 21697 (java) S 21672 21674 21203 0 -1 4202560 80621 0 0 0 35139 15 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21698] ppid=21672 vsize=15713716 CPUtime=351.72 cores=0,2,4,6
/proc/21674/task/21698/stat : 21698 (java) S 21672 21674 21203 0 -1 4202560 95584 0 0 0 35155 17 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21699] ppid=21672 vsize=15713716 CPUtime=351.56 cores=0,2,4,6
/proc/21674/task/21699/stat : 21699 (java) S 21672 21674 21203 0 -1 4202560 94072 0 0 0 35140 16 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21700] ppid=21672 vsize=15713716 CPUtime=352.48 cores=0,2,4,6
/proc/21674/task/21700/stat : 21700 (java) S 21672 21674 21203 0 -1 4202560 104371 0 0 0 35230 18 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2316.09
Current children cumulated vsize (KiB) 15713716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.02 5.16 6.10 6/220 21798
/proc/meminfo: memFree=13995296/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=15713716 CPUtime=2373.8 cores=0,2,4,6
/proc/21674/stat : 21674 (java) S 21672 21674 21203 0 -1 4202496 3889505 0 1 0 236721 659 0 0 21 0 22 0 523011098 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 3928429 3849137 2293 9 0 3919148 0
[pid=21674/tid=21675] ppid=21672 vsize=15713716 CPUtime=3.09 cores=0,2,4,6
/proc/21674/task/21675/stat : 21675 (java) S 21672 21674 21203 0 -1 4202560 55296 0 1 0 302 7 0 0 18 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21677] ppid=21672 vsize=15713716 CPUtime=3.15 cores=0,2,4,6
/proc/21674/task/21677/stat : 21677 (java) S 21672 21674 21203 0 -1 4202560 333320 0 0 0 260 55 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21678] ppid=21672 vsize=15713716 CPUtime=2.58 cores=0,2,4,6
/proc/21674/task/21678/stat : 21678 (java) S 21672 21674 21203 0 -1 4202560 287243 0 0 0 211 47 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21679] ppid=21672 vsize=15713716 CPUtime=3.01 cores=0,2,4,6
/proc/21674/task/21679/stat : 21679 (java) S 21672 21674 21203 0 -1 4202560 371506 0 0 0 237 64 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21680] ppid=21672 vsize=15713716 CPUtime=2.72 cores=0,2,4,6
/proc/21674/task/21680/stat : 21680 (java) S 21672 21674 21203 0 -1 4202560 306747 0 0 0 222 50 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21681] ppid=21672 vsize=15713716 CPUtime=2.99 cores=0,2,4,6
/proc/21674/task/21681/stat : 21681 (java) S 21672 21674 21203 0 -1 4202560 413300 0 0 0 230 69 0 0 15 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21682] ppid=21672 vsize=15713716 CPUtime=3.17 cores=0,2,4,6
/proc/21674/task/21682/stat : 21682 (java) S 21672 21674 21203 0 -1 4202560 387387 0 0 0 253 64 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21683] ppid=21672 vsize=15713716 CPUtime=2.75 cores=0,2,4,6
/proc/21674/task/21683/stat : 21683 (java) S 21672 21674 21203 0 -1 4202560 303978 0 0 0 226 49 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21684] ppid=21672 vsize=15713716 CPUtime=2.92 cores=0,2,4,6
/proc/21674/task/21684/stat : 21684 (java) S 21672 21674 21203 0 -1 4202560 405981 0 0 0 226 66 0 0 16 0 22 0 523011099 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21685] ppid=21672 vsize=15713716 CPUtime=937.53 cores=0,2,4,6
/proc/21674/task/21685/stat : 21685 (java) R 21672 21674 21203 0 -1 4202560 628099 0 0 0 93642 111 0 0 25 0 22 0 523011100 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 47051050471773 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=21674/tid=21686] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21686/stat : 21686 (java) S 21672 21674 21203 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 523011101 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21687] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21687/stat : 21687 (java) S 21672 21674 21203 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 523011101 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21688] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21688/stat : 21688 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447840689 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21689] ppid=21672 vsize=15713716 CPUtime=1.41 cores=0,2,4,6
/proc/21674/task/21689/stat : 21689 (java) S 21672 21674 21203 0 -1 4202560 14395 0 0 0 140 1 0 0 16 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21690] ppid=21672 vsize=15713716 CPUtime=1.01 cores=0,2,4,6
/proc/21674/task/21690/stat : 21690 (java) S 21672 21674 21203 0 -1 4202560 5737 0 0 0 101 0 0 0 15 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21691] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21691/stat : 21691 (java) S 21672 21674 21203 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 6 0 0 0
[pid=21674/tid=21692] ppid=21672 vsize=15713716 CPUtime=0 cores=0,2,4,6
/proc/21674/task/21692/stat : 21692 (java) S 21672 21674 21203 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 523011103 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447833600 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21697] ppid=21672 vsize=15713716 CPUtime=351.54 cores=0,2,4,6
/proc/21674/task/21697/stat : 21697 (java) S 21672 21674 21203 0 -1 4202560 80621 0 0 0 35139 15 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 2 0 0 0
[pid=21674/tid=21698] ppid=21672 vsize=15713716 CPUtime=351.72 cores=0,2,4,6
/proc/21674/task/21698/stat : 21698 (java) S 21672 21674 21203 0 -1 4202560 95584 0 0 0 35155 17 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 0 0 0 0
[pid=21674/tid=21699] ppid=21672 vsize=15713716 CPUtime=351.56 cores=0,2,4,6
/proc/21674/task/21699/stat : 21699 (java) S 21672 21674 21203 0 -1 4202560 94072 0 0 0 35140 16 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
[pid=21674/tid=21700] ppid=21672 vsize=15713716 CPUtime=352.49 cores=0,2,4,6
/proc/21674/task/21700/stat : 21700 (java) S 21672 21674 21203 0 -1 4202560 104780 0 0 0 35230 19 0 0 15 0 22 0 523011207 16090845184 3849137 33554432000 1073741824 1073778376 140735704049072 18446744073709551615 212447832985 0 4 0 16800975 18446604453959749952 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2373.8
Current children cumulated vsize (KiB) 15713716

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -21674

[startup+1302.3 s]
/proc/loadavg: 5.02 5.16 6.09 7/221 21799
/proc/meminfo: memFree=14005580/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=0 CPUtime=2376.1 cores=0,2,4,6
/proc/21674/stat : 21674 (java) Z 21672 21674 21203 0 -1 4203548 3889525 0 1 0 236923 687 0 0 18 0 2 0 523011098 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 0 0 0 0 0 0 0
[pid=21674/tid=21685] ppid=21672 vsize=0 CPUtime=939.82 cores=0,2,4,6
/proc/21674/task/21685/stat : 21685 (java) R 21672 21674 21203 0 -1 4203588 628099 0 0 0 93843 139 0 0 18 0 2 0 523011100 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2376.1
Current children cumulated vsize (KiB) 0

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

[startup+1302.5 s]
/proc/loadavg: 5.02 5.16 6.09 7/221 21799
/proc/meminfo: memFree=14005580/32951124 swapFree=67111416/67111528
[pid=21674] ppid=21672 vsize=0 CPUtime=2376.3 cores=0,2,4,6
/proc/21674/stat : 21674 (java) Z 21672 21674 21203 0 -1 4203548 3889525 0 1 0 236923 707 0 0 18 0 2 0 523011098 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21674/statm: 0 0 0 0 0 0 0
[pid=21674/tid=21685] ppid=21672 vsize=0 CPUtime=940.02 cores=0,2,4,6
/proc/21674/task/21685/stat : 21685 (java) R 21672 21674 21203 0 -1 4203588 628099 0 0 0 93843 159 0 0 18 0 2 0 523011100 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2376.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.59
CPU time (s): 2376.39
CPU user time (s): 2369.23
CPU system time (s): 7.16291
CPU usage (%): 182.436
Max. virtual memory (cumulated for all children) (KiB): 15716340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2369.23
system time used= 7.16291
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3889525
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= 58554
involuntary context switches= 35935

runsolver used 2.00669 second user time and 5.14722 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-29 23:54:47
IDJOB=3312420
IDBENCH=82605
IDSOLVER=1699
FILE ID=node102/3312420-1304114087
RUNJOBID= node102-1304114087-21637
PBS_JOBID= 13170678
Free space on /tmp= 71556 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312420-1304114087/watcher-3312420-1304114087 -o /tmp/evaluation-result-3312420-1304114087/solver-3312420-1304114087 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312420-1304114087.cnf

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

MD5SUM BENCH= 94d10ca78c6cee5b0badfb96b777ac08
RANDOM SEED=1767213275

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30586332 kB
Buffers:        601964 kB
Cached:        1268396 kB
SwapCached:          0 kB
Active:         156248 kB
Inactive:      1793004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30586332 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:            8308 kB
Writeback:           0 kB
AnonPages:       78400 kB
Mapped:          22552 kB
Slab:           352212 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   779732 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= 71552 MiB
End job on node102 at 2011-04-30 00:16:30