Trace number 3312171

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) 3064.96 1302.56

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.160-NOTKNOWN.cnf
MD5SUM104480afe2dfb23e29c907d77dfdc6d4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.8763
Satisfiable
(Un)Satisfiability was proved
Number of variables652445
Number of clauses11706080
Sum of the clauses size25518880
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 211255040
Number of clauses of size 3426240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523360

Solver Data

0.10/0.12	43:08 INFO : Reading from input HOME/instance-3312171-1304106181.cnf
33.05/32.36	Executor set job limit to 1000000
33.05/32.36	Executor set job limit to 1000000
33.05/32.36	Executor set job limit to 1000000
33.05/32.36	Executor set job limit to 1000000
33.05/32.36	Starting Executor!
33.05/32.36	Starting Executor!
33.05/32.36	Starting Executor!
33.05/32.36	Starting Executor!
130.87/126.66	45:14 INFO : 460889 variables remaining out of 652445
130.87/126.66	45:14 INFO : 57974506 literals remaining out of 37224960
2200.88/816.11	56:44 ERROR: Failed to solve instance
2200.88/816.11	java.lang.OutOfMemoryError: GC overhead limit exceeded
2200.88/816.11		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:170)
2200.88/816.11		at gnu.trove.THash.postInsertHook(THash.java:370)
2200.88/816.11		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2200.88/816.11		at ibis.structure.WatchLists.build(WatchLists.java:56)
2200.88/816.11		at ibis.structure.Solver.<init>(Solver.java:45)
2200.88/816.11		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2200.88/816.11		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2200.88/816.11		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2200.88/816.11		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2200.88/816.11		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2200.88/816.11		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2200.88/816.11		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2200.88/816.11		at ibis.constellation.Executor.processActivities(Executor.java:75)
2200.88/816.11		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2200.88/816.11		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2200.88/816.11		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2251.58/857.92	57:26 ERROR: Failed to solve instance
2251.58/857.92	java.lang.OutOfMemoryError: GC overhead limit exceeded
2251.58/857.92		at gnu.trove.TIntArrayList.ensureCapacity(TIntArrayList.java:100)
2251.58/857.92		at gnu.trove.TIntArrayList.add(TIntArrayList.java:144)
2251.58/857.92		at ibis.structure.ImplicationsGraph.add(ImplicationsGraph.java:39)
2251.58/857.92		at ibis.structure.Solver.addBinary(Solver.java:97)
2251.58/857.92		at ibis.structure.HyperBinaryResolution.run(HyperBinaryResolution.java:85)
2251.58/857.92		at ibis.structure.Solver.simplify(Solver.java:191)
2251.58/857.92		at ibis.structure.Solver.solve(Solver.java:113)
2251.58/857.92		at ibis.structure.SolveActivity.initialize(SolveActivity.java:29)
2251.58/857.92		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2251.58/857.92		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2251.58/857.92		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2251.58/857.92		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2251.58/857.92		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2251.58/857.92		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2251.58/857.92		at ibis.constellation.Executor.processActivities(Executor.java:75)
2251.58/857.92		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2251.58/857.92		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2251.58/857.92		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2256.70/863.11	57:31 ERROR: Failed to solve instance
2256.70/863.11	java.lang.OutOfMemoryError: GC overhead limit exceeded
2256.70/863.11		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:532)
2256.70/863.11		at gnu.trove.TIntArrayList.toNativeArray(TIntArrayList.java:521)
2256.70/863.11		at gnu.trove.TIntArrayList.clone(TIntArrayList.java:486)
2256.70/863.11		at ibis.structure.WatchLists.<init>(WatchLists.java:32)
2256.70/863.11		at ibis.structure.Solver.<init>(Solver.java:37)
2256.70/863.11		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2256.70/863.11		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2256.70/863.11		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2256.70/863.11		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2256.70/863.11		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2256.70/863.11		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2256.70/863.11		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2256.70/863.11		at ibis.constellation.Executor.processActivities(Executor.java:75)
2256.70/863.11		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2256.70/863.11		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2256.70/863.11		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2569.29/1010.61	59:58 ERROR: Failed to solve instance
2569.29/1010.61	java.lang.OutOfMemoryError: GC overhead limit exceeded
2569.29/1010.61		at gnu.trove.TIntHashSet.rehash(TIntHashSet.java:169)
2569.29/1010.61		at gnu.trove.THash.postInsertHook(THash.java:370)
2569.29/1010.61		at gnu.trove.TIntHashSet.add(TIntHashSet.java:154)
2569.29/1010.61		at ibis.structure.WatchLists.build(WatchLists.java:56)
2569.29/1010.61		at ibis.structure.Solver.<init>(Solver.java:45)
2569.29/1010.61		at ibis.structure.SolveActivity.initialize(SolveActivity.java:28)
2569.29/1010.61		at ibis.constellation.impl.ActivityRecord.runStateMachine(ActivityRecord.java:143)
2569.29/1010.61		at ibis.constellation.impl.ActivityRecord.run(ActivityRecord.java:215)
2569.29/1010.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:398)
2569.29/1010.61		at ibis.constellation.impl.ExecutorWrapper.process(ExecutorWrapper.java:420)
2569.29/1010.61		at ibis.constellation.impl.SingleThreadedConstellation.processActivities(SingleThreadedConstellation.java:1023)
2569.29/1010.61		at ibis.constellation.impl.ExecutorWrapper.processActivities(ExecutorWrapper.java:515)
2569.29/1010.61		at ibis.constellation.Executor.processActivities(Executor.java:75)
2569.29/1010.61		at ibis.constellation.SimpleExecutor.run(SimpleExecutor.java:54)
2569.29/1010.61		at ibis.constellation.impl.ExecutorWrapper.runExecutor(ExecutorWrapper.java:521)
2569.29/1010.61		at ibis.constellation.impl.SingleThreadedConstellation.run(SingleThreadedConstellation.java:1070)
2589.91/1026.85	00:15 ERROR: Failed to solve instance
2589.91/1026.85	java.lang.OutOfMemoryError: Java heap space
2631.79/1063.65	00:51 ERROR: Failed to solve instance
2631.79/1063.65	java.lang.OutOfMemoryError: GC overhead limit exceeded
2686.61/1105.53	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-3312171-1304106181/watcher-3312171-1304106181 -o /tmp/evaluation-result-3312171-1304106181/solver-3312171-1304106181 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312171-1304106181.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 6.47 7.75 7.80 2/194 2507
/proc/meminfo: memFree=29901044/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/2507/stat : 2507 (java) R 2505 2507 2452 0 -1 4202496 937 0 0 0 0 0 0 0 23 0 1 0 600849440 23580672 423 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218875602688 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/2507/statm: 5757 432 334 9 0 124 0
[pid=2507/tid=2508] ppid=2505 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2508/stat : 2508 (java) R 2505 2507 2452 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 600849441 29065216 898 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218875641479 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.030822 s]
/proc/loadavg: 6.47 7.75 7.80 2/194 2507
/proc/meminfo: memFree=29901044/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=15604248 CPUtime=0.01 cores=1,3,5,7
/proc/2507/stat : 2507 (java) S 2505 2507 2452 0 -1 4202496 3599 0 1 0 1 0 0 0 23 0 13 0 600849440 15978749952 3038 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 3901062 3038 1671 9 0 3891810 0
[pid=2507/tid=2508] ppid=2505 vsize=15604248 CPUtime=0.01 cores=1,3,5,7
/proc/2507/task/2508/stat : 2508 (java) R 2505 2507 2452 0 -1 4202560 2207 0 1 0 1 0 0 0 18 0 13 0 600849441 15978749952 3038 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 47431171107667 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15604248

[startup+0.101534 s]
/proc/loadavg: 6.47 7.75 7.80 2/194 2507
/proc/meminfo: memFree=29901044/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=15676364 CPUtime=0.1 cores=1,3,5,7
/proc/2507/stat : 2507 (java) S 2505 2507 2452 0 -1 4202496 5508 0 1 0 8 2 0 0 23 0 18 0 600849440 16052596736 4947 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 3919091 4947 2116 9 0 3909810 0
[pid=2507/tid=2508] ppid=2505 vsize=15676364 CPUtime=0.08 cores=1,3,5,7
/proc/2507/task/2508/stat : 2508 (java) R 2505 2507 2452 0 -1 4202560 3485 0 1 0 7 1 0 0 18 0 18 0 600849441 16052596736 5023 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 47431170767971 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676364

[startup+0.300777 s]
/proc/loadavg: 6.47 7.75 7.80 2/194 2507
/proc/meminfo: memFree=29901044/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=15681860 CPUtime=0.52 cores=1,3,5,7
/proc/2507/stat : 2507 (java) S 2505 2507 2452 0 -1 4202496 15473 0 1 0 49 3 0 0 23 0 18 0 600849440 16058224640 13622 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 3920465 13629 2207 9 0 3911184 0
[pid=2507/tid=2508] ppid=2505 vsize=15681860 CPUtime=0.28 cores=1,3,5,7
/proc/2507/task/2508/stat : 2508 (java) R 2505 2507 2452 0 -1 4202560 10271 0 1 0 26 2 0 0 18 0 18 0 600849441 16058224640 13632 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 46912505637024 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 15681860

[startup+0.70071 s]
/proc/loadavg: 6.47 7.75 7.80 2/194 2507
/proc/meminfo: memFree=29901044/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=15681860 CPUtime=0.92 cores=1,3,5,7
/proc/2507/stat : 2507 (java) S 2505 2507 2452 0 -1 4202496 43185 0 1 0 87 5 0 0 23 0 18 0 600849440 16058224640 41332 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 3920465 41332 2222 9 0 3911184 0
[pid=2507/tid=2508] ppid=2505 vsize=15681860 CPUtime=0.67 cores=1,3,5,7
/proc/2507/task/2508/stat : 2508 (java) R 2505 2507 2452 0 -1 4202560 35524 0 1 0 63 4 0 0 18 0 18 0 600849441 16058224640 41332 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 46912505639595 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 15681860

[startup+1.50158 s]
/proc/loadavg: 6.47 7.75 7.80 3/212 2525
/proc/meminfo: memFree=29713732/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=15681860 CPUtime=1.75 cores=1,3,5,7
/proc/2507/stat : 2507 (java) S 2505 2507 2452 0 -1 4202496 77083 0 1 0 166 9 0 0 23 0 18 0 600849440 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 3920465 75227 2222 9 0 3911184 0
[pid=2507/tid=2508] ppid=2505 vsize=15681860 CPUtime=1.46 cores=1,3,5,7
/proc/2507/task/2508/stat : 2508 (java) R 2505 2507 2452 0 -1 4202560 65003 0 1 0 139 7 0 0 19 0 18 0 600849441 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 46912505637024 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2507/tid=2510] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2510/stat : 2510 (java) S 2505 2507 2452 0 -1 4202560 2002 0 0 0 0 0 0 0 15 0 18 0 600849441 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2511] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2511/stat : 2511 (java) S 2505 2507 2452 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 18 0 600849441 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2512] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2512/stat : 2512 (java) S 2505 2507 2452 0 -1 4202560 1999 0 0 0 0 0 0 0 16 0 18 0 600849441 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2513] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2513/stat : 2513 (java) S 2505 2507 2452 0 -1 4202560 977 0 0 0 0 0 0 0 15 0 18 0 600849441 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2514] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2514/stat : 2514 (java) S 2505 2507 2452 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 600849441 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2515] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2515/stat : 2515 (java) S 2505 2507 2452 0 -1 4202560 640 0 0 0 0 0 0 0 15 0 18 0 600849441 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2516] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2516/stat : 2516 (java) S 2505 2507 2452 0 -1 4202560 642 0 0 0 0 0 0 0 15 0 18 0 600849441 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2517] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2517/stat : 2517 (java) S 2505 2507 2452 0 -1 4202560 414 0 0 0 0 0 0 0 15 0 18 0 600849441 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2518] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2518/stat : 2518 (java) S 2505 2507 2452 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 18 0 600849442 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 0 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2519] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2519/stat : 2519 (java) S 2505 2507 2452 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600849443 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2520] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2520/stat : 2520 (java) S 2505 2507 2452 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 600849443 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2521] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2521/stat : 2521 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 600849445 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892388785 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2522] ppid=2505 vsize=15681860 CPUtime=0.11 cores=1,3,5,7
/proc/2507/task/2522/stat : 2522 (java) S 2505 2507 2452 0 -1 4202560 1179 0 0 0 11 0 0 0 16 0 18 0 600849445 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2523] ppid=2505 vsize=15681860 CPUtime=0.11 cores=1,3,5,7
/proc/2507/task/2523/stat : 2523 (java) S 2505 2507 2452 0 -1 4202560 2638 0 0 0 11 0 0 0 15 0 18 0 600849445 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2524] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2524/stat : 2524 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 600849445 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2525] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2525/stat : 2525 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600849445 16058224640 75227 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 15681860

[startup+3.1013 s]
/proc/loadavg: 6.19 7.67 7.77 3/212 2525
/proc/meminfo: memFree=28955596/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=15681860 CPUtime=3.44 cores=1,3,5,7
/proc/2507/stat : 2507 (java) S 2505 2507 2452 0 -1 4202496 146905 0 1 0 326 18 0 0 23 0 18 0 600849440 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 3920465 144938 2240 9 0 3911184 0
[pid=2507/tid=2508] ppid=2505 vsize=15681860 CPUtime=3.05 cores=1,3,5,7
/proc/2507/task/2508/stat : 2508 (java) R 2505 2507 2452 0 -1 4202560 125308 0 1 0 289 16 0 0 23 0 18 0 600849441 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 46912505543917 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2507/tid=2510] ppid=2505 vsize=15681860 CPUtime=0.01 cores=1,3,5,7
/proc/2507/task/2510/stat : 2510 (java) S 2505 2507 2452 0 -1 4202560 2648 0 0 0 1 0 0 0 15 0 18 0 600849441 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2511] ppid=2505 vsize=15681860 CPUtime=0.01 cores=1,3,5,7
/proc/2507/task/2511/stat : 2511 (java) S 2505 2507 2452 0 -1 4202560 31 0 0 0 1 0 0 0 15 0 18 0 600849441 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2512] ppid=2505 vsize=15681860 CPUtime=0.01 cores=1,3,5,7
/proc/2507/task/2512/stat : 2512 (java) S 2505 2507 2452 0 -1 4202560 9750 0 0 0 1 0 0 0 16 0 18 0 600849441 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2513] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2513/stat : 2513 (java) S 2505 2507 2452 0 -1 4202560 1624 0 0 0 0 0 0 0 16 0 18 0 600849441 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2514] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2514/stat : 2514 (java) S 2505 2507 2452 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 18 0 600849441 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2515] ppid=2505 vsize=15681860 CPUtime=0.01 cores=1,3,5,7
/proc/2507/task/2515/stat : 2515 (java) S 2505 2507 2452 0 -1 4202560 641 0 0 0 1 0 0 0 16 0 18 0 600849441 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2516] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2516/stat : 2516 (java) S 2505 2507 2452 0 -1 4202560 677 0 0 0 0 0 0 0 15 0 18 0 600849441 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2517] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2517/stat : 2517 (java) S 2505 2507 2452 0 -1 4202560 414 0 0 0 0 0 0 0 16 0 18 0 600849441 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2518] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2518/stat : 2518 (java) S 2505 2507 2452 0 -1 4202560 435 0 0 0 0 0 0 0 15 0 18 0 600849442 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 0 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2519] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2519/stat : 2519 (java) S 2505 2507 2452 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600849443 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2520] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2520/stat : 2520 (java) S 2505 2507 2452 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 600849443 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2521] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2521/stat : 2521 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 600849445 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892388785 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2522] ppid=2505 vsize=15681860 CPUtime=0.13 cores=1,3,5,7
/proc/2507/task/2522/stat : 2522 (java) S 2505 2507 2452 0 -1 4202560 1321 0 0 0 13 0 0 0 15 0 18 0 600849445 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2523] ppid=2505 vsize=15681860 CPUtime=0.14 cores=1,3,5,7
/proc/2507/task/2523/stat : 2523 (java) S 2505 2507 2452 0 -1 4202560 2667 0 0 0 14 0 0 0 15 0 18 0 600849445 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2524] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2524/stat : 2524 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 600849445 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2525] ppid=2505 vsize=15681860 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2525/stat : 2525 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600849445 16058224640 144938 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 15681860

[startup+6.30073 s]
/proc/loadavg: 6.19 7.67 7.77 3/212 2525
/proc/meminfo: memFree=28216076/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=15678680 CPUtime=6.69 cores=1,3,5,7
/proc/2507/stat : 2507 (java) S 2505 2507 2452 0 -1 4202496 285290 0 1 0 633 36 0 0 23 0 18 0 600849440 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 3919670 282642 2240 9 0 3910389 0
[pid=2507/tid=2508] ppid=2505 vsize=15678680 CPUtime=6.23 cores=1,3,5,7
/proc/2507/task/2508/stat : 2508 (java) R 2505 2507 2452 0 -1 4202560 253149 0 1 0 590 33 0 0 21 0 18 0 600849441 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 46912505639251 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2507/tid=2510] ppid=2505 vsize=15678680 CPUtime=0.02 cores=1,3,5,7
/proc/2507/task/2510/stat : 2510 (java) S 2505 2507 2452 0 -1 4202560 2648 0 0 0 2 0 0 0 16 0 18 0 600849441 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2511] ppid=2505 vsize=15678680 CPUtime=0.01 cores=1,3,5,7
/proc/2507/task/2511/stat : 2511 (java) S 2505 2507 2452 0 -1 4202560 31 0 0 0 1 0 0 0 16 0 18 0 600849441 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2512] ppid=2505 vsize=15678680 CPUtime=0.02 cores=1,3,5,7
/proc/2507/task/2512/stat : 2512 (java) S 2505 2507 2452 0 -1 4202560 9750 0 0 0 2 0 0 0 15 0 18 0 600849441 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2513] ppid=2505 vsize=15678680 CPUtime=0.01 cores=1,3,5,7
/proc/2507/task/2513/stat : 2513 (java) S 2505 2507 2452 0 -1 4202560 1624 0 0 0 1 0 0 0 16 0 18 0 600849441 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2514] ppid=2505 vsize=15678680 CPUtime=0.02 cores=1,3,5,7
/proc/2507/task/2514/stat : 2514 (java) S 2505 2507 2452 0 -1 4202560 10243 0 0 0 1 1 0 0 16 0 18 0 600849441 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2515] ppid=2505 vsize=15678680 CPUtime=0.02 cores=1,3,5,7
/proc/2507/task/2515/stat : 2515 (java) S 2505 2507 2452 0 -1 4202560 641 0 0 0 2 0 0 0 15 0 18 0 600849441 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2516] ppid=2505 vsize=15678680 CPUtime=0.01 cores=1,3,5,7
/proc/2507/task/2516/stat : 2516 (java) S 2505 2507 2452 0 -1 4202560 678 0 0 0 1 0 0 0 16 0 18 0 600849441 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2517] ppid=2505 vsize=15678680 CPUtime=0.01 cores=1,3,5,7
/proc/2507/task/2517/stat : 2517 (java) S 2505 2507 2452 0 -1 4202560 414 0 0 0 1 0 0 0 15 0 18 0 600849441 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2518] ppid=2505 vsize=15678680 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2518/stat : 2518 (java) S 2505 2507 2452 0 -1 4202560 737 0 0 0 0 0 0 0 15 0 18 0 600849442 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 0 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2519] ppid=2505 vsize=15678680 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2519/stat : 2519 (java) S 2505 2507 2452 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 600849443 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2520] ppid=2505 vsize=15678680 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2520/stat : 2520 (java) S 2505 2507 2452 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 600849443 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2521] ppid=2505 vsize=15678680 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2521/stat : 2521 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 600849445 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892388785 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2522] ppid=2505 vsize=15678680 CPUtime=0.13 cores=1,3,5,7
/proc/2507/task/2522/stat : 2522 (java) S 2505 2507 2452 0 -1 4202560 1321 0 0 0 13 0 0 0 15 0 18 0 600849445 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2523] ppid=2505 vsize=15678680 CPUtime=0.14 cores=1,3,5,7
/proc/2507/task/2523/stat : 2523 (java) S 2505 2507 2452 0 -1 4202560 2667 0 0 0 14 0 0 0 15 0 18 0 600849445 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2524] ppid=2505 vsize=15678680 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2524/stat : 2524 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 600849445 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2525] ppid=2505 vsize=15678680 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2525/stat : 2525 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 600849445 16054968320 282642 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0

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

[pid=2507/tid=2517] ppid=2505 vsize=15753188 CPUtime=10.05 cores=1,3,5,7
/proc/2507/task/2517/stat : 2517 (java) S 2505 2507 2452 0 -1 4202560 586977 0 0 0 920 85 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2518] ppid=2505 vsize=15753188 CPUtime=388.35 cores=1,3,5,7
/proc/2507/task/2518/stat : 2518 (java) S 2505 2507 2452 0 -1 4202560 411656 0 0 0 38781 54 0 0 17 0 21 0 600849442 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 0 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2519] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2519/stat : 2519 (java) S 2505 2507 2452 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 21 0 600849443 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2520] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2520/stat : 2520 (java) S 2505 2507 2452 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 21 0 600849443 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2521] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2521/stat : 2521 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892388785 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2522] ppid=2505 vsize=15753188 CPUtime=0.95 cores=1,3,5,7
/proc/2507/task/2522/stat : 2522 (java) S 2505 2507 2452 0 -1 4202560 5298 0 0 0 95 0 0 0 15 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2523] ppid=2505 vsize=15753188 CPUtime=2.03 cores=1,3,5,7
/proc/2507/task/2523/stat : 2523 (java) S 2505 2507 2452 0 -1 4202560 18914 0 0 0 202 1 0 0 16 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2524] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2524/stat : 2524 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2525] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2525/stat : 2525 (java) S 2505 2507 2452 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2531] ppid=2505 vsize=15753188 CPUtime=620.5 cores=1,3,5,7
/proc/2507/task/2531/stat : 2531 (java) R 2505 2507 2452 0 -1 4202560 3982 0 0 0 62050 0 0 0 18 0 21 0 600852677 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 46912506240568 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2507/tid=2532] ppid=2505 vsize=15753188 CPUtime=563.61 cores=1,3,5,7
/proc/2507/task/2532/stat : 2532 (java) R 2505 2507 2452 0 -1 4202560 9943 0 0 0 56360 1 0 0 19 0 21 0 600852677 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 46912506080425 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2507/tid=2533] ppid=2505 vsize=15753188 CPUtime=640.8 cores=1,3,5,7
/proc/2507/task/2533/stat : 2533 (java) R 2505 2507 2452 0 -1 4202560 9161 0 0 0 64079 1 0 0 18 0 21 0 600852677 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 46912506201166 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2870.43
Current children cumulated vsize (KiB) 15753188

[startup+1242.3 s]
/proc/loadavg: 4.38 4.63 5.48 4/219 2576
/proc/meminfo: memFree=228676/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=15753188 CPUtime=2964.35 cores=1,3,5,7
/proc/2507/stat : 2507 (java) S 2505 2507 2452 0 -1 4202496 4150642 0 1 0 295831 604 0 0 23 0 21 0 600849440 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 3938297 3863134 2297 9 0 3929016 0
[pid=2507/tid=2508] ppid=2505 vsize=15753188 CPUtime=124.29 cores=1,3,5,7
/proc/2507/task/2508/stat : 2508 (java) S 2505 2507 2452 0 -1 4202560 623484 0 1 0 12351 78 0 0 25 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2510] ppid=2505 vsize=15753188 CPUtime=9.49 cores=1,3,5,7
/proc/2507/task/2510/stat : 2510 (java) S 2505 2507 2452 0 -1 4202560 428606 0 0 0 881 68 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2511] ppid=2505 vsize=15753188 CPUtime=9.64 cores=1,3,5,7
/proc/2507/task/2511/stat : 2511 (java) S 2505 2507 2452 0 -1 4202560 364995 0 0 0 909 55 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2512] ppid=2505 vsize=15753188 CPUtime=9.19 cores=1,3,5,7
/proc/2507/task/2512/stat : 2512 (java) S 2505 2507 2452 0 -1 4202560 383058 0 0 0 859 60 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2513] ppid=2505 vsize=15753188 CPUtime=9.79 cores=1,3,5,7
/proc/2507/task/2513/stat : 2513 (java) S 2505 2507 2452 0 -1 4202560 274718 0 0 0 941 38 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2514] ppid=2505 vsize=15753188 CPUtime=9.28 cores=1,3,5,7
/proc/2507/task/2514/stat : 2514 (java) S 2505 2507 2452 0 -1 4202560 411790 0 0 0 868 60 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2515] ppid=2505 vsize=15753188 CPUtime=8.69 cores=1,3,5,7
/proc/2507/task/2515/stat : 2515 (java) S 2505 2507 2452 0 -1 4202560 286541 0 0 0 826 43 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2516] ppid=2505 vsize=15753188 CPUtime=8.03 cores=1,3,5,7
/proc/2507/task/2516/stat : 2516 (java) S 2505 2507 2452 0 -1 4202560 321733 0 0 0 753 50 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2517] ppid=2505 vsize=15753188 CPUtime=10.05 cores=1,3,5,7
/proc/2507/task/2517/stat : 2517 (java) S 2505 2507 2452 0 -1 4202560 586977 0 0 0 920 85 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2518] ppid=2505 vsize=15753188 CPUtime=431.37 cores=1,3,5,7
/proc/2507/task/2518/stat : 2518 (java) R 2505 2507 2452 0 -1 4202560 411658 0 0 0 43083 54 0 0 23 0 21 0 600849442 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 47431167480157 0 0 0 16800975 0 0 0 -1 7 0 0 0
[pid=2507/tid=2519] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2519/stat : 2519 (java) S 2505 2507 2452 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 21 0 600849443 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2520] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2520/stat : 2520 (java) S 2505 2507 2452 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 21 0 600849443 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2521] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2521/stat : 2521 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892388785 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2522] ppid=2505 vsize=15753188 CPUtime=0.95 cores=1,3,5,7
/proc/2507/task/2522/stat : 2522 (java) S 2505 2507 2452 0 -1 4202560 5298 0 0 0 95 0 0 0 15 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2523] ppid=2505 vsize=15753188 CPUtime=2.03 cores=1,3,5,7
/proc/2507/task/2523/stat : 2523 (java) S 2505 2507 2452 0 -1 4202560 18914 0 0 0 202 1 0 0 16 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2524] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2524/stat : 2524 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2525] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2525/stat : 2525 (java) S 2505 2507 2452 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2531] ppid=2505 vsize=15753188 CPUtime=637.46 cores=1,3,5,7
/proc/2507/task/2531/stat : 2531 (java) S 2505 2507 2452 0 -1 4202560 3995 0 0 0 63746 0 0 0 18 0 21 0 600852677 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2532] ppid=2505 vsize=15753188 CPUtime=580.58 cores=1,3,5,7
/proc/2507/task/2532/stat : 2532 (java) S 2505 2507 2452 0 -1 4202560 9955 0 0 0 58057 1 0 0 16 0 21 0 600852677 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2533] ppid=2505 vsize=15753188 CPUtime=657.76 cores=1,3,5,7
/proc/2507/task/2533/stat : 2533 (java) S 2505 2507 2452 0 -1 4202560 9174 0 0 0 65775 1 0 0 18 0 21 0 600852677 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2964.35
Current children cumulated vsize (KiB) 15753188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 4.38 4.57 5.41 3/195 2602
/proc/meminfo: memFree=15124120/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=15753188 CPUtime=3062.4 cores=1,3,5,7
/proc/2507/stat : 2507 (java) S 2505 2507 2452 0 -1 4202496 4150679 0 1 0 305635 605 0 0 23 0 21 0 600849440 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 3938297 3863134 2297 9 0 3929016 0
[pid=2507/tid=2508] ppid=2505 vsize=15753188 CPUtime=124.29 cores=1,3,5,7
/proc/2507/task/2508/stat : 2508 (java) S 2505 2507 2452 0 -1 4202560 623484 0 1 0 12351 78 0 0 25 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2510] ppid=2505 vsize=15753188 CPUtime=9.49 cores=1,3,5,7
/proc/2507/task/2510/stat : 2510 (java) S 2505 2507 2452 0 -1 4202560 428606 0 0 0 881 68 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2511] ppid=2505 vsize=15753188 CPUtime=9.64 cores=1,3,5,7
/proc/2507/task/2511/stat : 2511 (java) S 2505 2507 2452 0 -1 4202560 364995 0 0 0 909 55 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2512] ppid=2505 vsize=15753188 CPUtime=9.19 cores=1,3,5,7
/proc/2507/task/2512/stat : 2512 (java) S 2505 2507 2452 0 -1 4202560 383058 0 0 0 859 60 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2513] ppid=2505 vsize=15753188 CPUtime=9.79 cores=1,3,5,7
/proc/2507/task/2513/stat : 2513 (java) S 2505 2507 2452 0 -1 4202560 274718 0 0 0 941 38 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2514] ppid=2505 vsize=15753188 CPUtime=9.28 cores=1,3,5,7
/proc/2507/task/2514/stat : 2514 (java) S 2505 2507 2452 0 -1 4202560 411790 0 0 0 868 60 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2515] ppid=2505 vsize=15753188 CPUtime=8.69 cores=1,3,5,7
/proc/2507/task/2515/stat : 2515 (java) S 2505 2507 2452 0 -1 4202560 286541 0 0 0 826 43 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2516] ppid=2505 vsize=15753188 CPUtime=8.03 cores=1,3,5,7
/proc/2507/task/2516/stat : 2516 (java) S 2505 2507 2452 0 -1 4202560 321733 0 0 0 753 50 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2517] ppid=2505 vsize=15753188 CPUtime=10.05 cores=1,3,5,7
/proc/2507/task/2517/stat : 2517 (java) S 2505 2507 2452 0 -1 4202560 586977 0 0 0 920 85 0 0 16 0 21 0 600849441 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2518] ppid=2505 vsize=15753188 CPUtime=468.9 cores=1,3,5,7
/proc/2507/task/2518/stat : 2518 (java) R 2505 2507 2452 0 -1 4202560 411662 0 0 0 46836 54 0 0 18 0 21 0 600849442 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 47431167480251 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2507/tid=2519] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2519/stat : 2519 (java) S 2505 2507 2452 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 21 0 600849443 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2520] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2520/stat : 2520 (java) S 2505 2507 2452 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 21 0 600849443 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2521] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2521/stat : 2521 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892388785 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
[pid=2507/tid=2522] ppid=2505 vsize=15753188 CPUtime=0.95 cores=1,3,5,7
/proc/2507/task/2522/stat : 2522 (java) S 2505 2507 2452 0 -1 4202560 5298 0 0 0 95 0 0 0 15 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2523] ppid=2505 vsize=15753188 CPUtime=2.03 cores=1,3,5,7
/proc/2507/task/2523/stat : 2523 (java) S 2505 2507 2452 0 -1 4202560 18914 0 0 0 202 1 0 0 16 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2524] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2524/stat : 2524 (java) S 2505 2507 2452 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 7 0 0 0
[pid=2507/tid=2525] ppid=2505 vsize=15753188 CPUtime=0 cores=1,3,5,7
/proc/2507/task/2525/stat : 2525 (java) S 2505 2507 2452 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 21 0 600849445 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2531] ppid=2505 vsize=15753188 CPUtime=657.64 cores=1,3,5,7
/proc/2507/task/2531/stat : 2531 (java) S 2505 2507 2452 0 -1 4202560 4007 0 0 0 65764 0 0 0 18 0 21 0 600852677 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 1 0 0 0
[pid=2507/tid=2532] ppid=2505 vsize=15753188 CPUtime=600.75 cores=1,3,5,7
/proc/2507/task/2532/stat : 2532 (java) S 2505 2507 2452 0 -1 4202560 9962 0 0 0 60074 1 0 0 18 0 21 0 600852677 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381081 0 4 0 16800975 18446604464116122624 0 0 -1 3 0 0 0
[pid=2507/tid=2533] ppid=2505 vsize=15753188 CPUtime=677.94 cores=1,3,5,7
/proc/2507/task/2533/stat : 2533 (java) S 2505 2507 2452 0 -1 4202560 9184 0 0 0 67793 1 0 0 15 0 21 0 600852677 16131264512 3863134 33554432000 1073741824 1073778376 140735516382880 18446744073709551615 218892381696 0 4 0 16800975 18446604464116122624 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3062.4
Current children cumulated vsize (KiB) 15753188

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2507

[startup+1302.3 s]
/proc/loadavg: 4.19 4.53 5.39 3/196 2627
/proc/meminfo: memFree=16970552/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=0 CPUtime=3064.69 cores=1,3,5,7
/proc/2507/stat : 2507 (java) Z 2505 2507 2452 0 -1 4203548 4150687 0 1 0 305837 632 0 0 18 0 2 0 600849440 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 0 0 0 0 0 0 0
[pid=2507/tid=2524] ppid=2505 vsize=0 CPUtime=0.27 cores=1,3,5,7
/proc/2507/task/2524/stat : 2524 (java) R 2505 2507 2452 0 -1 4203588 1 0 0 0 0 27 0 0 18 0 2 0 600849445 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3064.69
Current children cumulated vsize (KiB) 0

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

[startup+1302.4 s]
/proc/loadavg: 4.19 4.53 5.39 3/196 2627
/proc/meminfo: memFree=16970552/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=0 CPUtime=3064.79 cores=1,3,5,7
/proc/2507/stat : 2507 (java) Z 2505 2507 2452 0 -1 4203548 4150687 0 1 0 305837 642 0 0 18 0 2 0 600849440 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 0 0 0 0 0 0 0
[pid=2507/tid=2524] ppid=2505 vsize=0 CPUtime=0.37 cores=1,3,5,7
/proc/2507/task/2524/stat : 2524 (java) R 2505 2507 2452 0 -1 4203588 1 0 0 0 0 37 0 0 18 0 2 0 600849445 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3064.79
Current children cumulated vsize (KiB) 0

[startup+1302.5 s]
/proc/loadavg: 4.19 4.53 5.39 3/196 2627
/proc/meminfo: memFree=16970552/32950928 swapFree=67111524/67111528
[pid=2507] ppid=2505 vsize=0 CPUtime=3064.89 cores=1,3,5,7
/proc/2507/stat : 2507 (java) Z 2505 2507 2452 0 -1 4203548 4150687 0 1 0 305837 652 0 0 18 0 2 0 600849440 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/2507/statm: 0 0 0 0 0 0 0
[pid=2507/tid=2524] ppid=2505 vsize=0 CPUtime=0.47 cores=1,3,5,7
/proc/2507/task/2524/stat : 2524 (java) R 2505 2507 2452 0 -1 4203588 1 0 0 0 0 47 0 0 18 0 2 0 600849445 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3064.89
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1302.56
CPU time (s): 3064.96
CPU user time (s): 3058.37
CPU system time (s): 6.584
CPU usage (%): 235.303
Max. virtual memory (cumulated for all children) (KiB): 15753188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3058.37
system time used= 6.584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4150687
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= 65661
involuntary context switches= 70237

runsolver used 2.13468 second user time and 5.01724 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 21:43:08
IDJOB=3312171
IDBENCH=82416
IDSOLVER=1698
FILE ID=node112/3312171-1304106181
RUNJOBID= node112-1304106181-2471
PBS_JOBID= 13170662
Free space on /tmp= 72236 MiB

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

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

MD5SUM BENCH= 104480afe2dfb23e29c907d77dfdc6d4
RANDOM SEED=1020849863

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29901192 kB
Buffers:        449432 kB
Cached:        1566628 kB
SwapCached:          4 kB
Active:        1028808 kB
Inactive:      1607828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29901192 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          337772 kB
Writeback:           0 kB
AnonPages:      620592 kB
Mapped:          23376 kB
Slab:           345564 kB
PageTables:       5916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1671688 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= 72308 MiB
End job on node112 at 2011-04-29 22:04:50