Trace number 4109689

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.01 1780.05

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571761--soft-33-100-0.wbo
MD5SUM91e040f5c30df15d8a8ea402735ab864
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark42.3926
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 constraints1848
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 94973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 713
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4109689-1466343630.wbo
0.08/0.13	c reading problem ... 
0.45/0.36	c ... done. Wall clock time 0.231s.
0.45/0.36	c declared #vars     231
0.45/0.36	c internal #vars     2079
0.45/0.36	c #constraints  2707
0.45/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.36	c constraints type 
0.45/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2614
0.45/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
0.45/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 70
0.45/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15
0.45/0.36	c 2707 constraints processed.
0.45/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.36	c constraints type 
0.45/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 70
0.45/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2614
0.45/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
0.45/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15
0.45/0.36	c 2707 constraints processed.
0.45/0.36	c objective function length is 1848 literals
0.66/0.48	c And the winner is solver0
1.21/0.86	c SATISFIABLE
1.21/0.86	c OPTIMIZING...
1.21/0.86	c Got one! Elapsed wall clock time (in seconds):0.737
1.21/0.86	o 569
1.21/0.89	c And the winner is solver0
1.71/1.38	c Got one! Elapsed wall clock time (in seconds):1.252
1.71/1.38	o 503
1.77/1.40	c And the winner is solver0
1.84/1.89	c Got one! Elapsed wall clock time (in seconds):1.762
1.84/1.89	o 486
1.86/1.91	c And the winner is solver0
1.91/2.40	c Got one! Elapsed wall clock time (in seconds):2.269
1.91/2.40	o 424
1.92/2.41	c And the winner is solver0
1.94/2.90	c Got one! Elapsed wall clock time (in seconds):2.775
1.94/2.90	o 353
1.94/2.92	c And the winner is solver0
2.04/3.41	c Got one! Elapsed wall clock time (in seconds):3.281
2.04/3.41	o 339
2.04/3.42	c And the winner is solver0
2.05/3.91	c Got one! Elapsed wall clock time (in seconds):3.785
2.05/3.91	o 257
2.05/3.95	c And the winner is solver0
2.36/4.42	c Got one! Elapsed wall clock time (in seconds):4.29
2.36/4.42	o 249
2.36/4.43	c And the winner is solver0
2.38/4.92	c Got one! Elapsed wall clock time (in seconds):4.793
2.38/4.92	o 195
2.62/5.04	c And the winner is solver0
2.76/5.42	c Got one! Elapsed wall clock time (in seconds):5.296
2.76/5.42	o 184
2.76/5.43	c And the winner is solver0
2.76/5.93	c Got one! Elapsed wall clock time (in seconds):5.799
2.76/5.93	o 182
3.40/6.20	c And the winner is solver0
3.42/6.43	c Got one! Elapsed wall clock time (in seconds):6.302
3.42/6.43	o 181
3.42/6.44	c And the winner is solver0
3.51/6.93	c Got one! Elapsed wall clock time (in seconds):6.805
3.51/6.93	o 169
3.51/6.96	c And the winner is solver0
3.63/7.43	c Got one! Elapsed wall clock time (in seconds):7.308
3.63/7.43	o 163
3.63/7.49	c And the winner is solver0
3.77/7.94	c Got one! Elapsed wall clock time (in seconds):7.811
3.77/7.94	o 155
3.88/8.05	c And the winner is solver0
4.08/8.44	c Got one! Elapsed wall clock time (in seconds):8.314
4.08/8.44	o 139
4.08/8.46	c And the winner is solver0
4.13/8.94	c Got one! Elapsed wall clock time (in seconds):8.816
4.13/8.94	o 137
4.26/9.00	c And the winner is solver0
4.29/9.45	c Got one! Elapsed wall clock time (in seconds):9.319
4.29/9.45	o 122
4.29/9.46	c And the winner is solver0
4.33/9.95	c Got one! Elapsed wall clock time (in seconds):9.822
4.33/9.95	o 120
4.33/9.96	c And the winner is solver0
4.34/10.45	c Got one! Elapsed wall clock time (in seconds):10.324
4.34/10.45	o 106
4.34/10.48	c And the winner is solver0
4.40/10.95	c Got one! Elapsed wall clock time (in seconds):10.827
4.40/10.95	o 100
4.40/10.96	c And the winner is solver0
4.40/11.46	c Got one! Elapsed wall clock time (in seconds):11.33
4.40/11.46	o 96
4.40/11.49	c And the winner is solver0
4.47/11.96	c Got one! Elapsed wall clock time (in seconds):11.833
4.47/11.96	o 84
4.47/11.97	c And the winner is solver0
4.48/12.46	c Got one! Elapsed wall clock time (in seconds):12.336
4.48/12.46	o 78
4.48/12.49	c And the winner is solver0
4.53/12.97	c Got one! Elapsed wall clock time (in seconds):12.84
4.53/12.97	o 72
4.60/13.06	c And the winner is solver0
4.73/13.47	c Got one! Elapsed wall clock time (in seconds):13.344
4.73/13.47	o 65
5.00/13.67	c And the winner is solver0
5.16/14.00	c Got one! Elapsed wall clock time (in seconds):13.87
5.16/14.00	o 59
5.16/14.08	c And the winner is solver0
5.34/14.50	c Got one! Elapsed wall clock time (in seconds):14.376
5.34/14.50	o 56
5.34/14.53	c And the winner is solver0
5.43/15.01	c Got one! Elapsed wall clock time (in seconds):14.883
5.43/15.01	o 55
5.43/15.09	c And the winner is solver0
5.63/15.52	c Got one! Elapsed wall clock time (in seconds):15.39
5.63/15.52	o 53
5.78/15.61	c And the winner is solver0
5.83/16.02	c Got one! Elapsed wall clock time (in seconds):15.896
5.83/16.02	o 47
6.05/16.12	c And the winner is solver0
6.12/16.53	c Got one! Elapsed wall clock time (in seconds):16.404
6.12/16.53	o 42
6.12/16.58	c And the winner is solver0
6.23/17.04	c Got one! Elapsed wall clock time (in seconds):16.911
6.23/17.04	o 40
6.57/17.20	c And the winner is solver0
6.60/17.55	c Got one! Elapsed wall clock time (in seconds):17.42
6.60/17.55	o 33
6.60/17.58	c And the winner is solver0
6.67/18.05	c Got one! Elapsed wall clock time (in seconds):17.928
6.67/18.06	o 32
6.76/18.19	c And the winner is solver0
6.95/18.56	c Got one! Elapsed wall clock time (in seconds):18.437
6.95/18.56	o 31
7.01/18.63	c And the winner is solver0
7.13/19.07	c Got one! Elapsed wall clock time (in seconds):18.947
7.13/19.07	o 29
7.17/19.10	c And the winner is solver0
7.20/19.59	c Got one! Elapsed wall clock time (in seconds):19.456
7.20/19.59	o 27
7.22/19.62	c And the winner is solver0
7.28/20.09	c Got one! Elapsed wall clock time (in seconds):19.966
7.28/20.09	o 26
7.49/20.24	c cleaning 8220 clauses out of 16444 with flag 6106/16444
8.19/20.54	c And the winner is solver0
8.30/20.60	c Got one! Elapsed wall clock time (in seconds):20.475
8.30/20.60	o 20
8.47/20.73	c And the winner is solver0
8.56/21.11	c Got one! Elapsed wall clock time (in seconds):20.986
8.56/21.11	o 15
8.75/21.26	c cleaning 7178 clauses out of 14365 with flag 6211/22585
10.23/21.74	c cleaning 6585 clauses out of 13186 with flag 48503/28584
11.28/22.24	c cleaning 6796 clauses out of 13600 with flag 100911/35583
11.68/22.46	c And the winner is solver0
11.83/22.64	c Got one! Elapsed wall clock time (in seconds):22.518
11.83/22.64	o 13
12.14/22.82	c cleaning 6040 clauses out of 12098 with flag 13948/40877
12.14/22.83	c And the winner is solver0
12.25/23.16	c Got one! Elapsed wall clock time (in seconds):23.032
12.25/23.16	o 12
12.33/23.26	c And the winner is solver0
12.48/23.67	c Got one! Elapsed wall clock time (in seconds):23.546
12.48/23.67	o 11
12.92/23.94	c cleaning 6035 clauses out of 12078 with flag 32545/46897
13.55/24.24	c And the winner is solver0
13.64/24.69	c Got one! Elapsed wall clock time (in seconds):24.562
13.64/24.69	o 10
13.66/24.78	c cleaning 5909 clauses out of 11831 with flag 8676/52685
14.25/25.07	c And the winner is solver0
14.43/25.21	c Got one! Elapsed wall clock time (in seconds):25.08
14.43/25.21	o 9
15.01/25.58	c cleaning 7984 clauses out of 15977 with flag 43767/62740
15.21/25.66	c And the winner is solver0
15.36/25.73	c Got one! Elapsed wall clock time (in seconds):25.599
15.36/25.73	o 7
15.88/26.08	c cleaning 6556 clauses out of 13126 with flag 39086/67873
16.28/26.29	c And the winner is solver0
16.49/26.75	c Got one! Elapsed wall clock time (in seconds):26.621
16.49/26.75	o 6
16.49/26.79	c And the winner is solver0
120.35/128.51	c cleaning 0 clauses out of 6532 with flag 0/6557
447.46/449.22	c cleaning 0 clauses out of 12534 with flag 0/12559
1242.90/1231.99	c cleaning 0 clauses out of 19531 with flag 0/19556
1800.01/1780.00	c >>>>>>>>>> Solver number 0 (49 answers) <<<<<<<<<<<<<<<<<<
1800.01/1780.00	c starts		: 105
1800.01/1780.00	c conflicts		: 71477
1800.01/1780.00	c decisions		: 183873
1800.01/1780.00	c propagations		: 8189178
1800.01/1780.00	c inspects		: 54132630
1800.01/1780.00	c shortcuts		: 0
1800.01/1780.00	c learnt literals	: 0
1800.01/1780.00	c learnt binary clauses	: 2
1800.01/1780.00	c learnt ternary clauses	: 65
1800.01/1780.00	c learnt constraints	: 71477
1800.01/1780.00	c ignored constraints	: 0
1800.01/1780.00	c root simplifications	: 0
1800.01/1780.00	c removed literals (reason simplification)	: 273570
1800.01/1780.00	c reason swapping (by a shorter reason)	: 0
1800.01/1780.00	c Calls to reduceDB	: 9
1800.01/1780.00	c Number of update (reduction) of LBD	: 26170
1800.01/1780.00	c Imported unit clauses	: 0
1800.01/1780.00	c number of reductions to clauses (during analyze)	: 0
1800.01/1780.00	c number of learned constraints concerned by reduction	: 0
1800.01/1780.00	c number of learning phase by resolution	: 0
1800.01/1780.00	c number of learning phase by cutting planes	: 0
1800.01/1780.00	c speed (assignments/second)	: 4601.620899636947
1800.01/1780.00	c non guided choices	5446
1800.01/1780.01	c learnt constraints type 
1800.01/1780.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.01/1780.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10172
1800.01/1780.01	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/1780.01	c starts		: 99
1800.01/1780.01	c conflicts		: 22542
1800.01/1780.01	c decisions		: 113042
1800.01/1780.01	c propagations		: 899384
1800.01/1780.01	c inspects		: 1907907181
1800.01/1780.01	c shortcuts		: 0
1800.01/1780.01	c learnt literals	: 0
1800.01/1780.01	c learnt binary clauses	: 0
1800.01/1780.01	c learnt ternary clauses	: 0
1800.01/1780.01	c learnt constraints	: 22517
1800.01/1780.01	c ignored constraints	: 0
1800.01/1780.01	c root simplifications	: 0
1800.01/1780.01	c removed literals (reason simplification)	: 0
1800.01/1780.01	c reason swapping (by a shorter reason)	: 0
1800.01/1780.01	c Calls to reduceDB	: 3
1800.01/1780.01	c Number of update (reduction) of LBD	: 0
1800.01/1780.01	c Imported unit clauses	: 0
1800.01/1780.01	c number of reductions to clauses (during analyze)	: 0
1800.01/1780.01	c number of learned constraints concerned by reduction	: 0
1800.01/1780.01	c number of learning phase by resolution	: 0
1800.01/1780.01	c number of learning phase by cutting planes	: 0
1800.01/1780.01	c speed (assignments/second)	: 512.9906908272051
1800.01/1780.01	c non guided choices	5055
1800.01/1780.02	c learnt constraints type 
1800.01/1780.02	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 927
1800.01/1780.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 36
1800.01/1780.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21554
1800.01/1780.02	s SATISFIABLE
1800.01/1780.02	c Found 48 solution(s)
1800.01/1780.03	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.01/1780.03	c objective function=6
1800.01/1780.03	c Total wall clock time (in seconds): 1779.902

Verifier Data

OK	5

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-4109689-1466343630/watcher-4109689-1466343630 -o /tmp/evaluation-result-4109689-1466343630/solver-4109689-1466343630 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466341822-29691 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109689-1466343630.wbo 

pid=4053
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: 2.24 2.27 1.83 3/197 4056
/proc/meminfo: memFree=28405944/32872528 swapFree=1103996/1183712
[pid=4056] ppid=4053 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/4056/stat : 4056 (java) R 4053 4056 29675 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 36411949 278528 33 33554432000 1073741824 1073778376 140737121199200 140737121196376 271778409767 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4056/statm: 68 33 25 9 0 25 0

[startup+0.100111 s]
/proc/loadavg: 2.24 2.27 1.83 3/197 4056
/proc/meminfo: memFree=28405944/32872528 swapFree=1103996/1183712
[pid=4056] ppid=4053 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/4056/stat : 4056 (java) S 4053 4056 29675 0 -1 4202496 4400 0 1 0 8 0 0 0 20 0 18 0 36411949 9787879424 5511 33554432000 1073741824 1073778376 140733766803808 140733766794944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4056/statm: 2389619 5512 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20029 s]
/proc/loadavg: 2.24 2.27 1.83 3/197 4056
/proc/meminfo: memFree=28405944/32872528 swapFree=1103996/1183712
[pid=4056] ppid=4053 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/4056/stat : 4056 (java) S 4053 4056 29675 0 -1 4202496 4703 0 1 0 21 1 0 0 20 0 18 0 36411949 9787879424 6799 33554432000 1073741824 1073778376 140733766803808 140733766794944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4056/statm: 2389619 6799 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300292 s]
/proc/loadavg: 2.24 2.27 1.83 3/197 4056
/proc/meminfo: memFree=28405944/32872528 swapFree=1103996/1183712
[pid=4056] ppid=4053 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/4056/stat : 4056 (java) S 4053 4056 29675 0 -1 4202496 5564 0 1 0 44 1 0 0 20 0 18 0 36411949 9787879424 8361 33554432000 1073741824 1073778376 140733766803808 140733766794944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4056/statm: 2389619 8361 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700338 s]
/proc/loadavg: 2.24 2.27 1.83 3/197 4056
/proc/meminfo: memFree=28405944/32872528 swapFree=1103996/1183712
[pid=4056] ppid=4053 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/4056/stat : 4056 (java) S 4053 4056 29675 0 -1 4202496 9885 0 1 0 117 4 0 0 20 0 19 0 36411949 10060525568 12575 33554432000 1073741824 1073778376 140733766803808 140733766794944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4056/statm: 2456183 12575 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 2.24 2.27 1.83 3/216 4081
/proc/meminfo: memFree=28344884/32872528 swapFree=1103996/1183712
[pid=4056] ppid=4053 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/4056/stat : 4056 (java) S 4053 4056 29675 0 -1 4202496 16506 0 1 0 175 9 0 0 20 0 19 0 36411949 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140733766794944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4056/statm: 2456183 19150 2264 9 0 2446860 0
[pid=4056/tid=4058] ppid=4053 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/4056/task/4058/stat : 4058 (java) S 4053 4056 29675 0 -1 4202560 2427 0 1 0 35 0 0 0 20 0 19 0 36411950 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374590681976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4059] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4059/stat : 4059 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374568782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4060] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4060/stat : 4060 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374567730088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4061] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4061/stat : 4061 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374566677288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4062] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4062/stat : 4062 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374565624488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4063] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4063/stat : 4063 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374228068904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4064] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4064/stat : 4064 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374227016104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4065] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4065/stat : 4065 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374225963304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4066] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4066/stat : 4066 (java) S 4053 4056 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374224910504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4067] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4067/stat : 4067 (java) S 4053 4056 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411953 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374212713448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4068] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4068/stat : 4068 (java) S 4053 4056 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411953 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374211659512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4069] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4069/stat : 4069 (java) S 4053 4056 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411953 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374210606600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4070] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4070/stat : 4070 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411956 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374209555088 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4071] ppid=4053 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/4056/task/4071/stat : 4071 (java) S 4053 4056 29675 0 -1 4202560 7514 0 0 0 57 1 0 0 20 0 19 0 36411956 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374208502200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4072] ppid=4053 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/4056/task/4072/stat : 4072 (java) S 4053 4056 29675 0 -1 4202560 5222 0 0 0 51 2 0 0 20 0 19 0 36411956 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374207449400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4073] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4073/stat : 4073 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411956 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374206396792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4074] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4074/stat : 4074 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411956 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374205344200 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4078] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4078/stat : 4078 (java) S 4053 4056 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411987 10060525568 19150 33554432000 1073741824 1073778376 140733766803808 140374201132328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 2.24 2.27 1.83 2/216 4087
/proc/meminfo: memFree=28329424/32872528 swapFree=1103996/1183712
[pid=4056] ppid=4053 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/4056/stat : 4056 (java) S 4053 4056 29675 0 -1 4202496 16601 0 1 0 193 11 0 0 20 0 19 0 36411949 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140733766794944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4056/statm: 2456183 24335 2264 9 0 2446860 0
[pid=4056/tid=4058] ppid=4053 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/4056/task/4058/stat : 4058 (java) S 4053 4056 29675 0 -1 4202560 2431 0 1 0 36 1 0 0 20 0 19 0 36411950 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374590681976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4059] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4059/stat : 4059 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374568782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4060] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4060/stat : 4060 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374567730088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4061] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4061/stat : 4061 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374566677288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4062] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4062/stat : 4062 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374565624488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4063] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4063/stat : 4063 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374228068904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4064] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4064/stat : 4064 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374227016104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4065] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4065/stat : 4065 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374225963304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4066] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4066/stat : 4066 (java) S 4053 4056 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374224910504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4067] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4067/stat : 4067 (java) S 4053 4056 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411953 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374212713448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4068] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4068/stat : 4068 (java) S 4053 4056 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411953 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374211659512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4069] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4069/stat : 4069 (java) S 4053 4056 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411953 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374210606600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4070] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4070/stat : 4070 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411956 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374209555088 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4071] ppid=4053 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/4056/task/4071/stat : 4071 (java) S 4053 4056 29675 0 -1 4202560 7517 0 0 0 66 1 0 0 20 0 19 0 36411956 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374208502200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4072] ppid=4053 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/4056/task/4072/stat : 4072 (java) S 4053 4056 29675 0 -1 4202560 5283 0 0 0 55 2 0 0 20 0 19 0 36411956 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374207449400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4073] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4073/stat : 4073 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411956 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374206396792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4074] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4074/stat : 4074 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411956 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374205344200 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4078] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4078/stat : 4078 (java) S 4053 4056 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411987 10060525568 24335 33554432000 1073741824 1073778376 140733766803808 140374201132328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=21 pid=1814 uid=0 cmd=

[startup+6.30088 s]
/proc/loadavg: 2.14 2.25 1.82 2/216 4108
/proc/meminfo: memFree=28257808/32872528 swapFree=1103996/1183712
[pid=4056] ppid=4053 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/4056/stat : 4056 (java) S 4053 4056 29675 0 -1 4202496 20751 0 1 0 323 19 0 0 20 0 19 0 36411949 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140733766794944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4056/statm: 2456183 44902 2282 9 0 2446860 0
[pid=4056/tid=4058] ppid=4053 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/4056/task/4058/stat : 4058 (java) S 4053 4056 29675 0 -1 4202560 2434 0 1 0 37 2 0 0 20 0 19 0 36411950 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374590681976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4059] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4059/stat : 4059 (java) S 4053 4056 29675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374568782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4060] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4060/stat : 4060 (java) S 4053 4056 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374567730088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4061] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4061/stat : 4061 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374566677288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4062] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4062/stat : 4062 (java) S 4053 4056 29675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374565624488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4063] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4063/stat : 4063 (java) S 4053 4056 29675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374228068904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4064] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4064/stat : 4064 (java) S 4053 4056 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374227016104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4065] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4065/stat : 4065 (java) S 4053 4056 29675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374225963304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4066] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4066/stat : 4066 (java) S 4053 4056 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411952 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374224910504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4067] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4067/stat : 4067 (java) S 4053 4056 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411953 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374212713448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4068] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4068/stat : 4068 (java) S 4053 4056 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36411953 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374211659512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4069] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4069/stat : 4069 (java) S 4053 4056 29675 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36411953 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374210606600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4070] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4070/stat : 4070 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411956 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374209555088 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4071] ppid=4053 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/4056/task/4071/stat : 4071 (java) S 4053 4056 29675 0 -1 4202560 7526 0 0 0 84 1 0 0 20 0 19 0 36411956 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374208502200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4072] ppid=4053 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/4056/task/4072/stat : 4072 (java) S 4053 4056 29675 0 -1 4202560 9292 0 0 0 82 2 0 0 20 0 19 0 36411956 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374207449400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4073] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4073/stat : 4073 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411956 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374206396792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4074] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4074/stat : 4074 (java) S 4053 4056 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411956 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374205344200 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4078] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4078/stat : 4078 (java) S 4053 4056 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411987 10060525568 44902 33554432000 1073741824 1073778376 140733766803808 140374201132328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.42

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

/proc/4056/task/4058/stat : 4058 (java) S 4053 4056 29675 0 -1 4202560 2563 0 1 0 114 32 0 0 20 0 21 0 36411950 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374590682040 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4059] ppid=4053 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/4056/task/4059/stat : 4059 (java) S 4053 4056 29675 0 -1 4202560 585 0 0 0 453 15 0 0 20 0 21 0 36411952 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374568782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4060] ppid=4053 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/4056/task/4060/stat : 4060 (java) S 4053 4056 29675 0 -1 4202560 612 0 0 0 472 13 0 0 20 0 21 0 36411952 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374567730088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4061] ppid=4053 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/4056/task/4061/stat : 4061 (java) S 4053 4056 29675 0 -1 4202560 615 0 0 0 482 12 0 0 20 0 21 0 36411952 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374566677288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4062] ppid=4053 vsize=9824732 CPUtime=4.74 cores=0,2,4,6
/proc/4056/task/4062/stat : 4062 (java) S 4053 4056 29675 0 -1 4202560 489 0 0 0 461 13 0 0 20 0 21 0 36411952 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374565624488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4063] ppid=4053 vsize=9824732 CPUtime=4.82 cores=0,2,4,6
/proc/4056/task/4063/stat : 4063 (java) S 4053 4056 29675 0 -1 4202560 676 0 0 0 470 12 0 0 20 0 21 0 36411952 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374228068904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4064] ppid=4053 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/4056/task/4064/stat : 4064 (java) S 4053 4056 29675 0 -1 4202560 641 0 0 0 457 11 0 0 20 0 21 0 36411952 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374227016104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4065] ppid=4053 vsize=9824732 CPUtime=4.75 cores=0,2,4,6
/proc/4056/task/4065/stat : 4065 (java) S 4053 4056 29675 0 -1 4202560 531 0 0 0 464 11 0 0 20 0 21 0 36411952 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374225963304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4066] ppid=4053 vsize=9824732 CPUtime=5.11 cores=0,2,4,6
/proc/4056/task/4066/stat : 4066 (java) S 4053 4056 29675 0 -1 4202560 588 0 0 0 499 12 0 0 20 0 21 0 36411952 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374224910504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4067] ppid=4053 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/4056/task/4067/stat : 4067 (java) S 4053 4056 29675 0 -1 4202560 2475 0 0 0 424 12 0 0 20 0 21 0 36411953 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374212713448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4068] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4068/stat : 4068 (java) S 4053 4056 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36411953 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374211659512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4069] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4069/stat : 4069 (java) S 4053 4056 29675 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 21 0 36411953 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374210606600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4070] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4070/stat : 4070 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36411956 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374209555088 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4071] ppid=4053 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/4056/task/4071/stat : 4071 (java) S 4053 4056 29675 0 -1 4202560 7534 0 0 0 110 1 0 0 20 0 21 0 36411956 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374208502200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4072] ppid=4053 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/4056/task/4072/stat : 4072 (java) S 4053 4056 29675 0 -1 4202560 18250 0 0 0 189 4 0 0 20 0 21 0 36411956 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374207449400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4073] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4073/stat : 4073 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36411956 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374206396792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4074] ppid=4053 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/4056/task/4074/stat : 4074 (java) S 4053 4056 29675 0 -1 4202560 96 0 0 0 31 31 0 0 20 0 21 0 36411956 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374205344200 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4078] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4078/stat : 4078 (java) S 4053 4056 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36411987 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374201132328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4221] ppid=4053 vsize=9824732 CPUtime=1616.19 cores=0,2,4,6
/proc/4056/task/4221/stat : 4221 (java) R 4053 4056 29675 0 -1 4202560 4756 0 0 0 161564 55 0 0 20 0 21 0 36414627 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374204288832 140374446782879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4222] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4222/stat : 4222 (java) S 4053 4056 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36414629 10060525568 699886 33554432000 1073741824 1073778376 140733766803808 140374203237672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1680.37
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 2.26 2.19 2.10 3/217 4688
/proc/meminfo: memFree=23949984/32872528 swapFree=1103996/1183712
[pid=4056] ppid=4053 vsize=9824732 CPUtime=1741.34 cores=0,2,4,6
/proc/4056/stat : 4056 (java) S 4053 4056 29675 0 -1 4202496 42830 0 1 0 173848 286 0 0 20 0 21 0 36411949 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140733766794944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4056/statm: 2456183 704467 2295 9 0 2446860 0
[pid=4056/tid=4058] ppid=4053 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/4056/task/4058/stat : 4058 (java) S 4053 4056 29675 0 -1 4202560 2570 0 1 0 116 33 0 0 20 0 21 0 36411950 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374590682040 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4059] ppid=4053 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/4056/task/4059/stat : 4059 (java) S 4053 4056 29675 0 -1 4202560 586 0 0 0 470 15 0 0 20 0 21 0 36411952 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374568782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4060] ppid=4053 vsize=9824732 CPUtime=4.99 cores=0,2,4,6
/proc/4056/task/4060/stat : 4060 (java) S 4053 4056 29675 0 -1 4202560 618 0 0 0 486 13 0 0 20 0 21 0 36411952 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374567730088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4061] ppid=4053 vsize=9824732 CPUtime=5.09 cores=0,2,4,6
/proc/4056/task/4061/stat : 4061 (java) S 4053 4056 29675 0 -1 4202560 621 0 0 0 496 13 0 0 20 0 21 0 36411952 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374566677288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4062] ppid=4053 vsize=9824732 CPUtime=4.96 cores=0,2,4,6
/proc/4056/task/4062/stat : 4062 (java) S 4053 4056 29675 0 -1 4202560 497 0 0 0 483 13 0 0 20 0 21 0 36411952 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374565624488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4063] ppid=4053 vsize=9824732 CPUtime=4.96 cores=0,2,4,6
/proc/4056/task/4063/stat : 4063 (java) S 4053 4056 29675 0 -1 4202560 683 0 0 0 484 12 0 0 20 0 21 0 36411952 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374228068904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4064] ppid=4053 vsize=9824732 CPUtime=4.81 cores=0,2,4,6
/proc/4056/task/4064/stat : 4064 (java) S 4053 4056 29675 0 -1 4202560 647 0 0 0 470 11 0 0 20 0 21 0 36411952 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374227016104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4065] ppid=4053 vsize=9824732 CPUtime=4.89 cores=0,2,4,6
/proc/4056/task/4065/stat : 4065 (java) S 4053 4056 29675 0 -1 4202560 539 0 0 0 477 12 0 0 20 0 21 0 36411952 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374225963304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4066] ppid=4053 vsize=9824732 CPUtime=5.29 cores=0,2,4,6
/proc/4056/task/4066/stat : 4066 (java) S 4053 4056 29675 0 -1 4202560 593 0 0 0 517 12 0 0 20 0 21 0 36411952 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374224910504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4067] ppid=4053 vsize=9824732 CPUtime=4.37 cores=0,2,4,6
/proc/4056/task/4067/stat : 4067 (java) S 4053 4056 29675 0 -1 4202560 2479 0 0 0 424 13 0 0 20 0 21 0 36411953 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374212713448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4068] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4068/stat : 4068 (java) S 4053 4056 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36411953 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374211659512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4069] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4069/stat : 4069 (java) S 4053 4056 29675 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 21 0 36411953 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374210606600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4070] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4070/stat : 4070 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36411956 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374209555088 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4071] ppid=4053 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/4056/task/4071/stat : 4071 (java) S 4053 4056 29675 0 -1 4202560 7534 0 0 0 110 1 0 0 20 0 21 0 36411956 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374208502200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4072] ppid=4053 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/4056/task/4072/stat : 4072 (java) S 4053 4056 29675 0 -1 4202560 18250 0 0 0 189 4 0 0 20 0 21 0 36411956 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374207449400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4073] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4073/stat : 4073 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36411956 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374206396792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4074] ppid=4053 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/4056/task/4074/stat : 4074 (java) S 4053 4056 29675 0 -1 4202560 98 0 0 0 32 33 0 0 20 0 21 0 36411956 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374205344200 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4078] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4078/stat : 4078 (java) S 4053 4056 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36411987 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374201132328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4221] ppid=4053 vsize=9824732 CPUtime=1675.7 cores=0,2,4,6
/proc/4056/task/4221/stat : 4221 (java) R 4053 4056 29675 0 -1 4202560 4758 0 0 0 167514 56 0 0 20 0 21 0 36414627 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374204288528 140374446771919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4222] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4222/stat : 4222 (java) S 4053 4056 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36414629 10060525568 704467 33554432000 1073741824 1073778376 140733766803808 140374203237672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1741.34
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780 s]
/proc/loadavg: 2.22 2.19 2.10 4/218 4692
/proc/meminfo: memFree=23851772/32872528 swapFree=1103996/1183712
[pid=4056] ppid=4053 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/4056/stat : 4056 (java) S 4053 4056 29675 0 -1 4202496 42868 0 1 0 179713 288 0 0 20 0 21 0 36411949 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140733766794944 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4056/statm: 2456183 703160 2295 9 0 2446860 0
[pid=4056/tid=4058] ppid=4053 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/4056/task/4058/stat : 4058 (java) S 4053 4056 29675 0 -1 4202560 2576 0 1 0 117 35 0 0 20 0 21 0 36411950 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374590682040 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4059] ppid=4053 vsize=9824732 CPUtime=5.01 cores=0,2,4,6
/proc/4056/task/4059/stat : 4059 (java) S 4053 4056 29675 0 -1 4202560 589 0 0 0 486 15 0 0 20 0 21 0 36411952 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374568782888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4060] ppid=4053 vsize=9824732 CPUtime=5.18 cores=0,2,4,6
/proc/4056/task/4060/stat : 4060 (java) S 4053 4056 29675 0 -1 4202560 621 0 0 0 505 13 0 0 20 0 21 0 36411952 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374567730088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4061] ppid=4053 vsize=9824732 CPUtime=5.28 cores=0,2,4,6
/proc/4056/task/4061/stat : 4061 (java) S 4053 4056 29675 0 -1 4202560 624 0 0 0 515 13 0 0 20 0 21 0 36411952 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374566677288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4062] ppid=4053 vsize=9824732 CPUtime=5.13 cores=0,2,4,6
/proc/4056/task/4062/stat : 4062 (java) S 4053 4056 29675 0 -1 4202560 500 0 0 0 500 13 0 0 20 0 21 0 36411952 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374565624488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4063] ppid=4053 vsize=9824732 CPUtime=5.12 cores=0,2,4,6
/proc/4056/task/4063/stat : 4063 (java) S 4053 4056 29675 0 -1 4202560 685 0 0 0 499 13 0 0 20 0 21 0 36411952 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374228068904 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4064] ppid=4053 vsize=9824732 CPUtime=4.98 cores=0,2,4,6
/proc/4056/task/4064/stat : 4064 (java) S 4053 4056 29675 0 -1 4202560 649 0 0 0 487 11 0 0 20 0 21 0 36411952 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374227016104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4065] ppid=4053 vsize=9824732 CPUtime=5.03 cores=0,2,4,6
/proc/4056/task/4065/stat : 4065 (java) S 4053 4056 29675 0 -1 4202560 542 0 0 0 491 12 0 0 20 0 21 0 36411952 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374225963304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4066] ppid=4053 vsize=9824732 CPUtime=5.41 cores=0,2,4,6
/proc/4056/task/4066/stat : 4066 (java) S 4053 4056 29675 0 -1 4202560 594 0 0 0 528 13 0 0 20 0 21 0 36411952 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374224910504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4067] ppid=4053 vsize=9824732 CPUtime=4.37 cores=0,2,4,6
/proc/4056/task/4067/stat : 4067 (java) S 4053 4056 29675 0 -1 4202560 2483 0 0 0 424 13 0 0 20 0 21 0 36411953 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374212713448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4068] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4068/stat : 4068 (java) S 4053 4056 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36411953 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374211659512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4069] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4069/stat : 4069 (java) S 4053 4056 29675 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 21 0 36411953 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374210606600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4070] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4070/stat : 4070 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36411956 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374209555088 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4056/tid=4071] ppid=4053 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/4056/task/4071/stat : 4071 (java) S 4053 4056 29675 0 -1 4202560 7534 0 0 0 110 1 0 0 20 0 21 0 36411956 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374208502200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4056/tid=4072] ppid=4053 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/4056/task/4072/stat : 4072 (java) S 4053 4056 29675 0 -1 4202560 18250 0 0 0 189 4 0 0 20 0 21 0 36411956 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374207449400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4073] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4073/stat : 4073 (java) S 4053 4056 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36411956 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374206396792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4056/tid=4074] ppid=4053 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/4056/task/4074/stat : 4074 (java) S 4053 4056 29675 0 -1 4202560 102 0 0 0 34 33 0 0 20 0 21 0 36411956 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374205344200 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4078] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4078/stat : 4078 (java) S 4053 4056 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36411987 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374201132328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4221] ppid=4053 vsize=9824732 CPUtime=1732.89 cores=0,2,4,6
/proc/4056/task/4221/stat : 4221 (java) R 4053 4056 29675 0 -1 4202560 4762 0 0 0 173232 57 0 0 20 0 21 0 36414627 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374204288832 140374446987538 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4056/tid=4222] ppid=4053 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4056/task/4222/stat : 4222 (java) S 4053 4056 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36414629 10060525568 703160 33554432000 1073741824 1073778376 140733766803808 140374203237672 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.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 4056 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 4056 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=839446
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=440476
# CPU time returned by wait4() is 1796.28
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1780.05
CPU time (s): 1800.01
CPU user time (s): 1797.13
CPU system time (s): 2.88
CPU usage (%): 101.121
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.84
system time used= 3.44048
maximum resident set size= 2821460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42899
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85857
involuntary context switches= 77964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7544 second user time and 14.4608 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-19 15:40:30
IDJOB=4109689
IDBENCH=78891
IDSOLVER=2552
FILE ID=node115/4109689-1466343630
RUNJOBID= node115-1466341822-29691
PBS_JOBID= 19922037
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 91e040f5c30df15d8a8ea402735ab864
RANDOM SEED=347496494

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        28406480 kB
Buffers:          189488 kB
Cached:           256196 kB
SwapCached:         2556 kB
Active:          2195944 kB
Inactive:         331428 kB
Active(anon):    2081564 kB
Inactive(anon):     2352 kB
Active(file):     114380 kB
Inactive(file):   329076 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       3309020 kB
Mapped:            16812 kB
Shmem:                 0 kB
Slab:             614848 kB
SReclaimable:      58716 kB
SUnreclaim:       556132 kB
KernelStack:        1776 kB
PageTables:        11136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3487840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2140160 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 node115 at 2016-06-19 16:10:10