Trace number 4101869

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 Resolution PB16? (TO) 1800.09 1797.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-stp3d.opb
MD5SUMf0369b32b392b309903886944ef44b64
Bench CategoryOPT-SMALLINT (optimisation, small 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 7
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 529536
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 529536
Number of bits of the biggest sum of numbers20
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4101869-1466227575.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
17.60/15.73	c ... done. Wall clock time 15.618s.
17.60/15.73	c declared #vars     204880
17.60/15.73	c #constraints  187573
17.60/15.73	c constraints type 
17.60/15.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
17.60/15.73	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3486
17.60/15.73	c org.sat4j.specs.Constr$1 => 14835
17.60/15.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 51105
17.60/15.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 72
17.60/15.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 118043
17.60/15.73	c 187573 constraints processed.
17.60/15.73	c objective function length is 75648 literals
23.39/21.08	c cleaning 2468 clauses out of 4980 with flag 24564/5000
28.19/25.78	c cleaning 4234 clauses out of 8509 with flag 62754/11000
32.89/30.49	c cleaning 5581 clauses out of 11268 with flag 109621/18003
38.30/35.86	c cleaning 6761 clauses out of 13678 with flag 162256/26000
43.81/41.30	c cleaning 7884 clauses out of 15915 with flag 224799/35001
51.81/49.32	c cleaning 8993 clauses out of 18024 with flag 281442/45000
59.03/56.56	c cleaning 9742 clauses out of 20032 with flag 338987/56002
67.93/65.44	c cleaning 9827 clauses out of 22278 with flag 408388/68000
77.03/74.52	c cleaning 10734 clauses out of 25448 with flag 483328/81000
88.03/85.55	c cleaning 11974 clauses out of 28703 with flag 558338/95001
99.53/97.07	c cleaning 12879 clauses out of 31725 with flag 640819/110000
110.54/108.07	c cleaning 13911 clauses out of 34840 with flag 732825/126000
123.94/121.45	c cleaning 14587 clauses out of 37926 with flag 838390/143002
136.25/133.75	c cleaning 15890 clauses out of 41339 with flag 946945/161002
150.15/147.65	c cleaning 16465 clauses out of 44445 with flag 1056340/180000
165.46/162.96	c cleaning 17588 clauses out of 47973 with flag 1160981/200000
180.86/178.31	c cleaning 18440 clauses out of 51383 with flag 1275001/221001
198.65/196.14	c cleaning 19570 clauses out of 54942 with flag 1415582/243000
215.35/212.87	c cleaning 20377 clauses out of 58370 with flag 1556989/266001
232.96/230.42	c cleaning 21209 clauses out of 61987 with flag 1691059/290000
252.07/249.60	c cleaning 21609 clauses out of 65776 with flag 1837999/315001
272.57/270.00	c cleaning 23207 clauses out of 70160 with flag 1981521/341001
295.47/292.92	c cleaning 23710 clauses out of 73950 with flag 2148694/368002
317.98/315.45	c cleaning 24924 clauses out of 78233 with flag 2307858/396000
342.88/340.33	c cleaning 26022 clauses out of 82312 with flag 2476434/425004
368.39/365.85	c cleaning 26953 clauses out of 86285 with flag 2657517/455002
395.99/393.45	c cleaning 28293 clauses out of 90328 with flag 2847960/486000
423.30/420.78	c cleaning 28806 clauses out of 94032 with flag 3041028/518000
451.81/449.29	c cleaning 29727 clauses out of 98223 with flag 3226486/551002
483.51/480.92	c cleaning 30786 clauses out of 102491 with flag 3423850/585001
514.22/511.64	c cleaning 31829 clauses out of 106697 with flag 3630846/620000
546.03/543.44	c cleaning 32215 clauses out of 110865 with flag 3831367/656000
577.63/575.06	c cleaning 33646 clauses out of 115648 with flag 4044811/693000
614.83/612.29	c cleaning 34744 clauses out of 119999 with flag 4298964/731002
649.04/646.46	c cleaning 34633 clauses out of 124252 with flag 4524860/770002
684.35/681.72	c cleaning 36606 clauses out of 129614 with flag 4758114/810001
719.75/717.16	c cleaning 37840 clauses out of 134006 with flag 5005441/851001
756.56/753.98	c cleaning 38856 clauses out of 138164 with flag 5249649/893001
794.27/791.62	c cleaning 39135 clauses out of 142305 with flag 5501644/936000
835.38/832.80	c cleaning 40227 clauses out of 147168 with flag 5753341/980001
875.88/873.27	c cleaning 41810 clauses out of 151939 with flag 6023215/1025002
920.29/917.67	c cleaning 42664 clauses out of 156126 with flag 6297291/1071001
963.30/960.62	c cleaning 42949 clauses out of 160460 with flag 6557277/1118000
1009.31/1006.66	c cleaning 44379 clauses out of 165511 with flag 6836646/1166001
1056.54/1053.90	c cleaning 45456 clauses out of 170129 with flag 7117830/1215000
1105.05/1102.33	c cleaning 46503 clauses out of 174677 with flag 7404433/1265004
1155.75/1153.07	c cleaning 47299 clauses out of 179169 with flag 7699565/1316000
1205.57/1202.80	c cleaning 47803 clauses out of 183867 with flag 7998337/1368000
1259.39/1256.64	c cleaning 49083 clauses out of 189062 with flag 8297849/1421000
1311.80/1309.10	c cleaning 49778 clauses out of 193976 with flag 8588763/1475000
1363.61/1360.89	c cleaning 49012 clauses out of 199196 with flag 8919713/1530000
1418.53/1415.70	c cleaning 51687 clauses out of 206182 with flag 9226513/1586000
1476.33/1473.53	c cleaning 52581 clauses out of 211494 with flag 9537324/1643002
1537.15/1534.32	c cleaning 53418 clauses out of 216894 with flag 9857146/1701000
1597.36/1594.58	c cleaning 55251 clauses out of 222471 with flag 10205681/1760002
1661.06/1658.29	c cleaning 55647 clauses out of 227215 with flag 10546047/1820000
1727.28/1724.41	c cleaning 57397 clauses out of 232568 with flag 10906799/1881000
1793.19/1790.37	c cleaning 58138 clauses out of 237170 with flag 11272206/1943000
1800.09/1797.20	c starts		: 7438
1800.09/1797.20	c conflicts		: 1948989
1800.09/1797.20	c decisions		: 10043967
1800.09/1797.20	c propagations		: 5339121700
1800.09/1797.20	c inspects		: 7965596106
1800.09/1797.20	c shortcuts		: 0
1800.09/1797.20	c learnt literals	: 231
1800.09/1797.20	c learnt binary clauses	: 7654
1800.09/1797.20	c learnt ternary clauses	: 34876
1800.09/1797.20	c learnt constraints	: 1948758
1800.09/1797.20	c ignored constraints	: 0
1800.09/1797.20	c root simplifications	: 0
1800.09/1797.20	c removed literals (reason simplification)	: 0
1800.09/1797.20	c reason swapping (by a shorter reason)	: 0
1800.09/1797.20	c Calls to reduceDB	: 58
1800.09/1797.20	c Number of update (reduction) of LBD	: 941845
1800.09/1797.20	c Imported unit clauses	: 0
1800.09/1797.20	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.20	c number of learned constraints concerned by reduction	: 0
1800.09/1797.20	c number of learning phase by resolution	: 0
1800.09/1797.20	c number of learning phase by cutting planes	: 0
1800.09/1797.20	c speed (assignments/second)	: 2997252.3006569776
1800.09/1797.20	c non guided choices	340639
1800.09/1797.21	c timeout
1800.09/1797.24	c learnt constraints type 
1800.09/1797.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7654
1800.09/1797.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 177367
1800.09/1797.24	s UNKNOWN
1800.09/1797.24	c Total wall clock time (in seconds): 1797.122

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-4101869-1466227575/watcher-4101869-1466227575 -o /tmp/evaluation-result-4101869-1466227575/solver-4101869-1466227575 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22954 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101869-1466227575.opb 

pid=28246
running on 4 cores: 1,3,5,7

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: 2.21 2.25 2.23 3/194 28249
/proc/meminfo: memFree=30052344/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28249/stat : 28249 (java) D 28246 28249 22937 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 24802785 9515008 175 33554432000 1073741824 1073778376 140736820856544 140736820839272 213419639696 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/28249/statm: 2323 175 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.21 2.25 2.23 3/194 28249
/proc/meminfo: memFree=30052344/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 24802785 9787879424 6023 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.21 2.25 2.23 3/194 28249
/proc/meminfo: memFree=30052344/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 5148 0 1 0 27 1 0 0 20 0 18 0 24802785 9787879424 7996 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2389619 7996 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300355 s]
/proc/loadavg: 2.21 2.25 2.23 3/194 28249
/proc/meminfo: memFree=30052344/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 5814 0 1 0 44 1 0 0 20 0 18 0 24802785 9787879424 14469 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2389619 14469 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.70027 s]
/proc/loadavg: 2.21 2.25 2.23 3/194 28249
/proc/meminfo: memFree=30052344/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9558476 CPUtime=1.22 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 6737 0 1 0 114 8 0 0 20 0 18 0 24802785 9787879424 71731 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2389619 71731 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 2.21 2.25 2.23 8/212 28267
/proc/meminfo: memFree=29456004/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9558476 CPUtime=2.44 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 8789 0 1 0 216 28 0 0 20 0 18 0 24802785 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2389619 277525 2269 9 0 2380296 0
[pid=28249/tid=28251] ppid=28246 vsize=9558476 CPUtime=1.25 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 22937 0 -1 4202560 3325 0 1 0 111 14 0 0 20 0 18 0 24802786 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330220239368 140330228005975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28252] ppid=28246 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 22937 0 -1 4202560 42 0 0 0 3 0 0 0 20 0 18 0 24802787 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330209303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28253] ppid=28246 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 22937 0 -1 4202560 74 0 0 0 9 2 0 0 20 0 18 0 24802787 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330208250920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28254] ppid=28246 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 22937 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 18 0 24802787 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330207197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28255] ppid=28246 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 22937 0 -1 4202560 67 0 0 0 7 2 0 0 20 0 18 0 24802787 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330206145320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28256] ppid=28246 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 22937 0 -1 4202560 51 0 0 0 6 2 0 0 20 0 18 0 24802787 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330059643304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28257] ppid=28246 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 22937 0 -1 4202560 52 0 0 0 6 2 0 0 20 0 18 0 24802787 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330058590760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28258] ppid=28246 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 22937 0 -1 4202560 49 0 0 0 6 0 0 0 20 0 18 0 24802787 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330057537704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28259] ppid=28246 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 22937 0 -1 4202560 85 0 0 0 8 3 0 0 20 0 18 0 24802787 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330056485160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28260] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 22937 0 -1 4202560 959 0 0 0 0 0 0 0 20 0 18 0 24802788 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330044287848 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28261] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24802789 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330043234168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28262] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24802789 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330042181000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28263] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24802791 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330041129744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28264] ppid=28246 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 22937 0 -1 4202560 1265 0 0 0 20 0 0 0 20 0 18 0 24802791 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330040076600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28265] ppid=28246 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28265/stat : 28265 (java) S 28246 28249 22937 0 -1 4202560 1534 0 0 0 20 0 0 0 20 0 18 0 24802791 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330039024056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28266] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28266/stat : 28266 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24802791 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330037971192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28267] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28267/stat : 28267 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24802791 9787879424 277525 33554432000 1073741824 1073778376 140733712803056 140330036918856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 2.19 2.25 2.23 3/212 28267
/proc/meminfo: memFree=27937948/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9558476 CPUtime=4.17 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 10215 0 1 0 365 52 0 0 20 0 18 0 24802785 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2389619 685179 2269 9 0 2380296 0
[pid=28249/tid=28251] ppid=28246 vsize=9558476 CPUtime=2.79 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 22937 0 -1 4202560 4115 0 1 0 242 37 0 0 20 0 18 0 24802786 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330220239248 140330228005985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28252] ppid=28246 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 22937 0 -1 4202560 130 0 0 0 7 0 0 0 20 0 18 0 24802787 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330209303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28253] ppid=28246 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 22937 0 -1 4202560 110 0 0 0 11 2 0 0 20 0 18 0 24802787 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330208250920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28254] ppid=28246 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 22937 0 -1 4202560 65 0 0 0 5 2 0 0 20 0 18 0 24802787 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330207197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28255] ppid=28246 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 22937 0 -1 4202560 199 0 0 0 10 3 0 0 20 0 18 0 24802787 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330206145320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28256] ppid=28246 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 22937 0 -1 4202560 83 0 0 0 7 2 0 0 20 0 18 0 24802787 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330059643304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28257] ppid=28246 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 22937 0 -1 4202560 52 0 0 0 8 2 0 0 20 0 18 0 24802787 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330058590760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28258] ppid=28246 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 22937 0 -1 4202560 61 0 0 0 8 1 0 0 20 0 18 0 24802787 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330057537704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28259] ppid=28246 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 22937 0 -1 4202560 86 0 0 0 10 3 0 0 20 0 18 0 24802787 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330056485160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28260] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 22937 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 24802788 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330044287848 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28261] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24802789 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330043234168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28262] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24802789 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330042181000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28263] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24802791 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330041129744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28264] ppid=28246 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 22937 0 -1 4202560 1265 0 0 0 20 0 0 0 20 0 18 0 24802791 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330040076600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28265] ppid=28246 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28265/stat : 28265 (java) S 28246 28249 22937 0 -1 4202560 1534 0 0 0 20 0 0 0 20 0 18 0 24802791 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330039024056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28266] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28266/stat : 28266 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24802791 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330037971192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28267] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28267/stat : 28267 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24802791 9787879424 685179 33554432000 1073741824 1073778376 140733712803056 140330036918856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9558476

[startup+6.30085 s]
/proc/loadavg: 2.19 2.25 2.23 4/212 28267
/proc/meminfo: memFree=27309276/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9558476 CPUtime=7.59 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 10771 0 1 0 705 54 0 0 20 0 18 0 24802785 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2389619 688813 2269 9 0 2380296 0
[pid=28249/tid=28251] ppid=28246 vsize=9558476 CPUtime=5.92 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 22937 0 -1 4202560 4123 0 1 0 555 37 0 0 20 0 18 0 24802786 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330220239888 140330228005985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28252] ppid=28246 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 22937 0 -1 4202560 132 0 0 0 9 0 0 0 20 0 18 0 24802787 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330209303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28253] ppid=28246 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 22937 0 -1 4202560 111 0 0 0 12 2 0 0 20 0 18 0 24802787 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330208250920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28254] ppid=28246 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 22937 0 -1 4202560 121 0 0 0 8 2 0 0 20 0 18 0 24802787 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330207197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28255] ppid=28246 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 22937 0 -1 4202560 201 0 0 0 12 3 0 0 20 0 18 0 24802787 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330206145320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28256] ppid=28246 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 22937 0 -1 4202560 90 0 0 0 9 3 0 0 20 0 18 0 24802787 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330059643304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28257] ppid=28246 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 22937 0 -1 4202560 95 0 0 0 10 3 0 0 20 0 18 0 24802787 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330058590760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28258] ppid=28246 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 22937 0 -1 4202560 103 0 0 0 10 2 0 0 20 0 18 0 24802787 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330057537704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28259] ppid=28246 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 22937 0 -1 4202560 94 0 0 0 12 3 0 0 20 0 18 0 24802787 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330056485160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28260] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 22937 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 24802788 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330044287848 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28261] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24802789 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330043234168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28262] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24802789 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330042181000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28263] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24802791 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330041129744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28264] ppid=28246 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 22937 0 -1 4202560 1652 0 0 0 26 0 0 0 20 0 18 0 24802791 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330040076600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28265] ppid=28246 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/28249/task/28265/stat : 28265 (java) S 28246 28249 22937 0 -1 4202560 1534 0 0 0 24 0 0 0 20 0 18 0 24802791 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330039024056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28266] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28266/stat : 28266 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24802791 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330037971192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28267] ppid=28246 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28267/stat : 28267 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24802791 9787879424 688813 33554432000 1073741824 1073778376 140733712803056 140330036918856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.23 2.26 2.24 3/212 28267
/proc/meminfo: memFree=27246280/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9558476 CPUtime=14.28 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 11124 0 1 0 1371 57 0 0 20 0 18 0 24802785 9787879424 702412 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2389619 702412 2269 9 0 2380296 0

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

[pid=28249/tid=28334] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28334/stat : 28334 (java) S 28246 28249 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24804372 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330035865128 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1665.16
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.23 2.25 4/213 28377
/proc/meminfo: memFree=24960468/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9625040 CPUtime=1725.18 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 15248 0 1 0 172424 94 0 0 20 0 19 0 24802785 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2406260 704521 2285 9 0 2396937 0
[pid=28249/tid=28251] ppid=28246 vsize=9625040 CPUtime=1717.21 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 22937 0 -1 4202560 4162 0 1 0 171657 64 0 0 20 0 19 0 24802786 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330220232384 140330088110164 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28252] ppid=28246 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 22937 0 -1 4202560 168 0 0 0 15 2 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330209303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28253] ppid=28246 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 22937 0 -1 4202560 153 0 0 0 19 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330208250920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28254] ppid=28246 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 22937 0 -1 4202560 208 0 0 0 17 2 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330207197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28255] ppid=28246 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 22937 0 -1 4202560 209 0 0 0 19 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330206145320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28256] ppid=28246 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 22937 0 -1 4202560 94 0 0 0 17 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330059643304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28257] ppid=28246 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 22937 0 -1 4202560 178 0 0 0 17 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330058590760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28258] ppid=28246 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 22937 0 -1 4202560 164 0 0 0 18 2 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330057537704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28259] ppid=28246 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 22937 0 -1 4202560 190 0 0 0 20 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330056485160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28260] ppid=28246 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 22937 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 24802788 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330044287848 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28261] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24802789 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330043234168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28262] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24802789 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330042181000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28263] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330041129744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28264] ppid=28246 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 22937 0 -1 4202560 3012 0 0 0 57 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330040076600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28265] ppid=28246 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/28249/task/28265/stat : 28265 (java) S 28246 28249 22937 0 -1 4202560 4085 0 0 0 74 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330039024056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28266] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28266/stat : 28266 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330037971192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28267] ppid=28246 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/28249/task/28267/stat : 28267 (java) S 28246 28249 22937 0 -1 4202560 99 0 0 0 31 40 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330036918856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28334] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28334/stat : 28334 (java) S 28246 28249 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24804372 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330035865128 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.18
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.33 2.25 2.25 3/213 28378
/proc/meminfo: memFree=25008568/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9625040 CPUtime=1785.2 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 15252 0 1 0 178424 96 0 0 20 0 19 0 24802785 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2406260 704521 2285 9 0 2396937 0
[pid=28249/tid=28251] ppid=28246 vsize=9625040 CPUtime=1777.05 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 22937 0 -1 4202560 4162 0 1 0 177640 65 0 0 20 0 19 0 24802786 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330220232384 140330088075292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28252] ppid=28246 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 22937 0 -1 4202560 168 0 0 0 15 2 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330209303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28253] ppid=28246 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 22937 0 -1 4202560 153 0 0 0 19 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330208250920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28254] ppid=28246 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 22937 0 -1 4202560 208 0 0 0 17 2 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330207197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28255] ppid=28246 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 22937 0 -1 4202560 209 0 0 0 19 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330206145320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28256] ppid=28246 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 22937 0 -1 4202560 94 0 0 0 17 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330059643304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28257] ppid=28246 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 22937 0 -1 4202560 178 0 0 0 17 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330058590760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28258] ppid=28246 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 22937 0 -1 4202560 164 0 0 0 18 2 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330057537704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28259] ppid=28246 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 22937 0 -1 4202560 190 0 0 0 20 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330056485160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28260] ppid=28246 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 22937 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 24802788 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330044287848 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28261] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24802789 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330043234168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28262] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24802789 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330042181000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28263] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330041129744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28264] ppid=28246 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 22937 0 -1 4202560 3012 0 0 0 57 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330040076600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28265] ppid=28246 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/28249/task/28265/stat : 28265 (java) S 28246 28249 22937 0 -1 4202560 4085 0 0 0 74 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330039024056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28266] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28266/stat : 28266 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330037971192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28267] ppid=28246 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/28249/task/28267/stat : 28267 (java) S 28246 28249 22937 0 -1 4202560 103 0 0 0 34 41 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330036918856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28334] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28334/stat : 28334 (java) S 28246 28249 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24804372 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330035865128 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.26 2.23 2.25 3/213 28509
/proc/meminfo: memFree=27312472/32872528 swapFree=1400172/1569824
[pid=28249] ppid=28246 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/28249/stat : 28249 (java) S 28246 28249 22937 0 -1 4202496 15252 0 1 0 179913 96 0 0 20 0 19 0 24802785 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140733712794192 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28249/statm: 2406260 704521 2285 9 0 2396937 0
[pid=28249/tid=28251] ppid=28246 vsize=9625040 CPUtime=1791.92 cores=1,3,5,7
/proc/28249/task/28251/stat : 28251 (java) R 28246 28249 22937 0 -1 4202560 4162 0 1 0 179126 66 0 0 20 0 19 0 24802786 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330220232384 140330088113645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28249/tid=28252] ppid=28246 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28249/task/28252/stat : 28252 (java) S 28246 28249 22937 0 -1 4202560 168 0 0 0 15 2 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330209303464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28253] ppid=28246 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/28249/task/28253/stat : 28253 (java) S 28246 28249 22937 0 -1 4202560 153 0 0 0 19 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330208250920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28254] ppid=28246 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/28249/task/28254/stat : 28254 (java) S 28246 28249 22937 0 -1 4202560 208 0 0 0 17 2 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330207197864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28255] ppid=28246 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/28249/task/28255/stat : 28255 (java) S 28246 28249 22937 0 -1 4202560 209 0 0 0 19 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330206145320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28256] ppid=28246 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28256/stat : 28256 (java) S 28246 28249 22937 0 -1 4202560 94 0 0 0 17 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330059643304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28257] ppid=28246 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28257/stat : 28257 (java) S 28246 28249 22937 0 -1 4202560 178 0 0 0 17 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330058590760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28258] ppid=28246 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/28249/task/28258/stat : 28258 (java) S 28246 28249 22937 0 -1 4202560 164 0 0 0 18 2 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330057537704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28259] ppid=28246 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/28249/task/28259/stat : 28259 (java) S 28246 28249 22937 0 -1 4202560 190 0 0 0 20 3 0 0 20 0 19 0 24802787 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330056485160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28260] ppid=28246 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28249/task/28260/stat : 28260 (java) S 28246 28249 22937 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 24802788 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330044287848 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28261] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28261/stat : 28261 (java) S 28246 28249 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24802789 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330043234168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28262] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28262/stat : 28262 (java) S 28246 28249 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24802789 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330042181000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28263] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28263/stat : 28263 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330041129744 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28249/tid=28264] ppid=28246 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/28249/task/28264/stat : 28264 (java) S 28246 28249 22937 0 -1 4202560 3012 0 0 0 57 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330040076600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28249/tid=28265] ppid=28246 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/28249/task/28265/stat : 28265 (java) S 28246 28249 22937 0 -1 4202560 4085 0 0 0 74 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330039024056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28266] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28266/stat : 28266 (java) S 28246 28249 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330037971192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28267] ppid=28246 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/28249/task/28267/stat : 28267 (java) S 28246 28249 22937 0 -1 4202560 103 0 0 0 34 41 0 0 20 0 19 0 24802791 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330036918856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28249/tid=28334] ppid=28246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28249/task/28334/stat : 28334 (java) S 28246 28249 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24804372 9856040960 704521 33554432000 1073741824 1073778376 140733712803056 140330035865128 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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 28249 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28249 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=540188
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=443780
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.25
CPU time (s): 1800.09
CPU user time (s): 1799.13
CPU system time (s): 0.96
CPU usage (%): 100.158
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.54
system time used= 1.44378
maximum resident set size= 2821876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15455
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39280
involuntary context switches= 4607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.934 second user time and 16.4595 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 07:26:16
IDJOB=4101869
IDBENCH=1804
IDSOLVER=2546
FILE ID=node140/4101869-1466227575
RUNJOBID= node140-1466206052-22954
PBS_JOBID= 19918137
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-stp3d.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101869-1466227575/watcher-4101869-1466227575 -o /tmp/evaluation-result-4101869-1466227575/solver-4101869-1466227575 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22954 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101869-1466227575.opb

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

MD5SUM BENCH= f0369b32b392b309903886944ef44b64
RANDOM SEED=1203709976

node140.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.714
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.42
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.714
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.714
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	: 5332.55
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.714
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.714
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.714
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.714
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.54
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.714
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30052732 kB
Buffers:          102316 kB
Cached:           152680 kB
SwapCached:         2476 kB
Active:           325204 kB
Inactive:         186516 kB
Active(anon):     256888 kB
Inactive(anon):     2472 kB
Active(file):      68316 kB
Inactive(file):   184044 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              9284 kB
Writeback:             0 kB
AnonPages:       1827740 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             603376 kB
SReclaimable:      46876 kB
SUnreclaim:       556500 kB
KernelStack:        1584 kB
PageTables:         8264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1931952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 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= 71732 MiB
End job on node140 at 2016-06-18 07:56:13