Trace number 4110329

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.03 1783.46

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551864--soft-0-100-0.wbo
MD5SUM917ecf2b03be28c1e7bdced93c48bfdc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark11.4223
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136614
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136613
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110329-1466345930.wbo
0.10/0.11	c reading problem ... 
0.47/0.35	c ... done. Wall clock time 0.235s.
0.47/0.35	c declared #vars     231
0.47/0.35	c internal #vars     2938
0.47/0.35	c #constraints  2707
0.47/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c objective function length is 2707 literals
1.16/0.53	c And the winner is solver0
1.52/0.85	c SATISFIABLE
1.52/0.85	c OPTIMIZING...
1.52/0.85	c Got one! Elapsed wall clock time (in seconds):0.742
1.52/0.85	o 594
1.66/0.90	c And the winner is solver0
2.02/1.38	c Got one! Elapsed wall clock time (in seconds):1.267
2.02/1.38	o 575
2.07/1.40	c And the winner is solver0
2.16/1.89	c Got one! Elapsed wall clock time (in seconds):1.778
2.16/1.89	o 381
2.18/1.92	c And the winner is solver0
2.27/2.40	c Got one! Elapsed wall clock time (in seconds):2.289
2.27/2.40	o 373
2.27/2.42	c And the winner is solver0
2.33/2.91	c Got one! Elapsed wall clock time (in seconds):2.796
2.33/2.91	o 352
2.33/2.96	c And the winner is solver0
2.63/3.41	c Got one! Elapsed wall clock time (in seconds):3.302
2.63/3.41	o 350
2.63/3.43	c And the winner is solver0
2.66/3.92	c Got one! Elapsed wall clock time (in seconds):3.808
2.66/3.92	o 349
2.66/3.93	c And the winner is solver0
2.66/4.42	c Got one! Elapsed wall clock time (in seconds):4.312
2.66/4.42	o 336
2.66/4.44	c And the winner is solver0
2.73/4.93	c Got one! Elapsed wall clock time (in seconds):4.817
2.73/4.93	o 326
2.73/4.94	c And the winner is solver0
2.74/5.43	c Got one! Elapsed wall clock time (in seconds):5.322
2.74/5.43	o 230
2.74/5.45	c And the winner is solver0
2.78/5.94	c Got one! Elapsed wall clock time (in seconds):5.826
2.78/5.94	o 226
2.78/5.95	c And the winner is solver0
2.79/6.44	c Got one! Elapsed wall clock time (in seconds):6.331
2.79/6.44	o 202
2.79/6.46	c And the winner is solver0
2.84/6.95	c Got one! Elapsed wall clock time (in seconds):6.835
2.84/6.95	o 200
2.84/6.99	c And the winner is solver0
2.98/7.45	c Got one! Elapsed wall clock time (in seconds):7.34
2.98/7.45	o 196
2.98/7.47	c And the winner is solver0
3.02/7.96	c Got one! Elapsed wall clock time (in seconds):7.844
3.02/7.96	o 179
3.02/7.99	c And the winner is solver0
3.12/8.47	c Got one! Elapsed wall clock time (in seconds):8.357
3.12/8.47	o 175
3.38/8.66	c And the winner is solver0
3.53/8.97	c Got one! Elapsed wall clock time (in seconds):8.86
3.53/8.97	o 168
3.57/9.04	c And the winner is solver0
3.68/9.48	c Got one! Elapsed wall clock time (in seconds):9.364
3.68/9.48	o 166
3.72/9.54	c And the winner is solver0
3.88/9.98	c Got one! Elapsed wall clock time (in seconds):9.868
3.88/9.98	o 164
3.92/10.03	c And the winner is solver0
4.02/10.48	c Got one! Elapsed wall clock time (in seconds):10.372
4.02/10.48	o 162
4.03/10.50	c And the winner is solver0
4.04/10.99	c Got one! Elapsed wall clock time (in seconds):10.876
4.04/10.99	o 158
4.31/11.14	c And the winner is solver0
4.43/11.49	c Got one! Elapsed wall clock time (in seconds):11.38
4.43/11.49	o 151
4.43/11.55	c And the winner is solver0
4.55/12.00	c Got one! Elapsed wall clock time (in seconds):11.884
4.55/12.00	o 140
4.55/12.01	c And the winner is solver0
4.57/12.50	c Got one! Elapsed wall clock time (in seconds):12.388
4.57/12.50	o 133
4.57/12.53	c And the winner is solver0
4.65/13.00	c Got one! Elapsed wall clock time (in seconds):12.892
4.65/13.00	o 132
4.65/13.02	c And the winner is solver0
4.70/13.51	c Got one! Elapsed wall clock time (in seconds):13.396
4.70/13.51	o 131
4.70/13.57	c And the winner is solver0
4.82/14.01	c Got one! Elapsed wall clock time (in seconds):13.9
4.82/14.01	o 124
5.02/14.14	c And the winner is solver0
5.13/14.52	c Got one! Elapsed wall clock time (in seconds):14.404
5.13/14.52	o 112
5.13/14.53	c And the winner is solver0
5.14/15.02	c Got one! Elapsed wall clock time (in seconds):14.908
5.14/15.02	o 95
5.49/15.21	c And the winner is solver0
5.55/15.52	c Got one! Elapsed wall clock time (in seconds):15.412
5.55/15.52	o 88
5.55/15.53	c And the winner is solver0
5.55/16.03	c Got one! Elapsed wall clock time (in seconds):15.917
5.55/16.03	o 87
7.68/17.05	c cleaning 5632 clauses out of 11273 with flag 30177/11273
8.73/17.59	c And the winner is solver0
9.01/18.04	c Got one! Elapsed wall clock time (in seconds):17.924
9.01/18.04	o 85
9.01/18.08	c And the winner is solver0
9.12/18.54	c Got one! Elapsed wall clock time (in seconds):18.429
9.12/18.54	o 81
9.12/18.56	c And the winner is solver0
9.16/19.05	c Got one! Elapsed wall clock time (in seconds):18.936
9.16/19.05	o 80
9.48/19.27	c And the winner is solver0
9.65/19.56	c Got one! Elapsed wall clock time (in seconds):19.442
9.65/19.56	o 76
9.65/19.57	c And the winner is solver0
9.70/20.06	c Got one! Elapsed wall clock time (in seconds):19.95
9.70/20.06	o 69
9.70/20.09	c And the winner is solver0
9.76/20.57	c Got one! Elapsed wall clock time (in seconds):20.457
9.76/20.57	o 67
9.80/20.61	c And the winner is solver0
9.86/21.08	c Got one! Elapsed wall clock time (in seconds):20.966
9.86/21.08	o 64
9.88/21.12	c And the winner is solver0
9.96/21.59	c Got one! Elapsed wall clock time (in seconds):21.475
9.96/21.59	o 34
10.26/21.71	c And the winner is solver0
10.31/22.10	c Got one! Elapsed wall clock time (in seconds):21.985
10.31/22.10	o 28
10.31/22.19	c And the winner is solver0
10.50/22.61	c Got one! Elapsed wall clock time (in seconds):22.501
10.50/22.61	o 22
11.11/22.96	c cleaning 7421 clauses out of 14857 with flag 17411/20489
11.31/23.07	c And the winner is solver0
11.50/23.13	c Got one! Elapsed wall clock time (in seconds):23.017
11.50/23.13	o 17
11.50/23.20	c And the winner is solver0
11.65/23.65	c Got one! Elapsed wall clock time (in seconds):23.536
11.65/23.65	o 15
11.65/23.69	c And the winner is solver0
11.73/24.17	c Got one! Elapsed wall clock time (in seconds):24.056
11.73/24.17	o 14
12.44/24.56	c cleaning 6858 clauses out of 13715 with flag 26131/26768
13.35/24.89	c And the winner is solver0
13.76/25.19	c Got one! Elapsed wall clock time (in seconds):25.075
13.76/25.19	o 13
13.78/25.24	c And the winner is solver0
13.86/25.71	c Got one! Elapsed wall clock time (in seconds):25.599
13.86/25.71	o 12
14.01/25.83	c cleaning 6269 clauses out of 12549 with flag 7486/32460
14.59/26.07	c And the winner is solver0
14.97/26.23	c Got one! Elapsed wall clock time (in seconds):26.123
14.97/26.23	o 9
15.13/26.36	c And the winner is solver0
15.27/26.77	c Got one! Elapsed wall clock time (in seconds):26.652
15.27/26.77	o 8
15.32/26.87	c cleaning 6040 clauses out of 12090 with flag 8446/38270
16.16/27.28	c And the winner is solver0
16.36/27.34	c Got one! Elapsed wall clock time (in seconds):27.231
16.36/27.34	o 7
16.65/27.55	c And the winner is solver0
16.77/27.87	c Got one! Elapsed wall clock time (in seconds):27.76
16.77/27.87	o 6
16.79/27.92	c And the winner is solver0
166.73/175.86	c cleaning 0 clauses out of 6354 with flag 0/6375
531.96/535.72	c cleaning 0 clauses out of 12351 with flag 0/12372
1357.22/1347.27	c cleaning 0 clauses out of 19351 with flag 0/19372
1800.03/1783.40	c >>>>>>>>>> Solver number 0 (51 answers) <<<<<<<<<<<<<<<<<<
1800.03/1783.40	c starts		: 105
1800.03/1783.40	c conflicts		: 46208
1800.03/1783.40	c decisions		: 206045
1800.03/1783.40	c propagations		: 10568841
1800.03/1783.40	c inspects		: 35731887
1800.03/1783.40	c shortcuts		: 0
1800.03/1783.40	c learnt literals	: 0
1800.03/1783.40	c learnt binary clauses	: 14
1800.03/1783.40	c learnt ternary clauses	: 14
1800.03/1783.40	c learnt constraints	: 46208
1800.03/1783.40	c ignored constraints	: 0
1800.03/1783.40	c root simplifications	: 0
1800.03/1783.40	c removed literals (reason simplification)	: 64924
1800.03/1783.40	c reason swapping (by a shorter reason)	: 0
1800.03/1783.40	c Calls to reduceDB	: 5
1800.03/1783.40	c Number of update (reduction) of LBD	: 18946
1800.03/1783.40	c Imported unit clauses	: 0
1800.03/1783.40	c number of reductions to clauses (during analyze)	: 0
1800.03/1783.40	c number of learned constraints concerned by reduction	: 0
1800.03/1783.40	c number of learning phase by resolution	: 0
1800.03/1783.40	c number of learning phase by cutting planes	: 0
1800.03/1783.40	c speed (assignments/second)	: 5927.464443932207
1800.03/1783.40	c non guided choices	5478
1800.03/1783.41	c learnt constraints type 
1800.03/1783.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
1800.03/1783.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13974
1800.03/1783.42	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/1783.42	c starts		: 99
1800.03/1783.42	c conflicts		: 22212
1800.03/1783.42	c decisions		: 156045
1800.03/1783.42	c propagations		: 972255
1800.03/1783.42	c inspects		: 1720519150
1800.03/1783.42	c shortcuts		: 0
1800.03/1783.42	c learnt literals	: 0
1800.03/1783.42	c learnt binary clauses	: 0
1800.03/1783.42	c learnt ternary clauses	: 0
1800.03/1783.42	c learnt constraints	: 22191
1800.03/1783.42	c ignored constraints	: 0
1800.03/1783.42	c root simplifications	: 0
1800.03/1783.42	c removed literals (reason simplification)	: 0
1800.03/1783.42	c reason swapping (by a shorter reason)	: 0
1800.03/1783.42	c Calls to reduceDB	: 3
1800.03/1783.42	c Number of update (reduction) of LBD	: 0
1800.03/1783.42	c Imported unit clauses	: 0
1800.03/1783.42	c number of reductions to clauses (during analyze)	: 0
1800.03/1783.42	c number of learned constraints concerned by reduction	: 0
1800.03/1783.42	c number of learning phase by resolution	: 0
1800.03/1783.42	c number of learning phase by cutting planes	: 0
1800.03/1783.42	c speed (assignments/second)	: 553.839028916828
1800.03/1783.42	c non guided choices	4596
1800.03/1783.43	c learnt constraints type 
1800.03/1783.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 884
1800.03/1783.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21307
1800.03/1783.43	s SATISFIABLE
1800.03/1783.43	c Found 50 solution(s)
1800.03/1783.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 -x231 
1800.03/1783.43	c objective function=6
1800.03/1783.43	c Total wall clock time (in seconds): 1783.316

Verifier Data

OK	4

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-4110329-1466345930/watcher-4110329-1466345930 -o /tmp/evaluation-result-4110329-1466345930/solver-4110329-1466345930 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110329-1466345930.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.37 1.69 1.83 1/194 5385
/proc/meminfo: memFree=31128376/32872528 swapFree=303544/319896
[pid=5385] ppid=5382 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5385/stat : 5385 (java) S 5382 5385 30914 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 36639621 98570240 977 33554432000 1073741824 1073778376 140734586048912 140734586040048 262966116413 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5385/statm: 24065 977 743 9 0 16771 0
[pid=5385/tid=5386] ppid=5382 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5386/stat : 5386 (java) R 5382 5385 30914 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36639621 98570240 978 33554432000 1073741824 1073778376 140734586048912 140011831717416 262962759040 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 1.37 1.69 1.83 1/194 5385
/proc/meminfo: memFree=31128376/32872528 swapFree=303544/319896
[pid=5385] ppid=5382 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5385/stat : 5385 (java) S 5382 5385 30914 0 -1 4202496 4441 0 1 0 9 1 0 0 20 0 18 0 36639621 9787879424 6072 33554432000 1073741824 1073778376 140734586048912 140734586040048 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5385/statm: 2389619 6072 2141 9 0 2380296 0
[pid=5385/tid=5386] ppid=5382 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5385/task/5386/stat : 5386 (java) R 5382 5385 30914 0 -1 4202560 2384 0 1 0 6 1 0 0 20 0 18 0 36639621 9787879424 6072 33554432000 1073741824 1073778376 140734586048912 140011831720864 140011835854403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200313 s]
/proc/loadavg: 1.37 1.69 1.83 1/194 5385
/proc/meminfo: memFree=31128376/32872528 swapFree=303544/319896
[pid=5385] ppid=5382 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/5385/stat : 5385 (java) S 5382 5385 30914 0 -1 4202496 4697 0 1 0 23 1 0 0 20 0 18 0 36639621 9787879424 6798 33554432000 1073741824 1073778376 140734586048912 140734586040048 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5385/statm: 2389619 6798 2198 9 0 2380296 0
[pid=5385/tid=5386] ppid=5382 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/5385/task/5386/stat : 5386 (java) R 5382 5385 30914 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 18 0 36639621 9787879424 6798 33554432000 1073741824 1073778376 140734586048912 140011831720864 140011655722675 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300316 s]
/proc/loadavg: 1.37 1.69 1.83 1/194 5385
/proc/meminfo: memFree=31128376/32872528 swapFree=303544/319896
[pid=5385] ppid=5382 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/5385/stat : 5385 (java) S 5382 5385 30914 0 -1 4202496 5684 0 1 0 46 1 0 0 20 0 18 0 36639621 9787879424 8354 33554432000 1073741824 1073778376 140734586048912 140734586040048 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5385/statm: 2389619 8354 2232 9 0 2380296 0
[pid=5385/tid=5386] ppid=5382 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/5385/task/5386/stat : 5386 (java) R 5382 5385 30914 0 -1 4202560 2405 0 1 0 26 1 0 0 20 0 18 0 36639621 9787879424 8354 33554432000 1073741824 1073778376 140734586048912 140011831720864 140011835896343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700305 s]
/proc/loadavg: 1.37 1.69 1.83 1/194 5385
/proc/meminfo: memFree=31128376/32872528 swapFree=303544/319896
[pid=5385] ppid=5382 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/5385/stat : 5385 (java) S 5382 5385 30914 0 -1 4202496 10007 0 1 0 148 4 0 0 20 0 19 0 36639621 10060525568 13011 33554432000 1073741824 1073778376 140734586048912 140734586040048 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5385/statm: 2456183 13011 2269 9 0 2446860 0
[pid=5385/tid=5386] ppid=5382 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/5385/task/5386/stat : 5386 (java) S 5382 5385 30914 0 -1 4202560 2446 0 1 0 32 1 0 0 20 0 19 0 36639621 10060525568 13011 33554432000 1073741824 1073778376 140734586048912 140011831722872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 1.37 1.69 1.83 3/213 5416
/proc/meminfo: memFree=31063260/32872528 swapFree=303544/319896
[pid=5385] ppid=5382 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/5385/stat : 5385 (java) S 5382 5385 30914 0 -1 4202496 17635 0 1 0 206 10 0 0 20 0 19 0 36639621 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140734586040048 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5385/statm: 2456183 19853 2275 9 0 2446860 0
[pid=5385/tid=5386] ppid=5382 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/5385/task/5386/stat : 5386 (java) S 5382 5385 30914 0 -1 4202560 2447 0 1 0 35 2 0 0 20 0 19 0 36639621 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011831722872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5388] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5388/stat : 5388 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011793214376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5389] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5389/stat : 5389 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011792161832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5390] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5390/stat : 5390 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011791108776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5391] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5391/stat : 5391 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011790056232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5392] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5392/stat : 5392 (java) S 5382 5385 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011789003176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5393] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5393/stat : 5393 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011787950632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5394] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5394/stat : 5394 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011786897576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5395] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5395/stat : 5395 (java) S 5382 5385 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011785845032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5396] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5396/stat : 5396 (java) S 5382 5385 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36639623 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011655654248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5397] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5397/stat : 5397 (java) S 5382 5385 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36639624 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011654600568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5398] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5398/stat : 5398 (java) S 5382 5385 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639624 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011653547400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5399] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5399/stat : 5399 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639626 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011652496144 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5400] ppid=5382 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/5385/task/5400/stat : 5400 (java) S 5382 5385 30914 0 -1 4202560 7329 0 0 0 65 1 0 0 20 0 19 0 36639626 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011651443000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5401] ppid=5382 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/5385/task/5401/stat : 5401 (java) S 5382 5385 30914 0 -1 4202560 6509 0 0 0 61 0 0 0 20 0 19 0 36639626 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011650390456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5402] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5402/stat : 5402 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639626 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011649337592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5403] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5403/stat : 5403 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639626 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011648285256 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5410] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5410/stat : 5410 (java) S 5382 5385 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639658 10060525568 19853 33554432000 1073741824 1073778376 140734586048912 140011644073384 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 1.34 1.68 1.82 1/213 5428
/proc/meminfo: memFree=31046248/32872528 swapFree=303544/319896
[pid=5385] ppid=5382 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/5385/stat : 5385 (java) S 5382 5385 30914 0 -1 4202496 17712 0 1 0 249 14 0 0 20 0 19 0 36639621 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140734586040048 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5385/statm: 2456183 26042 2277 9 0 2446860 0
[pid=5385/tid=5386] ppid=5382 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/5385/task/5386/stat : 5386 (java) S 5382 5385 30914 0 -1 4202560 2450 0 1 0 38 2 0 0 20 0 19 0 36639621 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011831722872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5388] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5388/stat : 5388 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011793214376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5389] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5389/stat : 5389 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011792161832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5390] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5390/stat : 5390 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011791108776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5391] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5391/stat : 5391 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011790056232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5392] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5392/stat : 5392 (java) S 5382 5385 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011789003176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5393] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5393/stat : 5393 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011787950632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5394] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5394/stat : 5394 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011786897576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5395] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5395/stat : 5395 (java) S 5382 5385 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011785845032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5396] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5396/stat : 5396 (java) S 5382 5385 30914 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36639623 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011655654248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5397] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5397/stat : 5397 (java) S 5382 5385 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36639624 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011654600568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5398] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5398/stat : 5398 (java) S 5382 5385 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639624 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011653547400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5399] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5399/stat : 5399 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639626 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011652496144 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5400] ppid=5382 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/5385/task/5400/stat : 5400 (java) S 5382 5385 30914 0 -1 4202560 7355 0 0 0 84 2 0 0 20 0 19 0 36639626 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011651443000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5401] ppid=5382 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/5385/task/5401/stat : 5401 (java) S 5382 5385 30914 0 -1 4202560 6526 0 0 0 71 1 0 0 20 0 19 0 36639626 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011650390456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5402] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5402/stat : 5402 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639626 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011649337592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5403] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5403/stat : 5403 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639626 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011648285256 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5410] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5410/stat : 5410 (java) S 5382 5385 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639658 10060525568 26042 33554432000 1073741824 1073778376 140734586048912 140011644073384 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9824732

[startup+6.30083 s]
/proc/loadavg: 1.34 1.68 1.82 1/213 5470
/proc/meminfo: memFree=31002328/32872528 swapFree=303544/319896
[pid=5385] ppid=5382 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/5385/stat : 5385 (java) S 5382 5385 30914 0 -1 4202496 18051 0 1 0 262 17 0 0 20 0 19 0 36639621 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140734586040048 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5385/statm: 2456183 34679 2279 9 0 2446860 0
[pid=5385/tid=5386] ppid=5382 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/5385/task/5386/stat : 5386 (java) S 5382 5385 30914 0 -1 4202560 2456 0 1 0 40 2 0 0 20 0 19 0 36639621 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011831722872 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5388] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5388/stat : 5388 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011793214376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5389] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5389/stat : 5389 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011792161832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5390] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5390/stat : 5390 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011791108776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5391] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5391/stat : 5391 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011790056232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5392] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5392/stat : 5392 (java) S 5382 5385 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011789003176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5393] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5393/stat : 5393 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011787950632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5394] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5394/stat : 5394 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011786897576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5395] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5395/stat : 5395 (java) S 5382 5385 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36639622 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011785845032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5396] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5396/stat : 5396 (java) S 5382 5385 30914 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36639623 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011655654248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5397] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5397/stat : 5397 (java) S 5382 5385 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36639624 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011654600568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5398] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5398/stat : 5398 (java) S 5382 5385 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36639624 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011653547400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5399] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5399/stat : 5399 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36639626 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011652496144 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5400] ppid=5382 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/5385/task/5400/stat : 5400 (java) S 5382 5385 30914 0 -1 4202560 7358 0 0 0 85 2 0 0 20 0 19 0 36639626 10060525568 34679 33554432000 1073741824 1073778376 140734586048912 140011651443000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5401] ppid=5382 vsize=9824732 CPUtime=0.79 cores=0,2,4,6

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

/proc/5385/task/5386/stat : 5386 (java) S 5382 5385 30914 0 -1 4202560 2555 0 1 0 121 32 0 0 20 0 21 0 36639621 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011831723000 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5388] ppid=5382 vsize=9824732 CPUtime=4.76 cores=0,2,4,6
/proc/5385/task/5388/stat : 5388 (java) S 5382 5385 30914 0 -1 4202560 531 0 0 0 459 17 0 0 20 0 21 0 36639622 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011793214376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5389] ppid=5382 vsize=9824732 CPUtime=4 cores=0,2,4,6
/proc/5385/task/5389/stat : 5389 (java) S 5382 5385 30914 0 -1 4202560 521 0 0 0 384 16 0 0 20 0 21 0 36639622 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011792161832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5390] ppid=5382 vsize=9824732 CPUtime=4.59 cores=0,2,4,6
/proc/5385/task/5390/stat : 5390 (java) S 5382 5385 30914 0 -1 4202560 505 0 0 0 441 18 0 0 20 0 21 0 36639622 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011791108776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5391] ppid=5382 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/5385/task/5391/stat : 5391 (java) S 5382 5385 30914 0 -1 4202560 528 0 0 0 465 18 0 0 20 0 21 0 36639622 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011790056232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5392] ppid=5382 vsize=9824732 CPUtime=4.28 cores=0,2,4,6
/proc/5385/task/5392/stat : 5392 (java) S 5382 5385 30914 0 -1 4202560 481 0 0 0 414 14 0 0 20 0 21 0 36639622 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011789003176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5393] ppid=5382 vsize=9824732 CPUtime=4.34 cores=0,2,4,6
/proc/5385/task/5393/stat : 5393 (java) S 5382 5385 30914 0 -1 4202560 488 0 0 0 418 16 0 0 20 0 21 0 36639622 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011787950632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5394] ppid=5382 vsize=9824732 CPUtime=4.54 cores=0,2,4,6
/proc/5385/task/5394/stat : 5394 (java) S 5382 5385 30914 0 -1 4202560 485 0 0 0 437 17 0 0 20 0 21 0 36639622 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011786897576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5395] ppid=5382 vsize=9824732 CPUtime=4.21 cores=0,2,4,6
/proc/5385/task/5395/stat : 5395 (java) S 5382 5385 30914 0 -1 4202560 496 0 0 0 404 17 0 0 20 0 21 0 36639622 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011785845032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5396] ppid=5382 vsize=9824732 CPUtime=8.08 cores=0,2,4,6
/proc/5385/task/5396/stat : 5396 (java) S 5382 5385 30914 0 -1 4202560 3338 0 0 0 798 10 0 0 20 0 21 0 36639623 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011655654248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5397] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5397/stat : 5397 (java) S 5382 5385 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36639624 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011654600568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5398] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5398/stat : 5398 (java) S 5382 5385 30914 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 36639624 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011653547400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5399] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5399/stat : 5399 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639626 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011652496144 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5400] ppid=5382 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/5385/task/5400/stat : 5400 (java) S 5382 5385 30914 0 -1 4202560 7384 0 0 0 136 2 0 0 20 0 21 0 36639626 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011651443000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5401] ppid=5382 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/5385/task/5401/stat : 5401 (java) S 5382 5385 30914 0 -1 4202560 18862 0 0 0 230 3 0 0 20 0 21 0 36639626 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011650390456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5402] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5402/stat : 5402 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639626 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011649337592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5403] ppid=5382 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/5385/task/5403/stat : 5403 (java) S 5382 5385 30914 0 -1 4202560 99 0 0 0 29 34 0 0 20 0 21 0 36639626 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011648285256 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5410] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5410/stat : 5410 (java) S 5382 5385 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36639658 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011644073384 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5664] ppid=5382 vsize=9824732 CPUtime=1672.29 cores=0,2,4,6
/proc/5385/task/5664/stat : 5664 (java) R 5382 5385 30914 0 -1 4202560 1659 0 0 0 167163 66 0 0 20 0 21 0 36642411 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011645124368 140011656466707 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5665] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5665/stat : 5665 (java) S 5382 5385 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36642414 10060525568 950706 33554432000 1073741824 1073778376 140734586048912 140011647231656 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1737.82
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/217 5723
/proc/meminfo: memFree=26608232/32872528 swapFree=303544/319896
[pid=5385] ppid=5382 vsize=9824732 CPUtime=1798.93 cores=0,2,4,6
/proc/5385/stat : 5385 (java) S 5382 5385 30914 0 -1 4202496 40292 0 1 0 179554 339 0 0 20 0 21 0 36639621 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140734586040048 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5385/statm: 2456183 977051 2303 9 0 2446860 0
[pid=5385/tid=5386] ppid=5382 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/5385/task/5386/stat : 5386 (java) S 5382 5385 30914 0 -1 4202560 2559 0 1 0 123 33 0 0 20 0 21 0 36639621 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011831723000 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5388] ppid=5382 vsize=9824732 CPUtime=4.93 cores=0,2,4,6
/proc/5385/task/5388/stat : 5388 (java) S 5382 5385 30914 0 -1 4202560 557 0 0 0 475 18 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011793214376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5389] ppid=5382 vsize=9824732 CPUtime=4.19 cores=0,2,4,6
/proc/5385/task/5389/stat : 5389 (java) S 5382 5385 30914 0 -1 4202560 541 0 0 0 402 17 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011792161832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5390] ppid=5382 vsize=9824732 CPUtime=4.8 cores=0,2,4,6
/proc/5385/task/5390/stat : 5390 (java) S 5382 5385 30914 0 -1 4202560 531 0 0 0 461 19 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011791108776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5391] ppid=5382 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/5385/task/5391/stat : 5391 (java) S 5382 5385 30914 0 -1 4202560 560 0 0 0 486 19 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011790056232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5392] ppid=5382 vsize=9824732 CPUtime=4.4 cores=0,2,4,6
/proc/5385/task/5392/stat : 5392 (java) S 5382 5385 30914 0 -1 4202560 502 0 0 0 426 14 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011789003176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5393] ppid=5382 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/5385/task/5393/stat : 5393 (java) S 5382 5385 30914 0 -1 4202560 517 0 0 0 437 16 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011787950632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5394] ppid=5382 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/5385/task/5394/stat : 5394 (java) S 5382 5385 30914 0 -1 4202560 502 0 0 0 454 17 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011786897576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5395] ppid=5382 vsize=9824732 CPUtime=4.37 cores=0,2,4,6
/proc/5385/task/5395/stat : 5395 (java) S 5382 5385 30914 0 -1 4202560 513 0 0 0 419 18 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011785845032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5396] ppid=5382 vsize=9824732 CPUtime=8.08 cores=0,2,4,6
/proc/5385/task/5396/stat : 5396 (java) S 5382 5385 30914 0 -1 4202560 3404 0 0 0 798 10 0 0 20 0 21 0 36639623 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011655654248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5397] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5397/stat : 5397 (java) S 5382 5385 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36639624 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011654600568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5398] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5398/stat : 5398 (java) S 5382 5385 30914 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 36639624 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011653547400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5399] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5399/stat : 5399 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639626 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011652496144 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5400] ppid=5382 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/5385/task/5400/stat : 5400 (java) S 5382 5385 30914 0 -1 4202560 7384 0 0 0 136 2 0 0 20 0 21 0 36639626 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011651443000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5401] ppid=5382 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/5385/task/5401/stat : 5401 (java) S 5382 5385 30914 0 -1 4202560 18862 0 0 0 230 3 0 0 20 0 21 0 36639626 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011650390456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5402] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5402/stat : 5402 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639626 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011649337592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5403] ppid=5382 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/5385/task/5403/stat : 5403 (java) S 5382 5385 30914 0 -1 4202560 103 0 0 0 31 34 0 0 20 0 21 0 36639626 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011648285256 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5410] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5410/stat : 5410 (java) S 5382 5385 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36639658 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011644073384 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5664] ppid=5382 vsize=9824732 CPUtime=1731.76 cores=0,2,4,6
/proc/5385/task/5664/stat : 5664 (java) R 5382 5385 30914 0 -1 4202560 1786 0 0 0 173108 68 0 0 20 0 21 0 36642411 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011645124464 140011656359614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5665] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5665/stat : 5665 (java) S 5382 5385 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36642414 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011647231656 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.93
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.4 s]
/proc/loadavg: 2.02 2.03 2.00 3/217 5723
/proc/meminfo: memFree=26608232/32872528 swapFree=303544/319896
[pid=5385] ppid=5382 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/5385/stat : 5385 (java) S 5382 5385 30914 0 -1 4202496 40292 0 1 0 179664 339 0 0 20 0 21 0 36639621 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140734586040048 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/5385/statm: 2456183 977051 2303 9 0 2446860 0
[pid=5385/tid=5386] ppid=5382 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/5385/task/5386/stat : 5386 (java) S 5382 5385 30914 0 -1 4202560 2559 0 1 0 123 33 0 0 20 0 21 0 36639621 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011831723000 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5388] ppid=5382 vsize=9824732 CPUtime=4.93 cores=0,2,4,6
/proc/5385/task/5388/stat : 5388 (java) S 5382 5385 30914 0 -1 4202560 557 0 0 0 475 18 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011793214376 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5389] ppid=5382 vsize=9824732 CPUtime=4.19 cores=0,2,4,6
/proc/5385/task/5389/stat : 5389 (java) S 5382 5385 30914 0 -1 4202560 541 0 0 0 402 17 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011792161832 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5390] ppid=5382 vsize=9824732 CPUtime=4.8 cores=0,2,4,6
/proc/5385/task/5390/stat : 5390 (java) S 5382 5385 30914 0 -1 4202560 531 0 0 0 461 19 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011791108776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5391] ppid=5382 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/5385/task/5391/stat : 5391 (java) S 5382 5385 30914 0 -1 4202560 560 0 0 0 486 19 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011790056232 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5392] ppid=5382 vsize=9824732 CPUtime=4.4 cores=0,2,4,6
/proc/5385/task/5392/stat : 5392 (java) S 5382 5385 30914 0 -1 4202560 502 0 0 0 426 14 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011789003176 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5393] ppid=5382 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/5385/task/5393/stat : 5393 (java) S 5382 5385 30914 0 -1 4202560 517 0 0 0 437 16 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011787950632 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5394] ppid=5382 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/5385/task/5394/stat : 5394 (java) S 5382 5385 30914 0 -1 4202560 502 0 0 0 454 17 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011786897576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5395] ppid=5382 vsize=9824732 CPUtime=4.37 cores=0,2,4,6
/proc/5385/task/5395/stat : 5395 (java) S 5382 5385 30914 0 -1 4202560 513 0 0 0 419 18 0 0 20 0 21 0 36639622 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011785845032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5396] ppid=5382 vsize=9824732 CPUtime=8.08 cores=0,2,4,6
/proc/5385/task/5396/stat : 5396 (java) S 5382 5385 30914 0 -1 4202560 3404 0 0 0 798 10 0 0 20 0 21 0 36639623 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011655654248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5397] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5397/stat : 5397 (java) S 5382 5385 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36639624 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011654600568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5398] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5398/stat : 5398 (java) S 5382 5385 30914 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 21 0 36639624 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011653547400 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5399] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5399/stat : 5399 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639626 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011652496144 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5400] ppid=5382 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/5385/task/5400/stat : 5400 (java) S 5382 5385 30914 0 -1 4202560 7384 0 0 0 136 2 0 0 20 0 21 0 36639626 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011651443000 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5401] ppid=5382 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/5385/task/5401/stat : 5401 (java) S 5382 5385 30914 0 -1 4202560 18862 0 0 0 230 3 0 0 20 0 21 0 36639626 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011650390456 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5385/tid=5402] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5402/stat : 5402 (java) S 5382 5385 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36639626 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011649337592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5385/tid=5403] ppid=5382 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/5385/task/5403/stat : 5403 (java) S 5382 5385 30914 0 -1 4202560 103 0 0 0 31 34 0 0 20 0 21 0 36639626 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011648285256 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5385/tid=5410] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5410/stat : 5410 (java) S 5382 5385 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36639658 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011644073384 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5664] ppid=5382 vsize=9824732 CPUtime=1732.86 cores=0,2,4,6
/proc/5385/task/5664/stat : 5664 (java) R 5382 5385 30914 0 -1 4202560 1786 0 0 0 173218 68 0 0 20 0 21 0 36642411 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011645124464 140011656475463 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5385/tid=5665] ppid=5382 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/5385/task/5665/stat : 5665 (java) S 5382 5385 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36642414 10060525568 977051 33554432000 1073741824 1073778376 140734586048912 140011647231656 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 5385 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 5385 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=179547
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=895407
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.46
CPU time (s): 1800.03
CPU user time (s): 1796.64
CPU system time (s): 3.39
CPU usage (%): 100.929
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.18
system time used= 3.89541
maximum resident set size= 3920072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40317
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79599
involuntary context switches= 55786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8219 second user time and 11.1643 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-19 16:18:50
IDJOB=4110329
IDBENCH=79257
IDSOLVER=2552
FILE ID=node128/4110329-1466345930
RUNJOBID= node128-1466341815-30930
PBS_JOBID= 19922025
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551864--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110329-1466345930/watcher-4110329-1466345930 -o /tmp/evaluation-result-4110329-1466345930/solver-4110329-1466345930 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110329-1466345930.wbo

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

MD5SUM BENCH= 917ecf2b03be28c1e7bdced93c48bfdc
RANDOM SEED=704920784

node128.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.768
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.53
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.768
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.768
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.56
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.768
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.768
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.57
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.768
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.56
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.768
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.56
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.768
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31128540 kB
Buffers:          188224 kB
Cached:           273768 kB
SwapCached:         2716 kB
Active:           319216 kB
Inactive:         345340 kB
Active(anon):     201712 kB
Inactive(anon):     2792 kB
Active(file):     117504 kB
Inactive(file):   342548 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:              1400 kB
Writeback:             0 kB
AnonPages:        551960 kB
Mapped:            17144 kB
Shmem:                 0 kB
Slab:             627160 kB
SReclaimable:      70464 kB
SUnreclaim:       556696 kB
KernelStack:        1768 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1012256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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= 71708 MiB
End job on node128 at 2016-06-19 16:48:33