Trace number 4110361

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.21 1777.04

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900553812--soft-0-100-0.wbo
MD5SUM10c8366d87b8e61a0f23df601b3f0e14
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark18.9221
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 723
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4110361-1466346337.wbo
0.11/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.226s.
0.48/0.33	c declared #vars     231
0.48/0.33	c internal #vars     2938
0.48/0.33	c #constraints  2707
0.48/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.34	c constraints type 
0.48/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.34	c 2707 constraints processed.
0.48/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.34	c constraints type 
0.48/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.48/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.48/0.34	c 2707 constraints processed.
0.48/0.34	c objective function length is 2707 literals
1.18/0.54	c And the winner is solver0
1.74/0.84	c SATISFIABLE
1.74/0.84	c OPTIMIZING...
1.74/0.84	c Got one! Elapsed wall clock time (in seconds):0.732
1.74/0.84	o 927
1.74/0.88	c And the winner is solver0
2.10/1.36	c Got one! Elapsed wall clock time (in seconds):1.255
2.10/1.36	o 488
2.10/1.38	c And the winner is solver0
2.26/1.88	c Got one! Elapsed wall clock time (in seconds):1.767
2.26/1.88	o 485
2.32/1.93	c And the winner is solver0
2.49/2.39	c Got one! Elapsed wall clock time (in seconds):2.277
2.49/2.39	o 302
2.51/2.40	c And the winner is solver0
2.55/2.89	c Got one! Elapsed wall clock time (in seconds):2.784
2.55/2.89	o 270
2.55/2.91	c And the winner is solver0
2.61/3.40	c Got one! Elapsed wall clock time (in seconds):3.291
2.61/3.40	o 238
2.63/3.42	c And the winner is solver0
2.68/3.90	c Got one! Elapsed wall clock time (in seconds):3.796
2.68/3.90	o 233
2.95/4.03	c And the winner is solver0
3.03/4.41	c Got one! Elapsed wall clock time (in seconds):4.3
3.03/4.41	o 231
3.03/4.42	c And the winner is solver0
3.04/4.91	c Got one! Elapsed wall clock time (in seconds):4.805
3.04/4.91	o 224
6.18/6.46	c cleaning 3410 clauses out of 6836 with flag 30849/6836
6.18/6.47	c And the winner is solver0
6.41/6.92	c Got one! Elapsed wall clock time (in seconds):6.81
6.41/6.92	o 223
6.56/7.02	c And the winner is solver0
6.63/7.42	c Got one! Elapsed wall clock time (in seconds):7.314
6.63/7.42	o 220
6.82/7.57	c And the winner is solver0
6.98/7.93	c Got one! Elapsed wall clock time (in seconds):7.818
6.98/7.93	o 218
6.98/7.94	c And the winner is solver0
6.99/8.43	c Got one! Elapsed wall clock time (in seconds):8.322
6.99/8.43	o 199
6.99/8.44	c And the winner is solver0
7.01/8.93	c Got one! Elapsed wall clock time (in seconds):8.826
7.01/8.93	o 178
7.01/8.96	c And the winner is solver0
7.08/9.44	c Got one! Elapsed wall clock time (in seconds):9.33
7.08/9.44	o 174
7.60/9.75	c And the winner is solver0
7.73/9.94	c Got one! Elapsed wall clock time (in seconds):9.834
7.73/9.94	o 172
7.86/10.05	c And the winner is solver0
7.99/10.45	c Got one! Elapsed wall clock time (in seconds):10.337
7.99/10.45	o 161
8.52/10.77	c And the winner is solver0
8.69/10.95	c Got one! Elapsed wall clock time (in seconds):10.841
8.69/10.95	o 158
8.69/11.00	c And the winner is solver0
8.80/11.45	c Got one! Elapsed wall clock time (in seconds):11.345
8.80/11.45	o 150
10.34/12.22	c cleaning 5332 clauses out of 10668 with flag 15551/14078
10.74/12.47	c And the winner is solver0
10.90/12.96	c Got one! Elapsed wall clock time (in seconds):12.849
10.90/12.96	o 145
11.00/13.01	c And the winner is solver0
11.04/13.49	c Got one! Elapsed wall clock time (in seconds):13.386
11.04/13.49	o 125
11.04/13.54	c And the winner is solver0
11.16/14.00	c Got one! Elapsed wall clock time (in seconds):13.89
11.16/14.00	o 120
11.16/14.02	c And the winner is solver0
11.22/14.50	c Got one! Elapsed wall clock time (in seconds):14.394
11.22/14.50	o 118
12.27/15.00	c And the winner is solver0
12.39/15.11	c Got one! Elapsed wall clock time (in seconds):14.998
12.39/15.11	o 117
12.39/15.17	c And the winner is solver0
12.54/15.61	c Got one! Elapsed wall clock time (in seconds):15.503
12.54/15.61	o 116
12.92/15.83	c cleaning 5639 clauses out of 11281 with flag 4522/20023
15.72/17.08	c And the winner is solver0
15.90/17.12	c Got one! Elapsed wall clock time (in seconds):17.007
15.90/17.12	o 105
15.90/17.14	c And the winner is solver0
15.97/17.62	c Got one! Elapsed wall clock time (in seconds):17.511
15.97/17.62	o 100
15.97/17.65	c And the winner is solver0
16.04/18.13	c Got one! Elapsed wall clock time (in seconds):18.015
16.04/18.13	o 99
16.17/18.28	c And the winner is solver0
16.37/18.63	c Got one! Elapsed wall clock time (in seconds):18.52
16.37/18.63	o 87
18.84/19.88	c cleaning 8650 clauses out of 17321 with flag 33848/31702
22.06/21.22	c cleaning 7327 clauses out of 14674 with flag 80780/37705
23.26/21.80	c And the winner is solver0
23.35/22.13	c Got one! Elapsed wall clock time (in seconds):22.025
23.35/22.13	o 85
24.27/22.64	c cleaning 6278 clauses out of 12566 with flag 12879/42924
25.28/23.18	c And the winner is solver0
25.56/23.64	c Got one! Elapsed wall clock time (in seconds):23.533
25.56/23.64	o 84
25.56/23.67	c And the winner is solver0
25.62/24.15	c Got one! Elapsed wall clock time (in seconds):24.042
25.62/24.15	o 82
25.71/24.21	c And the winner is solver0
25.76/24.66	c Got one! Elapsed wall clock time (in seconds):24.552
25.76/24.66	o 79
25.76/24.69	c And the winner is solver0
25.82/25.17	c Got one! Elapsed wall clock time (in seconds):25.063
25.82/25.17	o 60
25.86/25.24	c And the winner is solver0
25.97/25.68	c Got one! Elapsed wall clock time (in seconds):25.574
25.97/25.68	o 59
26.44/25.93	c And the winner is solver0
26.55/26.20	c Got one! Elapsed wall clock time (in seconds):26.09
26.55/26.20	o 56
26.73/26.37	c cleaning 6394 clauses out of 12804 with flag 11571/49440
27.14/26.59	c And the winner is solver0
27.35/26.71	c Got one! Elapsed wall clock time (in seconds):26.606
27.35/26.71	o 55
27.78/26.93	c And the winner is solver0
27.88/27.23	c Got one! Elapsed wall clock time (in seconds):27.126
27.88/27.23	o 51
28.18/27.43	c cleaning 6224 clauses out of 12450 with flag 5549/55480
28.40/27.53	c And the winner is solver0
28.49/27.75	c Got one! Elapsed wall clock time (in seconds):27.644
28.49/27.75	o 49
30.03/28.51	c cleaning 6040 clauses out of 12109 with flag 33400/61363
30.03/28.56	c And the winner is solver0
30.18/28.77	c Got one! Elapsed wall clock time (in seconds):28.663
30.18/28.77	o 41
31.22/29.31	c And the winner is solver0
31.29/29.79	c Got one! Elapsed wall clock time (in seconds):29.685
31.29/29.79	o 36
31.68/30.03	c And the winner is solver0
31.78/30.32	c Got one! Elapsed wall clock time (in seconds):30.212
31.78/30.32	o 32
31.90/30.46	c cleaning 6278 clauses out of 12575 with flag 6982/67869
33.09/31.05	c cleaning 6141 clauses out of 12298 with flag 57504/73870
34.90/31.91	c cleaning 6565 clauses out of 13156 with flag 121896/80869
34.90/31.96	c And the winner is solver0
35.14/32.35	c Got one! Elapsed wall clock time (in seconds):32.242
35.14/32.35	o 29
35.19/32.44	c And the winner is solver0
35.30/32.89	c Got one! Elapsed wall clock time (in seconds):32.779
35.30/32.89	o 24
35.31/32.97	c And the winner is solver0
669.78/660.33	c cleaning 0 clauses out of 6703 with flag 0/6721
1800.21/1777.00	c >>>>>>>>>> Solver number 0 (45 answers) <<<<<<<<<<<<<<<<<<
1800.21/1777.00	c starts		: 116
1800.21/1777.00	c conflicts		: 82126
1800.21/1777.00	c decisions		: 268119
1800.21/1777.00	c propagations		: 31335577
1800.21/1777.00	c inspects		: 59488125
1800.21/1777.00	c shortcuts		: 0
1800.21/1777.00	c learnt literals	: 0
1800.21/1777.00	c learnt binary clauses	: 16
1800.21/1777.00	c learnt ternary clauses	: 66
1800.21/1777.00	c learnt constraints	: 82126
1800.21/1777.00	c ignored constraints	: 0
1800.21/1777.00	c root simplifications	: 0
1800.21/1777.00	c removed literals (reason simplification)	: 108007
1800.21/1777.00	c reason swapping (by a shorter reason)	: 0
1800.21/1777.00	c Calls to reduceDB	: 12
1800.21/1777.00	c Number of update (reduction) of LBD	: 34742
1800.21/1777.00	c Imported unit clauses	: 0
1800.21/1777.00	c number of reductions to clauses (during analyze)	: 0
1800.21/1777.00	c number of learned constraints concerned by reduction	: 0
1800.21/1777.00	c number of learning phase by resolution	: 0
1800.21/1777.00	c number of learning phase by cutting planes	: 0
1800.21/1777.00	c speed (assignments/second)	: 17637.540167090592
1800.21/1777.00	c non guided choices	5651
1800.21/1777.01	c learnt constraints type 
1800.21/1777.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1800.21/1777.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7832
1800.21/1777.01	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.21/1777.01	c starts		: 81
1800.21/1777.01	c conflicts		: 12376
1800.21/1777.01	c decisions		: 205153
1800.21/1777.01	c propagations		: 1150546
1800.21/1777.01	c inspects		: 603294260
1800.21/1777.01	c shortcuts		: 0
1800.21/1777.01	c learnt literals	: 0
1800.21/1777.01	c learnt binary clauses	: 0
1800.21/1777.01	c learnt ternary clauses	: 0
1800.21/1777.01	c learnt constraints	: 12358
1800.21/1777.01	c ignored constraints	: 0
1800.21/1777.01	c root simplifications	: 0
1800.21/1777.01	c removed literals (reason simplification)	: 0
1800.21/1777.01	c reason swapping (by a shorter reason)	: 0
1800.21/1777.01	c Calls to reduceDB	: 1
1800.21/1777.01	c Number of update (reduction) of LBD	: 0
1800.21/1777.01	c Imported unit clauses	: 0
1800.21/1777.01	c number of reductions to clauses (during analyze)	: 0
1800.21/1777.01	c number of learned constraints concerned by reduction	: 0
1800.21/1777.01	c number of learning phase by resolution	: 0
1800.21/1777.01	c number of learning phase by cutting planes	: 0
1800.21/1777.01	c speed (assignments/second)	: 659.7038819197331
1800.21/1777.01	c non guided choices	3766
1800.21/1777.01	c learnt constraints type 
1800.21/1777.01	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 821
1800.21/1777.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11537
1800.21/1777.01	s SATISFIABLE
1800.21/1777.01	c Found 44 solution(s)
1800.21/1777.01	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.21/1777.02	c objective function=24
1800.21/1777.02	c Total wall clock time (in seconds): 1776.909

Verifier Data

OK	22

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-4110361-1466346337/watcher-4110361-1466346337 -o /tmp/evaluation-result-4110361-1466346337/solver-4110361-1466346337 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110361-1466346337.wbo 

pid=3866
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.63 2.36 2.23 3/198 3869
/proc/meminfo: memFree=26394728/32872528 swapFree=1505436/1685308
[pid=3869] ppid=3866 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3869/stat : 3869 (java) S 3866 3869 28908 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36679631 98570240 977 33554432000 1073741824 1073778376 140733649242064 140733649233200 215127982141 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3869/statm: 24065 977 743 9 0 16771 0
[pid=3869/tid=3870] ppid=3866 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3870/stat : 3870 (java) R 3866 3869 28908 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36679632 98570240 978 33554432000 1073741824 1073778376 140733649242064 140491069619752 215124624768 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.63 2.36 2.23 3/198 3869
/proc/meminfo: memFree=26394728/32872528 swapFree=1505436/1685308
[pid=3869] ppid=3866 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/3869/stat : 3869 (java) S 3866 3869 28908 0 -1 4202496 4536 0 1 0 10 1 0 0 20 0 18 0 36679631 9787879424 5653 33554432000 1073741824 1073778376 140733649242064 140733649233200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3869/statm: 2389619 5653 2156 9 0 2380296 0
[pid=3869/tid=3870] ppid=3866 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/3869/task/3870/stat : 3870 (java) R 3866 3869 28908 0 -1 4202560 2441 0 1 0 8 0 0 0 20 0 18 0 36679632 9787879424 5653 33554432000 1073741824 1073778376 140733649242064 140491069623200 140491077052872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 2.63 2.36 2.23 3/198 3869
/proc/meminfo: memFree=26394728/32872528 swapFree=1505436/1685308
[pid=3869] ppid=3866 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/3869/stat : 3869 (java) S 3866 3869 28908 0 -1 4202496 4789 0 1 0 24 1 0 0 20 0 18 0 36679631 9787879424 6370 33554432000 1073741824 1073778376 140733649242064 140733649233200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3869/statm: 2389619 6370 2198 9 0 2380296 0
[pid=3869/tid=3870] ppid=3866 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3869/task/3870/stat : 3870 (java) R 3866 3869 28908 0 -1 4202560 2457 0 1 0 17 0 0 0 20 0 18 0 36679632 9787879424 6370 33554432000 1073741824 1073778376 140733649242064 140491069623200 140490941847861 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300315 s]
/proc/loadavg: 2.63 2.36 2.23 3/198 3869
/proc/meminfo: memFree=26394728/32872528 swapFree=1505436/1685308
[pid=3869] ppid=3866 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/3869/stat : 3869 (java) S 3866 3869 28908 0 -1 4202496 5778 0 1 0 47 1 0 0 20 0 18 0 36679631 9787879424 8566 33554432000 1073741824 1073778376 140733649242064 140733649233200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3869/statm: 2389619 8566 2232 9 0 2380296 0
[pid=3869/tid=3870] ppid=3866 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3869/task/3870/stat : 3870 (java) R 3866 3869 28908 0 -1 4202560 2460 0 1 0 27 0 0 0 20 0 18 0 36679632 9787879424 8566 33554432000 1073741824 1073778376 140733649242064 140491069624760 140491072910231 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700275 s]
/proc/loadavg: 2.63 2.36 2.23 3/198 3869
/proc/meminfo: memFree=26394728/32872528 swapFree=1505436/1685308
[pid=3869] ppid=3866 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/3869/stat : 3869 (java) S 3866 3869 28908 0 -1 4202496 11911 0 1 0 161 4 0 0 20 0 19 0 36679631 10060525568 14875 33554432000 1073741824 1073778376 140733649242064 140733649233200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3869/statm: 2456183 14875 2268 9 0 2446860 0
[pid=3869/tid=3870] ppid=3866 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/3869/task/3870/stat : 3870 (java) S 3866 3869 28908 0 -1 4202560 2505 0 1 0 32 0 0 0 20 0 19 0 36679632 10060525568 14875 33554432000 1073741824 1073778376 140733649242064 140491069625208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 2.63 2.36 2.23 2/217 3894
/proc/meminfo: memFree=26329296/32872528 swapFree=1505436/1685308
[pid=3869] ppid=3866 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/3869/stat : 3869 (java) S 3866 3869 28908 0 -1 4202496 15899 0 1 0 217 9 0 0 20 0 19 0 36679631 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140733649233200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3869/statm: 2456183 17746 2275 9 0 2446860 0
[pid=3869/tid=3870] ppid=3866 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/3869/task/3870/stat : 3870 (java) S 3866 3869 28908 0 -1 4202560 2506 0 1 0 35 0 0 0 20 0 19 0 36679632 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140491069625208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3872] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3872/stat : 3872 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490913380776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3873] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3873/stat : 3873 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490912328232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3874] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3874/stat : 3874 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490911275176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3875] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3875/stat : 3875 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490910222632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3876] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3876/stat : 3876 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490909170600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3877] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3877/stat : 3877 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490908118056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3878] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3878/stat : 3878 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490907065000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3879] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3879/stat : 3879 (java) S 3866 3869 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490906012456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3880] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3880/stat : 3880 (java) S 3866 3869 28908 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36679633 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490893814120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3881] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3881/stat : 3881 (java) S 3866 3869 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36679634 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490892760440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3882] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3882/stat : 3882 (java) S 3866 3869 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36679634 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490891707272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3883] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3883/stat : 3883 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679636 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490890656016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3884] ppid=3866 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/3869/task/3884/stat : 3884 (java) S 3866 3869 28908 0 -1 4202560 4509 0 0 0 59 0 0 0 20 0 19 0 36679636 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490889603896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3885] ppid=3866 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/3869/task/3885/stat : 3885 (java) S 3866 3869 28908 0 -1 4202560 7534 0 0 0 76 0 0 0 20 0 19 0 36679636 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490888551352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3886] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3886/stat : 3886 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679636 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490887498488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3887] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3887/stat : 3887 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679636 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490886446152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3891] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3891/stat : 3891 (java) S 3866 3869 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36679667 10060525568 17746 33554432000 1073741824 1073778376 140733649242064 140490881856424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 2.50 2.34 2.22 2/217 3900
/proc/meminfo: memFree=26310376/32872528 swapFree=1505436/1685308
[pid=3869] ppid=3866 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/3869/stat : 3869 (java) S 3866 3869 28908 0 -1 4202496 16877 0 1 0 250 11 0 0 20 0 19 0 36679631 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140733649233200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3869/statm: 2456183 23408 2277 9 0 2446860 0
[pid=3869/tid=3870] ppid=3866 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/3869/task/3870/stat : 3870 (java) S 3866 3869 28908 0 -1 4202560 2510 0 1 0 36 2 0 0 20 0 19 0 36679632 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140491069625208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3872] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3872/stat : 3872 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490913380776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3873] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3873/stat : 3873 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490912328232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3874] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3874/stat : 3874 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490911275176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3875] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3875/stat : 3875 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490910222632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3876] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3876/stat : 3876 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490909170600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3877] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3877/stat : 3877 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490908118056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3878] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3878/stat : 3878 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490907065000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3879] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3879/stat : 3879 (java) S 3866 3869 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36679632 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490906012456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3880] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3880/stat : 3880 (java) S 3866 3869 28908 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36679633 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490893814120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3881] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3881/stat : 3881 (java) S 3866 3869 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36679634 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490892760440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3882] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3882/stat : 3882 (java) S 3866 3869 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36679634 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490891707272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3883] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3883/stat : 3883 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679636 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490890656016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3884] ppid=3866 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/3869/task/3884/stat : 3884 (java) S 3866 3869 28908 0 -1 4202560 5438 0 0 0 68 0 0 0 20 0 19 0 36679636 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490889603896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3885] ppid=3866 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/3869/task/3885/stat : 3885 (java) S 3866 3869 28908 0 -1 4202560 7552 0 0 0 90 0 0 0 20 0 19 0 36679636 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490888551352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3886] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3886/stat : 3886 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679636 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490887498488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3887] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3887/stat : 3887 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36679636 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490886446152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3891] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3891/stat : 3891 (java) S 3866 3869 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36679667 10060525568 23408 33554432000 1073741824 1073778376 140733649242064 140490881856424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 2.50 2.34 2.22 4/220 3918
/proc/meminfo: memFree=26225472/32872528 swapFree=1505436/1685308
[pid=3869] ppid=3866 vsize=9824732 CPUtime=5.98 cores=0,2,4,6
/proc/3869/stat : 3869 (java) S 3866 3869 28908 0 -1 4202496 17316 0 1 0 581 17 0 0 20 0 22 0 36679631 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140733649233200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3869/statm: 2456183 41939 2291 9 0 2446860 0
[pid=3869/tid=3870] ppid=3866 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/3869/task/3870/stat : 3870 (java) S 3866 3869 28908 0 -1 4202560 2514 0 1 0 38 2 0 0 20 0 22 0 36679632 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140491069625208 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3872] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3872/stat : 3872 (java) S 3866 3869 28908 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36679632 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490913380776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3873] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3873/stat : 3873 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36679632 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490912328232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3874] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3874/stat : 3874 (java) S 3866 3869 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36679632 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490911275176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3875] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3875/stat : 3875 (java) S 3866 3869 28908 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 36679632 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490910222632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3876] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3876/stat : 3876 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36679632 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490909170600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3877] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3877/stat : 3877 (java) S 3866 3869 28908 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36679632 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490908118056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3878] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3878/stat : 3878 (java) S 3866 3869 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36679632 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490907065000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3879] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3879/stat : 3879 (java) S 3866 3869 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36679632 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490906012456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3880] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3880/stat : 3880 (java) S 3866 3869 28908 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36679633 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490893814120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3881] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3881/stat : 3881 (java) S 3866 3869 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36679634 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490892760440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3882] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3882/stat : 3882 (java) S 3866 3869 28908 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 36679634 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490891707272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3883] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3883/stat : 3883 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36679636 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490890656016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3884] ppid=3866 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/3869/task/3884/stat : 3884 (java) S 3866 3869 28908 0 -1 4202560 5499 0 0 0 80 0 0 0 20 0 22 0 36679636 10060525568 41939 33554432000 1073741824 1073778376 140733649242064 140490889603896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3885] ppid=3866 vsize=9824732 CPUtime=1.09 cores=0,2,4,6

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

/proc/3869/task/3870/stat : 3870 (java) S 3866 3869 28908 0 -1 4202560 2616 0 1 0 106 19 0 0 20 0 21 0 36679632 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140491069625320 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3872] ppid=3866 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/3869/task/3872/stat : 3872 (java) S 3866 3869 28908 0 -1 4202560 1410 0 0 0 277 37 0 0 20 0 21 0 36679632 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490913380776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3873] ppid=3866 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/3869/task/3873/stat : 3873 (java) S 3866 3869 28908 0 -1 4202560 1155 0 0 0 279 33 0 0 20 0 21 0 36679632 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490912328232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3874] ppid=3866 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/3869/task/3874/stat : 3874 (java) S 3866 3869 28908 0 -1 4202560 720 0 0 0 303 30 0 0 20 0 21 0 36679632 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490911275176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3875] ppid=3866 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/3869/task/3875/stat : 3875 (java) S 3866 3869 28908 0 -1 4202560 870 0 0 0 292 34 0 0 20 0 21 0 36679632 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490910222632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3876] ppid=3866 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/3869/task/3876/stat : 3876 (java) S 3866 3869 28908 0 -1 4202560 1202 0 0 0 292 33 0 0 20 0 21 0 36679632 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490909170600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3877] ppid=3866 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/3869/task/3877/stat : 3877 (java) S 3866 3869 28908 0 -1 4202560 1114 0 0 0 301 34 0 0 20 0 21 0 36679632 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490908118056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3878] ppid=3866 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/3869/task/3878/stat : 3878 (java) S 3866 3869 28908 0 -1 4202560 949 0 0 0 299 33 0 0 20 0 21 0 36679632 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490907065000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3879] ppid=3866 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/3869/task/3879/stat : 3879 (java) S 3866 3869 28908 0 -1 4202560 915 0 0 0 278 33 0 0 20 0 21 0 36679632 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490906012456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3880] ppid=3866 vsize=9824732 CPUtime=7.11 cores=0,2,4,6
/proc/3869/task/3880/stat : 3880 (java) S 3866 3869 28908 0 -1 4202560 3432 0 0 0 700 11 0 0 20 0 21 0 36679633 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490893814120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3881] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3881/stat : 3881 (java) S 3866 3869 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36679634 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490892760440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3882] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3882/stat : 3882 (java) S 3866 3869 28908 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 21 0 36679634 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490891707272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3883] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3883/stat : 3883 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36679636 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490890656016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3884] ppid=3866 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/3869/task/3884/stat : 3884 (java) S 3866 3869 28908 0 -1 4202560 13295 0 0 0 160 2 0 0 20 0 21 0 36679636 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490889603896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3885] ppid=3866 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/3869/task/3885/stat : 3885 (java) S 3866 3869 28908 0 -1 4202560 10693 0 0 0 173 2 0 0 20 0 21 0 36679636 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490888551352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3886] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3886/stat : 3886 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36679636 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490887498488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3887] ppid=3866 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/3869/task/3887/stat : 3887 (java) S 3866 3869 28908 0 -1 4202560 95 0 0 0 22 21 0 0 20 0 21 0 36679636 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490886446152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3891] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3891/stat : 3891 (java) S 3866 3869 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36679667 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490881856424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=4022] ppid=3866 vsize=9824732 CPUtime=1611.31 cores=0,2,4,6
/proc/3869/task/4022/stat : 4022 (java) R 3866 3869 28908 0 -1 4202560 1500 0 0 0 161084 47 0 0 20 0 21 0 36682924 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490882907520 140490942465843 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=4023] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/4023/stat : 4023 (java) S 3866 3869 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36682929 10060525568 955309 33554432000 1073741824 1073778376 140733649242064 140490883962280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1683.49
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 2.33 2.34 2.28 3/219 4523
/proc/meminfo: memFree=23951784/32872528 swapFree=1505436/1685308
[pid=3869] ppid=3866 vsize=9824732 CPUtime=1744.49 cores=0,2,4,6
/proc/3869/stat : 3869 (java) S 3866 3869 28908 0 -1 4202496 42173 0 1 0 174026 423 0 0 20 0 21 0 36679631 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140733649233200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3869/statm: 2456183 961095 2303 9 0 2446860 0
[pid=3869/tid=3870] ppid=3866 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/3869/task/3870/stat : 3870 (java) S 3866 3869 28908 0 -1 4202560 2620 0 1 0 107 20 0 0 20 0 21 0 36679632 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140491069625320 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3872] ppid=3866 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/3869/task/3872/stat : 3872 (java) S 3866 3869 28908 0 -1 4202560 1415 0 0 0 295 37 0 0 20 0 21 0 36679632 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490913380776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3873] ppid=3866 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/3869/task/3873/stat : 3873 (java) S 3866 3869 28908 0 -1 4202560 1164 0 0 0 294 33 0 0 20 0 21 0 36679632 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490912328232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3874] ppid=3866 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/3869/task/3874/stat : 3874 (java) S 3866 3869 28908 0 -1 4202560 857 0 0 0 319 30 0 0 20 0 21 0 36679632 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490911275176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3875] ppid=3866 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/3869/task/3875/stat : 3875 (java) S 3866 3869 28908 0 -1 4202560 884 0 0 0 311 34 0 0 20 0 21 0 36679632 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490910222632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3876] ppid=3866 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/3869/task/3876/stat : 3876 (java) S 3866 3869 28908 0 -1 4202560 1207 0 0 0 305 33 0 0 20 0 21 0 36679632 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490909170600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3877] ppid=3866 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/3869/task/3877/stat : 3877 (java) S 3866 3869 28908 0 -1 4202560 1122 0 0 0 319 34 0 0 20 0 21 0 36679632 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490908118056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3878] ppid=3866 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/3869/task/3878/stat : 3878 (java) S 3866 3869 28908 0 -1 4202560 958 0 0 0 312 33 0 0 20 0 21 0 36679632 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490907065000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3879] ppid=3866 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/3869/task/3879/stat : 3879 (java) S 3866 3869 28908 0 -1 4202560 919 0 0 0 296 33 0 0 20 0 21 0 36679632 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490906012456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3880] ppid=3866 vsize=9824732 CPUtime=7.11 cores=0,2,4,6
/proc/3869/task/3880/stat : 3880 (java) S 3866 3869 28908 0 -1 4202560 3443 0 0 0 700 11 0 0 20 0 21 0 36679633 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490893814120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3881] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3881/stat : 3881 (java) S 3866 3869 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36679634 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490892760440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3882] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3882/stat : 3882 (java) S 3866 3869 28908 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 21 0 36679634 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490891707272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3883] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3883/stat : 3883 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36679636 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490890656016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3884] ppid=3866 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/3869/task/3884/stat : 3884 (java) S 3866 3869 28908 0 -1 4202560 13297 0 0 0 160 2 0 0 20 0 21 0 36679636 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490889603896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3885] ppid=3866 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/3869/task/3885/stat : 3885 (java) S 3866 3869 28908 0 -1 4202560 10693 0 0 0 173 2 0 0 20 0 21 0 36679636 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490888551352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3886] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3886/stat : 3886 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36679636 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490887498488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3887] ppid=3866 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/3869/task/3887/stat : 3887 (java) S 3866 3869 28908 0 -1 4202560 99 0 0 0 23 22 0 0 20 0 21 0 36679636 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490886446152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3891] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3891/stat : 3891 (java) S 3866 3869 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36679667 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490881856424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=4022] ppid=3866 vsize=9824732 CPUtime=1670.8 cores=0,2,4,6
/proc/3869/task/4022/stat : 4022 (java) R 3866 3869 28908 0 -1 4202560 1501 0 0 0 167032 48 0 0 20 0 21 0 36682924 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490882907880 140490942464325 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=4023] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/4023/stat : 4023 (java) S 3866 3869 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36682929 10060525568 961095 33554432000 1073741824 1073778376 140733649242064 140490883962280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1744.49
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777 s]
/proc/loadavg: 2.30 2.34 2.28 3/219 4524
/proc/meminfo: memFree=23728112/32872528 swapFree=1505436/1685308
[pid=3869] ppid=3866 vsize=9824732 CPUtime=1800.21 cores=0,2,4,6
/proc/3869/stat : 3869 (java) S 3866 3869 28908 0 -1 4202496 42286 0 1 0 179593 428 0 0 20 0 21 0 36679631 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140733649233200 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3869/statm: 2456183 971880 2303 9 0 2446860 0
[pid=3869/tid=3870] ppid=3866 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/3869/task/3870/stat : 3870 (java) S 3866 3869 28908 0 -1 4202560 2623 0 1 0 109 20 0 0 20 0 21 0 36679632 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140491069625320 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3872] ppid=3866 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/3869/task/3872/stat : 3872 (java) S 3866 3869 28908 0 -1 4202560 1427 0 0 0 318 38 0 0 20 0 21 0 36679632 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490913380776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3873] ppid=3866 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/3869/task/3873/stat : 3873 (java) S 3866 3869 28908 0 -1 4202560 1177 0 0 0 314 34 0 0 20 0 21 0 36679632 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490912328232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3874] ppid=3866 vsize=9824732 CPUtime=3.61 cores=0,2,4,6
/proc/3869/task/3874/stat : 3874 (java) S 3866 3869 28908 0 -1 4202560 867 0 0 0 330 31 0 0 20 0 21 0 36679632 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490911275176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3875] ppid=3866 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/3869/task/3875/stat : 3875 (java) S 3866 3869 28908 0 -1 4202560 894 0 0 0 321 35 0 0 20 0 21 0 36679632 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490910222632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3876] ppid=3866 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/3869/task/3876/stat : 3876 (java) S 3866 3869 28908 0 -1 4202560 1221 0 0 0 320 34 0 0 20 0 21 0 36679632 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490909170600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3877] ppid=3866 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/3869/task/3877/stat : 3877 (java) S 3866 3869 28908 0 -1 4202560 1137 0 0 0 342 35 0 0 20 0 21 0 36679632 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490908118056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3878] ppid=3866 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/3869/task/3878/stat : 3878 (java) S 3866 3869 28908 0 -1 4202560 971 0 0 0 327 33 0 0 20 0 21 0 36679632 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490907065000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3879] ppid=3866 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/3869/task/3879/stat : 3879 (java) S 3866 3869 28908 0 -1 4202560 928 0 0 0 306 34 0 0 20 0 21 0 36679632 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490906012456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3880] ppid=3866 vsize=9824732 CPUtime=7.11 cores=0,2,4,6
/proc/3869/task/3880/stat : 3880 (java) S 3866 3869 28908 0 -1 4202560 3453 0 0 0 700 11 0 0 20 0 21 0 36679633 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490893814120 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3881] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3881/stat : 3881 (java) S 3866 3869 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36679634 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490892760440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3869/tid=3882] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3882/stat : 3882 (java) S 3866 3869 28908 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 21 0 36679634 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490891707272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3883] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3883/stat : 3883 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36679636 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490890656016 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3884] ppid=3866 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/3869/task/3884/stat : 3884 (java) S 3866 3869 28908 0 -1 4202560 13297 0 0 0 160 2 0 0 20 0 21 0 36679636 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490889603896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=3885] ppid=3866 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/3869/task/3885/stat : 3885 (java) S 3866 3869 28908 0 -1 4202560 10693 0 0 0 173 2 0 0 20 0 21 0 36679636 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490888551352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3886] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3886/stat : 3886 (java) S 3866 3869 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36679636 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490887498488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=3887] ppid=3866 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/3869/task/3887/stat : 3887 (java) S 3866 3869 28908 0 -1 4202560 103 0 0 0 25 23 0 0 20 0 21 0 36679636 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490886446152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3869/tid=3891] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/3891/stat : 3891 (java) S 3866 3869 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36679667 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490881856424 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3869/tid=4022] ppid=3866 vsize=9824732 CPUtime=1725.02 cores=0,2,4,6
/proc/3869/task/4022/stat : 4022 (java) R 3866 3869 28908 0 -1 4202560 1501 0 0 0 172453 49 0 0 20 0 21 0 36682924 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490882907880 140490942748850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3869/tid=4023] ppid=3866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3869/task/4023/stat : 4023 (java) S 3866 3869 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36682929 10060525568 971880 33554432000 1073741824 1073778376 140733649242064 140490883962280 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
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 3869 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 3869 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=648628
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=781273
# CPU time returned by wait4() is 1796.43
# while last known CPU time is 1800.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1777.04
CPU time (s): 1800.21
CPU user time (s): 1795.93
CPU system time (s): 4.28
CPU usage (%): 101.304
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.65
system time used= 4.78127
maximum resident set size= 3887612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42316
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77521
involuntary context switches= 38333

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5013 second user time and 13.275 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 16:25:37
IDJOB=4110361
IDBENCH=79278
IDSOLVER=2552
FILE ID=node135/4110361-1466346337
RUNJOBID= node135-1466341810-28924
PBS_JOBID= 19922018
Free space on /tmp= 71704 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.1900553812--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110361-1466346337/watcher-4110361-1466346337 -o /tmp/evaluation-result-4110361-1466346337/solver-4110361-1466346337 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110361-1466346337.wbo

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

MD5SUM BENCH= 10c8366d87b8e61a0f23df601b3f0e14
RANDOM SEED=440823502

node135.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.004
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.00
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.004
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.004
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.57
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.004
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.004
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.004
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.004
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.004
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:        26395620 kB
Buffers:          192884 kB
Cached:           280388 kB
SwapCached:          772 kB
Active:          3702212 kB
Inactive:         334924 kB
Active(anon):    3563868 kB
Inactive(anon):     1964 kB
Active(file):     138344 kB
Inactive(file):   332960 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:               688 kB
Writeback:             0 kB
AnonPages:       5346204 kB
Mapped:            15588 kB
Shmem:                 0 kB
Slab:             607680 kB
SReclaimable:      51472 kB
SUnreclaim:       556208 kB
KernelStack:        1808 kB
PageTables:        14828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5586280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3794944 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= 71700 MiB
End job on node135 at 2016-06-19 16:55:14