Trace number 3312264

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) 4186.24 1302.2

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications 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 variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
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	23:21 INFO : Reading from input HOME/instance-3312264-1304076201.cnf
2.50/2.24	Executor set job limit to 1000000
2.50/2.24	Executor set job limit to 1000000
2.50/2.24	Executor set job limit to 1000000
2.50/2.24	Executor set job limit to 1000000
2.50/2.25	Starting Executor!
2.50/2.25	Starting Executor!
2.50/2.25	Starting Executor!
2.50/2.25	Starting Executor!
60.71/56.73	24:18 INFO : 199906 variables remaining out of 200440
60.71/56.73	24:18 INFO : 20699569 literals remaining out of 1996714
4000.52/1194.32	43:16 ERROR: Failed to solve instance
4000.52/1194.32	java.lang.OutOfMemoryError: GC overhead limit exceeded
4000.52/1194.32		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
4000.52/1194.32		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
4000.52/1194.32		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:39)
4000.52/1194.32		at ibis.structure.Solver.addBinary(Solver.java:97)
4000.52/1194.32		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
4000.52/1194.32		at ibis.structure.Solver.simplify(Solver.java:191)
4000.52/1194.32		at ibis.structure.Solver.solve(Solver.java:113)
4000.52/1194.32		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
4000.52/1194.32		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4000.52/1194.32		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4000.52/1194.32		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4000.52/1194.32		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4000.52/1194.32		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4000.52/1194.32		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4000.52/1194.32		at ibis.constellation.Executor.processActivities(Executor.java:75)
4000.52/1194.32		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4000.52/1194.32		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4000.52/1194.32		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
4026.16/1215.76	43:37 ERROR: Failed to solve instance
4026.16/1215.76	java.lang.OutOfMemoryError: GC overhead limit exceeded
4026.16/1215.76		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
4026.16/1215.76		at gnu.trove.THash.compact(THash.java:197)
4026.16/1215.76		at gnu.trove.THash.removeAt(THash.java:261)
4026.16/1215.76		at gnu.trove.TPrimitiveHash.removeAt(TPrimitiveHash.java:109)
4026.16/1215.76		at gnu.trove.TIntHash.removeAt(TIntHash.java:173)
4026.16/1215.76		at gnu.trove.TIntHashSet.remove(TIntHashSet.java:264)
4026.16/1215.76		at ibis.structure.WatchLists.removeClause(WatchLists.java:152)
4026.16/1215.76		at ibis.structure.Solver.propagate(Solver.java:271)
4026.16/1215.76		at ibis.structure.Solver.simplify(Solver.java:188)
4026.16/1215.76		at ibis.structure.Solver.solve(Solver.java:113)
4026.16/1215.76		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
4026.16/1215.76		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4026.16/1215.76		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4026.16/1215.76		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4026.16/1215.76		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4026.16/1215.76		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4026.16/1215.76		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4026.16/1215.76		at ibis.constellation.Executor.processActivities(Executor.java:75)
4026.16/1215.76		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4026.16/1215.76		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4026.16/1215.76		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
4040.78/1228.33	43:49 ERROR: Failed to solve instance
4040.78/1228.33	java.lang.OutOfMemoryError: GC overhead limit exceeded
4040.78/1228.33		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
4040.78/1228.33		at gnu.trove.THash.postInsertHook(THash.java:370)
4040.78/1228.33		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
4040.78/1228.33		at ibis.structure.WatchLists.build(WatchLists.java:56)
4040.78/1228.33		at ibis.structure.Solver.<init>(Solver.java:45)
4040.78/1228.33		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
4040.78/1228.33		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
4040.78/1228.33		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
4040.78/1228.33		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
4040.78/1228.33		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
4040.78/1228.33		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
4040.78/1228.33		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
4040.78/1228.33		at ibis.constellation.Executor.processActivities(Executor.java:75)
4040.78/1228.33		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
4040.78/1228.33		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
4040.78/1228.33		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-3312264-1304076201/watcher-3312264-1304076201 -o /tmp/evaluation-result-3312264-1304076201/solver-3312264-1304076201 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312264-1304076201.cnf -hbr 2 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.82 8.03 7.97 7/198 11486
/proc/meminfo: memFree=19143416/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=24004 CPUtime=0 cores=0,2,4,6
/proc/11486/stat : 11486 (java) R 11484 11486 11292 0 -1 4202496 1382 0 0 0 0 0 0 0 24 0 2 0 500036246 24580096 861 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255106825201 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 6014 866 664 9 0 381 0
[pid=11486/tid=11487] ppid=11484 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) R 11484 11486 11292 0 -1 4202560 56 0 0 0 0 0 0 0 25 0 2 0 500036246 26714112 883 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255101845127 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0255531 s]
/proc/loadavg: 7.82 8.03 7.97 7/198 11486
/proc/meminfo: memFree=19143416/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=15604116 CPUtime=0.01 cores=0,2,4,6
/proc/11486/stat : 11486 (java) S 11484 11486 11292 0 -1 4202496 3472 0 1 0 1 0 0 0 24 0 13 0 500036246 15978614784 2911 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 3901029 2911 1651 9 0 3891777 0
[pid=11486/tid=11487] ppid=11484 vsize=15604116 CPUtime=0.01 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) R 11484 11486 11292 0 -1 4202560 2082 0 1 0 1 0 0 0 25 0 13 0 500036246 15978614784 2911 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46914344542005 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604116

[startup+0.100592 s]
/proc/loadavg: 7.82 8.03 7.97 7/198 11486
/proc/meminfo: memFree=19143416/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=15676380 CPUtime=0.1 cores=0,2,4,6
/proc/11486/stat : 11486 (java) S 11484 11486 11292 0 -1 4202496 5596 0 1 0 9 1 0 0 24 0 18 0 500036246 16052613120 4990 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 3919095 4990 2116 9 0 3909814 0
[pid=11486/tid=11487] ppid=11484 vsize=15676380 CPUtime=0.08 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) S 11484 11486 11292 0 -1 4202560 3398 0 1 0 8 0 0 0 25 0 18 0 500036246 16052613120 4990 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118598111 0 2147483391 0 16800975 18446744071699199166 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676380

[startup+0.300506 s]
/proc/loadavg: 7.82 8.03 7.97 7/198 11486
/proc/meminfo: memFree=19143416/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=15679676 CPUtime=0.5 cores=0,2,4,6
/proc/11486/stat : 11486 (java) S 11484 11486 11292 0 -1 4202496 14712 0 1 0 48 2 0 0 24 0 18 0 500036246 16055988224 13165 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 3919919 13170 2207 9 0 3910638 0
[pid=11486/tid=11487] ppid=11484 vsize=15679676 CPUtime=0.28 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) R 11484 11486 11292 0 -1 4202560 9557 0 1 0 27 1 0 0 25 0 18 0 500036246 16055988224 13174 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46912505630995 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15679676

[startup+0.700472 s]
/proc/loadavg: 7.82 8.03 7.97 7/198 11486
/proc/meminfo: memFree=19143416/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=15679676 CPUtime=0.91 cores=0,2,4,6
/proc/11486/stat : 11486 (java) S 11484 11486 11292 0 -1 4202496 42221 0 1 0 86 5 0 0 24 0 18 0 500036246 16055988224 40672 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 3919919 40672 2223 9 0 3910638 0
[pid=11486/tid=11487] ppid=11484 vsize=15679676 CPUtime=0.67 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) R 11484 11486 11292 0 -1 4202560 35489 0 1 0 63 4 0 0 25 0 18 0 500036246 16055988224 40672 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46912505525524 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 15679676

[startup+1.50133 s]
/proc/loadavg: 7.59 7.98 7.96 6/216 11504
/proc/meminfo: memFree=18695760/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=15679676 CPUtime=1.73 cores=0,2,4,6
/proc/11486/stat : 11486 (java) S 11484 11486 11292 0 -1 4202496 76120 0 1 0 163 10 0 0 24 0 18 0 500036246 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 3919919 74568 2223 9 0 3910638 0
[pid=11486/tid=11487] ppid=11484 vsize=15679676 CPUtime=1.47 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) R 11484 11486 11292 0 -1 4202560 65854 0 1 0 138 9 0 0 25 0 18 0 500036246 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46912505520209 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11486/tid=11489] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11489/stat : 11489 (java) S 11484 11486 11292 0 -1 4202560 2196 0 0 0 0 0 0 0 16 0 18 0 500036247 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11490] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11490/stat : 11490 (java) S 11484 11486 11292 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500036247 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11491] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11491/stat : 11491 (java) S 11484 11486 11292 0 -1 4202560 1681 0 0 0 0 0 0 0 16 0 18 0 500036247 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11492] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11492/stat : 11492 (java) S 11484 11486 11292 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 18 0 500036247 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
[pid=11486/tid=11493] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11493/stat : 11493 (java) S 11484 11486 11292 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 500036247 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11494] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11494/stat : 11494 (java) S 11484 11486 11292 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 18 0 500036247 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11495] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11495/stat : 11495 (java) S 11484 11486 11292 0 -1 4202560 888 0 0 0 0 0 0 0 16 0 18 0 500036247 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11496] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11496/stat : 11496 (java) S 11484 11486 11292 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 18 0 500036247 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11497] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11497/stat : 11497 (java) S 11484 11486 11292 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 18 0 500036248 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118585344 0 0 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11498] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11498/stat : 11498 (java) S 11484 11486 11292 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 500036248 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11499] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11499/stat : 11499 (java) S 11484 11486 11292 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 500036248 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11500] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11500/stat : 11500 (java) S 11484 11486 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 500036250 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118592433 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11501] ppid=11484 vsize=15679676 CPUtime=0.12 cores=0,2,4,6
/proc/11486/task/11501/stat : 11501 (java) S 11484 11486 11292 0 -1 4202560 2395 0 0 0 12 0 0 0 15 0 18 0 500036250 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11502] ppid=11484 vsize=15679676 CPUtime=0.1 cores=0,2,4,6
/proc/11486/task/11502/stat : 11502 (java) S 11484 11486 11292 0 -1 4202560 1376 0 0 0 10 0 0 0 16 0 18 0 500036250 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11503] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11503/stat : 11503 (java) S 11484 11486 11292 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 500036250 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11504] ppid=11484 vsize=15679676 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11504/stat : 11504 (java) S 11484 11486 11292 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 500036250 16055988224 74568 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118585344 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 15679676

[startup+3.10104 s]
/proc/loadavg: 7.59 7.98 7.96 6/216 11504
/proc/meminfo: memFree=18032484/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=15738660 CPUtime=4.13 cores=0,2,4,6
/proc/11486/stat : 11486 (java) S 11484 11486 11292 0 -1 4202496 159536 0 1 0 392 21 0 0 24 0 22 0 500036246 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 3934665 153440 2266 9 0 3925384 0
[pid=11486/tid=11487] ppid=11484 vsize=15738660 CPUtime=3.03 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) R 11484 11486 11292 0 -1 4202560 116851 0 1 0 288 15 0 0 25 0 22 0 500036246 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46914340397971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11486/tid=11489] ppid=11484 vsize=15738660 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11489/stat : 11489 (java) S 11484 11486 11292 0 -1 4202560 2196 0 0 0 0 0 0 0 15 0 22 0 500036247 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11490] ppid=11484 vsize=15738660 CPUtime=0.02 cores=0,2,4,6
/proc/11486/task/11490/stat : 11490 (java) S 11484 11486 11292 0 -1 4202560 2773 0 0 0 2 0 0 0 16 0 22 0 500036247 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11491] ppid=11484 vsize=15738660 CPUtime=0.03 cores=0,2,4,6
/proc/11486/task/11491/stat : 11491 (java) S 11484 11486 11292 0 -1 4202560 6692 0 0 0 3 0 0 0 16 0 22 0 500036247 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
[pid=11486/tid=11492] ppid=11484 vsize=15738660 CPUtime=0.01 cores=0,2,4,6
/proc/11486/task/11492/stat : 11492 (java) S 11484 11486 11292 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 22 0 500036247 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
[pid=11486/tid=11493] ppid=11484 vsize=15738660 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11493/stat : 11493 (java) S 11484 11486 11292 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 22 0 500036247 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11494] ppid=11484 vsize=15738660 CPUtime=0.02 cores=0,2,4,6
/proc/11486/task/11494/stat : 11494 (java) S 11484 11486 11292 0 -1 4202560 3648 0 0 0 2 0 0 0 16 0 22 0 500036247 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
[pid=11486/tid=11495] ppid=11484 vsize=15738660 CPUtime=0.02 cores=0,2,4,6
/proc/11486/task/11495/stat : 11495 (java) S 11484 11486 11292 0 -1 4202560 3949 0 0 0 2 0 0 0 16 0 22 0 500036247 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11496] ppid=11484 vsize=15738660 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11496/stat : 11496 (java) S 11484 11486 11292 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 22 0 500036247 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11497] ppid=11484 vsize=15738660 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11497/stat : 11497 (java) S 11484 11486 11292 0 -1 4202560 456 0 0 0 0 0 0 0 15 0 22 0 500036248 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118585344 0 0 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11498] ppid=11484 vsize=15738660 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11498/stat : 11498 (java) S 11484 11486 11292 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 500036248 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11499] ppid=11484 vsize=15738660 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11499/stat : 11499 (java) S 11484 11486 11292 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 500036248 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11500] ppid=11484 vsize=15738660 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11500/stat : 11500 (java) S 11484 11486 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500036250 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118592433 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11501] ppid=11484 vsize=15738660 CPUtime=0.21 cores=0,2,4,6
/proc/11486/task/11501/stat : 11501 (java) S 11484 11486 11292 0 -1 4202560 2451 0 0 0 21 0 0 0 15 0 22 0 500036250 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11502] ppid=11484 vsize=15738660 CPUtime=0.71 cores=0,2,4,6
/proc/11486/task/11502/stat : 11502 (java) R 11484 11486 11292 0 -1 4202560 18700 0 0 0 69 2 0 0 16 0 22 0 500036250 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46914341229926 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11486/tid=11503] ppid=11484 vsize=15738660 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11503/stat : 11503 (java) S 11484 11486 11292 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 500036250 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11504] ppid=11484 vsize=15738660 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11504/stat : 11504 (java) S 11484 11486 11292 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500036250 16116387840 153440 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118585344 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 15738660

[startup+6.3015 s]
/proc/loadavg: 7.46 7.95 7.95 6/220 11508
/proc/meminfo: memFree=17162328/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=15737784 CPUtime=9.37 cores=0,2,4,6
/proc/11486/stat : 11486 (java) S 11484 11486 11292 0 -1 4202496 167862 0 1 0 915 22 0 0 24 0 22 0 500036246 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 3934446 153925 2276 9 0 3925165 0
[pid=11486/tid=11487] ppid=11484 vsize=15737784 CPUtime=6.23 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) R 11484 11486 11292 0 -1 4202560 116863 0 1 0 608 15 0 0 21 0 22 0 500036246 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46912505982437 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11486/tid=11489] ppid=11484 vsize=15737784 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11489/stat : 11489 (java) S 11484 11486 11292 0 -1 4202560 2196 0 0 0 0 0 0 0 15 0 22 0 500036247 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11490] ppid=11484 vsize=15737784 CPUtime=0.02 cores=0,2,4,6
/proc/11486/task/11490/stat : 11490 (java) S 11484 11486 11292 0 -1 4202560 2773 0 0 0 2 0 0 0 16 0 22 0 500036247 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11491] ppid=11484 vsize=15737784 CPUtime=0.03 cores=0,2,4,6
/proc/11486/task/11491/stat : 11491 (java) S 11484 11486 11292 0 -1 4202560 6692 0 0 0 3 0 0 0 16 0 22 0 500036247 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
[pid=11486/tid=11492] ppid=11484 vsize=15737784 CPUtime=0.01 cores=0,2,4,6
/proc/11486/task/11492/stat : 11492 (java) S 11484 11486 11292 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 22 0 500036247 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
[pid=11486/tid=11493] ppid=11484 vsize=15737784 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11493/stat : 11493 (java) S 11484 11486 11292 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 22 0 500036247 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11494] ppid=11484 vsize=15737784 CPUtime=0.02 cores=0,2,4,6
/proc/11486/task/11494/stat : 11494 (java) S 11484 11486 11292 0 -1 4202560 3648 0 0 0 2 0 0 0 16 0 22 0 500036247 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
[pid=11486/tid=11495] ppid=11484 vsize=15737784 CPUtime=0.02 cores=0,2,4,6
/proc/11486/task/11495/stat : 11495 (java) S 11484 11486 11292 0 -1 4202560 3949 0 0 0 2 0 0 0 16 0 22 0 500036247 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11496] ppid=11484 vsize=15737784 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11496/stat : 11496 (java) S 11484 11486 11292 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 22 0 500036247 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11497] ppid=11484 vsize=15737784 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11497/stat : 11497 (java) S 11484 11486 11292 0 -1 4202560 456 0 0 0 0 0 0 0 15 0 22 0 500036248 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118585344 0 0 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11498] ppid=11484 vsize=15737784 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11498/stat : 11498 (java) S 11484 11486 11292 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 22 0 500036248 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11499] ppid=11484 vsize=15737784 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11499/stat : 11499 (java) S 11484 11486 11292 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 500036248 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11500] ppid=11484 vsize=15737784 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11500/stat : 11500 (java) S 11484 11486 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500036250 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118592433 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11501] ppid=11484 vsize=15737784 CPUtime=0.31 cores=0,2,4,6
/proc/11486/task/11501/stat : 11501 (java) S 11484 11486 11292 0 -1 4202560 2465 0 0 0 31 0 0 0 15 0 22 0 500036250 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11502] ppid=11484 vsize=15737784 CPUtime=2.65 cores=0,2,4,6
/proc/11486/task/11502/stat : 11502 (java) S 11484 11486 11292 0 -1 4202560 26999 0 0 0 262 3 0 0 15 0 22 0 500036250 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
[pid=11486/tid=11503] ppid=11484 vsize=15737784 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11503/stat : 11503 (java) S 11484 11486 11292 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 500036250 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11504] ppid=11484 vsize=15737784 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11504/stat : 11504 (java) S 11484 11486 11292 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 500036250 16115490816 153925 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118585344 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0

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

[pid=11486/tid=11501] ppid=11484 vsize=15707780 CPUtime=1.45 cores=0,2,4,6
/proc/11486/task/11501/stat : 11501 (java) S 11484 11486 11292 0 -1 4202560 6678 0 0 0 145 0 0 0 15 0 22 0 500036250 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11502] ppid=11484 vsize=15707780 CPUtime=3.66 cores=0,2,4,6
/proc/11486/task/11502/stat : 11502 (java) S 11484 11486 11292 0 -1 4202560 27097 0 0 0 363 3 0 0 15 0 22 0 500036250 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11503] ppid=11484 vsize=15707780 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11503/stat : 11503 (java) S 11484 11486 11292 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 500036250 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11504] ppid=11484 vsize=15707780 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11504/stat : 11504 (java) S 11484 11486 11292 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 500036250 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118585344 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11505] ppid=11484 vsize=15707780 CPUtime=895.69 cores=0,2,4,6
/proc/11486/task/11505/stat : 11505 (java) S 11484 11486 11292 0 -1 4202560 3591 0 0 0 89568 1 0 0 16 0 22 0 500036471 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11506] ppid=11484 vsize=15707780 CPUtime=940.19 cores=0,2,4,6
/proc/11486/task/11506/stat : 11506 (java) S 11484 11486 11292 0 -1 4202560 4416 0 0 0 94018 1 0 0 16 0 22 0 500036471 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11507] ppid=11484 vsize=15707780 CPUtime=942.06 cores=0,2,4,6
/proc/11486/task/11507/stat : 11507 (java) S 11484 11486 11292 0 -1 4202560 58659 0 0 0 94200 6 0 0 16 0 22 0 500036471 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11508] ppid=11484 vsize=15707780 CPUtime=987.18 cores=0,2,4,6
/proc/11486/task/11508/stat : 11508 (java) S 11484 11486 11292 0 -1 4202560 57773 0 0 0 98710 8 0 0 15 0 22 0 500036471 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4066.88
Current children cumulated vsize (KiB) 15707780



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.05 s]
/proc/loadavg: 3.16 5.86 7.05 6/220 11596
/proc/meminfo: memFree=1392072/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=15707780 CPUtime=4182.29 cores=0,2,4,6
/proc/11486/stat : 11486 (java) S 11484 11486 11292 0 -1 4202496 3976019 0 1 0 417521 708 0 0 24 0 22 0 500036246 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 3926945 3812954 2301 9 0 3917664 0
[pid=11486/tid=11487] ppid=11484 vsize=15707780 CPUtime=56.36 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) S 11484 11486 11292 0 -1 4202560 137533 0 1 0 5619 17 0 0 25 0 22 0 500036246 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11489] ppid=11484 vsize=15707780 CPUtime=8.85 cores=0,2,4,6
/proc/11486/task/11489/stat : 11489 (java) S 11484 11486 11292 0 -1 4202560 626594 0 0 0 772 113 0 0 16 0 22 0 500036247 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11490] ppid=11484 vsize=15707780 CPUtime=8.31 cores=0,2,4,6
/proc/11486/task/11490/stat : 11490 (java) S 11484 11486 11292 0 -1 4202560 433295 0 0 0 754 77 0 0 16 0 22 0 500036247 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11491] ppid=11484 vsize=15707780 CPUtime=8.22 cores=0,2,4,6
/proc/11486/task/11491/stat : 11491 (java) S 11484 11486 11292 0 -1 4202560 403354 0 0 0 749 73 0 0 16 0 22 0 500036247 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11492] ppid=11484 vsize=15707780 CPUtime=7.55 cores=0,2,4,6
/proc/11486/task/11492/stat : 11492 (java) S 11484 11486 11292 0 -1 4202560 372206 0 0 0 685 70 0 0 15 0 22 0 500036247 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11493] ppid=11484 vsize=15707780 CPUtime=7.45 cores=0,2,4,6
/proc/11486/task/11493/stat : 11493 (java) S 11484 11486 11292 0 -1 4202560 364260 0 0 0 685 60 0 0 16 0 22 0 500036247 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11494] ppid=11484 vsize=15707780 CPUtime=7.13 cores=0,2,4,6
/proc/11486/task/11494/stat : 11494 (java) S 11484 11486 11292 0 -1 4202560 428844 0 0 0 633 80 0 0 16 0 22 0 500036247 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11495] ppid=11484 vsize=15707780 CPUtime=7.59 cores=0,2,4,6
/proc/11486/task/11495/stat : 11495 (java) S 11484 11486 11292 0 -1 4202560 421163 0 0 0 684 75 0 0 16 0 22 0 500036247 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11496] ppid=11484 vsize=15707780 CPUtime=8.07 cores=0,2,4,6
/proc/11486/task/11496/stat : 11496 (java) S 11484 11486 11292 0 -1 4202560 527460 0 0 0 711 96 0 0 16 0 22 0 500036247 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11497] ppid=11484 vsize=15707780 CPUtime=215.39 cores=0,2,4,6
/proc/11486/task/11497/stat : 11497 (java) S 11484 11486 11292 0 -1 4202560 101525 0 0 0 21520 19 0 0 16 0 22 0 500036248 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118585344 0 0 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
[pid=11486/tid=11498] ppid=11484 vsize=15707780 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11498/stat : 11498 (java) S 11484 11486 11292 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 500036248 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11499] ppid=11484 vsize=15707780 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11499/stat : 11499 (java) S 11484 11486 11292 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 500036248 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11500] ppid=11484 vsize=15707780 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11500/stat : 11500 (java) S 11484 11486 11292 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 500036250 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118592433 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11501] ppid=11484 vsize=15707780 CPUtime=1.45 cores=0,2,4,6
/proc/11486/task/11501/stat : 11501 (java) S 11484 11486 11292 0 -1 4202560 6678 0 0 0 145 0 0 0 15 0 22 0 500036250 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11502] ppid=11484 vsize=15707780 CPUtime=3.66 cores=0,2,4,6
/proc/11486/task/11502/stat : 11502 (java) S 11484 11486 11292 0 -1 4202560 27097 0 0 0 363 3 0 0 15 0 22 0 500036250 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11503] ppid=11484 vsize=15707780 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11503/stat : 11503 (java) S 11484 11486 11292 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 500036250 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11504] ppid=11484 vsize=15707780 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11504/stat : 11504 (java) S 11484 11486 11292 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 22 0 500036250 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118585344 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11505] ppid=11484 vsize=15707780 CPUtime=914.97 cores=0,2,4,6
/proc/11486/task/11505/stat : 11505 (java) R 11484 11486 11292 0 -1 4202560 3604 0 0 0 91496 1 0 0 16 0 22 0 500036471 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46912505862220 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11486/tid=11506] ppid=11484 vsize=15707780 CPUtime=959.45 cores=0,2,4,6
/proc/11486/task/11506/stat : 11506 (java) R 11484 11486 11292 0 -1 4202560 4432 0 0 0 95944 1 0 0 16 0 22 0 500036471 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46912506364704 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11486/tid=11507] ppid=11484 vsize=15707780 CPUtime=961.22 cores=0,2,4,6
/proc/11486/task/11507/stat : 11507 (java) R 11484 11486 11292 0 -1 4202560 58717 0 0 0 96116 6 0 0 15 0 22 0 500036471 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46912505967501 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11486/tid=11508] ppid=11484 vsize=15707780 CPUtime=1006.46 cores=0,2,4,6
/proc/11486/task/11508/stat : 11508 (java) R 11484 11486 11292 0 -1 4202560 57794 0 0 0 100638 8 0 0 16 0 22 0 500036471 16084766720 3812954 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46912506209226 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4182.29
Current children cumulated vsize (KiB) 15707780

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11486

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

[startup+1301.2 s]
/proc/loadavg: 3.16 5.86 7.05 3/223 11599
/proc/meminfo: memFree=1391772/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=15709836 CPUtime=4184.45 cores=0,2,4,6
/proc/11486/stat : 11486 (java) S 11484 11486 11292 0 -1 4202496 3976040 0 1 0 417737 708 0 0 18 0 24 0 500036246 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 3927459 3812973 2301 9 0 3918178 0
[pid=11486/tid=11487] ppid=11484 vsize=15709836 CPUtime=56.36 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) S 11484 11486 11292 0 -1 4202560 137533 0 1 0 5619 17 0 0 25 0 24 0 500036246 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11489] ppid=11484 vsize=15709836 CPUtime=8.85 cores=0,2,4,6
/proc/11486/task/11489/stat : 11489 (java) S 11484 11486 11292 0 -1 4202560 626594 0 0 0 772 113 0 0 16 0 24 0 500036247 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11490] ppid=11484 vsize=15709836 CPUtime=8.31 cores=0,2,4,6
/proc/11486/task/11490/stat : 11490 (java) S 11484 11486 11292 0 -1 4202560 433295 0 0 0 754 77 0 0 16 0 24 0 500036247 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11491] ppid=11484 vsize=15709836 CPUtime=8.22 cores=0,2,4,6
/proc/11486/task/11491/stat : 11491 (java) S 11484 11486 11292 0 -1 4202560 403354 0 0 0 749 73 0 0 16 0 24 0 500036247 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11492] ppid=11484 vsize=15709836 CPUtime=7.55 cores=0,2,4,6
/proc/11486/task/11492/stat : 11492 (java) S 11484 11486 11292 0 -1 4202560 372206 0 0 0 685 70 0 0 15 0 24 0 500036247 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11493] ppid=11484 vsize=15709836 CPUtime=7.45 cores=0,2,4,6
/proc/11486/task/11493/stat : 11493 (java) S 11484 11486 11292 0 -1 4202560 364260 0 0 0 685 60 0 0 16 0 24 0 500036247 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11494] ppid=11484 vsize=15709836 CPUtime=7.13 cores=0,2,4,6
/proc/11486/task/11494/stat : 11494 (java) S 11484 11486 11292 0 -1 4202560 428844 0 0 0 633 80 0 0 16 0 24 0 500036247 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11495] ppid=11484 vsize=15709836 CPUtime=7.59 cores=0,2,4,6
/proc/11486/task/11495/stat : 11495 (java) S 11484 11486 11292 0 -1 4202560 421163 0 0 0 684 75 0 0 16 0 24 0 500036247 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11496] ppid=11484 vsize=15709836 CPUtime=8.07 cores=0,2,4,6
/proc/11486/task/11496/stat : 11496 (java) S 11484 11486 11292 0 -1 4202560 527460 0 0 0 711 96 0 0 16 0 24 0 500036247 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11497] ppid=11484 vsize=15709836 CPUtime=216.2 cores=0,2,4,6
/proc/11486/task/11497/stat : 11497 (java) R 11484 11486 11292 0 -1 4202560 101525 0 0 0 21601 19 0 0 16 0 24 0 500036248 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 46914343620704 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=11486/tid=11498] ppid=11484 vsize=15709836 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11498/stat : 11498 (java) S 11484 11486 11292 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 24 0 500036248 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11499] ppid=11484 vsize=15709836 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11499/stat : 11499 (java) S 11484 11486 11292 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 24 0 500036248 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11500] ppid=11484 vsize=15709836 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11500/stat : 11500 (java) S 11484 11486 11292 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 24 0 500036250 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118592433 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11501] ppid=11484 vsize=15709836 CPUtime=1.45 cores=0,2,4,6
/proc/11486/task/11501/stat : 11501 (java) S 11484 11486 11292 0 -1 4202560 6678 0 0 0 145 0 0 0 15 0 24 0 500036250 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11502] ppid=11484 vsize=15709836 CPUtime=3.66 cores=0,2,4,6
/proc/11486/task/11502/stat : 11502 (java) S 11484 11486 11292 0 -1 4202560 27097 0 0 0 363 3 0 0 15 0 24 0 500036250 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11503] ppid=11484 vsize=15709836 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11503/stat : 11503 (java) S 11484 11486 11292 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 24 0 500036250 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11504] ppid=11484 vsize=15709836 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11504/stat : 11504 (java) S 11484 11486 11292 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 24 0 500036250 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118585344 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11505] ppid=11484 vsize=15709836 CPUtime=915.31 cores=0,2,4,6
/proc/11486/task/11505/stat : 11505 (java) S 11484 11486 11292 0 -1 4202560 3604 0 0 0 91530 1 0 0 16 0 24 0 500036471 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 6 0 0 0
[pid=11486/tid=11506] ppid=11484 vsize=15709836 CPUtime=959.79 cores=0,2,4,6
/proc/11486/task/11506/stat : 11506 (java) S 11484 11486 11292 0 -1 4202560 4432 0 0 0 95978 1 0 0 16 0 24 0 500036471 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11507] ppid=11484 vsize=15709836 CPUtime=961.55 cores=0,2,4,6
/proc/11486/task/11507/stat : 11507 (java) S 11484 11486 11292 0 -1 4202560 58717 0 0 0 96149 6 0 0 16 0 24 0 500036471 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
[pid=11486/tid=11508] ppid=11484 vsize=15709836 CPUtime=1006.8 cores=0,2,4,6
/proc/11486/task/11508/stat : 11508 (java) S 11484 11486 11292 0 -1 4202560 57794 0 0 0 100672 8 0 0 16 0 24 0 500036471 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 2 0 0 0
[pid=11486/tid=11598] ppid=11484 vsize=15709836 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11598/stat : 11598 (java) S 11484 11486 11292 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 24 0 500166333 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 0 0 0 0
[pid=11486/tid=11599] ppid=11484 vsize=15709836 CPUtime=0 cores=0,2,4,6
/proc/11486/task/11599/stat : 11599 (java) S 11484 11486 11292 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 24 0 500166343 16086872064 3812973 33554432000 1073741824 1073778376 140735111950816 18446744073709551615 255118584729 0 4 0 16800975 18446604453960049856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4184.45
Current children cumulated vsize (KiB) 15709836

[startup+1301.6 s]
/proc/loadavg: 3.16 5.86 7.05 3/223 11599
/proc/meminfo: memFree=1391772/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=0 CPUtime=4185.64 cores=0,2,4,6
/proc/11486/stat : 11486 (java) Z 11484 11486 11292 0 -1 4203548 3976047 0 1 0 417852 712 0 0 18 0 2 0 500036246 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 0 0 0 0 0 0 0
[pid=11486/tid=11487] ppid=11484 vsize=0 CPUtime=56.4 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) R 11484 11486 11292 0 -1 4203588 137533 0 1 0 5619 21 0 0 18 0 2 0 500036246 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4185.64
Current children cumulated vsize (KiB) 0

[startup+1302 s]
/proc/loadavg: 3.16 5.86 7.05 3/223 11599
/proc/meminfo: memFree=1391772/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=0 CPUtime=4186.04 cores=0,2,4,6
/proc/11486/stat : 11486 (java) Z 11484 11486 11292 0 -1 4203548 3976047 0 1 0 417852 752 0 0 18 0 2 0 500036246 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 0 0 0 0 0 0 0
[pid=11486/tid=11487] ppid=11484 vsize=0 CPUtime=56.8 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) R 11484 11486 11292 0 -1 4203588 137533 0 1 0 5619 61 0 0 18 0 2 0 500036246 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4186.04
Current children cumulated vsize (KiB) 0

[startup+1302.1 s]
/proc/loadavg: 3.16 5.86 7.05 3/223 11599
/proc/meminfo: memFree=1391772/32951124 swapFree=67111524/67111528
[pid=11486] ppid=11484 vsize=0 CPUtime=4186.14 cores=0,2,4,6
/proc/11486/stat : 11486 (java) Z 11484 11486 11292 0 -1 4203548 3976047 0 1 0 417852 762 0 0 18 0 2 0 500036246 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11486/statm: 0 0 0 0 0 0 0
[pid=11486/tid=11487] ppid=11484 vsize=0 CPUtime=56.9 cores=0,2,4,6
/proc/11486/task/11487/stat : 11487 (java) R 11484 11486 11292 0 -1 4203588 137533 0 1 0 5619 71 0 0 18 0 2 0 500036246 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4186.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1302.2
CPU time (s): 4186.24
CPU user time (s): 4178.52
CPU system time (s): 7.71683
CPU usage (%): 321.475
Max. virtual memory (cumulated for all children) (KiB): 15748052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4178.52
system time used= 7.71683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3976047
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= 51301
involuntary context switches= 61833

runsolver used 2.14067 second user time and 5.04323 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 13:23:21
IDJOB=3312264
IDBENCH=70815
IDSOLVER=1698
FILE ID=node144/3312264-1304076201
RUNJOBID= node144-1304074985-11310
PBS_JOBID= 13170498
Free space on /tmp= 72396 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312264-1304076201/watcher-3312264-1304076201 -o /tmp/evaluation-result-3312264-1304076201/solver-3312264-1304076201 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312264-1304076201.cnf -hbr 2

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=585072089

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19143564 kB
Buffers:       2208560 kB
Cached:       10577392 kB
SwapCached:          4 kB
Active:        5219088 kB
Inactive:      8024172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19143564 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14364 kB
Writeback:           0 kB
AnonPages:      456344 kB
Mapped:          23428 kB
Slab:           500744 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1242264 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= 72348 MiB
End job on node144 at 2011-04-29 13:45:03