Trace number 4101722

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 PB16SAT (TO)41 1800.3 900.453

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-markshare1.opb
MD5SUM9a8d1e3e59dfd2cd811494ddb4a3c92a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables230
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint80
Maximum length of a constraint80
Number of terms in the objective function 180
Biggest coefficient in the objective function 43691
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524412
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261310
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524412
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4101722-1466215579.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.15	c ... done. Wall clock time 0.04s.
0.11/0.15	c declared #vars     230
0.11/0.15	c #constraints  12
0.11/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.11/0.15	c 12 constraints processed.
0.11/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.11/0.15	c 12 constraints processed.
0.11/0.15	c objective function length is 180 literals
0.75/0.33	c And the winner is solver1
1.08/0.65	c SATISFIABLE
1.08/0.65	c OPTIMIZING...
1.08/0.65	c Got one! Elapsed wall clock time (in seconds):0.545
1.08/0.65	o 420
1.08/0.69	c And the winner is solver0
1.32/1.15	c Got one! Elapsed wall clock time (in seconds):1.048
1.32/1.15	o 120
1.32/1.18	c And the winner is solver0
1.46/1.66	c Got one! Elapsed wall clock time (in seconds):1.55
1.46/1.66	o 56
1.46/1.67	c And the winner is solver0
1.46/2.16	c Got one! Elapsed wall clock time (in seconds):2.051
1.46/2.16	o 52
1.46/2.17	c And the winner is solver1
1.50/2.66	c Got one! Elapsed wall clock time (in seconds):2.553
1.50/2.66	o 42
2.71/3.00	c cleaning 3144 clauses out of 6288 with flag 12126/6288
3.38/3.28	c cleaning 4571 clauses out of 9144 with flag 25779/12288
4.20/3.62	c cleaning 5780 clauses out of 11573 with flag 41505/19288
5.24/4.15	c cleaning 6889 clauses out of 13794 with flag 60380/27289
6.69/4.83	c cleaning 7943 clauses out of 15904 with flag 82293/36288
7.92/5.43	c cleaning 8969 clauses out of 17961 with flag 104752/46288
9.51/6.25	c cleaning 9985 clauses out of 19992 with flag 128343/57288
11.56/7.27	c cleaning 11004 clauses out of 22007 with flag 153875/69288
14.19/8.50	c cleaning 11995 clauses out of 24003 with flag 180926/82288
17.01/9.96	c cleaning 12996 clauses out of 26009 with flag 210776/96289
20.23/11.60	c cleaning 14007 clauses out of 28013 with flag 243090/111289
23.43/13.11	c cleaning 14995 clauses out of 30006 with flag 277725/127289
27.27/15.03	c cleaning 16003 clauses out of 32010 with flag 314651/144288
31.47/17.18	c cleaning 17000 clauses out of 34014 with flag 353607/162295
36.13/19.40	c cleaning 18000 clauses out of 36009 with flag 395570/181290
41.13/21.93	c cleaning 18998 clauses out of 38008 with flag 439537/201289
45.96/24.37	c cleaning 19992 clauses out of 40009 with flag 485815/222288
51.35/27.05	c cleaning 21011 clauses out of 42026 with flag 535253/244297
58.00/30.37	c cleaning 21986 clauses out of 44006 with flag 585798/267288
65.39/34.07	c cleaning 22995 clauses out of 46020 with flag 639486/291288
74.44/38.58	c cleaning 24004 clauses out of 48025 with flag 692616/316288
79.23/40.91	c cleaning 24994 clauses out of 50022 with flag 751976/342289
85.22/43.95	c cleaning 26005 clauses out of 52030 with flag 815515/369291
92.69/47.67	c cleaning 26996 clauses out of 54022 with flag 882915/397288
100.14/51.39	c cleaning 28011 clauses out of 56027 with flag 952644/426289
109.75/56.12	c cleaning 28999 clauses out of 58017 with flag 1018572/456290
121.40/61.91	c cleaning 30001 clauses out of 60017 with flag 1086422/487289
132.99/67.70	c cleaning 30998 clauses out of 62016 with flag 1155330/519289
147.02/74.76	c cleaning 32002 clauses out of 64017 with flag 1227567/552288
161.28/81.85	c cleaning 33004 clauses out of 66019 with flag 1302478/586292
177.72/90.05	c cleaning 33995 clauses out of 68011 with flag 1382755/621288
194.53/98.47	c cleaning 35004 clauses out of 70020 with flag 1462483/657292
211.56/106.93	c cleaning 35982 clauses out of 72013 with flag 1552340/694289
226.18/114.25	c cleaning 37001 clauses out of 74030 with flag 1636129/732288
248.04/125.18	c cleaning 38001 clauses out of 76029 with flag 1719097/771288
270.11/136.11	c cleaning 38996 clauses out of 78028 with flag 1803012/811288
287.52/144.84	c cleaning 40013 clauses out of 80032 with flag 1893591/852288
306.36/154.29	c cleaning 40991 clauses out of 82019 with flag 1985197/894288
324.59/163.38	c cleaning 42002 clauses out of 84030 with flag 2081985/937290
344.46/173.24	c cleaning 43004 clauses out of 86027 with flag 2182085/981289
366.09/184.09	c cleaning 43994 clauses out of 88022 with flag 2284452/1026288
387.73/194.85	c cleaning 45002 clauses out of 90028 with flag 2386665/1072288
411.75/206.97	c cleaning 46005 clauses out of 92026 with flag 2491321/1119288
441.77/221.94	c cleaning 47001 clauses out of 94021 with flag 2596018/1167288
472.46/237.20	c cleaning 48002 clauses out of 96020 with flag 2701531/1216288
504.50/253.20	c cleaning 49003 clauses out of 98018 with flag 2807823/1266288
536.63/269.23	c cleaning 49991 clauses out of 100015 with flag 2917120/1317288
566.31/284.05	c cleaning 51009 clauses out of 102026 with flag 3036773/1369290
598.17/300.01	c cleaning 51984 clauses out of 104018 with flag 3152500/1422291
633.69/317.79	c cleaning 52988 clauses out of 106031 with flag 3271427/1476288
662.13/331.96	c cleaning 54012 clauses out of 108047 with flag 3389972/1531292
691.83/346.74	c cleaning 54999 clauses out of 110032 with flag 3512449/1587289
724.93/363.29	c cleaning 55999 clauses out of 112032 with flag 3636561/1644288
753.18/377.37	c cleaning 57007 clauses out of 114033 with flag 3761220/1702288
781.56/391.52	c cleaning 57995 clauses out of 116026 with flag 3888823/1761288
816.81/409.21	c cleaning 58997 clauses out of 118031 with flag 4021677/1821288
850.48/426.03	c cleaning 60003 clauses out of 120035 with flag 4153403/1882289
889.93/445.79	c cleaning 60998 clauses out of 122031 with flag 4285526/1944288
938.05/469.78	c cleaning 62006 clauses out of 124038 with flag 4422087/2007293
990.02/495.66	c cleaning 63001 clauses out of 126029 with flag 4567442/2071290
1027.98/514.72	c cleaning 64001 clauses out of 128026 with flag 4713963/2136288
1071.24/536.39	c cleaning 64997 clauses out of 130026 with flag 4863176/2202289
1125.75/563.58	c cleaning 65996 clauses out of 132028 with flag 5015917/2269288
1180.30/590.70	c cleaning 66999 clauses out of 134035 with flag 5168873/2337291
1230.36/615.76	c cleaning 67996 clauses out of 136033 with flag 5322738/2406288
1286.48/643.86	c cleaning 68999 clauses out of 138037 with flag 5484561/2476288
1341.05/671.07	c cleaning 70002 clauses out of 140038 with flag 5646173/2547288
1392.37/696.66	c cleaning 70998 clauses out of 142036 with flag 5810584/2619288
1452.55/726.60	c cleaning 72000 clauses out of 144038 with flag 5977274/2692288
1554.19/777.46	c cleaning 73009 clauses out of 146038 with flag 6142169/2766288
1633.23/816.83	c cleaning 74004 clauses out of 148029 with flag 6301310/2841288
1696.93/848.61	c cleaning 74998 clauses out of 150026 with flag 6469167/2917289
1741.43/870.80	c And the winner is solver0
1741.43/871.14	c Got one! Elapsed wall clock time (in seconds):871.031
1741.43/871.14	o 41
1746.94/873.98	c cleaning 72029 clauses out of 144077 with flag 10583/2986338
1750.58/875.79	c cleaning 39011 clauses out of 78048 with flag 23058/2992338
1753.76/877.30	c cleaning 23005 clauses out of 46037 with flag 37560/2999338
1755.56/878.25	c cleaning 15501 clauses out of 31031 with flag 54951/3007337
1756.97/878.98	c cleaning 12246 clauses out of 24531 with flag 73699/3016338
1758.76/879.86	c cleaning 11130 clauses out of 22286 with flag 94276/3026339
1760.76/880.89	c cleaning 11062 clauses out of 22157 with flag 116519/3037340
1762.96/881.95	c cleaning 11540 clauses out of 23092 with flag 141153/3049337
1765.56/883.30	c cleaning 12265 clauses out of 24553 with flag 171240/3062338
1768.17/884.52	c cleaning 13133 clauses out of 26287 with flag 201163/3076337
1771.58/886.22	c cleaning 14065 clauses out of 28155 with flag 232612/3091338
1775.21/888.10	c cleaning 15039 clauses out of 30091 with flag 265510/3107339
1779.61/890.22	c cleaning 16020 clauses out of 32051 with flag 300972/3124338
1784.46/892.62	c cleaning 17003 clauses out of 34030 with flag 339745/3142337
1789.45/895.19	c cleaning 18008 clauses out of 36031 with flag 380430/3161341
1795.86/898.34	c cleaning 19001 clauses out of 38021 with flag 427321/3181339
1800.06/900.41	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.06/900.41	c starts		: 335
1800.06/900.41	c conflicts		: 3199427
1800.06/900.41	c decisions		: 4921845
1800.06/900.41	c propagations		: 26266814
1800.06/900.41	c inspects		: 16600625830
1800.06/900.41	c shortcuts		: 0
1800.06/900.41	c learnt literals	: 0
1800.06/900.41	c learnt binary clauses	: 0
1800.06/900.41	c learnt ternary clauses	: 0
1800.06/900.41	c learnt constraints	: 3199427
1800.06/900.41	c ignored constraints	: 0
1800.06/900.41	c root simplifications	: 0
1800.06/900.41	c removed literals (reason simplification)	: 3730114
1800.06/900.41	c reason swapping (by a shorter reason)	: 0
1800.06/900.41	c Calls to reduceDB	: 88
1800.06/900.41	c Number of update (reduction) of LBD	: 492455
1800.06/900.41	c Imported unit clauses	: 0
1800.06/900.41	c number of reductions to clauses (during analyze)	: 0
1800.06/900.41	c number of learned constraints concerned by reduction	: 0
1800.06/900.41	c number of learning phase by resolution	: 0
1800.06/900.41	c number of learning phase by cutting planes	: 0
1800.06/900.41	c speed (assignments/second)	: 29258.592899781343
1800.06/900.41	c non guided choices	234
1800.06/900.42	c learnt constraints type 
1800.06/900.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37108
1800.06/900.43	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.06/900.43	c starts		: 7
1800.06/900.43	c conflicts		: 3241
1800.06/900.43	c decisions		: 87259
1800.06/900.43	c propagations		: 242170
1800.06/900.43	c inspects		: 127119177
1800.06/900.43	c shortcuts		: 0
1800.06/900.43	c learnt literals	: 0
1800.06/900.43	c learnt binary clauses	: 0
1800.06/900.43	c learnt ternary clauses	: 0
1800.06/900.43	c learnt constraints	: 3238
1800.06/900.43	c ignored constraints	: 0
1800.06/900.43	c root simplifications	: 0
1800.06/900.43	c removed literals (reason simplification)	: 0
1800.06/900.43	c reason swapping (by a shorter reason)	: 0
1800.06/900.43	c Calls to reduceDB	: 0
1800.06/900.43	c Number of update (reduction) of LBD	: 0
1800.06/900.43	c Imported unit clauses	: 0
1800.06/900.43	c number of reductions to clauses (during analyze)	: 0
1800.06/900.43	c number of learned constraints concerned by reduction	: 0
1800.06/900.43	c number of learning phase by resolution	: 0
1800.06/900.43	c number of learning phase by cutting planes	: 0
1800.06/900.43	c speed (assignments/second)	: 8290.653885655598
1800.06/900.43	c non guided choices	163
1800.06/900.43	c learnt constraints type 
1800.06/900.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3238
1800.06/900.43	s SATISFIABLE
1800.06/900.43	c Found 6 solution(s)
1800.06/900.43	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 x64 -x65 x66 -x67 x68 x69 -x70 -x71 -x72 -x73 x74 x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 x113 -x114 -x115 x116 x117 -x118 x119 -x120 -x121 x122 x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 x161 x162 x163 x164 x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 x183 x184 -x185 x186 x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 x202 x203 x204 -x205 x206 x207 -x208 -x209 -x210 x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 
1800.06/900.43	c objective function=41
1800.06/900.43	c Total wall clock time (in seconds): 900.323

Verifier Data

OK	41

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-4101722-1466215579/watcher-4101722-1466215579 -o /tmp/evaluation-result-4101722-1466215579/solver-4101722-1466215579 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16279 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101722-1466215579.opb 

pid=19385
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: 4.20 4.19 4.18 5/197 19388
/proc/meminfo: memFree=25451216/32872528 swapFree=1556504/1720024
[pid=19388] ppid=19385 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19388/stat : 19388 (java) S 19385 19388 16262 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23606541 98570240 978 33554432000 1073741824 1073778376 140735127934368 140735127925504 270333411389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 24065 978 744 9 0 16771 0
[pid=19388/tid=19389] ppid=19385 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) R 19385 19388 16262 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23606542 98570240 978 33554432000 1073741824 1073778376 140735127934368 140191356354088 270330054016 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 4.20 4.19 4.18 5/197 19388
/proc/meminfo: memFree=25451216/32872528 swapFree=1556504/1720024
[pid=19388] ppid=19385 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/19388/stat : 19388 (java) S 19385 19388 16262 0 -1 4202496 4553 0 1 0 10 1 0 0 20 0 18 0 23606541 9787879424 5670 33554432000 1073741824 1073778376 140735127934368 140735127925504 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 2389619 5670 2156 9 0 2380296 0
[pid=19388/tid=19389] ppid=19385 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) R 19385 19388 16262 0 -1 4202560 2441 0 1 0 7 0 0 0 20 0 18 0 23606542 9787879424 5670 33554432000 1073741824 1073778376 140735127934368 140191356357536 270333437197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 4.20 4.19 4.18 5/197 19388
/proc/meminfo: memFree=25451216/32872528 swapFree=1556504/1720024
[pid=19388] ppid=19385 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/19388/stat : 19388 (java) S 19385 19388 16262 0 -1 4202496 6919 0 1 0 33 1 0 0 20 0 22 0 23606541 10060525568 8829 33554432000 1073741824 1073778376 140735127934368 140735127925504 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 2456183 8829 2222 9 0 2446860 0
[pid=19388/tid=19389] ppid=19385 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) S 19385 19388 16262 0 -1 4202560 2474 0 1 0 12 1 0 0 20 0 22 0 23606542 10060525568 8829 33554432000 1073741824 1073778376 140735127934368 140191356359544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9824732

[startup+0.300274 s]
/proc/loadavg: 4.20 4.19 4.18 5/197 19388
/proc/meminfo: memFree=25451216/32872528 swapFree=1556504/1720024
[pid=19388] ppid=19385 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/19388/stat : 19388 (java) S 19385 19388 16262 0 -1 4202496 8364 0 1 0 73 2 0 0 20 0 22 0 23606541 10060525568 9503 33554432000 1073741824 1073778376 140735127934368 140735127925504 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 2456183 9503 2236 9 0 2446860 0
[pid=19388/tid=19389] ppid=19385 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) S 19385 19388 16262 0 -1 4202560 2474 0 1 0 12 1 0 0 20 0 22 0 23606542 10060525568 9503 33554432000 1073741824 1073778376 140735127934368 140191356359544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 9824732

[startup+0.700229 s]
/proc/loadavg: 4.20 4.19 4.18 5/197 19388
/proc/meminfo: memFree=25451216/32872528 swapFree=1556504/1720024
[pid=19388] ppid=19385 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/19388/stat : 19388 (java) S 19385 19388 16262 0 -1 4202496 13101 0 1 0 118 6 0 0 20 0 19 0 23606541 10060525568 15222 33554432000 1073741824 1073778376 140735127934368 140735127925504 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 2456183 15222 2257 9 0 2446860 0
[pid=19388/tid=19389] ppid=19385 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) S 19385 19388 16262 0 -1 4202560 2474 0 1 0 12 1 0 0 20 0 19 0 23606542 10060525568 15222 33554432000 1073741824 1073778376 140735127934368 140191356359544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50074 s]
/proc/loadavg: 4.20 4.19 4.18 4/216 19413
/proc/meminfo: memFree=25397800/32872528 swapFree=1556504/1720024
[pid=19388] ppid=19385 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/19388/stat : 19388 (java) S 19385 19388 16262 0 -1 4202496 15413 0 1 0 138 8 0 0 20 0 19 0 23606541 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140735127925504 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 2456183 16297 2257 9 0 2446860 0
[pid=19388/tid=19389] ppid=19385 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) S 19385 19388 16262 0 -1 4202560 2475 0 1 0 12 1 0 0 20 0 19 0 23606542 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191356359544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19391] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19391/stat : 19391 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606542 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191295089192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19392] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19392/stat : 19392 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606542 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191294036392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19393] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19393/stat : 19393 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606542 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191292983592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19394] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19394/stat : 19394 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606542 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191291930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19395] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19395/stat : 19395 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606542 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191290879016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19396] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19396/stat : 19396 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606542 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191194626984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19397] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19397/stat : 19397 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606542 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191193574184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19398] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19398/stat : 19398 (java) S 19385 19388 16262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23606542 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191192521384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19399] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19399/stat : 19399 (java) S 19385 19388 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23606543 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191180323304 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19400] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19400/stat : 19400 (java) S 19385 19388 16262 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23606544 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191179269368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19401] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19401/stat : 19401 (java) S 19385 19388 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23606544 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191178216456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19402] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19402/stat : 19402 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606546 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191177164944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19403] ppid=19385 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/19388/task/19403/stat : 19403 (java) S 19385 19388 16262 0 -1 4202560 4366 0 0 0 35 0 0 0 20 0 19 0 23606546 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191176113080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19404] ppid=19385 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/19388/task/19404/stat : 19404 (java) S 19385 19388 16262 0 -1 4202560 7199 0 0 0 44 1 0 0 20 0 19 0 23606546 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191175060280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19405] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19405/stat : 19405 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606546 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191174007672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19406] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19406/stat : 19406 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606546 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191172955080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19413] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19413/stat : 19413 (java) S 19385 19388 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23606607 10060525568 16297 33554432000 1073741824 1073778376 140735127934368 140191168742824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.03 4.16 4.17 3/216 19422
/proc/meminfo: memFree=25383860/32872528 swapFree=1556504/1720024
[pid=19388] ppid=19385 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/19388/stat : 19388 (java) S 19385 19388 16262 0 -1 4202496 23844 0 1 0 293 13 0 0 20 0 22 0 23606541 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140735127925504 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 2456183 47392 2284 9 0 2446860 0
[pid=19388/tid=19389] ppid=19385 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) S 19385 19388 16262 0 -1 4202560 2476 0 1 0 12 2 0 0 20 0 22 0 23606542 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191356359544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19391] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19391/stat : 19391 (java) S 19385 19388 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23606542 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191295089192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19392] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19392/stat : 19392 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606542 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191294036392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19393] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19393/stat : 19393 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606542 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191292983592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19394] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19394/stat : 19394 (java) S 19385 19388 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23606542 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191291930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19395] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19395/stat : 19395 (java) S 19385 19388 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23606542 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191290879016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19396] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19396/stat : 19396 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606542 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191194626984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19397] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19397/stat : 19397 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606542 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191193574184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19398] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19398/stat : 19398 (java) S 19385 19388 16262 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23606542 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191192521384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19399] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19399/stat : 19399 (java) S 19385 19388 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23606543 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191180323304 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19400] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19400/stat : 19400 (java) S 19385 19388 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23606544 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191179269368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19401] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19401/stat : 19401 (java) S 19385 19388 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23606544 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191178216456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19402] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19402/stat : 19402 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606546 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191177164944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19403] ppid=19385 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/19388/task/19403/stat : 19403 (java) R 19385 19388 16262 0 -1 4202560 12628 0 0 0 71 2 0 0 20 0 22 0 23606546 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191176090280 140191363333510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19404] ppid=19385 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/19388/task/19404/stat : 19404 (java) S 19385 19388 16262 0 -1 4202560 7262 0 0 0 74 1 0 0 20 0 22 0 23606546 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191175060280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19405] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19405/stat : 19405 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606546 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191174007672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19406] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19406/stat : 19406 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606546 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191172955080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19422] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19422/stat : 19422 (java) S 19385 19388 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23606757 10060525568 47392 33554432000 1073741824 1073778376 140735127934368 140191171900712 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.03 4.16 4.17 5/219 19425
/proc/meminfo: memFree=25115456/32872528 swapFree=1556504/1720024
[pid=19388] ppid=19385 vsize=9824732 CPUtime=9.72 cores=1,3,5,7
/proc/19388/stat : 19388 (java) S 19385 19388 16262 0 -1 4202496 24760 0 1 0 951 21 0 0 20 0 22 0 23606541 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140735127925504 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 2456183 111018 2284 9 0 2446860 0
[pid=19388/tid=19389] ppid=19385 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) S 19385 19388 16262 0 -1 4202560 2476 0 1 0 12 2 0 0 20 0 22 0 23606542 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191356359544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19391] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19391/stat : 19391 (java) S 19385 19388 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23606542 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191295089192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19392] ppid=19385 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19388/task/19392/stat : 19392 (java) S 19385 19388 16262 0 -1 4202560 152 0 0 0 1 0 0 0 20 0 22 0 23606542 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191294036392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19393] ppid=19385 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19388/task/19393/stat : 19393 (java) S 19385 19388 16262 0 -1 4202560 120 0 0 0 3 0 0 0 20 0 22 0 23606542 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191292983592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19394] ppid=19385 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19388/task/19394/stat : 19394 (java) S 19385 19388 16262 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 23606542 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191291930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19395] ppid=19385 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19388/task/19395/stat : 19395 (java) S 19385 19388 16262 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 23606542 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191290879016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19396] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19396/stat : 19396 (java) S 19385 19388 16262 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23606542 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191194626984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19397] ppid=19385 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19388/task/19397/stat : 19397 (java) S 19385 19388 16262 0 -1 4202560 146 0 0 0 3 0 0 0 20 0 22 0 23606542 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191193574184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19398] ppid=19385 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19388/task/19398/stat : 19398 (java) S 19385 19388 16262 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 22 0 23606542 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191192521384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19399] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19399/stat : 19399 (java) S 19385 19388 16262 0 -1 4202560 193 0 0 0 0 0 0 0 20 0 22 0 23606543 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191180323304 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19400] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19400/stat : 19400 (java) S 19385 19388 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23606544 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191179269368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19401] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19401/stat : 19401 (java) S 19385 19388 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23606544 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191178216456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19402] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19402/stat : 19402 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606546 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191177164944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19403] ppid=19385 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/19388/task/19403/stat : 19403 (java) S 19385 19388 16262 0 -1 4202560 12671 0 0 0 83 2 0 0 20 0 22 0 23606546 10060525568 111018 33554432000 1073741824 1073778376 140735127934368 140191176113080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19404] ppid=19385 vsize=9824732 CPUtime=0.83 cores=1,3,5,7

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

/proc/19388/statm: 2456183 433466 2293 9 0 2446860 0
[pid=19388/tid=19389] ppid=19385 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) S 19385 19388 16262 0 -1 4202560 2480 0 1 0 15 3 0 0 20 0 19 0 23606542 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191356359544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19391] ppid=19385 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/19388/task/19391/stat : 19391 (java) S 19385 19388 16262 0 -1 4202560 268 0 0 0 145 10 0 0 20 0 19 0 23606542 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191295089192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19392] ppid=19385 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/19388/task/19392/stat : 19392 (java) S 19385 19388 16262 0 -1 4202560 511 0 0 0 154 12 0 0 20 0 19 0 23606542 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191294036392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19393] ppid=19385 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/19388/task/19393/stat : 19393 (java) S 19385 19388 16262 0 -1 4202560 355 0 0 0 150 12 0 0 20 0 19 0 23606542 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191292983592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19394] ppid=19385 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/19388/task/19394/stat : 19394 (java) S 19385 19388 16262 0 -1 4202560 321 0 0 0 154 10 0 0 20 0 19 0 23606542 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191291930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19395] ppid=19385 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/19388/task/19395/stat : 19395 (java) S 19385 19388 16262 0 -1 4202560 303 0 0 0 145 11 0 0 20 0 19 0 23606542 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191290879016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19396] ppid=19385 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/19388/task/19396/stat : 19396 (java) S 19385 19388 16262 0 -1 4202560 364 0 0 0 147 11 0 0 20 0 19 0 23606542 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191194626984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19397] ppid=19385 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/19388/task/19397/stat : 19397 (java) S 19385 19388 16262 0 -1 4202560 454 0 0 0 146 12 0 0 20 0 19 0 23606542 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191193574184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19398] ppid=19385 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/19388/task/19398/stat : 19398 (java) S 19385 19388 16262 0 -1 4202560 522 0 0 0 156 12 0 0 20 0 19 0 23606542 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191192521384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19399] ppid=19385 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/19388/task/19399/stat : 19399 (java) S 19385 19388 16262 0 -1 4202560 1751 0 0 0 161 29 0 0 20 0 19 0 23606543 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191180323304 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19400] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19400/stat : 19400 (java) S 19385 19388 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23606544 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191179269368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19401] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19401/stat : 19401 (java) S 19385 19388 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23606544 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191178216456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19402] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19402/stat : 19402 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606546 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191177164944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19403] ppid=19385 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/19388/task/19403/stat : 19403 (java) S 19385 19388 16262 0 -1 4202560 12671 0 0 0 83 2 0 0 20 0 19 0 23606546 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191176113080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19404] ppid=19385 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/19388/task/19404/stat : 19404 (java) S 19385 19388 16262 0 -1 4202560 7272 0 0 0 87 1 0 0 20 0 19 0 23606546 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191175060280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19405] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19405/stat : 19405 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23606546 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191174007672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19406] ppid=19385 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/19388/task/19406/stat : 19406 (java) S 19385 19388 16262 0 -1 4202560 51 0 0 0 10 19 0 0 20 0 19 0 23606546 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191172955080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19425] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19425/stat : 19425 (java) S 19385 19388 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23606808 10060525568 433466 33554432000 1073741824 1073778376 140735127934368 140191169794984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1737.38
Current children cumulated vsize (KiB) 9824732
#
############


[startup+882.308 s]
/proc/loadavg: 4.16 4.20 4.18 5/220 19527
/proc/meminfo: memFree=24077584/32872528 swapFree=1556504/1720024
[pid=19388] ppid=19385 vsize=9824732 CPUtime=1759.72 cores=1,3,5,7
/proc/19388/stat : 19388 (java) S 19385 19388 16262 0 -1 4202496 30285 0 1 0 175757 215 0 0 20 0 22 0 23606541 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140735127925504 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 2456183 423486 2293 9 0 2446860 0
[pid=19388/tid=19389] ppid=19385 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) S 19385 19388 16262 0 -1 4202560 2480 0 1 0 17 3 0 0 20 0 22 0 23606542 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191356359544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19391] ppid=19385 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/19388/task/19391/stat : 19391 (java) S 19385 19388 16262 0 -1 4202560 269 0 0 0 147 10 0 0 20 0 22 0 23606542 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191295089192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19392] ppid=19385 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/19388/task/19392/stat : 19392 (java) S 19385 19388 16262 0 -1 4202560 512 0 0 0 156 12 0 0 20 0 22 0 23606542 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191294036392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19393] ppid=19385 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/19388/task/19393/stat : 19393 (java) S 19385 19388 16262 0 -1 4202560 357 0 0 0 152 12 0 0 20 0 22 0 23606542 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191292983592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19394] ppid=19385 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/19388/task/19394/stat : 19394 (java) S 19385 19388 16262 0 -1 4202560 322 0 0 0 157 10 0 0 20 0 22 0 23606542 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191291930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19395] ppid=19385 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/19388/task/19395/stat : 19395 (java) S 19385 19388 16262 0 -1 4202560 303 0 0 0 146 11 0 0 20 0 22 0 23606542 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191290879016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19396] ppid=19385 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/19388/task/19396/stat : 19396 (java) S 19385 19388 16262 0 -1 4202560 364 0 0 0 149 11 0 0 20 0 22 0 23606542 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191194626984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19397] ppid=19385 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/19388/task/19397/stat : 19397 (java) S 19385 19388 16262 0 -1 4202560 454 0 0 0 149 12 0 0 20 0 22 0 23606542 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191193574184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19398] ppid=19385 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/19388/task/19398/stat : 19398 (java) S 19385 19388 16262 0 -1 4202560 522 0 0 0 157 12 0 0 20 0 22 0 23606542 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191192521384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19399] ppid=19385 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/19388/task/19399/stat : 19399 (java) S 19385 19388 16262 0 -1 4202560 1751 0 0 0 161 30 0 0 20 0 22 0 23606543 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191180323304 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19400] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19400/stat : 19400 (java) S 19385 19388 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23606544 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191179269368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19401] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19401/stat : 19401 (java) S 19385 19388 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23606544 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191178216456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19402] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19402/stat : 19402 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606546 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191177164944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19403] ppid=19385 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/19388/task/19403/stat : 19403 (java) S 19385 19388 16262 0 -1 4202560 12671 0 0 0 83 2 0 0 20 0 22 0 23606546 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191176113080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19404] ppid=19385 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/19388/task/19404/stat : 19404 (java) S 19385 19388 16262 0 -1 4202560 7272 0 0 0 87 1 0 0 20 0 22 0 23606546 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191175060280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19405] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19405/stat : 19405 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606546 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191174007672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19406] ppid=19385 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/19388/task/19406/stat : 19406 (java) S 19385 19388 16262 0 -1 4202560 51 0 0 0 10 20 0 0 20 0 22 0 23606546 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191172955080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19425] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19425/stat : 19425 (java) S 19385 19388 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23606808 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191169794984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19525] ppid=19385 vsize=9824732 CPUtime=11.03 cores=1,3,5,7
/proc/19388/task/19525/stat : 19525 (java) R 19385 19388 16262 0 -1 4202560 5 0 0 0 1103 0 0 0 20 0 22 0 23693657 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191168732832 140191296615339 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19526] ppid=19385 vsize=9824732 CPUtime=11.03 cores=1,3,5,7
/proc/19388/task/19526/stat : 19526 (java) R 19385 19388 16262 0 -1 4202560 8 0 0 0 1103 0 0 0 20 0 22 0 23693657 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191170846736 140191296640880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19527] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19527/stat : 19527 (java) S 19385 19388 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23693663 10060525568 423486 33554432000 1073741824 1073778376 140735127934368 140191171900968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1759.72
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.401 s]
/proc/loadavg: 4.12 4.19 4.18 6/219 19528
/proc/meminfo: memFree=24094888/32872528 swapFree=1556504/1720024
[pid=19388] ppid=19385 vsize=9824732 CPUtime=1796.01 cores=1,3,5,7
/proc/19388/stat : 19388 (java) S 19385 19388 16262 0 -1 4202496 30316 0 1 0 179383 218 0 0 20 0 22 0 23606541 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140735127925504 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19388/statm: 2456183 419216 2293 9 0 2446860 0
[pid=19388/tid=19389] ppid=19385 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/19388/task/19389/stat : 19389 (java) S 19385 19388 16262 0 -1 4202560 2480 0 1 0 17 3 0 0 20 0 22 0 23606542 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191356359544 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19391] ppid=19385 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/19388/task/19391/stat : 19391 (java) S 19385 19388 16262 0 -1 4202560 275 0 0 0 150 11 0 0 20 0 22 0 23606542 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191295089192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19392] ppid=19385 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/19388/task/19392/stat : 19392 (java) S 19385 19388 16262 0 -1 4202560 514 0 0 0 159 12 0 0 20 0 22 0 23606542 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191294036392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19393] ppid=19385 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/19388/task/19393/stat : 19393 (java) S 19385 19388 16262 0 -1 4202560 360 0 0 0 155 12 0 0 20 0 22 0 23606542 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191292983592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19394] ppid=19385 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/19388/task/19394/stat : 19394 (java) S 19385 19388 16262 0 -1 4202560 325 0 0 0 162 10 0 0 20 0 22 0 23606542 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191291930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19395] ppid=19385 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/19388/task/19395/stat : 19395 (java) S 19385 19388 16262 0 -1 4202560 306 0 0 0 149 12 0 0 20 0 22 0 23606542 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191290879016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19396] ppid=19385 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/19388/task/19396/stat : 19396 (java) S 19385 19388 16262 0 -1 4202560 367 0 0 0 152 11 0 0 20 0 22 0 23606542 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191194626984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19397] ppid=19385 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/19388/task/19397/stat : 19397 (java) S 19385 19388 16262 0 -1 4202560 456 0 0 0 152 12 0 0 20 0 22 0 23606542 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191193574184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19398] ppid=19385 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/19388/task/19398/stat : 19398 (java) S 19385 19388 16262 0 -1 4202560 525 0 0 0 159 12 0 0 20 0 22 0 23606542 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191192521384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19399] ppid=19385 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/19388/task/19399/stat : 19399 (java) S 19385 19388 16262 0 -1 4202560 1751 0 0 0 161 30 0 0 20 0 22 0 23606543 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191180323304 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19400] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19400/stat : 19400 (java) S 19385 19388 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23606544 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191179269368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19401] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19401/stat : 19401 (java) S 19385 19388 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23606544 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191178216456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19402] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19402/stat : 19402 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606546 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191177164944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19403] ppid=19385 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/19388/task/19403/stat : 19403 (java) S 19385 19388 16262 0 -1 4202560 12671 0 0 0 83 2 0 0 20 0 22 0 23606546 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191176113080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19404] ppid=19385 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/19388/task/19404/stat : 19404 (java) S 19385 19388 16262 0 -1 4202560 7272 0 0 0 87 1 0 0 20 0 22 0 23606546 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191175060280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19388/tid=19405] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19405/stat : 19405 (java) S 19385 19388 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606546 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191174007672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19388/tid=19406] ppid=19385 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/19388/task/19406/stat : 19406 (java) S 19385 19388 16262 0 -1 4202560 51 0 0 0 10 20 0 0 20 0 22 0 23606546 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191172955080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19425] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19425/stat : 19425 (java) S 19385 19388 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23606808 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191169794984 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19525] ppid=19385 vsize=9824732 CPUtime=29 cores=1,3,5,7
/proc/19388/task/19525/stat : 19525 (java) R 19385 19388 16262 0 -1 4202560 8 0 0 0 2900 0 0 0 20 0 22 0 23693657 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191168732832 140191296586648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19388/tid=19526] ppid=19385 vsize=9824732 CPUtime=29 cores=1,3,5,7
/proc/19388/task/19526/stat : 19526 (java) R 19385 19388 16262 0 -1 4202560 11 0 0 0 2900 0 0 0 20 0 22 0 23693657 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191170846720 140191296640941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19388/tid=19527] ppid=19385 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19388/task/19527/stat : 19527 (java) S 19385 19388 16262 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23693663 10060525568 419216 33554432000 1073741824 1073778376 140735127934368 140191171900968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.01
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 19388 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.05005
#  lost CPU user time (s): 4.31006
#  lost CPU system time (s): -0.26

Real time (s): 900.453
CPU time (s): 1800.3
CPU user time (s): 1798.16
CPU system time (s): 2.14163
CPU usage (%): 199.933
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 2.40163
maximum resident set size= 2885136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30359
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31655
involuntary context switches= 42643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87211 second user time and 7.19591 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 04:06:19
IDJOB=4101722
IDBENCH=1786
IDSOLVER=2543
FILE ID=node117/4101722-1466215579
RUNJOBID= node117-1466206104-16279
PBS_JOBID= 19918159
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-markshare1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101722-1466215579/watcher-4101722-1466215579 -o /tmp/evaluation-result-4101722-1466215579/solver-4101722-1466215579 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16279 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101722-1466215579.opb

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

MD5SUM BENCH= 9a8d1e3e59dfd2cd811494ddb4a3c92a
RANDOM SEED=269916798

node117.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.912
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.82
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.912
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.912
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.912
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.912
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.54
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.912
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.54
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.912
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.912
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:        25452124 kB
Buffers:          151308 kB
Cached:          1768348 kB
SwapCached:            0 kB
Active:          3132156 kB
Inactive:        1802272 kB
Active(anon):    3017240 kB
Inactive(anon):        0 kB
Active(file):     114916 kB
Inactive(file):  1802272 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               720 kB
Writeback:             0 kB
AnonPages:       4721816 kB
Mapped:            21144 kB
Shmem:               204 kB
Slab:             621680 kB
SReclaimable:      65024 kB
SUnreclaim:       556656 kB
KernelStack:        1792 kB
PageTables:        13240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4914444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3108864 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= 71740 MiB
End job on node117 at 2016-06-18 04:21:20