Trace number 4092278

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.04 1781.43

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900569834--soft-0-100-0.wbo
MD5SUMebe664bdb6d24f27290f0bb7f023aa5a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark59.7239
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4092278-1466087187.wbo
0.10/0.11	c reading problem ... 
0.47/0.35	c ... done. Wall clock time 0.236s.
0.47/0.35	c declared #vars     231
0.47/0.35	c internal #vars     2938
0.47/0.35	c #constraints  2707
0.47/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c objective function length is 2707 literals
0.76/0.49	c And the winner is solver0
1.38/0.86	c SATISFIABLE
1.38/0.86	c OPTIMIZING...
1.38/0.86	c Got one! Elapsed wall clock time (in seconds):0.743
1.38/0.86	o 545
1.50/0.95	c And the winner is solver0
2.22/1.38	c Got one! Elapsed wall clock time (in seconds):1.271
2.22/1.38	o 263
2.27/1.44	c And the winner is solver0
2.56/1.89	c Got one! Elapsed wall clock time (in seconds):1.781
2.56/1.89	o 262
2.57/1.95	c And the winner is solver0
2.77/2.40	c Got one! Elapsed wall clock time (in seconds):2.291
2.77/2.40	o 261
2.77/2.49	c And the winner is solver0
3.08/2.91	c Got one! Elapsed wall clock time (in seconds):2.798
3.08/2.91	o 259
3.08/2.92	c And the winner is solver0
3.15/3.42	c Got one! Elapsed wall clock time (in seconds):3.304
3.15/3.42	o 244
3.15/3.43	c And the winner is solver0
3.21/3.92	c Got one! Elapsed wall clock time (in seconds):3.81
3.21/3.92	o 232
3.21/3.94	c And the winner is solver0
3.27/4.43	c Got one! Elapsed wall clock time (in seconds):4.314
3.27/4.43	o 213
3.27/4.44	c And the winner is solver0
3.27/4.93	c Got one! Elapsed wall clock time (in seconds):4.819
3.27/4.93	o 207
3.27/4.94	c And the winner is solver0
3.28/5.44	c Got one! Elapsed wall clock time (in seconds):5.323
3.28/5.44	o 204
3.44/5.54	c And the winner is solver0
3.54/5.94	c Got one! Elapsed wall clock time (in seconds):5.827
3.54/5.94	o 197
3.54/5.97	c And the winner is solver0
3.61/6.45	c Got one! Elapsed wall clock time (in seconds):6.331
3.61/6.45	o 196
3.61/6.45	c And the winner is solver0
3.62/6.95	c Got one! Elapsed wall clock time (in seconds):6.835
3.62/6.95	o 179
3.71/7.02	c And the winner is solver0
3.78/7.45	c Got one! Elapsed wall clock time (in seconds):7.339
3.78/7.45	o 178
3.78/7.48	c And the winner is solver0
3.86/7.95	c Got one! Elapsed wall clock time (in seconds):7.843
3.86/7.95	o 175
3.97/8.02	c And the winner is solver0
4.10/8.46	c Got one! Elapsed wall clock time (in seconds):8.346
4.10/8.46	o 174
4.10/8.48	c And the winner is solver0
4.17/8.96	c Got one! Elapsed wall clock time (in seconds):8.85
4.17/8.96	o 160
4.17/8.99	c And the winner is solver0
4.22/9.47	c Got one! Elapsed wall clock time (in seconds):9.355
4.22/9.47	o 159
4.22/9.50	c And the winner is solver0
4.29/9.97	c Got one! Elapsed wall clock time (in seconds):9.858
4.29/9.97	o 156
4.29/9.99	c And the winner is solver0
4.33/10.47	c Got one! Elapsed wall clock time (in seconds):10.362
4.33/10.47	o 151
4.33/10.49	c And the winner is solver0
4.34/10.98	c Got one! Elapsed wall clock time (in seconds):10.866
4.34/10.98	o 144
4.42/11.06	c And the winner is solver0
4.59/11.48	c Got one! Elapsed wall clock time (in seconds):11.37
4.59/11.48	o 112
4.61/11.54	c And the winner is solver0
4.72/11.99	c Got one! Elapsed wall clock time (in seconds):11.874
4.72/11.99	o 111
4.74/12.06	c And the winner is solver0
4.88/12.49	c Got one! Elapsed wall clock time (in seconds):12.377
4.88/12.49	o 110
4.89/12.53	c And the winner is solver0
4.97/13.00	c Got one! Elapsed wall clock time (in seconds):12.881
4.97/13.00	o 107
4.97/13.02	c And the winner is solver0
5.02/13.50	c Got one! Elapsed wall clock time (in seconds):13.385
5.02/13.50	o 100
5.02/13.51	c And the winner is solver0
5.05/14.00	c Got one! Elapsed wall clock time (in seconds):13.889
5.05/14.00	o 99
5.05/14.07	c And the winner is solver0
5.24/14.51	c Got one! Elapsed wall clock time (in seconds):14.393
5.24/14.51	o 98
5.24/14.59	c And the winner is solver0
5.44/15.01	c Got one! Elapsed wall clock time (in seconds):14.897
5.44/15.01	o 95
5.82/15.28	c And the winner is solver0
6.02/15.51	c Got one! Elapsed wall clock time (in seconds):15.402
6.02/15.51	o 94
6.02/15.59	c And the winner is solver0
6.23/16.02	c Got one! Elapsed wall clock time (in seconds):15.906
6.23/16.02	o 81
6.60/16.20	c And the winner is solver0
6.63/16.53	c Got one! Elapsed wall clock time (in seconds):16.411
6.63/16.53	o 67
7.42/16.90	c And the winner is solver0
7.44/17.03	c Got one! Elapsed wall clock time (in seconds):16.918
7.44/17.03	o 63
8.50/17.56	c And the winner is solver0
8.65/18.04	c Got one! Elapsed wall clock time (in seconds):17.928
8.65/18.04	o 60
9.20/18.35	c cleaning 6641 clauses out of 13285 with flag 7006/13285
11.49/19.40	c cleaning 6317 clauses out of 12645 with flag 42272/19286
12.09/19.62	c And the winner is solver0
12.34/20.08	c Got one! Elapsed wall clock time (in seconds):19.971
12.34/20.08	o 59
12.55/20.22	c And the winner is solver0
12.63/20.60	c Got one! Elapsed wall clock time (in seconds):20.485
12.63/20.60	o 56
12.63/20.63	c And the winner is solver0
12.76/21.11	c Got one! Elapsed wall clock time (in seconds):20.999
12.76/21.11	o 54
12.93/21.27	c And the winner is solver0
13.09/21.63	c Got one! Elapsed wall clock time (in seconds):21.514
13.09/21.63	o 50
13.88/22.06	c And the winner is solver0
14.02/22.14	c Got one! Elapsed wall clock time (in seconds):22.03
14.02/22.14	o 46
14.11/22.20	c And the winner is solver0
14.16/22.66	c Got one! Elapsed wall clock time (in seconds):22.546
14.16/22.66	o 41
14.42/22.84	c cleaning 7409 clauses out of 14824 with flag 6593/27782
14.63/22.94	c And the winner is solver0
14.76/23.18	c Got one! Elapsed wall clock time (in seconds):23.065
14.76/23.18	o 39
15.61/23.67	c cleaning 6219 clauses out of 12455 with flag 25686/32822
17.03/24.31	c cleaning 6111 clauses out of 12238 with flag 72257/38824
17.03/24.38	c And the winner is solver0
17.26/24.70	c Got one! Elapsed wall clock time (in seconds):24.584
17.26/24.70	o 38
18.89/25.57	c cleaning 5953 clauses out of 11922 with flag 37311/44619
20.90/26.58	c cleaning 5978 clauses out of 11969 with flag 90841/50619
21.88/27.06	c And the winner is solver0
22.09/27.22	c Got one! Elapsed wall clock time (in seconds):27.105
22.09/27.22	o 37
22.43/27.44	c And the winner is solver0
22.55/27.74	c Got one! Elapsed wall clock time (in seconds):27.627
22.55/27.74	o 32
22.85/27.91	c cleaning 5859 clauses out of 11727 with flag 7304/56355
24.69/28.83	c cleaning 5924 clauses out of 11869 with flag 58773/62356
25.49/29.20	c And the winner is solver0
25.49/29.27	c Got one! Elapsed wall clock time (in seconds):29.15
25.49/29.27	o 30
25.57/29.30	c And the winner is solver0
653.13/650.13	c cleaning 0 clauses out of 6478 with flag 0/6504
1800.04/1781.40	c >>>>>>>>>> Solver number 0 (46 answers) <<<<<<<<<<<<<<<<<<
1800.04/1781.40	c starts		: 101
1800.04/1781.40	c conflicts		: 64945
1800.04/1781.40	c decisions		: 234746
1800.04/1781.40	c propagations		: 18919426
1800.04/1781.40	c inspects		: 48358639
1800.04/1781.40	c shortcuts		: 0
1800.04/1781.40	c learnt literals	: 0
1800.04/1781.40	c learnt binary clauses	: 16
1800.04/1781.40	c learnt ternary clauses	: 31
1800.04/1781.40	c learnt constraints	: 64945
1800.04/1781.40	c ignored constraints	: 0
1800.04/1781.40	c root simplifications	: 0
1800.04/1781.40	c removed literals (reason simplification)	: 163585
1800.04/1781.40	c reason swapping (by a shorter reason)	: 0
1800.04/1781.40	c Calls to reduceDB	: 9
1800.04/1781.40	c Number of update (reduction) of LBD	: 32120
1800.04/1781.40	c Imported unit clauses	: 0
1800.04/1781.40	c number of reductions to clauses (during analyze)	: 0
1800.04/1781.40	c number of learned constraints concerned by reduction	: 0
1800.04/1781.40	c number of learning phase by resolution	: 0
1800.04/1781.40	c number of learning phase by cutting planes	: 0
1800.04/1781.40	c speed (assignments/second)	: 10622.750106820271
1800.04/1781.40	c non guided choices	4784
1800.04/1781.41	c learnt constraints type 
1800.04/1781.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1800.04/1781.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8518
1800.04/1781.41	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/1781.41	c starts		: 79
1800.04/1781.41	c conflicts		: 10578
1800.04/1781.41	c decisions		: 253406
1800.04/1781.41	c propagations		: 1273662
1800.04/1781.41	c inspects		: 500169174
1800.04/1781.41	c shortcuts		: 0
1800.04/1781.41	c learnt literals	: 0
1800.04/1781.41	c learnt binary clauses	: 0
1800.04/1781.41	c learnt ternary clauses	: 0
1800.04/1781.41	c learnt constraints	: 10551
1800.04/1781.41	c ignored constraints	: 0
1800.04/1781.41	c root simplifications	: 0
1800.04/1781.41	c removed literals (reason simplification)	: 0
1800.04/1781.41	c reason swapping (by a shorter reason)	: 0
1800.04/1781.41	c Calls to reduceDB	: 1
1800.04/1781.41	c Number of update (reduction) of LBD	: 0
1800.04/1781.41	c Imported unit clauses	: 0
1800.04/1781.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1781.41	c number of learned constraints concerned by reduction	: 0
1800.04/1781.41	c number of learning phase by resolution	: 0
1800.04/1781.41	c number of learning phase by cutting planes	: 0
1800.04/1781.41	c speed (assignments/second)	: 726.9386846566101
1800.04/1781.41	c non guided choices	4219
1800.04/1781.41	c learnt constraints type 
1800.04/1781.41	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 689
1800.04/1781.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9862
1800.04/1781.41	s SATISFIABLE
1800.04/1781.41	c Found 45 solution(s)
1800.04/1781.41	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.04/1781.41	c objective function=30
1800.04/1781.41	c Total wall clock time (in seconds): 1781.3

Verifier Data

OK	30

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-4092278-1466087187/watcher-4092278-1466087187 -o /tmp/evaluation-result-4092278-1466087187/solver-4092278-1466087187 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466075444-9508 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092278-1466087187.wbo 

pid=22362
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.46 2.34 2.28 3/196 22365
/proc/meminfo: memFree=27353724/32872528 swapFree=1541688/1694988
[pid=22365] ppid=22362 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/22365/stat : 22365 (java) S 22362 22365 6847 0 -1 4202496 1290 0 0 0 0 0 0 0 20 0 2 0 10765356 95129600 925 33554432000 1073741824 1073778376 140733426324800 140733426315936 270710898749 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22365/statm: 23225 927 703 9 0 16769 0
[pid=22365/tid=22366] ppid=22362 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22366/stat : 22366 (java) D 22362 22365 6847 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 10765357 95129600 927 33554432000 1073741824 1073778376 140733426324800 140321345834536 270698376487 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.46 2.34 2.28 3/196 22365
/proc/meminfo: memFree=27353724/32872528 swapFree=1541688/1694988
[pid=22365] ppid=22362 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22365/stat : 22365 (java) S 22362 22365 6847 0 -1 4202496 4457 0 1 0 9 1 0 0 20 0 18 0 10765356 9787879424 5585 33554432000 1073741824 1073778376 140733426324800 140733426315936 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22365/statm: 2389619 5585 2141 9 0 2380296 0
[pid=22365/tid=22366] ppid=22362 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/22365/task/22366/stat : 22366 (java) R 22362 22365 6847 0 -1 4202560 2442 0 1 0 6 1 0 0 20 0 18 0 10765357 9787879424 5585 33554432000 1073741824 1073778376 140733426324800 140321345838808 140321353713043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 2.46 2.34 2.28 3/196 22365
/proc/meminfo: memFree=27353724/32872528 swapFree=1541688/1694988
[pid=22365] ppid=22362 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/22365/stat : 22365 (java) S 22362 22365 6847 0 -1 4202496 4770 0 1 0 23 2 0 0 20 0 18 0 10765356 9787879424 6350 33554432000 1073741824 1073778376 140733426324800 140733426315936 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22365/statm: 2389619 6350 2198 9 0 2380296 0
[pid=22365/tid=22366] ppid=22362 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/22365/task/22366/stat : 22366 (java) R 22362 22365 6847 0 -1 4202560 2454 0 1 0 16 1 0 0 20 0 18 0 10765357 9787879424 6350 33554432000 1073741824 1073778376 140733426324800 140321345839208 140321285606740 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.300322 s]
/proc/loadavg: 2.46 2.34 2.28 3/196 22365
/proc/meminfo: memFree=27353724/32872528 swapFree=1541688/1694988
[pid=22365] ppid=22362 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/22365/stat : 22365 (java) S 22362 22365 6847 0 -1 4202496 5654 0 1 0 45 2 0 0 20 0 18 0 10765356 9787879424 7964 33554432000 1073741824 1073778376 140733426324800 140733426315936 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22365/statm: 2389619 7964 2232 9 0 2380296 0
[pid=22365/tid=22366] ppid=22362 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/22365/task/22366/stat : 22366 (java) R 22362 22365 6847 0 -1 4202560 2456 0 1 0 26 1 0 0 20 0 18 0 10765357 9787879424 7964 33554432000 1073741824 1073778376 140733426324800 140321345839208 140321285652263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70021 s]
/proc/loadavg: 2.46 2.34 2.28 3/196 22365
/proc/meminfo: memFree=27353724/32872528 swapFree=1541688/1694988
[pid=22365] ppid=22362 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/22365/stat : 22365 (java) S 22362 22365 6847 0 -1 4202496 9970 0 1 0 134 4 0 0 20 0 19 0 10765356 10060525568 12936 33554432000 1073741824 1073778376 140733426324800 140733426315936 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22365/statm: 2456183 12936 2267 9 0 2446860 0
[pid=22365/tid=22366] ppid=22362 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/22365/task/22366/stat : 22366 (java) S 22362 22365 6847 0 -1 4202560 2499 0 1 0 32 1 0 0 20 0 19 0 10765357 10060525568 12936 33554432000 1073741824 1073778376 140733426324800 140321345839992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 2.46 2.34 2.28 4/215 22390
/proc/meminfo: memFree=27291872/32872528 swapFree=1541688/1694988
[pid=22365] ppid=22362 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/22365/stat : 22365 (java) S 22362 22365 6847 0 -1 4202496 24037 0 1 0 242 10 0 0 20 0 19 0 10765356 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140733426315936 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22365/statm: 2456183 24945 2275 9 0 2446860 0
[pid=22365/tid=22366] ppid=22362 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/22365/task/22366/stat : 22366 (java) S 22362 22365 6847 0 -1 4202560 2500 0 1 0 35 2 0 0 20 0 19 0 10765357 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321345839992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22368] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22368/stat : 22368 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321284569512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22369] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22369/stat : 22369 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321283516968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22370] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22370/stat : 22370 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321282463912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22371] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22371/stat : 22371 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321281411368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22372] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22372/stat : 22372 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321280359336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22373] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22373/stat : 22373 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321184496680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22374] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22374/stat : 22374 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321183443624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22375] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22375/stat : 22375 (java) S 22362 22365 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321182391080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22376] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22376/stat : 22376 (java) S 22362 22365 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10765359 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321169979752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22377] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22377/stat : 22377 (java) S 22362 22365 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10765359 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321168926072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22378] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22378/stat : 22378 (java) S 22362 22365 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10765359 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321167872904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22379] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22379/stat : 22379 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765361 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321166821648 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22380] ppid=22362 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/22365/task/22380/stat : 22380 (java) S 22362 22365 6847 0 -1 4202560 12104 0 0 0 76 2 0 0 20 0 19 0 10765361 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321165769528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22381] ppid=22362 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/22365/task/22381/stat : 22381 (java) R 22362 22365 6847 0 -1 4202560 8069 0 0 0 77 0 0 0 20 0 19 0 10765361 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321164716824 140321348446848 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22382] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22382/stat : 22382 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765361 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321163664120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22383] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22383/stat : 22383 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765361 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321162611784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22387] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22387/stat : 22387 (java) S 22362 22365 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10765394 10060525568 24945 33554432000 1073741824 1073778376 140733426324800 140321158398888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 2.46 2.34 2.28 2/215 22396
/proc/meminfo: memFree=27262252/32872528 swapFree=1541688/1694988
[pid=22365] ppid=22362 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/22365/stat : 22365 (java) S 22362 22365 6847 0 -1 4202496 24257 0 1 0 301 14 0 0 20 0 19 0 10765356 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140733426315936 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22365/statm: 2456183 34473 2278 9 0 2446860 0
[pid=22365/tid=22366] ppid=22362 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/22365/task/22366/stat : 22366 (java) S 22362 22365 6847 0 -1 4202560 2503 0 1 0 37 2 0 0 20 0 19 0 10765357 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321345839992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22368] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22368/stat : 22368 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321284569512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22369] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22369/stat : 22369 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321283516968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22370] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22370/stat : 22370 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321282463912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22371] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22371/stat : 22371 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321281411368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22372] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22372/stat : 22372 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321280359336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22373] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22373/stat : 22373 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321184496680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22374] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22374/stat : 22374 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321183443624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22375] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22375/stat : 22375 (java) S 22362 22365 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321182391080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22376] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22376/stat : 22376 (java) S 22362 22365 6847 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10765359 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321169979752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22377] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22377/stat : 22377 (java) S 22362 22365 6847 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10765359 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321168926072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22378] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22378/stat : 22378 (java) S 22362 22365 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10765359 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321167872904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22379] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22379/stat : 22379 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765361 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321166821648 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22380] ppid=22362 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/22365/task/22380/stat : 22380 (java) S 22362 22365 6847 0 -1 4202560 12155 0 0 0 88 2 0 0 20 0 19 0 10765361 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321165769528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22381] ppid=22362 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/22365/task/22381/stat : 22381 (java) S 22362 22365 6847 0 -1 4202560 8198 0 0 0 98 0 0 0 20 0 19 0 10765361 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321164716984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22382] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22382/stat : 22382 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765361 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321163664120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22383] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22383/stat : 22383 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765361 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321162611784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22387] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22387/stat : 22387 (java) S 22362 22365 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10765394 10060525568 34473 33554432000 1073741824 1073778376 140733426324800 140321158398888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 2.35 2.32 2.28 4/218 22417
/proc/meminfo: memFree=27187000/32872528 swapFree=1541688/1694988
[pid=22365] ppid=22362 vsize=9824732 CPUtime=3.61 cores=0,2,4,6
/proc/22365/stat : 22365 (java) S 22362 22365 6847 0 -1 4202496 24387 0 1 0 337 24 0 0 20 0 19 0 10765356 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140733426315936 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22365/statm: 2456183 46452 2291 9 0 2446860 0
[pid=22365/tid=22366] ppid=22362 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/22365/task/22366/stat : 22366 (java) S 22362 22365 6847 0 -1 4202560 2507 0 1 0 40 2 0 0 20 0 19 0 10765357 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321345839992 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22368] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22368/stat : 22368 (java) S 22362 22365 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321284569512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22369] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22369/stat : 22369 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321283516968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22370] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22370/stat : 22370 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321282463912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22371] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22371/stat : 22371 (java) S 22362 22365 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321281411368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22372] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22372/stat : 22372 (java) S 22362 22365 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321280359336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22373] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22373/stat : 22373 (java) S 22362 22365 6847 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321184496680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22374] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22374/stat : 22374 (java) S 22362 22365 6847 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321183443624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22375] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22375/stat : 22375 (java) S 22362 22365 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10765357 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321182391080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22376] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22376/stat : 22376 (java) S 22362 22365 6847 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10765359 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321169979752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22377] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22377/stat : 22377 (java) S 22362 22365 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10765359 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321168926072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22378] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22378/stat : 22378 (java) S 22362 22365 6847 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10765359 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321167872904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22379] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22379/stat : 22379 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10765361 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321166821648 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22380] ppid=22362 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/22365/task/22380/stat : 22380 (java) S 22362 22365 6847 0 -1 4202560 12160 0 0 0 93 2 0 0 20 0 19 0 10765361 10060525568 46452 33554432000 1073741824 1073778376 140733426324800 140321165769528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22381] ppid=22362 vsize=9824732 CPUtime=1 cores=0,2,4,6

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

/proc/22365/task/22366/stat : 22366 (java) S 22362 22365 6847 0 -1 4202560 2647 0 1 0 102 19 0 0 20 0 21 0 10765357 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321345840120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22368] ppid=22362 vsize=9824732 CPUtime=3.83 cores=0,2,4,6
/proc/22365/task/22368/stat : 22368 (java) S 22362 22365 6847 0 -1 4202560 994 0 0 0 351 32 0 0 20 0 21 0 10765357 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321284569512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22369] ppid=22362 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/22365/task/22369/stat : 22369 (java) S 22362 22365 6847 0 -1 4202560 885 0 0 0 310 30 0 0 20 0 21 0 10765357 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321283516968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22370] ppid=22362 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/22365/task/22370/stat : 22370 (java) S 22362 22365 6847 0 -1 4202560 1219 0 0 0 324 32 0 0 20 0 21 0 10765357 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321282463912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22371] ppid=22362 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/22365/task/22371/stat : 22371 (java) S 22362 22365 6847 0 -1 4202560 915 0 0 0 321 36 0 0 20 0 21 0 10765357 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321281411368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22372] ppid=22362 vsize=9824732 CPUtime=3.51 cores=0,2,4,6
/proc/22365/task/22372/stat : 22372 (java) S 22362 22365 6847 0 -1 4202560 1095 0 0 0 318 33 0 0 20 0 21 0 10765357 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321280359336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22373] ppid=22362 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/22365/task/22373/stat : 22373 (java) S 22362 22365 6847 0 -1 4202560 946 0 0 0 316 38 0 0 20 0 21 0 10765357 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321184496680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22374] ppid=22362 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/22365/task/22374/stat : 22374 (java) S 22362 22365 6847 0 -1 4202560 1080 0 0 0 303 30 0 0 20 0 21 0 10765357 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321183443624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22375] ppid=22362 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/22365/task/22375/stat : 22375 (java) S 22362 22365 6847 0 -1 4202560 817 0 0 0 312 34 0 0 20 0 21 0 10765357 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321182391080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22376] ppid=22362 vsize=9824732 CPUtime=6.66 cores=0,2,4,6
/proc/22365/task/22376/stat : 22376 (java) S 22362 22365 6847 0 -1 4202560 3335 0 0 0 658 8 0 0 20 0 21 0 10765359 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321169979752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22377] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22377/stat : 22377 (java) S 22362 22365 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10765359 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321168926072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22378] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22378/stat : 22378 (java) S 22362 22365 6847 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 21 0 10765359 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321167872904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22379] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22379/stat : 22379 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10765361 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321166821648 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22380] ppid=22362 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/22365/task/22380/stat : 22380 (java) S 22362 22365 6847 0 -1 4202560 14831 0 0 0 195 3 0 0 20 0 21 0 10765361 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321165769528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22381] ppid=22362 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/22365/task/22381/stat : 22381 (java) S 22362 22365 6847 0 -1 4202560 8216 0 0 0 124 0 0 0 20 0 21 0 10765361 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321164716984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22382] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22382/stat : 22382 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10765361 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321163664120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22383] ppid=22362 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/22365/task/22383/stat : 22383 (java) S 22362 22365 6847 0 -1 4202560 95 0 0 0 19 18 0 0 20 0 21 0 10765361 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321162611784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22387] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22387/stat : 22387 (java) S 22362 22365 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10765394 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321158398888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22521] ppid=22362 vsize=9824732 CPUtime=1614.72 cores=0,2,4,6
/proc/22365/task/22521/stat : 22521 (java) R 22362 22365 6847 0 -1 4202560 2049 0 0 0 161428 44 0 0 20 0 21 0 10768286 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321161555488 140321286203425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22522] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22522/stat : 22522 (java) S 22362 22365 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10768288 10060525568 859842 33554432000 1073741824 1073778376 140733426324800 140321160504104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1679.24
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 3.20 3.22 2.82 4/218 27745
/proc/meminfo: memFree=24617172/32872528 swapFree=1541688/1694988
[pid=22365] ppid=22362 vsize=9824732 CPUtime=1739.58 cores=0,2,4,6
/proc/22365/stat : 22365 (java) S 22362 22365 6847 0 -1 4202496 41064 0 1 0 173543 415 0 0 20 0 21 0 10765356 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140733426315936 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22365/statm: 2456183 840197 2303 9 0 2446860 0
[pid=22365/tid=22366] ppid=22362 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/22365/task/22366/stat : 22366 (java) S 22362 22365 6847 0 -1 4202560 2647 0 1 0 102 20 0 0 20 0 21 0 10765357 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321345840120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22368] ppid=22362 vsize=9824732 CPUtime=3.87 cores=0,2,4,6
/proc/22365/task/22368/stat : 22368 (java) S 22362 22365 6847 0 -1 4202560 995 0 0 0 355 32 0 0 20 0 21 0 10765357 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321284569512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22369] ppid=22362 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/22365/task/22369/stat : 22369 (java) S 22362 22365 6847 0 -1 4202560 886 0 0 0 315 30 0 0 20 0 21 0 10765357 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321283516968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22370] ppid=22362 vsize=9824732 CPUtime=3.61 cores=0,2,4,6
/proc/22365/task/22370/stat : 22370 (java) S 22362 22365 6847 0 -1 4202560 1223 0 0 0 328 33 0 0 20 0 21 0 10765357 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321282463912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22371] ppid=22362 vsize=9824732 CPUtime=3.62 cores=0,2,4,6
/proc/22365/task/22371/stat : 22371 (java) S 22362 22365 6847 0 -1 4202560 917 0 0 0 326 36 0 0 20 0 21 0 10765357 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321281411368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22372] ppid=22362 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/22365/task/22372/stat : 22372 (java) S 22362 22365 6847 0 -1 4202560 1097 0 0 0 323 33 0 0 20 0 21 0 10765357 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321280359336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22373] ppid=22362 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/22365/task/22373/stat : 22373 (java) S 22362 22365 6847 0 -1 4202560 948 0 0 0 322 38 0 0 20 0 21 0 10765357 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321184496680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22374] ppid=22362 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/22365/task/22374/stat : 22374 (java) S 22362 22365 6847 0 -1 4202560 1080 0 0 0 311 31 0 0 20 0 21 0 10765357 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321183443624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22375] ppid=22362 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/22365/task/22375/stat : 22375 (java) S 22362 22365 6847 0 -1 4202560 819 0 0 0 320 34 0 0 20 0 21 0 10765357 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321182391080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22376] ppid=22362 vsize=9824732 CPUtime=6.67 cores=0,2,4,6
/proc/22365/task/22376/stat : 22376 (java) S 22362 22365 6847 0 -1 4202560 3339 0 0 0 658 9 0 0 20 0 21 0 10765359 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321169979752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22377] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22377/stat : 22377 (java) S 22362 22365 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10765359 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321168926072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22378] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22378/stat : 22378 (java) S 22362 22365 6847 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 21 0 10765359 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321167872904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22379] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22379/stat : 22379 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10765361 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321166821648 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22380] ppid=22362 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/22365/task/22380/stat : 22380 (java) S 22362 22365 6847 0 -1 4202560 14831 0 0 0 195 3 0 0 20 0 21 0 10765361 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321165769528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22381] ppid=22362 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/22365/task/22381/stat : 22381 (java) S 22362 22365 6847 0 -1 4202560 8216 0 0 0 124 0 0 0 20 0 21 0 10765361 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321164716984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22382] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22382/stat : 22382 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10765361 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321163664120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22383] ppid=22362 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/22365/task/22383/stat : 22383 (java) S 22362 22365 6847 0 -1 4202560 99 0 0 0 20 19 0 0 20 0 21 0 10765361 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321162611784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22387] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22387/stat : 22387 (java) S 22362 22365 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10765394 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321158398888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22521] ppid=22362 vsize=9824732 CPUtime=1674.44 cores=0,2,4,6
/proc/22365/task/22521/stat : 22521 (java) R 22362 22365 6847 0 -1 4202560 2051 0 0 0 167399 45 0 0 20 0 21 0 10768286 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321161555472 140321286198781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22522] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22522/stat : 22522 (java) S 22362 22365 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10768288 10060525568 840197 33554432000 1073741824 1073778376 140733426324800 140321160504104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1739.58
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.4 s]
/proc/loadavg: 3.26 3.24 2.85 4/218 27746
/proc/meminfo: memFree=24586680/32872528 swapFree=1541688/1694988
[pid=22365] ppid=22362 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/22365/stat : 22365 (java) S 22362 22365 6847 0 -1 4202496 42007 0 1 0 179573 431 0 0 20 0 21 0 10765356 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140733426315936 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22365/statm: 2456183 857877 2303 9 0 2446860 0
[pid=22365/tid=22366] ppid=22362 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/22365/task/22366/stat : 22366 (java) S 22362 22365 6847 0 -1 4202560 2652 0 1 0 105 20 0 0 20 0 21 0 10765357 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321345840120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22368] ppid=22362 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/22365/task/22368/stat : 22368 (java) S 22362 22365 6847 0 -1 4202560 1027 0 0 0 373 34 0 0 20 0 21 0 10765357 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321284569512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22369] ppid=22362 vsize=9824732 CPUtime=3.62 cores=0,2,4,6
/proc/22365/task/22369/stat : 22369 (java) S 22362 22365 6847 0 -1 4202560 909 0 0 0 331 31 0 0 20 0 21 0 10765357 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321283516968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22370] ppid=22362 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/22365/task/22370/stat : 22370 (java) S 22362 22365 6847 0 -1 4202560 1402 0 0 0 347 33 0 0 20 0 21 0 10765357 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321282463912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22371] ppid=22362 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/22365/task/22371/stat : 22371 (java) S 22362 22365 6847 0 -1 4202560 941 0 0 0 347 38 0 0 20 0 21 0 10765357 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321281411368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22372] ppid=22362 vsize=9824732 CPUtime=3.75 cores=0,2,4,6
/proc/22365/task/22372/stat : 22372 (java) S 22362 22365 6847 0 -1 4202560 1243 0 0 0 341 34 0 0 20 0 21 0 10765357 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321280359336 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22373] ppid=22362 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/22365/task/22373/stat : 22373 (java) S 22362 22365 6847 0 -1 4202560 979 0 0 0 339 40 0 0 20 0 21 0 10765357 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321184496680 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22374] ppid=22362 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/22365/task/22374/stat : 22374 (java) S 22362 22365 6847 0 -1 4202560 1232 0 0 0 341 32 0 0 20 0 21 0 10765357 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321183443624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22365/tid=22375] ppid=22362 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/22365/task/22375/stat : 22375 (java) S 22362 22365 6847 0 -1 4202560 971 0 0 0 348 37 0 0 20 0 21 0 10765357 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321182391080 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22376] ppid=22362 vsize=9824732 CPUtime=6.67 cores=0,2,4,6
/proc/22365/task/22376/stat : 22376 (java) S 22362 22365 6847 0 -1 4202560 3533 0 0 0 658 9 0 0 20 0 21 0 10765359 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321169979752 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22377] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22377/stat : 22377 (java) S 22362 22365 6847 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10765359 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321168926072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22378] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22378/stat : 22378 (java) S 22362 22365 6847 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 21 0 10765359 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321167872904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22379] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22379/stat : 22379 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10765361 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321166821648 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22380] ppid=22362 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/22365/task/22380/stat : 22380 (java) S 22362 22365 6847 0 -1 4202560 14832 0 0 0 196 3 0 0 20 0 21 0 10765361 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321165769528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22381] ppid=22362 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/22365/task/22381/stat : 22381 (java) S 22362 22365 6847 0 -1 4202560 8216 0 0 0 124 0 0 0 20 0 21 0 10765361 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321164716984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22382] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22382/stat : 22382 (java) S 22362 22365 6847 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10765361 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321163664120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22383] ppid=22362 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/22365/task/22383/stat : 22383 (java) S 22362 22365 6847 0 -1 4202560 103 0 0 0 21 20 0 0 20 0 21 0 10765361 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321162611784 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22365/tid=22387] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22387/stat : 22387 (java) S 22362 22365 6847 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10765394 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321158398888 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22365/tid=22521] ppid=22362 vsize=9824732 CPUtime=1732.88 cores=0,2,4,6
/proc/22365/task/22521/stat : 22521 (java) R 22362 22365 6847 0 -1 4202560 2051 0 0 0 173242 46 0 0 20 0 21 0 10768286 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321161555472 140321286200282 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22365/tid=22522] ppid=22362 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22365/task/22522/stat : 22522 (java) S 22362 22365 6847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 10768288 10060525568 857877 33554432000 1073741824 1073778376 140733426324800 140321160504104 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 22365 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 22365 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=238690
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=732280
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1781.43
CPU time (s): 1800.04
CPU user time (s): 1795.73
CPU system time (s): 4.31
CPU usage (%): 101.045
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.24
system time used= 4.73228
maximum resident set size= 3443492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42035
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78174
involuntary context switches= 40418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4923 second user time and 12.7151 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-16 16:26:27
IDJOB=4092278
IDBENCH=79312
IDSOLVER=2552
FILE ID=node125/4092278-1466087187
RUNJOBID= node125-1466075444-9508
PBS_JOBID= 19904014
Free space on /tmp= 71744 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.1900569834--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092278-1466087187/watcher-4092278-1466087187 -o /tmp/evaluation-result-4092278-1466087187/solver-4092278-1466087187 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466075444-9508 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092278-1466087187.wbo

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

MD5SUM BENCH= ebe664bdb6d24f27290f0bb7f023aa5a
RANDOM SEED=1399155113

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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		: 2666.683
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:        27354624 kB
Buffers:           33768 kB
Cached:            65888 kB
SwapCached:         2664 kB
Active:          3045820 kB
Inactive:          70284 kB
Active(anon):    3016660 kB
Inactive(anon):     2116 kB
Active(file):      29160 kB
Inactive(file):    68168 kB
Unevictable:     1694988 kB
Mlocked:         1541688 kB
SwapTotal:      67108856 kB
SwapFree:       67096840 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       4806400 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             566756 kB
SReclaimable:      10548 kB
SUnreclaim:       556208 kB
KernelStack:        1800 kB
PageTables:        13536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5106604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3207168 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= 71744 MiB
End job on node125 at 2016-06-16 16:56:09