Trace number 3311198

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) 2326.51 1302.51

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S874492400-019-UNKNOWN.cnf
MD5SUMec4818cc72441ba3110ddbe772c6ebb9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark909.267
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
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	11:25 INFO : Reading from input HOME/instance-3311198-1307635885.cnf
1.23/1.09	Executor set job limit to 1000000
1.23/1.09	Executor set job limit to 1000000
1.23/1.09	Executor set job limit to 1000000
1.23/1.09	Executor set job limit to 1000000
1.23/1.09	Starting Executor!
1.23/1.09	Starting Executor!
1.23/1.09	Starting Executor!
1.23/1.09	Starting Executor!
5.35/3.31	11:29 INFO : 49816 variables remaining out of 50000
5.35/3.31	11:29 INFO : 835568 literals remaining out of 840000
1679.25/658.84	19:19 ERROR: Failed to solve instance
1679.25/658.84	java.lang.OutOfMemoryError: Java heap space
1679.25/658.84		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:222)
1679.25/658.84		at gnu.trove.THash.postInsertHook(THash.java:370)
1679.25/658.84		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1679.25/658.84		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1679.25/658.84		at ibis.structure.Subsumming.run(Subsumming.java:58)
1679.25/658.84		at ibis.structure.Solver.simplify(Solver.java:205)
1679.25/658.84		at ibis.structure.Solver.solve(Solver.java:113)
1679.25/658.84		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1679.25/658.84		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1679.25/658.84		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1679.25/658.84		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1679.25/658.84		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1679.25/658.84		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1679.25/658.84		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1679.25/658.84		at ibis.constellation.Executor.processActivities(Executor.java:75)
1679.25/658.84		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1679.25/658.84		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1679.25/658.84		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1724.10/703.13	23:08 ERROR: Failed to solve instance
1724.10/703.13	java.lang.OutOfMemoryError: Java heap space
1724.10/703.13		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
1724.10/703.13		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
1724.10/703.13		at ibis.structure.Subsumming.run(Subsumming.java:57)
1724.10/703.13		at ibis.structure.Solver.simplify(Solver.java:205)
1724.10/703.13		at ibis.structure.Solver.solve(Solver.java:113)
1724.10/703.13		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1724.10/703.13		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1724.10/703.13		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1724.10/703.13		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1724.10/703.13		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1724.10/703.13		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1724.10/703.13		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1724.10/703.13		at ibis.constellation.Executor.processActivities(Executor.java:75)
1724.10/703.13		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1724.10/703.13		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1724.10/703.13		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1905.71/884.44	24:16 ERROR: Failed to solve instance
1905.71/884.44	java.lang.OutOfMemoryError: Java heap space
1905.71/884.44		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1905.71/884.44		at gnu.trove.THash.postInsertHook(THash.java:370)
1905.71/884.44		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1905.71/884.44		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1905.71/884.44		at ibis.structure.Subsumming.run(Subsumming.java:58)
1905.71/884.44		at ibis.structure.Solver.simplify(Solver.java:205)
1905.71/884.44		at ibis.structure.Solver.solve(Solver.java:113)
1905.71/884.44		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1905.71/884.44		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1905.71/884.44		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1905.71/884.44		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1905.71/884.44		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1905.71/884.44		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1905.71/884.44		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1905.71/884.44		at ibis.constellation.Executor.processActivities(Executor.java:75)
1905.71/884.44		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1905.71/884.44		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1905.71/884.44		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1915.42/893.63	26:19 ERROR: Failed to solve instance
1915.42/893.63	java.lang.OutOfMemoryError: Java heap space
1915.42/893.63		at gnu.trove.TIntLongHashMap.rehash(TIntLongHashMap.java:221)
1915.42/893.63		at gnu.trove.THash.postInsertHook(THash.java:370)
1915.42/893.63		at gnu.trove.TIntLongHashMap.doPut(TIntLongHashMap.java:193)
1915.42/893.63		at gnu.trove.TIntLongHashMap.put(TIntLongHashMap.java:160)
1915.42/893.63		at ibis.structure.Subsumming.run(Subsumming.java:58)
1915.42/893.63		at ibis.structure.Solver.simplify(Solver.java:205)
1915.42/893.63		at ibis.structure.Solver.solve(Solver.java:113)
1915.42/893.63		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
1915.42/893.63		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
1915.42/893.63		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
1915.42/893.63		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
1915.42/893.63		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
1915.42/893.63		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
1915.42/893.63		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
1915.42/893.63		at ibis.constellation.Executor.processActivities(Executor.java:75)
1915.42/893.63		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
1915.42/893.63		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
1915.42/893.63		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
1921.16/899.24	26:25 ERROR: Failed to solve instance
1921.16/899.24	java.lang.OutOfMemoryError: Java heap space
2121.84/1099.05	29:44 ERROR: Failed to solve instance
2121.84/1099.05	java.lang.OutOfMemoryError: Java heap space
2257.09/1233.42	31:59 ERROR: Failed to solve instance
2257.09/1233.42	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: 977)

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-3311198-1307635885/watcher-3311198-1307635885 -o /tmp/evaluation-result-3311198-1307635885/solver-3311198-1307635885 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311198-1307635885.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: 8.15 8.20 7.10 2/179 11030
/proc/meminfo: memFree=20684332/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=20404 CPUtime=0 cores=1,3,5,7
/proc/11030/stat : 11030 (java) R 11028 11030 10687 0 -1 4202496 667 0 0 0 0 0 0 0 25 0 1 0 875188976 20893696 156 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230804242535 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11030/statm: 5101 160 128 9 0 124 0

[startup+0.0255701 s]
/proc/loadavg: 8.15 8.20 7.10 2/179 11030
/proc/meminfo: memFree=20684332/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/11030/stat : 11030 (java) S 11028 11030 10687 0 -1 4202496 3320 0 1 0 1 0 0 0 25 0 11 0 875188976 15976509440 2762 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 3900515 2763 1604 9 0 3891263 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.100557 s]
/proc/loadavg: 8.15 8.20 7.10 2/179 11030
/proc/meminfo: memFree=20684332/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=15677208 CPUtime=0.1 cores=1,3,5,7
/proc/11030/stat : 11030 (java) S 11028 11030 10687 0 -1 4202496 5564 0 1 0 9 1 0 0 25 0 18 0 875188976 16053460992 4969 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 3919302 4970 2115 9 0 3910021 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15677208

[startup+0.300521 s]
/proc/loadavg: 8.15 8.20 7.10 2/179 11030
/proc/meminfo: memFree=20684332/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=15683352 CPUtime=0.5 cores=1,3,5,7
/proc/11030/stat : 11030 (java) S 11028 11030 10687 0 -1 4202496 14060 0 1 0 48 2 0 0 25 0 18 0 875188976 16059752448 12839 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 3920838 12846 2206 9 0 3911557 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15683352

[startup+0.700452 s]
/proc/loadavg: 8.15 8.20 7.10 2/179 11030
/proc/meminfo: memFree=20684332/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=15683352 CPUtime=0.92 cores=1,3,5,7
/proc/11030/stat : 11030 (java) S 11028 11030 10687 0 -1 4202496 41508 0 1 0 86 6 0 0 25 0 18 0 875188976 16059752448 40285 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 3920838 40285 2222 9 0 3911557 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15683352

[startup+1.5013 s]
/proc/loadavg: 8.15 8.20 7.10 2/193 11048
/proc/meminfo: memFree=32445916/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=15688960 CPUtime=2.01 cores=1,3,5,7
/proc/11030/stat : 11030 (java) S 11028 11030 10687 0 -1 4202496 56259 0 1 0 193 8 0 0 25 0 22 0 875188976 16065495040 53075 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 3922240 53075 2260 9 0 3912959 0
[pid=11030/tid=11032] ppid=11028 vsize=15688960 CPUtime=1.47 cores=1,3,5,7
/proc/11030/task/11032/stat : 11032 (java) R 11028 11030 10687 0 -1 4202560 42918 0 1 0 141 6 0 0 21 0 22 0 875188977 16065495040 53075 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 46912505228701 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11030/tid=11033] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11033/stat : 11033 (java) S 11028 11030 10687 0 -1 4202560 735 0 0 0 0 0 0 0 16 0 22 0 875188978 16065495040 53075 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11034] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11034/stat : 11034 (java) S 11028 11030 10687 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 22 0 875188978 16065495040 53075 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11035] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11035/stat : 11035 (java) S 11028 11030 10687 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 22 0 875188978 16065495040 53076 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11036] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11036/stat : 11036 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 875188978 16065495040 53076 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11037] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11037/stat : 11037 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 875188978 16065495040 53076 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11038] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11038/stat : 11038 (java) S 11028 11030 10687 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 22 0 875188978 16065495040 53077 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11039] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11039/stat : 11039 (java) S 11028 11030 10687 0 -1 4202560 690 0 0 0 0 0 0 0 15 0 22 0 875188978 16065495040 53077 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11040] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11040/stat : 11040 (java) S 11028 11030 10687 0 -1 4202560 1347 0 0 0 0 0 0 0 16 0 22 0 875188978 16065495040 53077 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11041] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11041/stat : 11041 (java) S 11028 11030 10687 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 22 0 875188979 16065495040 53078 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 0 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11042] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11042/stat : 11042 (java) S 11028 11030 10687 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 875188979 16065495040 53078 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11043] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11043/stat : 11043 (java) S 11028 11030 10687 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 875188979 16065495040 53079 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11044] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11044/stat : 11044 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 875188981 16065495040 53079 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820989361 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11045] ppid=11028 vsize=15688960 CPUtime=0.31 cores=1,3,5,7
/proc/11030/task/11045/stat : 11045 (java) R 11028 11030 10687 0 -1 4202560 6764 0 0 0 31 0 0 0 16 0 22 0 875188981 16065495040 53079 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230808862406 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11030/tid=11046] ppid=11028 vsize=15688960 CPUtime=0.18 cores=1,3,5,7
/proc/11030/task/11046/stat : 11046 (java) S 11028 11030 10687 0 -1 4202560 2154 0 0 0 18 0 0 0 15 0 22 0 875188981 16065495040 53079 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11047] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11047/stat : 11047 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 875188981 16065495040 53080 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11048] ppid=11028 vsize=15688960 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11048/stat : 11048 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875188981 16065495040 53080 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 15688960

[startup+3.10101 s]
/proc/loadavg: 8.15 8.20 7.10 3/196 11080
/proc/meminfo: memFree=32402480/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=15694476 CPUtime=5.03 cores=1,3,5,7
/proc/11030/stat : 11030 (java) S 11028 11030 10687 0 -1 4202496 80957 0 1 0 492 11 0 0 25 0 22 0 875188976 16071143424 70229 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 3923619 70230 2266 9 0 3914338 0
[pid=11030/tid=11032] ppid=11028 vsize=15694476 CPUtime=3.07 cores=1,3,5,7
/proc/11030/task/11032/stat : 11032 (java) R 11028 11030 10687 0 -1 4202560 53719 0 1 0 300 7 0 0 25 0 22 0 875188977 16071143424 70230 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 46912506094860 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11030/tid=11033] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11033/stat : 11033 (java) S 11028 11030 10687 0 -1 4202560 735 0 0 0 0 0 0 0 16 0 22 0 875188978 16071143424 70230 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11034] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11034/stat : 11034 (java) S 11028 11030 10687 0 -1 4202560 14 0 0 0 0 0 0 0 16 0 22 0 875188978 16071143424 70230 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11035] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11035/stat : 11035 (java) S 11028 11030 10687 0 -1 4202560 39 0 0 0 0 0 0 0 16 0 22 0 875188978 16071143424 70230 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11036] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11036/stat : 11036 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 875188978 16071143424 70230 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11037] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11037/stat : 11037 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 875188978 16071143424 70231 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11038] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11038/stat : 11038 (java) S 11028 11030 10687 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 22 0 875188978 16071143424 70231 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11039] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11039/stat : 11039 (java) S 11028 11030 10687 0 -1 4202560 690 0 0 0 0 0 0 0 15 0 22 0 875188978 16071143424 70231 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11040] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11040/stat : 11040 (java) S 11028 11030 10687 0 -1 4202560 1347 0 0 0 0 0 0 0 16 0 22 0 875188978 16071143424 70231 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11041] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11041/stat : 11041 (java) S 11028 11030 10687 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 875188979 16071143424 70231 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 0 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11042] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11042/stat : 11042 (java) S 11028 11030 10687 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 875188979 16071143424 70232 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11043] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11043/stat : 11043 (java) S 11028 11030 10687 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 875188979 16071143424 70232 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11044] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11044/stat : 11044 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 875188981 16071143424 70232 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820989361 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11045] ppid=11028 vsize=15694476 CPUtime=1.23 cores=1,3,5,7
/proc/11030/task/11045/stat : 11045 (java) R 11028 11030 10687 0 -1 4202560 18713 0 0 0 121 2 0 0 15 0 22 0 875188981 16071143424 70232 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 47848839920784 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=11030/tid=11046] ppid=11028 vsize=15694476 CPUtime=0.68 cores=1,3,5,7
/proc/11030/task/11046/stat : 11046 (java) S 11028 11030 10687 0 -1 4202560 4097 0 0 0 68 0 0 0 15 0 22 0 875188981 16071143424 70232 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11047] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11047/stat : 11047 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 875188981 16071143424 70232 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11048] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11048/stat : 11048 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875188981 16071143424 70233 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11049] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11049/stat : 11049 (java) S 11028 11030 10687 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 22 0 875189086 16071143424 70233 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11050] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11050/stat : 11050 (java) S 11028 11030 10687 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 875189086 16071143424 70233 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11051] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11051/stat : 11051 (java) S 11028 11030 10687 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 875189086 16071143424 70233 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11052] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11052/stat : 11052 (java) S 11028 11030 10687 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 875189086 16071143424 70233 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 15694476

[startup+6.3014 s]
/proc/loadavg: 7.74 8.11 7.08 11/220 11111
/proc/meminfo: memFree=31380408/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=15694476 CPUtime=15.29 cores=1,3,5,7
/proc/11030/stat : 11030 (java) S 11028 11030 10687 0 -1 4202496 240110 0 1 0 1497 32 0 0 25 0 22 0 875188976 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 3923619 228408 2275 9 0 3914338 0
[pid=11030/tid=11032] ppid=11028 vsize=15694476 CPUtime=3.28 cores=1,3,5,7
/proc/11030/task/11032/stat : 11032 (java) S 11028 11030 10687 0 -1 4202560 55559 0 1 0 321 7 0 0 25 0 22 0 875188977 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11033] ppid=11028 vsize=15694476 CPUtime=0.09 cores=1,3,5,7
/proc/11030/task/11033/stat : 11033 (java) S 11028 11030 10687 0 -1 4202560 15248 0 0 0 7 2 0 0 15 0 22 0 875188978 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11034] ppid=11028 vsize=15694476 CPUtime=0.1 cores=1,3,5,7
/proc/11030/task/11034/stat : 11034 (java) S 11028 11030 10687 0 -1 4202560 12767 0 0 0 9 1 0 0 16 0 22 0 875188978 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11035] ppid=11028 vsize=15694476 CPUtime=0.12 cores=1,3,5,7
/proc/11030/task/11035/stat : 11035 (java) S 11028 11030 10687 0 -1 4202560 16066 0 0 0 10 2 0 0 16 0 22 0 875188978 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11036] ppid=11028 vsize=15694476 CPUtime=0.09 cores=1,3,5,7
/proc/11030/task/11036/stat : 11036 (java) S 11028 11030 10687 0 -1 4202560 15167 0 0 0 8 1 0 0 16 0 22 0 875188978 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11037] ppid=11028 vsize=15694476 CPUtime=0.09 cores=1,3,5,7
/proc/11030/task/11037/stat : 11037 (java) S 11028 11030 10687 0 -1 4202560 12155 0 0 0 8 1 0 0 16 0 22 0 875188978 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11038] ppid=11028 vsize=15694476 CPUtime=0.07 cores=1,3,5,7
/proc/11030/task/11038/stat : 11038 (java) S 11028 11030 10687 0 -1 4202560 8835 0 0 0 6 1 0 0 15 0 22 0 875188978 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11039] ppid=11028 vsize=15694476 CPUtime=0.12 cores=1,3,5,7
/proc/11030/task/11039/stat : 11039 (java) S 11028 11030 10687 0 -1 4202560 17016 0 0 0 9 3 0 0 16 0 22 0 875188978 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11040] ppid=11028 vsize=15694476 CPUtime=0.02 cores=1,3,5,7
/proc/11030/task/11040/stat : 11040 (java) S 11028 11030 10687 0 -1 4202560 5917 0 0 0 2 0 0 0 15 0 22 0 875188978 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11041] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11041/stat : 11041 (java) S 11028 11030 10687 0 -1 4202560 534 0 0 0 0 0 0 0 15 0 22 0 875188979 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 0 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11042] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11042/stat : 11042 (java) S 11028 11030 10687 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 875188979 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11043] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11043/stat : 11043 (java) S 11028 11030 10687 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 875188979 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11044] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11044/stat : 11044 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 875188981 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820989361 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11045] ppid=11028 vsize=15694476 CPUtime=1.6 cores=1,3,5,7
/proc/11030/task/11045/stat : 11045 (java) S 11028 11030 10687 0 -1 4202560 18760 0 0 0 158 2 0 0 15 0 22 0 875188981 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11046] ppid=11028 vsize=15694476 CPUtime=0.88 cores=1,3,5,7
/proc/11030/task/11046/stat : 11046 (java) S 11028 11030 10687 0 -1 4202560 4127 0 0 0 88 0 0 0 15 0 22 0 875188981 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11047] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11047/stat : 11047 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 875188981 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11048] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11048/stat : 11048 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875188981 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11049] ppid=11028 vsize=15694476 CPUtime=1.95 cores=1,3,5,7
/proc/11030/task/11049/stat : 11049 (java) R 11028 11030 10687 0 -1 4202560 13176 0 0 0 194 1 0 0 16 0 22 0 875189086 16071143424 228408 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 47848845197739 0 4 0 16800975 0 0 0 -1 7 0 0 0

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

[pid=11030/tid=11043] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11043/stat : 11043 (java) S 11028 11030 10687 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 875188979 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11044] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11044/stat : 11044 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820989361 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11045] ppid=11028 vsize=15694476 CPUtime=1.65 cores=1,3,5,7
/proc/11030/task/11045/stat : 11045 (java) S 11028 11030 10687 0 -1 4202560 18761 0 0 0 163 2 0 0 16 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11046] ppid=11028 vsize=15694476 CPUtime=1.01 cores=1,3,5,7
/proc/11030/task/11046/stat : 11046 (java) S 11028 11030 10687 0 -1 4202560 4154 0 0 0 101 0 0 0 15 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11047] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11047/stat : 11047 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11048] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11048/stat : 11048 (java) S 11028 11030 10687 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11049] ppid=11028 vsize=15694476 CPUtime=332.64 cores=1,3,5,7
/proc/11030/task/11049/stat : 11049 (java) S 11028 11030 10687 0 -1 4202560 106274 0 0 0 33246 18 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11050] ppid=11028 vsize=15694476 CPUtime=334.91 cores=1,3,5,7
/proc/11030/task/11050/stat : 11050 (java) S 11028 11030 10687 0 -1 4202560 96977 0 0 0 33473 18 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11051] ppid=11028 vsize=15694476 CPUtime=334.55 cores=1,3,5,7
/proc/11030/task/11051/stat : 11051 (java) S 11028 11030 10687 0 -1 4202560 90715 0 0 0 33438 17 0 0 16 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11052] ppid=11028 vsize=15694476 CPUtime=334.47 cores=1,3,5,7
/proc/11030/task/11052/stat : 11052 (java) S 11028 11030 10687 0 -1 4202560 112270 0 0 0 33432 15 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2205.39
Current children cumulated vsize (KiB) 15694476

[startup+1242.3 s]
/proc/loadavg: 3.27 4.77 5.79 2/193 11171
/proc/meminfo: memFree=17120532/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=15694476 CPUtime=2266.26 cores=1,3,5,7
/proc/11030/stat : 11030 (java) S 11028 11030 10687 0 -1 4202496 3913997 0 1 0 225994 632 0 0 25 0 22 0 875188976 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 3923619 3870283 2294 9 0 3914338 0
[pid=11030/tid=11032] ppid=11028 vsize=15694476 CPUtime=3.28 cores=1,3,5,7
/proc/11030/task/11032/stat : 11032 (java) S 11028 11030 10687 0 -1 4202560 55559 0 1 0 321 7 0 0 25 0 22 0 875188977 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11033] ppid=11028 vsize=15694476 CPUtime=3.65 cores=1,3,5,7
/proc/11030/task/11033/stat : 11033 (java) S 11028 11030 10687 0 -1 4202560 404854 0 0 0 300 65 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11034] ppid=11028 vsize=15694476 CPUtime=3.7 cores=1,3,5,7
/proc/11030/task/11034/stat : 11034 (java) S 11028 11030 10687 0 -1 4202560 326908 0 0 0 317 53 0 0 15 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11035] ppid=11028 vsize=15694476 CPUtime=3.11 cores=1,3,5,7
/proc/11030/task/11035/stat : 11035 (java) S 11028 11030 10687 0 -1 4202560 263416 0 0 0 270 41 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11036] ppid=11028 vsize=15694476 CPUtime=2.45 cores=1,3,5,7
/proc/11030/task/11036/stat : 11036 (java) S 11028 11030 10687 0 -1 4202560 311453 0 0 0 196 49 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11037] ppid=11028 vsize=15694476 CPUtime=3.09 cores=1,3,5,7
/proc/11030/task/11037/stat : 11037 (java) S 11028 11030 10687 0 -1 4202560 363455 0 0 0 251 58 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11038] ppid=11028 vsize=15694476 CPUtime=3.89 cores=1,3,5,7
/proc/11030/task/11038/stat : 11038 (java) S 11028 11030 10687 0 -1 4202560 420655 0 0 0 323 66 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11039] ppid=11028 vsize=15694476 CPUtime=3.14 cores=1,3,5,7
/proc/11030/task/11039/stat : 11039 (java) S 11028 11030 10687 0 -1 4202560 383105 0 0 0 253 61 0 0 15 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11040] ppid=11028 vsize=15694476 CPUtime=2.55 cores=1,3,5,7
/proc/11030/task/11040/stat : 11040 (java) S 11028 11030 10687 0 -1 4202560 300089 0 0 0 207 48 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11041] ppid=11028 vsize=15694476 CPUtime=896.83 cores=1,3,5,7
/proc/11030/task/11041/stat : 11041 (java) R 11028 11030 10687 0 -1 4202560 653478 0 0 0 89579 104 0 0 18 0 22 0 875188979 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 47848842273084 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=11030/tid=11042] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11042/stat : 11042 (java) S 11028 11030 10687 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 875188979 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11043] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11043/stat : 11043 (java) S 11028 11030 10687 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 875188979 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11044] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11044/stat : 11044 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820989361 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11045] ppid=11028 vsize=15694476 CPUtime=1.65 cores=1,3,5,7
/proc/11030/task/11045/stat : 11045 (java) S 11028 11030 10687 0 -1 4202560 18761 0 0 0 163 2 0 0 16 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11046] ppid=11028 vsize=15694476 CPUtime=1.01 cores=1,3,5,7
/proc/11030/task/11046/stat : 11046 (java) S 11028 11030 10687 0 -1 4202560 4154 0 0 0 101 0 0 0 15 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11047] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11047/stat : 11047 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11048] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11048/stat : 11048 (java) S 11028 11030 10687 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11049] ppid=11028 vsize=15694476 CPUtime=332.95 cores=1,3,5,7
/proc/11030/task/11049/stat : 11049 (java) S 11028 11030 10687 0 -1 4202560 106390 0 0 0 33276 19 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11050] ppid=11028 vsize=15694476 CPUtime=335.19 cores=1,3,5,7
/proc/11030/task/11050/stat : 11050 (java) S 11028 11030 10687 0 -1 4202560 97154 0 0 0 33501 18 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11051] ppid=11028 vsize=15694476 CPUtime=334.85 cores=1,3,5,7
/proc/11030/task/11051/stat : 11051 (java) S 11028 11030 10687 0 -1 4202560 90737 0 0 0 33467 18 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11052] ppid=11028 vsize=15694476 CPUtime=334.77 cores=1,3,5,7
/proc/11030/task/11052/stat : 11052 (java) S 11028 11030 10687 0 -1 4202560 112371 0 0 0 33461 16 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2266.26
Current children cumulated vsize (KiB) 15694476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.83 4.08 5.49 2/193 11173
/proc/meminfo: memFree=17120856/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=15694476 CPUtime=2324 cores=1,3,5,7
/proc/11030/stat : 11030 (java) S 11028 11030 10687 0 -1 4202496 3914384 0 1 0 231762 638 0 0 25 0 22 0 875188976 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 3923619 3870283 2294 9 0 3914338 0
[pid=11030/tid=11032] ppid=11028 vsize=15694476 CPUtime=3.28 cores=1,3,5,7
/proc/11030/task/11032/stat : 11032 (java) S 11028 11030 10687 0 -1 4202560 55559 0 1 0 321 7 0 0 25 0 22 0 875188977 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11033] ppid=11028 vsize=15694476 CPUtime=3.65 cores=1,3,5,7
/proc/11030/task/11033/stat : 11033 (java) S 11028 11030 10687 0 -1 4202560 404854 0 0 0 300 65 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11034] ppid=11028 vsize=15694476 CPUtime=3.7 cores=1,3,5,7
/proc/11030/task/11034/stat : 11034 (java) S 11028 11030 10687 0 -1 4202560 326908 0 0 0 317 53 0 0 15 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11035] ppid=11028 vsize=15694476 CPUtime=3.11 cores=1,3,5,7
/proc/11030/task/11035/stat : 11035 (java) S 11028 11030 10687 0 -1 4202560 263416 0 0 0 270 41 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11036] ppid=11028 vsize=15694476 CPUtime=2.45 cores=1,3,5,7
/proc/11030/task/11036/stat : 11036 (java) S 11028 11030 10687 0 -1 4202560 311453 0 0 0 196 49 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11037] ppid=11028 vsize=15694476 CPUtime=3.09 cores=1,3,5,7
/proc/11030/task/11037/stat : 11037 (java) S 11028 11030 10687 0 -1 4202560 363455 0 0 0 251 58 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11038] ppid=11028 vsize=15694476 CPUtime=3.89 cores=1,3,5,7
/proc/11030/task/11038/stat : 11038 (java) S 11028 11030 10687 0 -1 4202560 420655 0 0 0 323 66 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11039] ppid=11028 vsize=15694476 CPUtime=3.14 cores=1,3,5,7
/proc/11030/task/11039/stat : 11039 (java) S 11028 11030 10687 0 -1 4202560 383105 0 0 0 253 61 0 0 15 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11040] ppid=11028 vsize=15694476 CPUtime=2.55 cores=1,3,5,7
/proc/11030/task/11040/stat : 11040 (java) S 11028 11030 10687 0 -1 4202560 300089 0 0 0 207 48 0 0 16 0 22 0 875188978 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11041] ppid=11028 vsize=15694476 CPUtime=954.51 cores=1,3,5,7
/proc/11030/task/11041/stat : 11041 (java) R 11028 11030 10687 0 -1 4202560 653483 0 0 0 95344 107 0 0 18 0 22 0 875188979 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 47848842273084 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=11030/tid=11042] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11042/stat : 11042 (java) S 11028 11030 10687 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 875188979 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 7 0 0 0
[pid=11030/tid=11043] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11043/stat : 11043 (java) S 11028 11030 10687 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 875188979 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11044] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11044/stat : 11044 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820989361 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11045] ppid=11028 vsize=15694476 CPUtime=1.65 cores=1,3,5,7
/proc/11030/task/11045/stat : 11045 (java) S 11028 11030 10687 0 -1 4202560 18761 0 0 0 163 2 0 0 16 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11046] ppid=11028 vsize=15694476 CPUtime=1.01 cores=1,3,5,7
/proc/11030/task/11046/stat : 11046 (java) S 11028 11030 10687 0 -1 4202560 4154 0 0 0 101 0 0 0 15 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11047] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11047/stat : 11047 (java) S 11028 11030 10687 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
[pid=11030/tid=11048] ppid=11028 vsize=15694476 CPUtime=0 cores=1,3,5,7
/proc/11030/task/11048/stat : 11048 (java) S 11028 11030 10687 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 875188981 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820982272 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11049] ppid=11028 vsize=15694476 CPUtime=332.98 cores=1,3,5,7
/proc/11030/task/11049/stat : 11049 (java) S 11028 11030 10687 0 -1 4202560 106390 0 0 0 33279 19 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 5 0 0 0
[pid=11030/tid=11050] ppid=11028 vsize=15694476 CPUtime=335.2 cores=1,3,5,7
/proc/11030/task/11050/stat : 11050 (java) S 11028 11030 10687 0 -1 4202560 97201 0 0 0 33502 18 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11051] ppid=11028 vsize=15694476 CPUtime=334.86 cores=1,3,5,7
/proc/11030/task/11051/stat : 11051 (java) S 11028 11030 10687 0 -1 4202560 90908 0 0 0 33468 18 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 1 0 0 0
[pid=11030/tid=11052] ppid=11028 vsize=15694476 CPUtime=334.78 cores=1,3,5,7
/proc/11030/task/11052/stat : 11052 (java) S 11028 11030 10687 0 -1 4202560 112532 0 0 0 33461 17 0 0 15 0 22 0 875189086 16071143424 3870283 33554432000 1073741824 1073778376 140734728725072 18446744073709551615 230820981657 0 4 0 16800975 18446604462585605184 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2324
Current children cumulated vsize (KiB) 15694476

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11030

[startup+1302.3 s]
/proc/loadavg: 1.83 4.08 5.49 2/194 11174
/proc/meminfo: memFree=17120600/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=0 CPUtime=2326.29 cores=1,3,5,7
/proc/11030/stat : 11030 (java) Z 11028 11030 10687 0 -1 4203548 3914403 0 1 0 231963 666 0 0 18 0 2 0 875188976 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 0 0 0 0 0 0 0
[pid=11030/tid=11047] ppid=11028 vsize=0 CPUtime=0.28 cores=1,3,5,7
/proc/11030/task/11047/stat : 11047 (java) R 11028 11030 10687 0 -1 4203588 1 0 0 0 0 28 0 0 18 0 2 0 875188981 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2326.29
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 1.83 4.08 5.49 2/194 11174
/proc/meminfo: memFree=17120600/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=0 CPUtime=2326.39 cores=1,3,5,7
/proc/11030/stat : 11030 (java) Z 11028 11030 10687 0 -1 4203548 3914403 0 1 0 231963 676 0 0 18 0 2 0 875188976 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 0 0 0 0 0 0 0
[pid=11030/tid=11047] ppid=11028 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/11030/task/11047/stat : 11047 (java) R 11028 11030 10687 0 -1 4203588 1 0 0 0 0 38 0 0 18 0 2 0 875188981 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2326.39
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 1.83 4.08 5.49 2/173 11174
/proc/meminfo: memFree=32430012/32951124 swapFree=67052920/67111528
[pid=11030] ppid=11028 vsize=0 CPUtime=2326.49 cores=1,3,5,7
/proc/11030/stat : 11030 (java) Z 11028 11030 10687 0 -1 4203548 3914403 0 1 0 231963 686 0 0 18 0 2 0 875188976 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/11030/statm: 0 0 0 0 0 0 0
[pid=11030/tid=11047] ppid=11028 vsize=0 CPUtime=0.48 cores=1,3,5,7
/proc/11030/task/11047/stat : 11047 (java) R 11028 11030 10687 0 -1 4203588 1 0 0 0 0 48 0 0 18 0 2 0 875188981 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2326.49
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.51
CPU time (s): 2326.51
CPU user time (s): 2319.64
CPU system time (s): 6.87296
CPU usage (%): 178.618
Max. virtual memory (cumulated for all children) (KiB): 15694476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2319.64
system time used= 6.87296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3914403
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= 65153
involuntary context switches= 41411

runsolver used 2.19567 second user time and 4.96324 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-09 18:11:25
IDJOB=3311198
IDBENCH=82583
IDSOLVER=1698
FILE ID=node104/3311198-1307635885
RUNJOBID= node104-1307633278-10706
PBS_JOBID= 13549387
Free space on /tmp= 74160 MiB

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

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

MD5SUM BENCH= ec4818cc72441ba3110ddbe772c6ebb9
RANDOM SEED=1588753541

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20309064 kB
Buffers:         24448 kB
Cached:         163808 kB
SwapCached:      10260 kB
Active:       12374304 kB
Inactive:       101640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20309064 kB
SwapTotal:    67111528 kB
SwapFree:     67052920 kB
Dirty:            5864 kB
Writeback:           0 kB
AnonPages:    12284300 kB
Mapped:          17572 kB
Slab:            74012 kB
PageTables:      34008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 15723536 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= 74176 MiB
End job on node104 at 2011-06-09 18:33:08