Trace number 3312242

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) 3134.7 1301.4

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

0.10/0.12	08:16 INFO : Reading from input HOME/instance-3312242-1304104089.cnf
31.77/31.03	Executor set job limit to 1000000
31.77/31.03	Executor set job limit to 1000000
31.77/31.03	Executor set job limit to 1000000
31.77/31.03	Executor set job limit to 1000000
31.77/31.03	Starting Executor!
31.77/31.03	Starting Executor!
31.77/31.03	Starting Executor!
31.77/31.03	Starting Executor!
127.24/122.98	10:18 INFO : 355581 variables remaining out of 559571
127.24/122.98	10:18 INFO : 43828226 literals remaining out of 32476124
2462.01/871.49	22:47 ERROR: Failed to solve instance
2462.01/871.49	java.lang.OutOfMemoryError: GC overhead limit exceeded
2462.01/871.49		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2462.01/871.49		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2462.01/871.49		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:39)
2462.01/871.49		at ibis.structure.Solver.addBinary(Solver.java:97)
2462.01/871.49		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
2462.01/871.49		at ibis.structure.Solver.simplify(Solver.java:191)
2462.01/871.49		at ibis.structure.Solver.solve(Solver.java:113)
2462.01/871.49		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2462.01/871.49		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2462.01/871.49		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2462.01/871.49		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2462.01/871.49		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2462.01/871.49		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2462.01/871.49		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2462.01/871.49		at ibis.constellation.Executor.processActivities(Executor.java:75)
2462.01/871.49		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2462.01/871.49		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2462.01/871.49		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2598.67/955.01	24:10 ERROR: Failed to solve instance
2598.67/955.01	java.lang.OutOfMemoryError: GC overhead limit exceeded
2598.67/955.01		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2598.67/955.01		at gnu.trove.THash.postInsertHook(THash.java:370)
2598.67/955.01		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2598.67/955.01		at ibis.structure.WatchLists.build(WatchLists.java:56)
2598.67/955.01		at ibis.structure.Solver.<init>(Solver.java:45)
2598.67/955.01		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2598.67/955.01		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2598.67/955.01		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2598.67/955.01		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2598.67/955.01		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2598.67/955.01		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2598.67/955.01		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2598.67/955.01		at ibis.constellation.Executor.processActivities(Executor.java:75)
2598.67/955.01		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2598.67/955.01		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2598.67/955.01		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2623.70/974.49	24:30 ERROR: Failed to solve instance
2623.70/974.49	java.lang.OutOfMemoryError: GC overhead limit exceeded
2623.70/974.49		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2623.70/974.49		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2623.70/974.49		at ibis.structure.WatchLists.clauseLengthChanged(WatchLists.java:201)
2623.70/974.49		at ibis.structure.WatchLists.build(WatchLists.java:58)
2623.70/974.49		at ibis.structure.Solver.<init>(Solver.java:45)
2623.70/974.49		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2623.70/974.49		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2623.70/974.49		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2623.70/974.49		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2623.70/974.49		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2623.70/974.49		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2623.70/974.49		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2623.70/974.49		at ibis.constellation.Executor.processActivities(Executor.java:75)
2623.70/974.49		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2623.70/974.49		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2623.70/974.49		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2709.93/1028.92	25:24 ERROR: Failed to solve instance
2709.93/1028.92	java.lang.OutOfMemoryError: GC overhead limit exceeded
2709.93/1028.92		at gnu.trove.TPrimitiveHash.setUp(TPrimitiveHash.java:123)
2709.93/1028.92		at gnu.trove.TIntHash.setUp(TIntHash.java:133)
2709.93/1028.92		at gnu.trove.THash.<init>(THash.java:128)
2709.93/1028.92		at gnu.trove.THash.<init>(THash.java:97)
2709.93/1028.92		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:81)
2709.93/1028.92		at gnu.trove.TPrimitiveHash.<init>(TPrimitiveHash.java:68)
2709.93/1028.92		at gnu.trove.TIntHash.<init>(TIntHash.java:60)
2709.93/1028.92		at gnu.trove.TIntHashSet.<init>(TIntHashSet.java:59)
2709.93/1028.92		at ibis.structure.WatchLists.build(WatchLists.java:47)
2709.93/1028.92		at ibis.structure.Solver.<init>(Solver.java:45)
2709.93/1028.92		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2709.93/1028.92		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2709.93/1028.92		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2709.93/1028.92		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2709.93/1028.92		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2709.93/1028.92		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2709.93/1028.92		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2709.93/1028.92		at ibis.constellation.Executor.processActivities(Executor.java:75)
2709.93/1028.92		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2709.93/1028.92		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2709.93/1028.92		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2717.77/1036.41	25:32 ERROR: Failed to solve instance
2717.77/1036.41	java.lang.OutOfMemoryError: GC overhead limit exceeded
2741.84/1057.14	25:53 ERROR: Failed to solve instance
2741.84/1057.14	java.lang.OutOfMemoryError: Java heap space
2765.00/1078.02	26:13 ERROR: Failed to solve instance
2765.00/1078.02	java.lang.OutOfMemoryError: GC overhead limit exceeded
2800.67/1108.86	26:44 ERROR: Failed to solve instance
2800.67/1108.86	java.lang.OutOfMemoryError: GC overhead limit exceeded
3057.45/1241.03	28:56 ERROR: Failed to solve instance
3057.45/1241.03	java.lang.OutOfMemoryError: GC overhead limit exceeded
3073.36/1255.93	29:11 ERROR: Failed to solve instance
3073.36/1255.93	java.lang.OutOfMemoryError: GC overhead limit exceeded
3132.16/1299.65	Exception in thread "SingleThreadedConstellation 4" java.lang.OutOfMemoryError: Java heap space

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 6.56 7.75 7.91 2/194 24635
/proc/meminfo: memFree=29845344/32951124 swapFree=67111356/67111528
[pid=24635] ppid=24633 vsize=26088 CPUtime=0 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24635 23444 0 -1 4202496 1414 0 0 0 0 0 0 0 21 0 2 0 502825805 26714112 885 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051458021 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24635/statm: 6522 885 678 9 0 381 0
[pid=24635/tid=24636] ppid=24633 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24635 23444 0 -1 4202560 65 0 0 0 0 0 0 0 22 0 2 0 502825805 27824128 893 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212034692215 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.05463 s]
/proc/loadavg: 6.56 7.75 7.91 2/194 24635
/proc/meminfo: memFree=29845344/32951124 swapFree=67111356/67111528
[pid=24635] ppid=24633 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24635 23444 0 -1 4202496 4177 0 1 0 4 0 0 0 21 0 18 0 502825805 15984414720 3616 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24635/statm: 3902445 3616 1755 9 0 3893164 0
[pid=24635/tid=24636] ppid=24633 vsize=15609780 CPUtime=0.04 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24635 23444 0 -1 4202560 2759 0 1 0 4 0 0 0 22 0 18 0 502825805 15984414720 3616 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 47791092273366 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15609780

[startup+0.100657 s]
/proc/loadavg: 6.56 7.75 7.91 2/194 24635
/proc/meminfo: memFree=29845344/32951124 swapFree=67111356/67111528
[pid=24635] ppid=24633 vsize=15676832 CPUtime=0.1 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24635 23444 0 -1 4202496 5560 0 1 0 9 1 0 0 21 0 18 0 502825805 16053075968 4994 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24635/statm: 3919208 4994 2116 9 0 3909927 0
[pid=24635/tid=24636] ppid=24633 vsize=15676832 CPUtime=0.07 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24635 23444 0 -1 4202560 3422 0 1 0 7 0 0 0 18 0 18 0 502825805 16053075968 4994 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212039651173 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676832

[startup+0.306642 s]
/proc/loadavg: 6.56 7.75 7.91 2/194 24635
/proc/meminfo: memFree=29845344/32951124 swapFree=67111356/67111528
[pid=24635] ppid=24633 vsize=15680660 CPUtime=0.52 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24635 23444 0 -1 4202496 14359 0 1 0 50 2 0 0 21 0 18 0 502825805 16056995840 12796 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24635/statm: 3920165 12799 2206 9 0 3910884 0
[pid=24635/tid=24636] ppid=24633 vsize=15680660 CPUtime=0.29 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24635 23444 0 -1 4202560 9255 0 1 0 28 1 0 0 18 0 18 0 502825805 16056995840 12801 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 46912505511558 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15680660

[startup+0.700583 s]
/proc/loadavg: 6.56 7.75 7.91 2/194 24635
/proc/meminfo: memFree=29845344/32951124 swapFree=67111356/67111528
[pid=24635] ppid=24633 vsize=15680512 CPUtime=0.93 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24635 23444 0 -1 4202496 42876 0 1 0 87 6 0 0 21 0 18 0 502825805 16056844288 41272 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24635/statm: 3920128 41272 2222 9 0 3910847 0
[pid=24635/tid=24636] ppid=24633 vsize=15680512 CPUtime=0.67 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24635 23444 0 -1 4202560 35550 0 1 0 63 4 0 0 18 0 18 0 502825805 16056844288 41272 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 46912505534045 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 15680512

[startup+1.50144 s]
/proc/loadavg: 6.56 7.75 7.91 3/212 24653
/proc/meminfo: memFree=29642956/32951124 swapFree=67111356/67111528
[pid=24635] ppid=24633 vsize=15680512 CPUtime=1.75 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24635 23444 0 -1 4202496 76835 0 1 0 165 10 0 0 21 0 18 0 502825805 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24635/statm: 3920128 75228 2222 9 0 3910847 0
[pid=24635/tid=24636] ppid=24633 vsize=15680512 CPUtime=1.46 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24635 23444 0 -1 4202560 65209 0 1 0 138 8 0 0 19 0 18 0 502825805 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 46912505620790 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24635/tid=24638] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24635 23444 0 -1 4202560 394 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24639] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24635 23444 0 -1 4202560 1298 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24640] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24635 23444 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24641] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24642] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24635 23444 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 18 0 502825806 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 0 0 0 0
[pid=24635/tid=24643] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24635 23444 0 -1 4202560 552 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24644] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24635 23444 0 -1 4202560 860 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24645] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24635 23444 0 -1 4202560 2467 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24646] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) S 24633 24635 23444 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 18 0 502825807 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471872 0 0 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24647] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) S 24633 24635 23444 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 502825807 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24648] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24635 23444 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 502825807 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24649] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 502825809 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051478961 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24650] ppid=24633 vsize=15680512 CPUtime=0.12 cores=0,2,4,6
/proc/24635/task/24650/stat : 24650 (java) S 24633 24635 23444 0 -1 4202560 1071 0 0 0 12 0 0 0 17 0 18 0 502825809 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24651] ppid=24633 vsize=15680512 CPUtime=0.1 cores=0,2,4,6
/proc/24635/task/24651/stat : 24651 (java) S 24633 24635 23444 0 -1 4202560 2650 0 0 0 10 0 0 0 15 0 18 0 502825809 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24652] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24652/stat : 24652 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 502825809 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24653] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24653/stat : 24653 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 502825809 16056844288 75228 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471872 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15680512

[startup+3.1011 s]
/proc/loadavg: 6.56 7.75 7.91 3/212 24653
/proc/meminfo: memFree=29488844/32951124 swapFree=67111356/67111528
[pid=24635] ppid=24633 vsize=15680512 CPUtime=3.42 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24635 23444 0 -1 4202496 142422 0 1 0 324 18 0 0 21 0 18 0 502825805 16056844288 140814 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24635/statm: 3920128 140832 2240 9 0 3910847 0
[pid=24635/tid=24636] ppid=24633 vsize=15680512 CPUtime=3.05 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) S 24633 24635 23444 0 -1 4202560 125690 0 1 0 289 16 0 0 24 0 18 0 502825805 16056844288 140843 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 0 0 0 0
[pid=24635/tid=24638] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) R 24633 24635 23444 0 -1 4202560 2978 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 140855 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212039608631 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24635/tid=24639] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) R 24633 24635 23444 0 -1 4202560 1309 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 140868 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212039608631 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24635/tid=24640] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) R 24633 24635 23444 0 -1 4202560 1346 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 140880 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212039608631 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24635/tid=24641] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) R 24633 24635 23444 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 140893 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212039608631 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24635/tid=24642] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) R 24633 24635 23444 0 -1 4202560 569 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 140906 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212039608631 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24635/tid=24643] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) R 24633 24635 23444 0 -1 4202560 1645 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 140917 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 47791091476211 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24635/tid=24644] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) R 24633 24635 23444 0 -1 4202560 860 0 0 0 0 0 0 0 15 0 18 0 502825806 16056844288 140930 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212039608631 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=24635/tid=24645] ppid=24633 vsize=15680512 CPUtime=0.01 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) R 24633 24635 23444 0 -1 4202560 2467 0 0 0 1 0 0 0 15 0 18 0 502825806 16056844288 140942 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212039608631 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24635/tid=24646] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) S 24633 24635 23444 0 -1 4202560 436 0 0 0 0 0 0 0 15 0 18 0 502825807 16056844288 140956 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 0 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24647] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) S 24633 24635 23444 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 502825807 16056844288 140969 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24648] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24635 23444 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 502825807 16056844288 140981 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24649] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 502825809 16056844288 140995 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051478961 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24650] ppid=24633 vsize=15680512 CPUtime=0.14 cores=0,2,4,6
/proc/24635/task/24650/stat : 24650 (java) S 24633 24635 23444 0 -1 4202560 1098 0 0 0 14 0 0 0 16 0 18 0 502825809 16056844288 141007 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24651] ppid=24633 vsize=15680512 CPUtime=0.13 cores=0,2,4,6
/proc/24635/task/24651/stat : 24651 (java) S 24633 24635 23444 0 -1 4202560 2693 0 0 0 13 0 0 0 15 0 18 0 502825809 16056844288 141021 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24652] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24652/stat : 24652 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 502825809 16056844288 141034 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24653] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24653/stat : 24653 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 502825809 16056844288 141047 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471872 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 15680512

[startup+6.30159 s]
/proc/loadavg: 6.28 7.67 7.88 3/216 24657
/proc/meminfo: memFree=28554152/32951124 swapFree=67111356/67111528
[pid=24635] ppid=24633 vsize=15680512 CPUtime=6.69 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24635 23444 0 -1 4202496 285014 0 1 0 634 35 0 0 21 0 18 0 502825805 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24635/statm: 3920128 283066 2240 9 0 3910847 0
[pid=24635/tid=24636] ppid=24633 vsize=15680512 CPUtime=6.22 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) R 24633 24635 23444 0 -1 4202560 253638 0 1 0 590 32 0 0 25 0 18 0 502825805 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 46912505549041 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24635/tid=24638] ppid=24633 vsize=15680512 CPUtime=0.01 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24635 23444 0 -1 4202560 2978 0 0 0 1 0 0 0 16 0 18 0 502825806 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24639] ppid=24633 vsize=15680512 CPUtime=0.02 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24635 23444 0 -1 4202560 1309 0 0 0 2 0 0 0 15 0 18 0 502825806 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24640] ppid=24633 vsize=15680512 CPUtime=0.02 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24635 23444 0 -1 4202560 11588 0 0 0 1 1 0 0 16 0 18 0 502825806 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 0 0 0 0
[pid=24635/tid=24641] ppid=24633 vsize=15680512 CPUtime=0.02 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24635 23444 0 -1 4202560 49 0 0 0 2 0 0 0 15 0 18 0 502825806 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24642] ppid=24633 vsize=15680512 CPUtime=0.01 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24635 23444 0 -1 4202560 569 0 0 0 1 0 0 0 15 0 18 0 502825806 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24643] ppid=24633 vsize=15680512 CPUtime=0.01 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24635 23444 0 -1 4202560 5673 0 0 0 1 0 0 0 15 0 18 0 502825806 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24644] ppid=24633 vsize=15680512 CPUtime=0.02 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24635 23444 0 -1 4202560 860 0 0 0 2 0 0 0 16 0 18 0 502825806 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24645] ppid=24633 vsize=15680512 CPUtime=0.02 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24635 23444 0 -1 4202560 2467 0 0 0 2 0 0 0 16 0 18 0 502825806 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24646] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) S 24633 24635 23444 0 -1 4202560 706 0 0 0 0 0 0 0 15 0 18 0 502825807 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471872 0 0 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24647] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) S 24633 24635 23444 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 502825807 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24648] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24635 23444 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 18 0 502825807 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24649] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 502825809 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051478961 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24650] ppid=24633 vsize=15680512 CPUtime=0.14 cores=0,2,4,6
/proc/24635/task/24650/stat : 24650 (java) S 24633 24635 23444 0 -1 4202560 1098 0 0 0 14 0 0 0 16 0 18 0 502825809 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24651] ppid=24633 vsize=15680512 CPUtime=0.13 cores=0,2,4,6
/proc/24635/task/24651/stat : 24651 (java) S 24633 24635 23444 0 -1 4202560 2693 0 0 0 13 0 0 0 15 0 18 0 502825809 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24652] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24652/stat : 24652 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 502825809 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24653] ppid=24633 vsize=15680512 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24653/stat : 24653 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 502825809 16056844288 283066 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471872 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0

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

[pid=24635/tid=24645] ppid=24633 vsize=15777700 CPUtime=10.03 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24635 23444 0 -1 4202560 532013 0 0 0 918 85 0 0 16 0 22 0 502825806 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24646] ppid=24633 vsize=15777700 CPUtime=427.04 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) R 24633 24635 23444 0 -1 4202560 459368 0 0 0 42642 62 0 0 25 0 22 0 502825807 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 47791091200568 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=24635/tid=24647] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) S 24633 24635 23444 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 502825807 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24648] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24635 23444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 502825807 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24649] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 502825809 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051478961 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24650] ppid=24633 vsize=15777700 CPUtime=2.15 cores=0,2,4,6
/proc/24635/task/24650/stat : 24650 (java) S 24633 24635 23444 0 -1 4202560 14530 0 0 0 213 2 0 0 15 0 22 0 502825809 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24651] ppid=24633 vsize=15777700 CPUtime=0.85 cores=0,2,4,6
/proc/24635/task/24651/stat : 24651 (java) S 24633 24635 23444 0 -1 4202560 3590 0 0 0 85 0 0 0 15 0 22 0 502825809 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24652] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24652/stat : 24652 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 502825809 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24653] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24653/stat : 24653 (java) S 24633 24635 23444 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 22 0 502825809 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471872 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24659] ppid=24633 vsize=15777700 CPUtime=668.43 cores=0,2,4,6
/proc/24635/task/24659/stat : 24659 (java) S 24633 24635 23444 0 -1 4202560 15245 0 0 0 66842 1 0 0 16 0 22 0 502828909 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24660] ppid=24633 vsize=15777700 CPUtime=541.31 cores=0,2,4,6
/proc/24635/task/24660/stat : 24660 (java) S 24633 24635 23444 0 -1 4202560 142 0 0 0 54131 0 0 0 16 0 22 0 502828909 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 0 0 0 0
[pid=24635/tid=24661] ppid=24633 vsize=15777700 CPUtime=609.26 cores=0,2,4,6
/proc/24635/task/24661/stat : 24661 (java) S 24633 24635 23444 0 -1 4202560 15846 0 0 0 60923 3 0 0 16 0 22 0 502828909 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24662] ppid=24633 vsize=15777700 CPUtime=611.44 cores=0,2,4,6
/proc/24635/task/24662/stat : 24662 (java) S 24633 24635 23444 0 -1 4202560 111 0 1 0 61143 1 0 0 16 0 22 0 502828909 16156364800 3869042 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 4
Current children cumulated CPU time (s) 3059.17
Current children cumulated vsize (KiB) 15777700



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.48 6.15 6.74 4/193 24719
/proc/meminfo: memFree=15456400/32951124 swapFree=67106388/67111528
[pid=24635] ppid=24633 vsize=15777700 CPUtime=3133.27 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24635 23444 0 -1 4202496 4366420 0 2 0 312613 714 0 0 21 0 21 0 502825805 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24635/statm: 3944425 3869043 2299 9 0 3935144 0
[pid=24635/tid=24636] ppid=24633 vsize=15777700 CPUtime=121.11 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) S 24633 24635 23444 0 -1 4202560 326721 0 1 0 12061 50 0 0 25 0 21 0 502825805 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 0 0 0 0
[pid=24635/tid=24638] ppid=24633 vsize=15777700 CPUtime=9.89 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24635 23444 0 -1 4202560 333147 0 0 0 931 58 0 0 16 0 21 0 502825806 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24639] ppid=24633 vsize=15777700 CPUtime=10.11 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24635 23444 0 -1 4202560 407068 0 0 0 942 69 0 0 16 0 21 0 502825806 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24640] ppid=24633 vsize=15777700 CPUtime=9.91 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24635 23444 0 -1 4202560 480113 0 0 0 915 76 0 0 16 0 21 0 502825806 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24641] ppid=24633 vsize=15777700 CPUtime=8.16 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24635 23444 0 -1 4202560 508980 0 0 0 737 79 0 0 16 0 21 0 502825806 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24642] ppid=24633 vsize=15777700 CPUtime=8.4 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24635 23444 0 -1 4202560 428250 0 0 0 765 75 0 0 16 0 21 0 502825806 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24643] ppid=24633 vsize=15777700 CPUtime=10.28 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24635 23444 0 -1 4202560 464945 0 0 0 948 80 0 0 16 0 21 0 502825806 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24644] ppid=24633 vsize=15777700 CPUtime=10.65 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24635 23444 0 -1 4202560 374841 0 0 0 1000 65 0 0 16 0 21 0 502825806 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24645] ppid=24633 vsize=15777700 CPUtime=10.03 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24635 23444 0 -1 4202560 532013 0 0 0 918 85 0 0 16 0 21 0 502825806 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24646] ppid=24633 vsize=15777700 CPUtime=479.12 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) S 24633 24635 23444 0 -1 4202560 459370 0 0 0 47849 63 0 0 25 0 21 0 502825807 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471872 0 0 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24647] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) S 24633 24635 23444 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 21 0 502825807 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24648] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24635 23444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 21 0 502825807 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24649] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 502825809 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051478961 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24650] ppid=24633 vsize=15777700 CPUtime=2.15 cores=0,2,4,6
/proc/24635/task/24650/stat : 24650 (java) S 24633 24635 23444 0 -1 4202560 14530 0 0 0 213 2 0 0 15 0 21 0 502825809 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24651] ppid=24633 vsize=15777700 CPUtime=0.85 cores=0,2,4,6
/proc/24635/task/24651/stat : 24651 (java) S 24633 24635 23444 0 -1 4202560 3590 0 0 0 85 0 0 0 15 0 21 0 502825809 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24652] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24652/stat : 24652 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 21 0 502825809 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24653] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24653/stat : 24653 (java) S 24633 24635 23444 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 21 0 502825809 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471872 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24659] ppid=24633 vsize=15777700 CPUtime=674.03 cores=0,2,4,6
/proc/24635/task/24659/stat : 24659 (java) R 24633 24635 23444 0 -1 4202560 15257 0 0 0 67402 1 0 0 16 0 21 0 502828909 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 46912506135905 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=24635/tid=24660] ppid=24633 vsize=15777700 CPUtime=546.88 cores=0,2,4,6
/proc/24635/task/24660/stat : 24660 (java) R 24633 24635 23444 0 -1 4202560 154 0 0 0 54688 0 0 0 16 0 21 0 502828909 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 46912505855861 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24635/tid=24661] ppid=24633 vsize=15777700 CPUtime=614.86 cores=0,2,4,6
/proc/24635/task/24661/stat : 24661 (java) R 24633 24635 23444 0 -1 4202560 15867 0 0 0 61483 3 0 0 16 0 21 0 502828909 16156364800 3869043 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 46912505699881 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3133.27
Current children cumulated vsize (KiB) 15777700

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

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

[startup+1300.6 s]
/proc/loadavg: 5.48 6.15 6.74 2/195 24721
/proc/meminfo: memFree=15456384/32951124 swapFree=67106388/67111528
[pid=24635] ppid=24633 vsize=15777700 CPUtime=3133.88 cores=0,2,4,6
/proc/24635/stat : 24635 (java) S 24633 24635 23444 0 -1 4202496 4366427 0 2 0 312674 714 0 0 18 0 22 0 502825805 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/24635/statm: 3944425 3869050 2299 9 0 3935144 0
[pid=24635/tid=24636] ppid=24633 vsize=15777700 CPUtime=121.11 cores=0,2,4,6
/proc/24635/task/24636/stat : 24636 (java) S 24633 24635 23444 0 -1 4202560 326721 0 1 0 12061 50 0 0 25 0 22 0 502825805 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 0 0 0 0
[pid=24635/tid=24638] ppid=24633 vsize=15777700 CPUtime=9.89 cores=0,2,4,6
/proc/24635/task/24638/stat : 24638 (java) S 24633 24635 23444 0 -1 4202560 333147 0 0 0 931 58 0 0 16 0 22 0 502825806 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24639] ppid=24633 vsize=15777700 CPUtime=10.11 cores=0,2,4,6
/proc/24635/task/24639/stat : 24639 (java) S 24633 24635 23444 0 -1 4202560 407068 0 0 0 942 69 0 0 16 0 22 0 502825806 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24640] ppid=24633 vsize=15777700 CPUtime=9.91 cores=0,2,4,6
/proc/24635/task/24640/stat : 24640 (java) S 24633 24635 23444 0 -1 4202560 480113 0 0 0 915 76 0 0 16 0 22 0 502825806 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24641] ppid=24633 vsize=15777700 CPUtime=8.16 cores=0,2,4,6
/proc/24635/task/24641/stat : 24641 (java) S 24633 24635 23444 0 -1 4202560 508980 0 0 0 737 79 0 0 16 0 22 0 502825806 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24642] ppid=24633 vsize=15777700 CPUtime=8.4 cores=0,2,4,6
/proc/24635/task/24642/stat : 24642 (java) S 24633 24635 23444 0 -1 4202560 428250 0 0 0 765 75 0 0 16 0 22 0 502825806 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24643] ppid=24633 vsize=15777700 CPUtime=10.28 cores=0,2,4,6
/proc/24635/task/24643/stat : 24643 (java) S 24633 24635 23444 0 -1 4202560 464945 0 0 0 948 80 0 0 16 0 22 0 502825806 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24644] ppid=24633 vsize=15777700 CPUtime=10.65 cores=0,2,4,6
/proc/24635/task/24644/stat : 24644 (java) S 24633 24635 23444 0 -1 4202560 374841 0 0 0 1000 65 0 0 16 0 22 0 502825806 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24645] ppid=24633 vsize=15777700 CPUtime=10.03 cores=0,2,4,6
/proc/24635/task/24645/stat : 24645 (java) S 24633 24635 23444 0 -1 4202560 532013 0 0 0 918 85 0 0 16 0 22 0 502825806 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24646] ppid=24633 vsize=15777700 CPUtime=479.71 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) R 24633 24635 23444 0 -1 4202560 459370 0 0 0 47908 63 0 0 24 0 22 0 502825807 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 47791093166396 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=24635/tid=24647] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24647/stat : 24647 (java) S 24633 24635 23444 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 22 0 502825807 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24648] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24648/stat : 24648 (java) S 24633 24635 23444 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 502825807 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24649] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24649/stat : 24649 (java) S 24633 24635 23444 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 502825809 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051478961 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24650] ppid=24633 vsize=15777700 CPUtime=2.15 cores=0,2,4,6
/proc/24635/task/24650/stat : 24650 (java) S 24633 24635 23444 0 -1 4202560 14530 0 0 0 213 2 0 0 15 0 22 0 502825809 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24651] ppid=24633 vsize=15777700 CPUtime=0.85 cores=0,2,4,6
/proc/24635/task/24651/stat : 24651 (java) S 24633 24635 23444 0 -1 4202560 3590 0 0 0 85 0 0 0 15 0 22 0 502825809 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24652] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24652/stat : 24652 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 502825809 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24653] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24653/stat : 24653 (java) S 24633 24635 23444 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 22 0 502825809 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471872 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
[pid=24635/tid=24659] ppid=24633 vsize=15777700 CPUtime=674.04 cores=0,2,4,6
/proc/24635/task/24659/stat : 24659 (java) S 24633 24635 23444 0 -1 4202560 15257 0 0 0 67403 1 0 0 16 0 22 0 502828909 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 2 0 0 0
[pid=24635/tid=24660] ppid=24633 vsize=15777700 CPUtime=546.89 cores=0,2,4,6
/proc/24635/task/24660/stat : 24660 (java) S 24633 24635 23444 0 -1 4202560 154 0 0 0 54689 0 0 0 16 0 22 0 502828909 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 4 0 0 0
[pid=24635/tid=24661] ppid=24633 vsize=15777700 CPUtime=614.86 cores=0,2,4,6
/proc/24635/task/24661/stat : 24661 (java) S 24633 24635 23444 0 -1 4202560 15867 0 0 0 61483 3 0 0 16 0 22 0 502828909 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 0 0 0 0
[pid=24635/tid=24721] ppid=24633 vsize=15777700 CPUtime=0 cores=0,2,4,6
/proc/24635/task/24721/stat : 24721 (java) S 24633 24635 23444 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 502955807 16156364800 3869050 33554432000 1073741824 1073778376 140737225721984 18446744073709551615 212051471257 0 4 0 16800975 18446604453968874432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3133.88
Current children cumulated vsize (KiB) 15777700

[startup+1301 s]
/proc/loadavg: 5.48 6.15 6.74 2/195 24721
/proc/meminfo: memFree=15456384/32951124 swapFree=67106388/67111528
[pid=24635] ppid=24633 vsize=0 CPUtime=3134.29 cores=0,2,4,6
/proc/24635/stat : 24635 (java) Z 24633 24635 23444 0 -1 4203548 4366437 0 2 0 312697 732 0 0 18 0 2 0 502825805 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/24635/statm: 0 0 0 0 0 0 0
[pid=24635/tid=24646] ppid=24633 vsize=0 CPUtime=480.11 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) R 24633 24635 23444 0 -1 4202564 459370 0 0 0 47930 81 0 0 25 0 2 0 502825807 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3134.29
Current children cumulated vsize (KiB) 0

[startup+1301.2 s]
/proc/loadavg: 5.48 6.15 6.74 2/195 24721
/proc/meminfo: memFree=15456384/32951124 swapFree=67106388/67111528
[pid=24635] ppid=24633 vsize=0 CPUtime=3134.49 cores=0,2,4,6
/proc/24635/stat : 24635 (java) Z 24633 24635 23444 0 -1 4203548 4366437 0 2 0 312697 752 0 0 18 0 2 0 502825805 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/24635/statm: 0 0 0 0 0 0 0
[pid=24635/tid=24646] ppid=24633 vsize=0 CPUtime=480.31 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) R 24633 24635 23444 0 -1 4202564 459370 0 0 0 47930 101 0 0 25 0 2 0 502825807 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3134.49
Current children cumulated vsize (KiB) 0

[startup+1301.3 s]
/proc/loadavg: 5.48 6.15 6.74 2/195 24721
/proc/meminfo: memFree=15456384/32951124 swapFree=67106388/67111528
[pid=24635] ppid=24633 vsize=0 CPUtime=3134.59 cores=0,2,4,6
/proc/24635/stat : 24635 (java) Z 24633 24635 23444 0 -1 4203548 4366437 0 2 0 312697 762 0 0 18 0 2 0 502825805 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/24635/statm: 0 0 0 0 0 0 0
[pid=24635/tid=24646] ppid=24633 vsize=0 CPUtime=480.41 cores=0,2,4,6
/proc/24635/task/24646/stat : 24646 (java) R 24633 24635 23444 0 -1 4202564 459370 0 0 0 47930 111 0 0 25 0 2 0 502825807 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3134.59
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1301.4
CPU time (s): 3134.7
CPU user time (s): 3126.98
CPU system time (s): 7.71983
CPU usage (%): 240.871
Max. virtual memory (cumulated for all children) (KiB): 15777700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3126.98
system time used= 7.71983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4366437
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65464
involuntary context switches= 68895

runsolver used 2.19067 second user time and 4.97124 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-29 21:08:15
IDJOB=3312242
IDBENCH=82399
IDSOLVER=1698
FILE ID=node146/3312242-1304104089
RUNJOBID= node146-1304104089-24598
PBS_JOBID= 13170610
Free space on /tmp= 72764 MiB

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

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1598661165

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29845616 kB
Buffers:        621252 kB
Cached:        1465988 kB
SwapCached:         32 kB
Active:         926672 kB
Inactive:      1780632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29845616 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          239612 kB
Writeback:           0 kB
AnonPages:      619988 kB
Mapped:          23128 kB
Slab:           334132 kB
PageTables:       5900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1119036 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= 72812 MiB
End job on node146 at 2011-04-29 21:29:57