Trace number 4092277

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.85 1789.45

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
MD5SUM6afd7eef78419a10c166bbe4bb320384
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark13.093
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.11	c Number of processors 	8
0.08/0.14	c Pseudo Boolean Optimization by upper bound
0.08/0.14	c ManyCore solver with 2 solvers running in parallel
0.08/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.14	c Expensive reason simplification
0.08/0.14	c Glucose 2.1 dynamic restart strategy
0.08/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=false
0.08/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.14	c --- Begin Solver configuration ---
0.08/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.14	c Learn all clauses as in MiniSAT
0.08/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.14	c No reason simplification
0.08/0.14	c Armin Biere (Picosat) restarts strategy
0.08/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.14	c timeout=2147483s
0.08/0.14	c DB Simplification allowed=false
0.08/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.14	c --- End Solver configuration ---
0.08/0.14	c solving HOME/instance-4092277-1466084079.wbo
0.08/0.14	c reading problem ... 
0.45/0.37	c ... done. Wall clock time 0.236s.
0.45/0.37	c declared #vars     231
0.45/0.37	c internal #vars     2938
0.45/0.37	c #constraints  2707
0.45/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.38	c constraints type 
0.45/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.45/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.45/0.38	c 2707 constraints processed.
0.45/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.38	c constraints type 
0.45/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.45/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.45/0.38	c 2707 constraints processed.
0.45/0.38	c objective function length is 2707 literals
1.08/0.50	c And the winner is solver0
1.31/0.88	c SATISFIABLE
1.31/0.88	c OPTIMIZING...
1.31/0.88	c Got one! Elapsed wall clock time (in seconds):0.743
1.31/0.88	o 468
1.34/0.93	c And the winner is solver0
1.58/1.41	c Got one! Elapsed wall clock time (in seconds):1.275
1.58/1.41	o 460
1.58/1.43	c And the winner is solver0
1.65/1.92	c Got one! Elapsed wall clock time (in seconds):1.787
1.65/1.92	o 400
1.65/1.95	c And the winner is solver0
1.77/2.43	c Got one! Elapsed wall clock time (in seconds):2.298
1.77/2.43	o 370
1.77/2.46	c And the winner is solver0
1.87/2.94	c Got one! Elapsed wall clock time (in seconds):2.804
1.87/2.94	o 369
1.87/2.96	c And the winner is solver0
1.99/3.45	c Got one! Elapsed wall clock time (in seconds):3.311
1.99/3.45	o 293
1.99/3.46	c And the winner is solver0
2.01/3.95	c Got one! Elapsed wall clock time (in seconds):3.816
2.01/3.95	o 283
2.01/3.97	c And the winner is solver0
2.14/4.46	c Got one! Elapsed wall clock time (in seconds):4.32
2.14/4.46	o 280
2.14/4.47	c And the winner is solver0
2.14/4.96	c Got one! Elapsed wall clock time (in seconds):4.824
2.14/4.96	o 235
2.14/4.99	c And the winner is solver0
2.28/5.47	c Got one! Elapsed wall clock time (in seconds):5.329
2.28/5.47	o 234
2.28/5.49	c And the winner is solver0
2.35/5.97	c Got one! Elapsed wall clock time (in seconds):5.833
2.35/5.97	o 229
2.35/5.99	c And the winner is solver0
2.40/6.48	c Got one! Elapsed wall clock time (in seconds):6.338
2.40/6.48	o 219
2.40/6.50	c And the winner is solver0
2.46/6.98	c Got one! Elapsed wall clock time (in seconds):6.842
2.46/6.98	o 218
2.46/7.00	c And the winner is solver0
2.51/7.49	c Got one! Elapsed wall clock time (in seconds):7.346
2.51/7.49	o 217
2.51/7.49	c And the winner is solver0
2.53/7.99	c Got one! Elapsed wall clock time (in seconds):7.851
2.53/7.99	o 186
2.54/8.03	c And the winner is solver0
2.65/8.49	c Got one! Elapsed wall clock time (in seconds):8.355
2.65/8.49	o 179
2.66/8.50	c And the winner is solver0
2.66/9.00	c Got one! Elapsed wall clock time (in seconds):8.859
2.66/9.00	o 149
2.66/9.02	c And the winner is solver0
2.72/9.50	c Got one! Elapsed wall clock time (in seconds):9.363
2.72/9.50	o 129
3.00/9.67	c And the winner is solver0
3.17/10.00	c Got one! Elapsed wall clock time (in seconds):9.867
3.17/10.00	o 128
3.17/10.05	c And the winner is solver0
3.27/10.51	c Got one! Elapsed wall clock time (in seconds):10.371
3.27/10.51	o 127
3.47/10.61	c And the winner is solver0
3.60/11.01	c Got one! Elapsed wall clock time (in seconds):10.875
3.60/11.01	o 125
3.60/11.04	c And the winner is solver0
3.68/11.52	c Got one! Elapsed wall clock time (in seconds):11.379
3.68/11.52	o 116
4.11/11.71	c And the winner is solver0
4.15/12.02	c Got one! Elapsed wall clock time (in seconds):11.883
4.15/12.02	o 115
4.15/12.03	c And the winner is solver0
4.17/12.53	c Got one! Elapsed wall clock time (in seconds):12.387
4.17/12.53	o 108
4.52/12.77	c And the winner is solver0
4.67/13.03	c Got one! Elapsed wall clock time (in seconds):12.89
4.67/13.03	o 107
4.83/13.12	c And the winner is solver0
4.90/13.53	c Got one! Elapsed wall clock time (in seconds):13.394
4.90/13.53	o 101
5.03/13.64	c And the winner is solver0
5.15/14.04	c Got one! Elapsed wall clock time (in seconds):13.898
5.15/14.04	o 100
5.15/14.06	c And the winner is solver0
5.20/14.54	c Got one! Elapsed wall clock time (in seconds):14.402
5.20/14.54	o 88
5.20/14.57	c And the winner is solver0
5.28/15.04	c Got one! Elapsed wall clock time (in seconds):14.906
5.28/15.04	o 83
5.39/15.13	c And the winner is solver0
5.49/15.55	c Got one! Elapsed wall clock time (in seconds):15.411
5.49/15.55	o 82
5.61/15.68	c And the winner is solver0
5.80/16.05	c Got one! Elapsed wall clock time (in seconds):15.918
5.80/16.05	o 81
6.11/16.26	c And the winner is solver0
6.27/16.56	c Got one! Elapsed wall clock time (in seconds):16.424
6.27/16.56	o 80
6.34/16.61	c And the winner is solver0
6.39/17.07	c Got one! Elapsed wall clock time (in seconds):16.932
6.39/17.07	o 79
6.44/17.14	c And the winner is solver0
6.56/17.58	c Got one! Elapsed wall clock time (in seconds):17.439
6.56/17.58	o 74
6.60/17.62	c And the winner is solver0
6.67/18.08	c Got one! Elapsed wall clock time (in seconds):17.947
6.67/18.08	o 73
6.68/18.10	c And the winner is solver0
6.68/18.59	c Got one! Elapsed wall clock time (in seconds):18.456
6.68/18.59	o 61
6.69/18.64	c And the winner is solver0
6.83/19.10	c Got one! Elapsed wall clock time (in seconds):18.965
6.83/19.10	o 60
6.83/19.19	c And the winner is solver0
7.09/19.61	c Got one! Elapsed wall clock time (in seconds):19.476
7.09/19.61	o 57
7.28/19.71	c And the winner is solver0
7.37/20.12	c Got one! Elapsed wall clock time (in seconds):19.987
7.37/20.12	o 56
7.37/20.16	c And the winner is solver0
7.44/20.64	c Got one! Elapsed wall clock time (in seconds):20.499
7.44/20.64	o 55
7.54/20.74	c And the winner is solver0
7.65/21.15	c Got one! Elapsed wall clock time (in seconds):21.01
7.65/21.15	o 49
7.74/21.28	c And the winner is solver0
7.94/21.66	c Got one! Elapsed wall clock time (in seconds):21.524
7.94/21.66	o 48
9.16/22.20	c And the winner is solver0
9.16/22.25	c Got one! Elapsed wall clock time (in seconds):22.115
9.16/22.25	o 47
9.29/22.39	c And the winner is solver0
9.51/22.77	c Got one! Elapsed wall clock time (in seconds):22.629
9.51/22.77	o 33
9.57/22.84	c And the winner is solver0
9.75/23.28	c Got one! Elapsed wall clock time (in seconds):23.144
9.75/23.28	o 32
9.98/23.50	c cleaning 8811 clauses out of 17621 with flag 6967/17621
10.85/23.82	c And the winner is solver0
10.93/24.30	c Got one! Elapsed wall clock time (in seconds):24.162
10.93/24.30	o 30
10.93/24.35	c And the winner is solver0
11.01/24.82	c Got one! Elapsed wall clock time (in seconds):24.682
11.01/24.82	o 29
11.14/24.94	c And the winner is solver0
11.25/25.34	c Got one! Elapsed wall clock time (in seconds):25.203
11.25/25.34	o 27
11.25/25.37	c And the winner is solver0
733.63/740.22	c cleaning 0 clauses out of 5990 with flag 0/6014
1800.04/1789.40	c >>>>>>>>>> Solver number 0 (49 answers) <<<<<<<<<<<<<<<<<<
1800.04/1789.40	c starts		: 105
1800.04/1789.40	c conflicts		: 21442
1800.04/1789.40	c decisions		: 176728
1800.04/1789.40	c propagations		: 8882953
1800.04/1789.40	c inspects		: 17332544
1800.04/1789.40	c shortcuts		: 0
1800.04/1789.40	c learnt literals	: 0
1800.04/1789.40	c learnt binary clauses	: 10
1800.04/1789.40	c learnt ternary clauses	: 8
1800.04/1789.40	c learnt constraints	: 21442
1800.04/1789.40	c ignored constraints	: 0
1800.04/1789.40	c root simplifications	: 0
1800.04/1789.40	c removed literals (reason simplification)	: 29517
1800.04/1789.40	c reason swapping (by a shorter reason)	: 0
1800.04/1789.40	c Calls to reduceDB	: 1
1800.04/1789.40	c Number of update (reduction) of LBD	: 11545
1800.04/1789.40	c Imported unit clauses	: 0
1800.04/1789.40	c number of reductions to clauses (during analyze)	: 0
1800.04/1789.40	c number of learned constraints concerned by reduction	: 0
1800.04/1789.40	c number of learning phase by resolution	: 0
1800.04/1789.40	c number of learning phase by cutting planes	: 0
1800.04/1789.40	c speed (assignments/second)	: 4965.303618491843
1800.04/1789.40	c non guided choices	5215
1800.04/1789.41	c learnt constraints type 
1800.04/1789.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.04/1789.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12621
1800.04/1789.41	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/1789.41	c starts		: 78
1800.04/1789.41	c conflicts		: 10601
1800.04/1789.41	c decisions		: 261091
1800.04/1789.41	c propagations		: 1312533
1800.04/1789.41	c inspects		: 547180757
1800.04/1789.41	c shortcuts		: 0
1800.04/1789.41	c learnt literals	: 0
1800.04/1789.41	c learnt binary clauses	: 0
1800.04/1789.41	c learnt ternary clauses	: 0
1800.04/1789.41	c learnt constraints	: 10577
1800.04/1789.41	c ignored constraints	: 0
1800.04/1789.41	c root simplifications	: 0
1800.04/1789.41	c removed literals (reason simplification)	: 0
1800.04/1789.41	c reason swapping (by a shorter reason)	: 0
1800.04/1789.41	c Calls to reduceDB	: 1
1800.04/1789.41	c Number of update (reduction) of LBD	: 0
1800.04/1789.41	c Imported unit clauses	: 0
1800.04/1789.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1789.41	c number of learned constraints concerned by reduction	: 0
1800.04/1789.41	c number of learning phase by resolution	: 0
1800.04/1789.41	c number of learning phase by cutting planes	: 0
1800.04/1789.41	c speed (assignments/second)	: 744.0586159493204
1800.04/1789.41	c non guided choices	4973
1800.04/1789.41	c learnt constraints type 
1800.04/1789.41	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 509
1800.04/1789.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10068
1800.04/1789.41	s SATISFIABLE
1800.04/1789.41	c Found 48 solution(s)
1800.04/1789.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/1789.42	c objective function=27
1800.04/1789.42	c Total wall clock time (in seconds): 1789.279

Verifier Data

OK	25

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-4092277-1466084079/watcher-4092277-1466084079 -o /tmp/evaluation-result-4092277-1466084079/solver-4092277-1466084079 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466074789-16401 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092277-1466084079.wbo 

pid=21713
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.02 2.02 2.13 3/196 21716
/proc/meminfo: memFree=31318444/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21716/stat : 21716 (java) D 21713 21716 14496 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 10454641 9515008 175 33554432000 1073741824 1073778376 140734540294480 140734540277208 242167399312 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2323 175 133 9 0 71 0

[startup+0.100126 s]
/proc/loadavg: 2.02 2.02 2.13 3/196 21716
/proc/meminfo: memFree=31318444/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/21716/stat : 21716 (java) S 21713 21716 14496 0 -1 4202496 3801 0 1 0 7 1 0 0 20 0 18 0 10454641 9787879424 4932 33554432000 1073741824 1073778376 140737278302064 140737278293200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2389619 4932 1950 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200299 s]
/proc/loadavg: 2.02 2.02 2.13 3/196 21716
/proc/meminfo: memFree=31318444/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/21716/stat : 21716 (java) S 21713 21716 14496 0 -1 4202496 4712 0 1 0 21 2 0 0 20 0 18 0 10454641 9787879424 6823 33554432000 1073741824 1073778376 140737278302064 140737278293200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2389619 6823 2196 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300277 s]
/proc/loadavg: 2.02 2.02 2.13 3/196 21716
/proc/meminfo: memFree=31318444/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/21716/stat : 21716 (java) S 21713 21716 14496 0 -1 4202496 5481 0 1 0 43 2 0 0 20 0 18 0 10454641 9787879424 7850 33554432000 1073741824 1073778376 140737278302064 140737278293200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2389619 7850 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700259 s]
/proc/loadavg: 2.02 2.02 2.13 3/196 21716
/proc/meminfo: memFree=31318444/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/21716/stat : 21716 (java) S 21713 21716 14496 0 -1 4202496 9575 0 1 0 126 5 0 0 20 0 19 0 10454641 10060525568 13421 33554432000 1073741824 1073778376 140737278302064 140737278293200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2456183 13421 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 2.02 2.02 2.13 2/215 21741
/proc/meminfo: memFree=31270744/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/21716/stat : 21716 (java) S 21713 21716 14496 0 -1 4202496 10505 0 1 0 158 7 0 0 20 0 19 0 10454641 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140737278293200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2456183 16085 2272 9 0 2446860 0
[pid=21716/tid=21718] ppid=21713 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/21716/task/21718/stat : 21718 (java) S 21713 21716 14496 0 -1 4202560 2446 0 1 0 37 2 0 0 20 0 19 0 10454643 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140706055799672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140706017290792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140706016237992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705896851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705895798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705894747176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705893694376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705892641576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705891588776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10454645 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705409260008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10454646 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705408206072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10454646 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705407153160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454648 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705406101648 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/21716/task/21731/stat : 21731 (java) S 21713 21716 14496 0 -1 4202560 2224 0 0 0 43 0 0 0 20 0 19 0 10454648 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705405049784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 14496 0 -1 4202560 4492 0 0 0 45 1 0 0 20 0 19 0 10454648 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705403996984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454649 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705402944376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454649 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705401891784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10454682 10060525568 16085 33554432000 1073741824 1073778376 140737278302064 140705398338472 242170771369 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+3.10078 s]
/proc/loadavg: 2.02 2.02 2.13 2/215 21747
/proc/meminfo: memFree=31254360/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/21716/stat : 21716 (java) S 21713 21716 14496 0 -1 4202496 11539 0 1 0 185 14 0 0 20 0 19 0 10454641 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140737278293200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2456183 21721 2275 9 0 2446860 0
[pid=21716/tid=21718] ppid=21713 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/21716/task/21718/stat : 21718 (java) S 21713 21716 14496 0 -1 4202560 2449 0 1 0 39 2 0 0 20 0 19 0 10454643 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140706055799672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140706017290792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140706016237992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705896851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705895798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705894747176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705893694376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705892641576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705891588776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10454645 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705409260008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10454646 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705408206072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10454646 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705407153160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454648 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705406101648 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/21716/task/21731/stat : 21731 (java) S 21713 21716 14496 0 -1 4202560 2227 0 0 0 48 0 0 0 20 0 19 0 10454648 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705405049784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 14496 0 -1 4202560 5489 0 0 0 57 2 0 0 20 0 19 0 10454648 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705403996984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454649 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705402944376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454649 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705401891784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10454682 10060525568 21721 33554432000 1073741824 1073778376 140737278302064 140705398338472 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30082 s]
/proc/loadavg: 1.94 2.01 2.12 2/215 21768
/proc/meminfo: memFree=31200000/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/21716/stat : 21716 (java) S 21713 21716 14496 0 -1 4202496 13399 0 1 0 218 22 0 0 20 0 19 0 10454641 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140737278293200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2456183 32940 2278 9 0 2446860 0
[pid=21716/tid=21718] ppid=21713 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/21716/task/21718/stat : 21718 (java) S 21713 21716 14496 0 -1 4202560 2456 0 1 0 42 2 0 0 20 0 19 0 10454643 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140706055799672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140706017290792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140706016237992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705896851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705895798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705894747176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705893694376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705892641576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10454644 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705891588776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10454645 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705409260008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10454646 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705408206072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10454646 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705407153160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454648 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705406101648 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/21716/task/21731/stat : 21731 (java) S 21713 21716 14496 0 -1 4202560 2502 0 0 0 57 0 0 0 20 0 19 0 10454648 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705405049784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 14496 0 -1 4202560 6992 0 0 0 67 2 0 0 20 0 19 0 10454648 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705403996984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10454649 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705402944376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10454649 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705401891784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10454682 10060525568 32940 33554432000 1073741824 1073778376 140737278302064 140705398338472 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9824732

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

/proc/meminfo: memFree=24083976/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9824732 CPUtime=1731.11 cores=0,2,4,6
/proc/21716/stat : 21716 (java) S 21713 21716 14496 0 -1 4202496 31678 0 1 0 172643 468 0 0 20 0 21 0 10454641 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140737278293200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2456183 969370 2302 9 0 2446860 0
[pid=21716/tid=21718] ppid=21713 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/21716/task/21718/stat : 21718 (java) S 21713 21716 14496 0 -1 4202560 2527 0 1 0 103 21 0 0 20 0 21 0 10454643 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140706055799800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 14496 0 -1 4202560 969 0 0 0 361 44 0 0 20 0 21 0 10454644 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140706017290792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 14496 0 -1 4202560 1020 0 0 0 345 36 0 0 20 0 21 0 10454644 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140706016237992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=3.93 cores=0,2,4,6
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 14496 0 -1 4202560 1063 0 0 0 349 44 0 0 20 0 21 0 10454644 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705896851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=3.97 cores=0,2,4,6
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 14496 0 -1 4202560 949 0 0 0 357 40 0 0 20 0 21 0 10454644 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705895798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 14496 0 -1 4202560 1054 0 0 0 385 44 0 0 20 0 21 0 10454644 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705894747176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=3.63 cores=0,2,4,6
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 14496 0 -1 4202560 1081 0 0 0 326 37 0 0 20 0 21 0 10454644 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705893694376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 14496 0 -1 4202560 949 0 0 0 343 36 0 0 20 0 21 0 10454644 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705892641576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=3.63 cores=0,2,4,6
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 14496 0 -1 4202560 1123 0 0 0 326 37 0 0 20 0 21 0 10454644 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705891588776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=6.46 cores=0,2,4,6
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 14496 0 -1 4202560 2840 0 0 0 638 8 0 0 20 0 21 0 10454645 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705409260008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10454646 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705408206072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 14496 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 21 0 10454646 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705407153160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10454648 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705406101648 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/21716/task/21731/stat : 21731 (java) S 21713 21716 14496 0 -1 4202560 6552 0 0 0 113 2 0 0 20 0 21 0 10454648 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705405049784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 14496 0 -1 4202560 8030 0 0 0 104 2 0 0 20 0 21 0 10454648 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705403996984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10454649 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705402944376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 14496 0 -1 4202560 100 0 0 0 24 23 0 0 20 0 21 0 10454649 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705401891784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10454682 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705398338472 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=22041] ppid=21713 vsize=9824732 CPUtime=1682.3 cores=0,2,4,6
/proc/21716/task/22041/stat : 22041 (java) R 21713 21716 14496 0 -1 4202560 1571 0 0 0 168183 47 0 0 20 0 21 0 10457178 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705399389488 140705897559458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=22042] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/22042/stat : 22042 (java) S 21713 21716 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10457180 10060525568 969370 33554432000 1073741824 1073778376 140737278302064 140705397285672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1731.11
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.25 2.17 2.08 3/217 22162
/proc/meminfo: memFree=23913124/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9824732 CPUtime=1792.92 cores=0,2,4,6
/proc/21716/stat : 21716 (java) S 21713 21716 14496 0 -1 4202496 32407 0 1 0 178818 474 0 0 20 0 21 0 10454641 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140737278293200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2456183 994567 2302 9 0 2446860 0
[pid=21716/tid=21718] ppid=21713 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/21716/task/21718/stat : 21718 (java) S 21713 21716 14496 0 -1 4202560 2530 0 1 0 104 21 0 0 20 0 21 0 10454643 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140706055799800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=4.32 cores=0,2,4,6
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 14496 0 -1 4202560 987 0 0 0 387 45 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140706017290792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 14496 0 -1 4202560 1037 0 0 0 367 36 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140706016237992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=4.23 cores=0,2,4,6
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 14496 0 -1 4202560 1081 0 0 0 379 44 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705896851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=4.41 cores=0,2,4,6
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 14496 0 -1 4202560 961 0 0 0 400 41 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705895798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 14496 0 -1 4202560 1068 0 0 0 407 45 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705894747176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 14496 0 -1 4202560 1093 0 0 0 356 38 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705893694376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=4.17 cores=0,2,4,6
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 14496 0 -1 4202560 963 0 0 0 381 36 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705892641576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 14496 0 -1 4202560 1135 0 0 0 349 37 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705891588776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=9.08 cores=0,2,4,6
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 14496 0 -1 4202560 3445 0 0 0 899 9 0 0 20 0 21 0 10454645 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705409260008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10454646 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705408206072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 14496 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 21 0 10454646 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705407153160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10454648 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705406101648 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/21716/task/21731/stat : 21731 (java) S 21713 21716 14496 0 -1 4202560 6552 0 0 0 113 2 0 0 20 0 21 0 10454648 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705405049784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 14496 0 -1 4202560 8030 0 0 0 104 2 0 0 20 0 21 0 10454648 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705403996984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10454649 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705402944376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 14496 0 -1 4202560 104 0 0 0 25 24 0 0 20 0 21 0 10454649 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705401891784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10454682 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705398338472 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=22041] ppid=21713 vsize=9824732 CPUtime=1739.07 cores=0,2,4,6
/proc/21716/task/22041/stat : 22041 (java) R 21713 21716 14496 0 -1 4202560 1571 0 0 0 173859 48 0 0 20 0 21 0 10457178 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705399389024 140705897559543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=22042] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/22042/stat : 22042 (java) S 21713 21716 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10457180 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705397285672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1792.92
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 2.23 2.17 2.08 3/217 22162
/proc/meminfo: memFree=23913124/32872528 swapFree=338160/354512
[pid=21716] ppid=21713 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/21716/stat : 21716 (java) S 21713 21716 14496 0 -1 4202496 32407 0 1 0 179528 474 0 0 20 0 21 0 10454641 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140737278293200 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21716/statm: 2456183 994567 2302 9 0 2446860 0
[pid=21716/tid=21718] ppid=21713 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/21716/task/21718/stat : 21718 (java) S 21713 21716 14496 0 -1 4202560 2530 0 1 0 105 21 0 0 20 0 21 0 10454643 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140706055799800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21719] ppid=21713 vsize=9824732 CPUtime=4.32 cores=0,2,4,6
/proc/21716/task/21719/stat : 21719 (java) S 21713 21716 14496 0 -1 4202560 987 0 0 0 387 45 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140706017290792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21720] ppid=21713 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/21716/task/21720/stat : 21720 (java) S 21713 21716 14496 0 -1 4202560 1037 0 0 0 367 36 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140706016237992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21721] ppid=21713 vsize=9824732 CPUtime=4.23 cores=0,2,4,6
/proc/21716/task/21721/stat : 21721 (java) S 21713 21716 14496 0 -1 4202560 1081 0 0 0 379 44 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705896851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21722] ppid=21713 vsize=9824732 CPUtime=4.41 cores=0,2,4,6
/proc/21716/task/21722/stat : 21722 (java) S 21713 21716 14496 0 -1 4202560 961 0 0 0 400 41 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705895798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21723] ppid=21713 vsize=9824732 CPUtime=4.52 cores=0,2,4,6
/proc/21716/task/21723/stat : 21723 (java) S 21713 21716 14496 0 -1 4202560 1068 0 0 0 407 45 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705894747176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21716/tid=21724] ppid=21713 vsize=9824732 CPUtime=3.94 cores=0,2,4,6
/proc/21716/task/21724/stat : 21724 (java) S 21713 21716 14496 0 -1 4202560 1093 0 0 0 356 38 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705893694376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21725] ppid=21713 vsize=9824732 CPUtime=4.17 cores=0,2,4,6
/proc/21716/task/21725/stat : 21725 (java) S 21713 21716 14496 0 -1 4202560 963 0 0 0 381 36 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705892641576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21726] ppid=21713 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/21716/task/21726/stat : 21726 (java) S 21713 21716 14496 0 -1 4202560 1135 0 0 0 349 37 0 0 20 0 21 0 10454644 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705891588776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21727] ppid=21713 vsize=9824732 CPUtime=9.08 cores=0,2,4,6
/proc/21716/task/21727/stat : 21727 (java) S 21713 21716 14496 0 -1 4202560 3445 0 0 0 899 9 0 0 20 0 21 0 10454645 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705409260008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21728] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21728/stat : 21728 (java) S 21713 21716 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 10454646 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705408206072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21729] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21729/stat : 21729 (java) S 21713 21716 14496 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 21 0 10454646 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705407153160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21730] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21730/stat : 21730 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10454648 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705406101648 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21731] ppid=21713 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/21716/task/21731/stat : 21731 (java) S 21713 21716 14496 0 -1 4202560 6552 0 0 0 113 2 0 0 20 0 21 0 10454648 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705405049784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21732] ppid=21713 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/21716/task/21732/stat : 21732 (java) S 21713 21716 14496 0 -1 4202560 8030 0 0 0 104 2 0 0 20 0 21 0 10454648 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705403996984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=21733] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21733/stat : 21733 (java) S 21713 21716 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 10454649 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705402944376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21716/tid=21734] ppid=21713 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/21716/task/21734/stat : 21734 (java) S 21713 21716 14496 0 -1 4202560 104 0 0 0 25 24 0 0 20 0 21 0 10454649 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705401891784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=21737] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21737/stat : 21737 (java) S 21713 21716 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 10454682 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705398338472 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21716/tid=22041] ppid=21713 vsize=9824732 CPUtime=1746.16 cores=0,2,4,6
/proc/21716/task/22041/stat : 22041 (java) R 21713 21716 14496 0 -1 4202560 1571 0 0 0 174568 48 0 0 20 0 21 0 10457178 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705399389024 140705897712743 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21716/tid=22042] ppid=21713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21716/task/22042/stat : 22042 (java) S 21713 21716 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 10457180 10060525568 994567 33554432000 1073741824 1073778376 140737278302064 140705397285672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 21716 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1789.45
CPU time (s): 1800.85
CPU user time (s): 1795.57
CPU system time (s): 5.2822
CPU usage (%): 100.637
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.55
system time used= 5.2822
maximum resident set size= 3978360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32437
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78656
involuntary context switches= 43860

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6234 second user time and 14.3108 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-16 15:34:39
IDJOB=4092277
IDBENCH=79263
IDSOLVER=2552
FILE ID=node126/4092277-1466084079
RUNJOBID= node126-1466074789-16401
PBS_JOBID= 19904013
Free space on /tmp= 71740 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.1900568706--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092277-1466084079/watcher-4092277-1466084079 -o /tmp/evaluation-result-4092277-1466084079/solver-4092277-1466084079 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466074789-16401 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092277-1466084079.wbo

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

MD5SUM BENCH= 6afd7eef78419a10c166bbe4bb320384
RANDOM SEED=771249564

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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.121
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:        31318972 kB
Buffers:           25860 kB
Cached:            61732 kB
SwapCached:         1752 kB
Active:           443160 kB
Inactive:          56336 kB
Active(anon):     413784 kB
Inactive(anon):      608 kB
Active(file):      29376 kB
Inactive(file):    55728 kB
Unevictable:      354512 kB
Mlocked:          338160 kB
SwapTotal:      67108856 kB
SwapFree:       67099252 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:        796736 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             566324 kB
SReclaimable:      10456 kB
SUnreclaim:       555868 kB
KernelStack:        1800 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     896088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node126 at 2016-06-16 16:04:29