Trace number 4103978

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.19 911.752

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-stp3d.opb
MD5SUMaf54d857fe3562002a714e0fbd74a69a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576279200
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576279200
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103978-1466251494.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
35.77/31.21	c ... done. Wall clock time 31.092s.
35.77/31.21	c declared #vars     204880
35.77/31.21	c #constraints  187573
35.77/31.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
35.77/31.21	c constraints type 
35.77/31.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
35.77/31.21	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3486
35.77/31.21	c org.sat4j.specs.Constr$1 => 14835
35.77/31.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 51105
35.77/31.21	c org.sat4j.minisat.constraints.cnf.UnitClause => 72
35.77/31.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 118043
35.77/31.21	c 187573 constraints processed.
35.77/31.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
35.77/31.21	c constraints type 
35.77/31.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 118043
35.77/31.21	c org.sat4j.specs.Constr$1 => 14835
35.77/31.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
35.77/31.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51105
35.77/31.21	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3486
35.77/31.21	c org.sat4j.pb.constraints.pb.UnitClausePB => 72
35.77/31.22	c 187573 constraints processed.
35.77/31.22	c objective function length is 75648 literals
47.16/36.27	c cleaning 2479 clauses out of 4986 with flag 26164/5000
55.10/40.11	c cleaning 4198 clauses out of 8508 with flag 61681/11001
67.58/46.33	c cleaning 5611 clauses out of 11303 with flag 106139/18002
78.56/51.77	c cleaning 6741 clauses out of 13691 with flag 166943/26001
92.95/58.96	c cleaning 7933 clauses out of 15945 with flag 223856/35000
107.63/66.13	c cleaning 8583 clauses out of 18009 with flag 285857/45001
123.42/74.04	c cleaning 9165 clauses out of 20422 with flag 350627/56000
142.85/83.74	c cleaning 10220 clauses out of 23252 with flag 418140/68000
163.62/94.00	c cleaning 10650 clauses out of 26026 with flag 487570/81001
189.45/107.36	c cleaning 11789 clauses out of 29363 with flag 572252/95000
212.84/119.04	c cleaning 12909 clauses out of 32572 with flag 656292/110002
238.64/131.94	c cleaning 13640 clauses out of 35655 with flag 740549/126000
266.43/145.83	c cleaning 14830 clauses out of 39013 with flag 841157/143000
299.84/162.60	c cleaning 15638 clauses out of 42181 with flag 959622/161000
330.49/177.61	c cleaning 16446 clauses out of 45541 with flag 1072047/180000
366.69/195.75	c cleaning 17307 clauses out of 49091 with flag 1192506/200001
403.87/214.36	c cleaning 18429 clauses out of 52781 with flag 1318662/221000
443.67/234.30	c cleaning 19484 clauses out of 56343 with flag 1436486/243000
485.11/254.78	c cleaning 19146 clauses out of 59854 with flag 1574439/266000
530.27/277.98	c cleaning 20121 clauses out of 64704 with flag 1726294/290000
578.07/301.83	c cleaning 20987 clauses out of 69581 with flag 1879332/315000
601.65/313.37	c cleaning 0 clauses out of 5000 with flag 0/5000
629.49/327.17	c cleaning 22731 clauses out of 74590 with flag 2023439/341002
686.87/355.81	c cleaning 23994 clauses out of 78854 with flag 2183707/368001
746.85/385.68	c cleaning 24840 clauses out of 82856 with flag 2348215/396000
808.43/416.47	c cleaning 25720 clauses out of 87015 with flag 2514854/425000
873.03/448.71	c cleaning 26674 clauses out of 91292 with flag 2683533/455000
940.83/482.34	c cleaning 27599 clauses out of 95618 with flag 2865756/486001
1008.42/516.18	c cleaning 28691 clauses out of 100018 with flag 3062627/518001
1081.08/552.39	c cleaning 29756 clauses out of 104326 with flag 3255476/551000
1149.86/586.78	c cleaning 29349 clauses out of 108568 with flag 3458044/585000
1228.34/625.80	c cleaning 31568 clauses out of 114217 with flag 3661182/620004
1313.89/668.43	c cleaning 32376 clauses out of 118642 with flag 3876690/656000
1398.70/710.66	c cleaning 33320 clauses out of 123266 with flag 4083408/693003
1493.73/758.83	c cleaning 34262 clauses out of 127939 with flag 4295797/731000
1589.23/806.43	c cleaning 35456 clauses out of 132675 with flag 4524447/770001
1684.79/854.23	c cleaning 36199 clauses out of 137215 with flag 4758983/810000
1783.38/903.38	c cleaning 36853 clauses out of 142014 with flag 4991720/851001
1800.19/911.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/911.70	c starts		: 3216
1800.19/911.70	c conflicts		: 858093
1800.19/911.70	c decisions		: 5628765
1800.19/911.70	c propagations		: 2337290380
1800.19/911.70	c inspects		: 2962592501
1800.19/911.70	c shortcuts		: 0
1800.19/911.70	c learnt literals	: 146
1800.19/911.70	c learnt binary clauses	: 11112
1800.19/911.70	c learnt ternary clauses	: 30145
1800.19/911.70	c learnt constraints	: 857947
1800.19/911.70	c ignored constraints	: 0
1800.19/911.70	c root simplifications	: 0
1800.19/911.70	c removed literals (reason simplification)	: 9796450
1800.19/911.70	c reason swapping (by a shorter reason)	: 0
1800.19/911.70	c Calls to reduceDB	: 37
1800.19/911.70	c Number of update (reduction) of LBD	: 440782
1800.19/911.70	c Imported unit clauses	: 0
1800.19/911.70	c number of reductions to clauses (during analyze)	: 0
1800.19/911.70	c number of learned constraints concerned by reduction	: 0
1800.19/911.70	c number of learning phase by resolution	: 0
1800.19/911.70	c number of learning phase by cutting planes	: 0
1800.19/911.70	c speed (assignments/second)	: 2655031.244142788
1800.19/911.70	c non guided choices	436764
1800.19/911.73	c learnt constraints type 
1800.19/911.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11112
1800.19/911.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101141
1800.19/911.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/911.73	c starts		: 21
1800.19/911.73	c conflicts		: 5843
1800.19/911.73	c decisions		: 1126614
1800.19/911.73	c propagations		: 13710640
1800.19/911.73	c inspects		: 31364764
1800.19/911.73	c shortcuts		: 0
1800.19/911.73	c learnt literals	: 0
1800.19/911.73	c learnt binary clauses	: 0
1800.19/911.73	c learnt ternary clauses	: 0
1800.19/911.73	c learnt constraints	: 5842
1800.19/911.73	c ignored constraints	: 0
1800.19/911.73	c root simplifications	: 0
1800.19/911.73	c removed literals (reason simplification)	: 0
1800.19/911.73	c reason swapping (by a shorter reason)	: 0
1800.19/911.73	c Calls to reduceDB	: 1
1800.19/911.73	c Number of update (reduction) of LBD	: 0
1800.19/911.73	c Imported unit clauses	: 0
1800.19/911.73	c number of reductions to clauses (during analyze)	: 0
1800.19/911.73	c number of learned constraints concerned by reduction	: 0
1800.19/911.73	c number of learning phase by resolution	: 0
1800.19/911.73	c number of learning phase by cutting planes	: 0
1800.19/911.73	c speed (assignments/second)	: 15573.830824522583
1800.19/911.73	c non guided choices	9910
1800.19/911.73	c learnt constraints type 
1800.19/911.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1586
1800.19/911.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4256
1800.19/911.73	s UNKNOWN
1800.19/911.73	c Total wall clock time (in seconds): 911.612

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4103978-1466251494/watcher-4103978-1466251494 -o /tmp/evaluation-result-4103978-1466251494/solver-4103978-1466251494 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103978-1466251494.opb 

pid=9843
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 4.13 4.16 4.12 5/197 9846
/proc/meminfo: memFree=28204864/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/9846/stat : 9846 (java) D 9843 9846 6358 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 27198714 2560000 46 33554432000 1073741824 1073778376 140737350966848 140737350963976 213857168679 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.13 4.16 4.12 5/197 9846
/proc/meminfo: memFree=28204864/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 6358 0 -1 4202496 4459 0 1 0 8 1 0 0 20 0 18 0 27198714 9787879424 5585 33554432000 1073741824 1073778376 140737350966848 140737350957984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 2389619 5585 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 4.13 4.16 4.12 5/197 9846
/proc/meminfo: memFree=28204864/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 6358 0 -1 4202496 5248 0 1 0 28 2 0 0 20 0 18 0 27198714 9787879424 9201 33554432000 1073741824 1073778376 140737350966848 140737350957984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 2389619 9201 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 4.13 4.16 4.12 5/197 9846
/proc/meminfo: memFree=28204864/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 6358 0 -1 4202496 5618 0 1 0 44 2 0 0 20 0 18 0 27198714 9787879424 13882 33554432000 1073741824 1073778376 140737350966848 140737350957984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 2389619 13882 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 4.13 4.16 4.12 5/197 9846
/proc/meminfo: memFree=28204864/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=9558996 CPUtime=1.36 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 6358 0 -1 4202496 16373 0 1 0 127 9 0 0 20 0 18 0 27198714 9788411904 56496 33554432000 1073741824 1073778376 140737350966848 140737350957984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 2389749 56496 2263 9 0 2380426 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9558996

[startup+1.50084 s]
/proc/loadavg: 4.13 4.16 4.12 7/215 9864
/proc/meminfo: memFree=27805044/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=9558476 CPUtime=3.35 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 6358 0 -1 4202496 24882 0 1 0 307 28 0 0 20 0 18 0 27198714 9787879424 180929 33554432000 1073741824 1073778376 140737350966848 140737350957984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 2389619 180929 2264 9 0 2380296 0
[pid=9846/tid=9848] ppid=9843 vsize=9558476 CPUtime=1.24 cores=0,2,4,6
/proc/9846/task/9848/stat : 9848 (java) R 9843 9846 6358 0 -1 4202560 3359 0 1 0 115 9 0 0 20 0 18 0 27198715 9787879424 180929 33554432000 1073741824 1073778376 140737350966848 140231691366384 140231699139674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9849] ppid=9843 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/9846/task/9849/stat : 9849 (java) S 9843 9846 6358 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 18 0 27198716 9787879424 180929 33554432000 1073741824 1073778376 140737350966848 140231535286568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9846/tid=9850] ppid=9843 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/9846/task/9850/stat : 9850 (java) S 9843 9846 6358 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 18 0 27198716 9787879424 180929 33554432000 1073741824 1073778376 140737350966848 140231534233768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9851] ppid=9843 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/9846/task/9851/stat : 9851 (java) S 9843 9846 6358 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 18 0 27198716 9787879424 180929 33554432000 1073741824 1073778376 140737350966848 140231533181480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9846/tid=9852] ppid=9843 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/9846/task/9852/stat : 9852 (java) S 9843 9846 6358 0 -1 4202560 83 0 0 0 9 3 0 0 20 0 18 0 27198716 9787879424 180929 33554432000 1073741824 1073778376 140737350966848 140231532128680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9853] ppid=9843 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9846/task/9853/stat : 9853 (java) S 9843 9846 6358 0 -1 4202560 152 0 0 0 7 3 0 0 20 0 18 0 27198716 9787879424 180929 33554432000 1073741824 1073778376 140737350966848 140231531076392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9846/tid=9854] ppid=9843 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9846/task/9854/stat : 9854 (java) S 9843 9846 6358 0 -1 4202560 64 0 0 0 8 2 0 0 20 0 18 0 27198716 9787879424 180929 33554432000 1073741824 1073778376 140737350966848 140231530023592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9855] ppid=9843 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/9846/task/9855/stat : 9855 (java) S 9843 9846 6358 0 -1 4202560 87 0 0 0 4 0 0 0 20 0 18 0 27198716 9787879424 180929 33554432000 1073741824 1073778376 140737350966848 140231528971304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9846/tid=9856] ppid=9843 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/9846/task/9856/stat : 9856 (java) S 9843 9846 6358 0 -1 4202560 143 0 0 0 9 3 0 0 20 0 18 0 27198716 9787879424 180929 33554432000 1073741824 1073778376 140737350966848 140231527918504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9857] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9857/stat : 9857 (java) S 9843 9846 6358 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 18 0 27198718 9787879424 181441 33554432000 1073741824 1073778376 140737350966848 140231515506920 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9858] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9858/stat : 9858 (java) S 9843 9846 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27198718 9787879424 181441 33554432000 1073741824 1073778376 140737350966848 140231514452984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9859] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9859/stat : 9859 (java) S 9843 9846 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27198718 9787879424 181441 33554432000 1073741824 1073778376 140737350966848 140231513400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9860] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9860/stat : 9860 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27198720 9787879424 181441 33554432000 1073741824 1073778376 140737350966848 140231512349072 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9861] ppid=9843 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/9846/task/9861/stat : 9861 (java) S 9843 9846 6358 0 -1 4202560 9095 0 0 0 66 2 0 0 20 0 18 0 27198720 9787879424 181441 33554432000 1073741824 1073778376 140737350966848 140231511296696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9862] ppid=9843 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/9846/task/9862/stat : 9862 (java) S 9843 9846 6358 0 -1 4202560 10014 0 0 0 61 2 0 0 20 0 18 0 27198720 9787879424 181441 33554432000 1073741824 1073778376 140737350966848 140231510243896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9863] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9863/stat : 9863 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27198720 9787879424 181441 33554432000 1073741824 1073778376 140737350966848 140231509191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9864] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9864/stat : 9864 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27198720 9787879424 181441 33554432000 1073741824 1073778376 140737350966848 140231508139208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 4.13 4.16 4.12 4/215 9864
/proc/meminfo: memFree=26486328/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=9558476 CPUtime=5.24 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 6358 0 -1 4202496 26906 0 1 0 470 54 0 0 20 0 18 0 27198714 9787879424 550823 33554432000 1073741824 1073778376 140737350966848 140737350957984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 2389619 550823 2264 9 0 2380296 0
[pid=9846/tid=9848] ppid=9843 vsize=9558476 CPUtime=2.73 cores=0,2,4,6
/proc/9846/task/9848/stat : 9848 (java) R 9843 9846 6358 0 -1 4202560 4059 0 1 0 242 31 0 0 20 0 18 0 27198715 9787879424 550823 33554432000 1073741824 1073778376 140737350966848 140231691373032 140231699139674 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9849] ppid=9843 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/9846/task/9849/stat : 9849 (java) S 9843 9846 6358 0 -1 4202560 103 0 0 0 11 2 0 0 20 0 18 0 27198716 9787879424 550823 33554432000 1073741824 1073778376 140737350966848 140231535286568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9850] ppid=9843 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/9846/task/9850/stat : 9850 (java) S 9843 9846 6358 0 -1 4202560 34 0 0 0 10 2 0 0 20 0 18 0 27198716 9787879424 550823 33554432000 1073741824 1073778376 140737350966848 140231534233768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9851] ppid=9843 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9846/task/9851/stat : 9851 (java) S 9843 9846 6358 0 -1 4202560 122 0 0 0 7 2 0 0 20 0 18 0 27198716 9787879424 550823 33554432000 1073741824 1073778376 140737350966848 140231533181480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9852] ppid=9843 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/9846/task/9852/stat : 9852 (java) S 9843 9846 6358 0 -1 4202560 119 0 0 0 15 4 0 0 20 0 18 0 27198716 9787879424 550823 33554432000 1073741824 1073778376 140737350966848 140231532128680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9853] ppid=9843 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/9846/task/9853/stat : 9853 (java) S 9843 9846 6358 0 -1 4202560 255 0 0 0 10 4 0 0 20 0 18 0 27198716 9787879424 550823 33554432000 1073741824 1073778376 140737350966848 140231531076392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9846/tid=9854] ppid=9843 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/9846/task/9854/stat : 9854 (java) S 9843 9846 6358 0 -1 4202560 248 0 0 0 12 3 0 0 20 0 18 0 27198716 9787879424 550823 33554432000 1073741824 1073778376 140737350966848 140231530023592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9846/tid=9855] ppid=9843 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9846/task/9855/stat : 9855 (java) S 9843 9846 6358 0 -1 4202560 97 0 0 0 7 2 0 0 20 0 18 0 27198716 9787879424 550823 33554432000 1073741824 1073778376 140737350966848 140231528971304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9856] ppid=9843 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/9846/task/9856/stat : 9856 (java) S 9843 9846 6358 0 -1 4202560 245 0 0 0 13 3 0 0 20 0 18 0 27198716 9787879424 551335 33554432000 1073741824 1073778376 140737350966848 140231527918504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9857] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9857/stat : 9857 (java) S 9843 9846 6358 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 27198718 9787879424 551335 33554432000 1073741824 1073778376 140737350966848 140231515506920 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9858] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9858/stat : 9858 (java) S 9843 9846 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27198718 9787879424 551335 33554432000 1073741824 1073778376 140737350966848 140231514452984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9859] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9859/stat : 9859 (java) S 9843 9846 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27198718 9787879424 551335 33554432000 1073741824 1073778376 140737350966848 140231513400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9860] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9860/stat : 9860 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27198720 9787879424 551335 33554432000 1073741824 1073778376 140737350966848 140231512349072 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9861] ppid=9843 vsize=9558476 CPUtime=0.68 cores=0,2,4,6
/proc/9846/task/9861/stat : 9861 (java) S 9843 9846 6358 0 -1 4202560 9095 0 0 0 66 2 0 0 20 0 18 0 27198720 9787879424 551335 33554432000 1073741824 1073778376 140737350966848 140231511296696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9862] ppid=9843 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/9846/task/9862/stat : 9862 (java) S 9843 9846 6358 0 -1 4202560 10014 0 0 0 61 2 0 0 20 0 18 0 27198720 9787879424 551335 33554432000 1073741824 1073778376 140737350966848 140231510243896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9863] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9863/stat : 9863 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27198720 9787879424 551335 33554432000 1073741824 1073778376 140737350966848 140231509191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9864] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9864/stat : 9864 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27198720 9787879424 551335 33554432000 1073741824 1073778376 140737350966848 140231508139208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 9558476

[startup+6.30074 s]
/proc/loadavg: 4.04 4.14 4.12 4/215 9864
/proc/meminfo: memFree=25414644/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=9558476 CPUtime=8.68 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 6358 0 -1 4202496 27320 0 1 0 803 65 0 0 20 0 18 0 27198714 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140737350957984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 2389619 699511 2264 9 0 2380296 0
[pid=9846/tid=9848] ppid=9843 vsize=9558476 CPUtime=5.83 cores=0,2,4,6
/proc/9846/task/9848/stat : 9848 (java) R 9843 9846 6358 0 -1 4202560 4353 0 1 0 542 41 0 0 20 0 18 0 27198715 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231691366384 140231699139671 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9846/tid=9849] ppid=9843 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/9846/task/9849/stat : 9849 (java) S 9843 9846 6358 0 -1 4202560 146 0 0 0 14 2 0 0 20 0 18 0 27198716 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231535286568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9850] ppid=9843 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/9846/task/9850/stat : 9850 (java) S 9843 9846 6358 0 -1 4202560 51 0 0 0 13 2 0 0 20 0 18 0 27198716 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231534233768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9851] ppid=9843 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/9846/task/9851/stat : 9851 (java) S 9843 9846 6358 0 -1 4202560 143 0 0 0 11 2 0 0 20 0 18 0 27198716 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231533181480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9852] ppid=9843 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/9846/task/9852/stat : 9852 (java) S 9843 9846 6358 0 -1 4202560 136 0 0 0 18 4 0 0 20 0 18 0 27198716 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231532128680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9853] ppid=9843 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9846/task/9853/stat : 9853 (java) S 9843 9846 6358 0 -1 4202560 257 0 0 0 13 4 0 0 20 0 18 0 27198716 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231531076392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9854] ppid=9843 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/9846/task/9854/stat : 9854 (java) S 9843 9846 6358 0 -1 4202560 251 0 0 0 16 3 0 0 20 0 18 0 27198716 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231530023592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9855] ppid=9843 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9846/task/9855/stat : 9855 (java) S 9843 9846 6358 0 -1 4202560 100 0 0 0 9 2 0 0 20 0 18 0 27198716 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231528971304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9856] ppid=9843 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/9846/task/9856/stat : 9856 (java) S 9843 9846 6358 0 -1 4202560 250 0 0 0 16 3 0 0 20 0 18 0 27198716 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231527918504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9857] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9857/stat : 9857 (java) S 9843 9846 6358 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 18 0 27198718 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231515506920 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9846/tid=9858] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9858/stat : 9858 (java) S 9843 9846 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27198718 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231514452984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9859] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9859/stat : 9859 (java) S 9843 9846 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27198718 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231513400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9860] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9860/stat : 9860 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27198720 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231512349072 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9861] ppid=9843 vsize=9558476 CPUtime=0.69 cores=0,2,4,6
/proc/9846/task/9861/stat : 9861 (java) S 9843 9846 6358 0 -1 4202560 9095 0 0 0 67 2 0 0 20 0 18 0 27198720 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231511296696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9862] ppid=9843 vsize=9558476 CPUtime=0.69 cores=0,2,4,6
/proc/9846/task/9862/stat : 9862 (java) S 9843 9846 6358 0 -1 4202560 10022 0 0 0 67 2 0 0 20 0 18 0 27198720 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231510243896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9863] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9863/stat : 9863 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27198720 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231509191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9864] ppid=9843 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9864/stat : 9864 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27198720 9787879424 699511 33554432000 1073741824 1073778376 140737350966848 140231508139208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 3.95 4.12 4.11 4/215 9864
/proc/meminfo: memFree=25346140/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=9558476 CPUtime=15.51 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 6358 0 -1 4202496 27835 0 1 0 1482 69 0 0 20 0 18 0 27198714 9787879424 716834 33554432000 1073741824 1073778376 140737350966848 140737350957984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 2389619 716834 2264 9 0 2380296 0

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

/proc/9846/task/9851/stat : 9851 (java) S 9843 9846 6358 0 -1 4202560 959 0 0 0 187 15 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231533181480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9852] ppid=9843 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/9846/task/9852/stat : 9852 (java) S 9843 9846 6358 0 -1 4202560 739 0 0 0 218 18 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231532128680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9853] ppid=9843 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/9846/task/9853/stat : 9853 (java) S 9843 9846 6358 0 -1 4202560 917 0 0 0 203 15 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231531076392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9854] ppid=9843 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/9846/task/9854/stat : 9854 (java) S 9843 9846 6358 0 -1 4202560 939 0 0 0 195 11 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231530023592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9855] ppid=9843 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/9846/task/9855/stat : 9855 (java) S 9843 9846 6358 0 -1 4202560 1070 0 0 0 232 16 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231528971304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9856] ppid=9843 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/9846/task/9856/stat : 9856 (java) S 9843 9846 6358 0 -1 4202560 1031 0 0 0 212 16 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231527918504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9857] ppid=9843 vsize=9824732 CPUtime=5.21 cores=0,2,4,6
/proc/9846/task/9857/stat : 9857 (java) S 9843 9846 6358 0 -1 4202560 3003 0 0 0 518 3 0 0 20 0 22 0 27198718 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231515506920 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9858] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9858/stat : 9858 (java) S 9843 9846 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27198718 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231514452984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9859] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9859/stat : 9859 (java) S 9843 9846 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27198718 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231513400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9860] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9860/stat : 9860 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231512349072 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9861] ppid=9843 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/9846/task/9861/stat : 9861 (java) S 9843 9846 6358 0 -1 4202560 9985 0 0 0 205 2 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231511296696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9862] ppid=9843 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/9846/task/9862/stat : 9862 (java) S 9843 9846 6358 0 -1 4202560 10161 0 0 0 175 2 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231510243896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9863] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9863/stat : 9863 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231509191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9864] ppid=9843 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/9846/task/9864/stat : 9864 (java) S 9843 9846 6358 0 -1 4202560 50 0 0 0 15 16 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231508139208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9865] ppid=9843 vsize=9824732 CPUtime=839.71 cores=0,2,4,6
/proc/9846/task/9865/stat : 9865 (java) R 9843 9846 6358 0 -1 4202560 21 0 0 0 83958 13 0 0 20 0 22 0 27201836 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231507082576 140231564378528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9866] ppid=9843 vsize=9824732 CPUtime=839.67 cores=0,2,4,6
/proc/9846/task/9866/stat : 9866 (java) R 9843 9846 6358 0 -1 4202560 47 0 0 0 83954 13 0 0 20 0 22 0 27201836 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231506028448 140231565181361 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9867] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9867/stat : 9867 (java) S 9843 9846 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27201851 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231504979112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9868] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9868/stat : 9868 (java) S 9843 9846 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27201852 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231503926312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1741.41
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.701 s]
/proc/loadavg: 4.10 4.17 4.13 5/220 9963
/proc/meminfo: memFree=24069240/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 6358 0 -1 4202496 36158 0 1 0 179828 191 0 0 20 0 22 0 27198714 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140737350957984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 2456183 950425 2299 9 0 2446860 0
[pid=9846/tid=9848] ppid=9843 vsize=9824732 CPUtime=30.04 cores=0,2,4,6
/proc/9846/task/9848/stat : 9848 (java) S 9843 9846 6358 0 -1 4202560 4434 0 1 0 2960 44 0 0 20 0 22 0 27198715 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231691375480 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9849] ppid=9843 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/9846/task/9849/stat : 9849 (java) S 9843 9846 6358 0 -1 4202560 761 0 0 0 248 17 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231535286568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9850] ppid=9843 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/9846/task/9850/stat : 9850 (java) S 9843 9846 6358 0 -1 4202560 774 0 0 0 218 14 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231534233768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9846/tid=9851] ppid=9843 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/9846/task/9851/stat : 9851 (java) S 9843 9846 6358 0 -1 4202560 959 0 0 0 187 15 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231533181480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9852] ppid=9843 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/9846/task/9852/stat : 9852 (java) S 9843 9846 6358 0 -1 4202560 739 0 0 0 218 18 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231532128680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9853] ppid=9843 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/9846/task/9853/stat : 9853 (java) S 9843 9846 6358 0 -1 4202560 917 0 0 0 203 15 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231531076392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9854] ppid=9843 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/9846/task/9854/stat : 9854 (java) S 9843 9846 6358 0 -1 4202560 939 0 0 0 195 11 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231530023592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9855] ppid=9843 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/9846/task/9855/stat : 9855 (java) S 9843 9846 6358 0 -1 4202560 1070 0 0 0 232 16 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231528971304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9856] ppid=9843 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/9846/task/9856/stat : 9856 (java) S 9843 9846 6358 0 -1 4202560 1031 0 0 0 212 16 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231527918504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9857] ppid=9843 vsize=9824732 CPUtime=5.21 cores=0,2,4,6
/proc/9846/task/9857/stat : 9857 (java) S 9843 9846 6358 0 -1 4202560 3003 0 0 0 518 3 0 0 20 0 22 0 27198718 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231515506920 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9858] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9858/stat : 9858 (java) S 9843 9846 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27198718 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231514452984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9859] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9859/stat : 9859 (java) S 9843 9846 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27198718 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231513400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9860] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9860/stat : 9860 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231512349072 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9861] ppid=9843 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/9846/task/9861/stat : 9861 (java) S 9843 9846 6358 0 -1 4202560 9985 0 0 0 205 2 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231511296696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9862] ppid=9843 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/9846/task/9862/stat : 9862 (java) S 9843 9846 6358 0 -1 4202560 10161 0 0 0 175 2 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231510243896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9863] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9863/stat : 9863 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231509191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9864] ppid=9843 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/9846/task/9864/stat : 9864 (java) S 9843 9846 6358 0 -1 4202560 52 0 0 0 15 16 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231508139208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9865] ppid=9843 vsize=9824732 CPUtime=869.02 cores=0,2,4,6
/proc/9846/task/9865/stat : 9865 (java) R 9843 9846 6358 0 -1 4202560 21 0 0 0 86888 14 0 0 20 0 22 0 27201836 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231507074848 140231564979606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9866] ppid=9843 vsize=9824732 CPUtime=868.98 cores=0,2,4,6
/proc/9846/task/9866/stat : 9866 (java) R 9843 9846 6358 0 -1 4202560 47 0 0 0 86884 14 0 0 20 0 22 0 27201836 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231506028448 140231564610848 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9867] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9867/stat : 9867 (java) S 9843 9846 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27201851 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231504979112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9868] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9868/stat : 9868 (java) S 9843 9846 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27201852 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231503926312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9846 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+911.701 s]
/proc/loadavg: 4.10 4.17 4.13 5/220 9963
/proc/meminfo: memFree=24069240/32872528 swapFree=681964/737152
[pid=9846] ppid=9843 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/9846/stat : 9846 (java) S 9843 9846 6358 0 -1 4202496 36158 0 1 0 179828 191 0 0 20 0 22 0 27198714 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140737350957984 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9846/statm: 2456183 950425 2299 9 0 2446860 0
[pid=9846/tid=9848] ppid=9843 vsize=9824732 CPUtime=30.04 cores=0,2,4,6
/proc/9846/task/9848/stat : 9848 (java) S 9843 9846 6358 0 -1 4202560 4434 0 1 0 2960 44 0 0 20 0 22 0 27198715 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231691375480 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9849] ppid=9843 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/9846/task/9849/stat : 9849 (java) S 9843 9846 6358 0 -1 4202560 761 0 0 0 248 17 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231535286568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9850] ppid=9843 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/9846/task/9850/stat : 9850 (java) S 9843 9846 6358 0 -1 4202560 774 0 0 0 218 14 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231534233768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9846/tid=9851] ppid=9843 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/9846/task/9851/stat : 9851 (java) S 9843 9846 6358 0 -1 4202560 959 0 0 0 187 15 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231533181480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9852] ppid=9843 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/9846/task/9852/stat : 9852 (java) S 9843 9846 6358 0 -1 4202560 739 0 0 0 218 18 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231532128680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9853] ppid=9843 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/9846/task/9853/stat : 9853 (java) S 9843 9846 6358 0 -1 4202560 917 0 0 0 203 15 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231531076392 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9854] ppid=9843 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/9846/task/9854/stat : 9854 (java) S 9843 9846 6358 0 -1 4202560 939 0 0 0 195 11 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231530023592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9855] ppid=9843 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/9846/task/9855/stat : 9855 (java) S 9843 9846 6358 0 -1 4202560 1070 0 0 0 232 16 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231528971304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9856] ppid=9843 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/9846/task/9856/stat : 9856 (java) S 9843 9846 6358 0 -1 4202560 1031 0 0 0 212 16 0 0 20 0 22 0 27198716 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231527918504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9857] ppid=9843 vsize=9824732 CPUtime=5.21 cores=0,2,4,6
/proc/9846/task/9857/stat : 9857 (java) S 9843 9846 6358 0 -1 4202560 3003 0 0 0 518 3 0 0 20 0 22 0 27198718 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231515506920 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9858] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9858/stat : 9858 (java) S 9843 9846 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27198718 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231514452984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9859] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9859/stat : 9859 (java) S 9843 9846 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27198718 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231513400584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9860] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9860/stat : 9860 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231512349072 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9861] ppid=9843 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/9846/task/9861/stat : 9861 (java) S 9843 9846 6358 0 -1 4202560 9985 0 0 0 205 2 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231511296696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9862] ppid=9843 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/9846/task/9862/stat : 9862 (java) S 9843 9846 6358 0 -1 4202560 10161 0 0 0 175 2 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231510243896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9863] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9863/stat : 9863 (java) S 9843 9846 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231509191800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9846/tid=9864] ppid=9843 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/9846/task/9864/stat : 9864 (java) S 9843 9846 6358 0 -1 4202560 52 0 0 0 15 16 0 0 20 0 22 0 27198720 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231508139208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9865] ppid=9843 vsize=9824732 CPUtime=869.02 cores=0,2,4,6
/proc/9846/task/9865/stat : 9865 (java) R 9843 9846 6358 0 -1 4202560 21 0 0 0 86888 14 0 0 20 0 22 0 27201836 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231507074848 140231564979606 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9846/tid=9866] ppid=9843 vsize=9824732 CPUtime=868.98 cores=0,2,4,6
/proc/9846/task/9866/stat : 9866 (java) R 9843 9846 6358 0 -1 4202560 47 0 0 0 86884 14 0 0 20 0 22 0 27201836 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231506028448 140231564610848 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9867] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9867/stat : 9867 (java) S 9843 9846 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27201851 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231504979112 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9846/tid=9868] ppid=9843 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9846/task/9868/stat : 9868 (java) S 9843 9846 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27201852 10060525568 950425 33554432000 1073741824 1073778376 140737350966848 140231503926312 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9846 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=818298
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=343643
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 911.752
CPU time (s): 1800.19
CPU user time (s): 1798.28
CPU system time (s): 1.91
CPU usage (%): 197.443
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.82
system time used= 2.34364
maximum resident set size= 3801816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36193
page faults= 1
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24380
involuntary context switches= 27241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81212 second user time and 7.41487 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 14:04:55
IDJOB=4103978
IDBENCH=2522
IDSOLVER=2543
FILE ID=node112/4103978-1466251494
RUNJOBID= node112-1466241279-6374
PBS_JOBID= 19918204
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-stp3d.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103978-1466251494/watcher-4103978-1466251494 -o /tmp/evaluation-result-4103978-1466251494/solver-4103978-1466251494 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103978-1466251494.opb

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

MD5SUM BENCH= af54d857fe3562002a714e0fbd74a69a
RANDOM SEED=617213333

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.734
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.734
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.734
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5321.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.734
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.734
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.734
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.734
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.734
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28205624 kB
Buffers:           41296 kB
Cached:           118572 kB
SwapCached:         2028 kB
Active:          3097704 kB
Inactive:          93532 kB
Active(anon):    3031820 kB
Inactive(anon):     2096 kB
Active(file):      65884 kB
Inactive(file):    91436 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:              9720 kB
Writeback:             4 kB
AnonPages:       3767984 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             601472 kB
SReclaimable:      45076 kB
SUnreclaim:       556396 kB
KernelStack:        1592 kB
PageTables:        11988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4034436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3031040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node112 at 2016-06-18 14:20:07