Trace number 4109812

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 Resolution PB16OPTIMUM 25.8331 24.2093

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900545610--soft-33-100-0.wbo
MD5SUM81190eaa1a1e32ae5b8ead62e8a746de
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark42.0906
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 constraints1863
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 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109812-1466343733.wbo
0.10/0.10	c reading problem ... 
0.49/0.30	c ... done. Wall clock time 0.197s.
0.49/0.30	c declared #vars     231
0.49/0.30	c internal #vars     2094
0.49/0.30	c #constraints  2707
0.49/0.30	c constraints type 
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
0.49/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.49/0.30	c 2707 constraints processed.
0.49/0.30	c objective function length is 1863 literals
0.75/0.43	c SATISFIABLE
0.75/0.43	c OPTIMIZING...
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.322
0.75/0.43	o 423
1.04/0.56	c Got one! Elapsed wall clock time (in seconds):0.459
1.04/0.56	o 405
1.35/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
1.35/0.60	o 396
1.35/0.62	c Got one! Elapsed wall clock time (in seconds):0.519
1.35/0.62	o 339
1.35/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
1.35/0.64	o 333
1.35/0.65	c Got one! Elapsed wall clock time (in seconds):0.546
1.35/0.65	o 295
1.64/0.72	c Got one! Elapsed wall clock time (in seconds):0.612
1.64/0.72	o 285
1.64/0.73	c Got one! Elapsed wall clock time (in seconds):0.621
1.64/0.73	o 238
1.64/0.73	c Got one! Elapsed wall clock time (in seconds):0.63
1.64/0.73	o 231
1.64/0.78	c Got one! Elapsed wall clock time (in seconds):0.674
1.64/0.78	o 213
1.91/0.80	c Got one! Elapsed wall clock time (in seconds):0.692
1.91/0.80	o 208
1.91/0.81	c Got one! Elapsed wall clock time (in seconds):0.705
1.91/0.81	o 199
1.91/0.82	c Got one! Elapsed wall clock time (in seconds):0.712
1.91/0.82	o 164
2.02/0.98	c Got one! Elapsed wall clock time (in seconds):0.873
2.02/0.98	o 163
2.02/0.99	c Got one! Elapsed wall clock time (in seconds):0.886
2.02/0.99	o 161
2.12/1.00	c Got one! Elapsed wall clock time (in seconds):0.898
2.12/1.00	o 159
2.12/1.01	c Got one! Elapsed wall clock time (in seconds):0.902
2.12/1.01	o 145
2.12/1.03	c Got one! Elapsed wall clock time (in seconds):0.923
2.12/1.03	o 136
2.12/1.05	c Got one! Elapsed wall clock time (in seconds):0.949
2.12/1.05	o 134
2.23/1.18	c Got one! Elapsed wall clock time (in seconds):1.078
2.23/1.18	o 132
2.34/1.28	c Got one! Elapsed wall clock time (in seconds):1.181
2.34/1.28	o 130
2.43/1.31	c Got one! Elapsed wall clock time (in seconds):1.204
2.43/1.31	o 128
2.43/1.37	c Got one! Elapsed wall clock time (in seconds):1.266
2.43/1.37	o 125
2.53/1.41	c Got one! Elapsed wall clock time (in seconds):1.306
2.53/1.41	o 111
2.53/1.42	c Got one! Elapsed wall clock time (in seconds):1.316
2.53/1.42	o 93
2.63/1.53	c Got one! Elapsed wall clock time (in seconds):1.429
2.63/1.53	o 72
2.74/1.61	c Got one! Elapsed wall clock time (in seconds):1.509
2.74/1.61	o 67
2.74/1.65	c Got one! Elapsed wall clock time (in seconds):1.547
2.74/1.65	o 66
2.84/1.70	c Got one! Elapsed wall clock time (in seconds):1.595
2.84/1.70	o 51
2.84/1.72	c Got one! Elapsed wall clock time (in seconds):1.62
2.84/1.72	o 48
2.84/1.78	c Got one! Elapsed wall clock time (in seconds):1.678
2.84/1.78	o 43
2.94/1.85	c Got one! Elapsed wall clock time (in seconds):1.745
2.94/1.85	o 41
3.17/2.00	c Got one! Elapsed wall clock time (in seconds):1.898
3.17/2.00	o 31
3.17/2.03	c Got one! Elapsed wall clock time (in seconds):1.922
3.17/2.03	o 30
3.17/2.03	c Got one! Elapsed wall clock time (in seconds):1.931
3.17/2.03	o 29
3.47/2.38	c cleaning 7684 clauses out of 15388 with flag 24855/15388
3.91/2.78	c Got one! Elapsed wall clock time (in seconds):2.675
3.91/2.78	o 28
4.34/3.19	c cleaning 8868 clauses out of 17749 with flag 33963/25433
4.46/3.21	c Got one! Elapsed wall clock time (in seconds):3.107
4.46/3.21	o 27
4.79/3.59	c cleaning 7110 clauses out of 14225 with flag 36329/30777
5.21/4.00	c cleaning 6546 clauses out of 13116 with flag 78759/36778
5.99/4.48	c cleaning 6773 clauses out of 13571 with flag 129942/43779
6.59/5.02	c cleaning 7393 clauses out of 14798 with flag 195846/51779
7.19/5.63	c cleaning 8194 clauses out of 16403 with flag 267222/60777
7.19/5.69	c Got one! Elapsed wall clock time (in seconds):5.588
7.19/5.69	o 26
7.58/6.00	c cleaning 6670 clauses out of 13355 with flag 30000/65923
7.58/6.09	c Got one! Elapsed wall clock time (in seconds):5.988
7.58/6.09	o 24
7.69/6.20	c Got one! Elapsed wall clock time (in seconds):6.092
7.69/6.20	o 22
7.89/6.36	c Got one! Elapsed wall clock time (in seconds):6.259
7.89/6.36	o 21
7.99/6.43	c Got one! Elapsed wall clock time (in seconds):6.324
7.99/6.43	o 20
8.09/6.52	c cleaning 6892 clauses out of 13805 with flag 9199/73043
8.09/6.59	c Got one! Elapsed wall clock time (in seconds):6.483
8.09/6.59	o 19
8.39/6.84	c Got one! Elapsed wall clock time (in seconds):6.738
8.39/6.84	o 18
8.50/6.93	c cleaning 6235 clauses out of 12493 with flag 9084/78623
8.70/7.10	c Got one! Elapsed wall clock time (in seconds):6.993
8.70/7.10	o 15
8.70/7.11	c Got one! Elapsed wall clock time (in seconds):7.006
8.70/7.11	o 14
8.70/7.17	c Got one! Elapsed wall clock time (in seconds):7.062
8.70/7.17	o 6
8.80/7.24	c Got one! Elapsed wall clock time (in seconds):7.139
8.80/7.24	o 4
8.90/7.39	c cleaning 6790 clauses out of 13594 with flag 18339/85959
9.00/7.45	c Got one! Elapsed wall clock time (in seconds):7.348
9.00/7.45	o 3
9.20/7.68	c cleaning 6049 clauses out of 12121 with flag 34292/91276
9.50/7.99	c cleaning 6028 clauses out of 12075 with flag 86442/97279
9.91/8.35	c cleaning 6517 clauses out of 13045 with flag 145488/104277
10.33/8.79	c cleaning 7251 clauses out of 14528 with flag 211826/112277
10.83/9.20	c Got one! Elapsed wall clock time (in seconds):9.094
10.83/9.20	o 2
11.23/9.68	c cleaning 9739 clauses out of 19491 with flag 60705/124491
11.73/10.16	c cleaning 7869 clauses out of 15752 with flag 129524/130491
12.23/10.66	c cleaning 7439 clauses out of 14883 with flag 199769/137491
12.83/11.23	c cleaning 7712 clauses out of 15445 with flag 273610/145492
13.42/11.90	c cleaning 8354 clauses out of 16735 with flag 358235/154494
14.33/12.71	c cleaning 9172 clauses out of 18378 with flag 458795/164491
15.13/13.57	c cleaning 10097 clauses out of 20208 with flag 563927/175493
16.14/14.57	c cleaning 11049 clauses out of 22109 with flag 678770/187491
17.34/15.79	c cleaning 12027 clauses out of 24063 with flag 797502/200494
18.84/17.24	c cleaning 13017 clauses out of 26033 with flag 929806/214491
20.14/18.59	c cleaning 13992 clauses out of 28015 with flag 1038953/229491
21.64/20.08	c cleaning 15009 clauses out of 30024 with flag 1150265/245492
23.16/21.50	c cleaning 16006 clauses out of 32015 with flag 1248997/262495
24.77/23.12	c cleaning 16997 clauses out of 34004 with flag 1356454/280491
25.76/24.20	c starts		: 117
25.76/24.20	c conflicts		: 297182
25.76/24.20	c decisions		: 509572
25.76/24.20	c propagations		: 17076393
25.76/24.20	c inspects		: 358396452
25.76/24.20	c shortcuts		: 0
25.76/24.20	c learnt literals	: 23
25.76/24.20	c learnt binary clauses	: 31
25.76/24.20	c learnt ternary clauses	: 261
25.76/24.20	c learnt constraints	: 297158
25.76/24.20	c ignored constraints	: 0
25.76/24.20	c root simplifications	: 0
25.76/24.20	c removed literals (reason simplification)	: 0
25.76/24.20	c reason swapping (by a shorter reason)	: 0
25.76/24.20	c Calls to reduceDB	: 29
25.76/24.20	c Number of update (reduction) of LBD	: 102033
25.76/24.20	c Imported unit clauses	: 0
25.76/24.20	c number of reductions to clauses (during analyze)	: 0
25.76/24.20	c number of learned constraints concerned by reduction	: 0
25.76/24.20	c number of learning phase by resolution	: 0
25.76/24.20	c number of learning phase by cutting planes	: 0
25.76/24.20	c speed (assignments/second)	: 714912.2079879427
25.76/24.20	c non guided choices	5678
25.76/24.20	c learnt constraints type 
25.76/24.20	s OPTIMUM FOUND
25.76/24.20	c Found 50 solution(s)
25.76/24.20	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 
25.76/24.20	c objective function=2
25.76/24.20	c Total wall clock time (in seconds): 24.098

Verifier Data

OK	2

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-4109812-1466343733/watcher-4109812-1466343733 -o /tmp/evaluation-result-4109812-1466343733/solver-4109812-1466343733 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109812-1466343733.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.24 2.06 1.75 3/194 14056
/proc/meminfo: memFree=31300472/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 1265 0 0 0 0 0 0 0 20 0 2 0 36418080 94085120 906 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 22954 906 686 9 0 16769 0
[pid=14056/tid=14057] ppid=14053 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) D 14053 14056 13098 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 36418081 94019584 917 33554432000 1073741824 1073778376 140735095539536 139804905315880 243756264743 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.100154 s]
/proc/loadavg: 2.24 2.06 1.75 3/194 14056
/proc/meminfo: memFree=31300472/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 4466 0 1 0 9 1 0 0 20 0 18 0 36418080 9787879424 6089 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 2389619 6089 2147 9 0 2380296 0
[pid=14056/tid=14057] ppid=14053 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) R 14053 14056 13098 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 36418081 9787879424 6092 33554432000 1073741824 1073778376 140735095539536 139804905319176 139804911012799 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 2.24 2.06 1.75 3/194 14056
/proc/meminfo: memFree=31300472/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 4777 0 1 0 25 1 0 0 20 0 18 0 36418080 9787879424 6837 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 2389619 6837 2212 9 0 2380296 0
[pid=14056/tid=14057] ppid=14053 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) R 14053 14056 13098 0 -1 4202560 2390 0 1 0 17 0 0 0 20 0 18 0 36418081 9787879424 6837 33554432000 1073741824 1073778376 140735095539536 139804905319176 139804759094696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300256 s]
/proc/loadavg: 2.24 2.06 1.75 3/194 14056
/proc/meminfo: memFree=31300472/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 6006 0 1 0 48 1 0 0 20 0 18 0 36418080 9787879424 8816 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 2389619 8816 2233 9 0 2380296 0
[pid=14056/tid=14057] ppid=14053 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) R 14053 14056 13098 0 -1 4202560 2396 0 1 0 26 1 0 0 20 0 18 0 36418081 9787879424 8816 33554432000 1073741824 1073778376 140735095539536 139804905319176 139804759097271 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700224 s]
/proc/loadavg: 2.24 2.06 1.75 3/194 14056
/proc/meminfo: memFree=31300472/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 15575 0 1 0 161 3 0 0 20 0 19 0 36418080 9856040960 13734 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 2406260 13734 2259 9 0 2396937 0
[pid=14056/tid=14057] ppid=14053 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) R 14053 14056 13098 0 -1 4202560 2407 0 1 0 66 1 0 0 20 0 19 0 36418081 9856040960 13734 33554432000 1073741824 1073778376 140735095539536 139804905320520 139804759670940 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.24 2.06 1.75 3/213 14075
/proc/meminfo: memFree=31244232/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=9625040 CPUtime=2.63 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 16382 0 1 0 259 4 0 0 20 0 19 0 36418080 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 2406260 17775 2266 9 0 2396937 0
[pid=14056/tid=14057] ppid=14053 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) R 14053 14056 13098 0 -1 4202560 2418 0 1 0 146 2 0 0 20 0 19 0 36418081 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804905319544 139804759639657 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14059] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14059/stat : 14059 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804877773864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14060] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14060/stat : 14060 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804748065704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14061] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14061/stat : 14061 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804747012904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14062] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14062/stat : 14062 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804745960104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14063] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14063/stat : 14063 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804744907304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14064] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14064/stat : 14064 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804743854504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14065] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14065/stat : 14065 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804406704424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14066] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14066/stat : 14066 (java) S 14053 14056 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804405651624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14067] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14067/stat : 14067 (java) S 14053 14056 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418082 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804393454568 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14068] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14068/stat : 14068 (java) S 14053 14056 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804392400632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14069] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14069/stat : 14069 (java) S 14053 14056 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804391347720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14070] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14070/stat : 14070 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804390296208 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14071] ppid=14053 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/14056/task/14071/stat : 14071 (java) S 14053 14056 13098 0 -1 4202560 4900 0 0 0 57 0 0 0 20 0 19 0 36418085 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804389243320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14072] ppid=14053 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/14056/task/14072/stat : 14072 (java) S 14053 14056 13098 0 -1 4202560 7786 0 0 0 54 1 0 0 20 0 19 0 36418085 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804388190520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14073] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14073/stat : 14073 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804387137912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14074] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14074/stat : 14074 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804386085320 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14075] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14075/stat : 14075 (java) S 14053 14056 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418112 9856040960 17775 33554432000 1073741824 1073778376 140735095539536 139804385031848 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.22 2.06 1.75 3/213 14075
/proc/meminfo: memFree=31229772/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 16672 0 1 0 430 4 0 0 20 0 19 0 36418080 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 2406260 20851 2270 9 0 2396937 0
[pid=14056/tid=14057] ppid=14053 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) R 14053 14056 13098 0 -1 4202560 2425 0 1 0 305 2 0 0 20 0 19 0 36418081 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804905321160 139804759631774 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14059] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14059/stat : 14059 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804877773864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14060] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14060/stat : 14060 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804748065704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14061] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14061/stat : 14061 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804747012904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14062] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14062/stat : 14062 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804745960104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14063] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14063/stat : 14063 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804744907304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14064] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14064/stat : 14064 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804743854504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14065] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14065/stat : 14065 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804406704424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14066] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14066/stat : 14066 (java) S 14053 14056 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804405651624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14067] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14067/stat : 14067 (java) S 14053 14056 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418082 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804393454568 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14068] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14068/stat : 14068 (java) S 14053 14056 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804392400632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14069] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14069/stat : 14069 (java) S 14053 14056 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804391347720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14070] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14070/stat : 14070 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804390296208 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14071] ppid=14053 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/14056/task/14071/stat : 14071 (java) S 14053 14056 13098 0 -1 4202560 4904 0 0 0 62 0 0 0 20 0 19 0 36418085 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804389243320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14072] ppid=14053 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/14056/task/14072/stat : 14072 (java) S 14053 14056 13098 0 -1 4202560 8065 0 0 0 60 1 0 0 20 0 19 0 36418085 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804388190520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14073] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14073/stat : 14073 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804387137912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14074] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14074/stat : 14074 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804386085320 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14075] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14075/stat : 14075 (java) S 14053 14056 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418112 9856040960 20851 33554432000 1073741824 1073778376 140735095539536 139804385031848 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.22 2.06 1.75 3/213 14075
/proc/meminfo: memFree=31201716/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=9625040 CPUtime=7.89 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 22740 0 1 0 784 5 0 0 20 0 19 0 36418080 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 2406260 28211 2270 9 0 2396937 0
[pid=14056/tid=14057] ppid=14053 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) R 14053 14056 13098 0 -1 4202560 2435 0 1 0 625 2 0 0 20 0 19 0 36418081 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804905319016 139804759614406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14059] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14059/stat : 14059 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804877773864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14060] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14060/stat : 14060 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804748065704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14061] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14061/stat : 14061 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804747012904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14062] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14062/stat : 14062 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804745960104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14063] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14063/stat : 14063 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804744907304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14064] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14064/stat : 14064 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804743854504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14065] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14065/stat : 14065 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804406704424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14066] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14066/stat : 14066 (java) S 14053 14056 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804405651624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14067] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14067/stat : 14067 (java) S 14053 14056 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418082 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804393454568 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14068] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14068/stat : 14068 (java) S 14053 14056 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804392400632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14069] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14069/stat : 14069 (java) S 14053 14056 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804391347720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14070] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14070/stat : 14070 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804390296208 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14071] ppid=14053 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/14056/task/14071/stat : 14071 (java) S 14053 14056 13098 0 -1 4202560 4904 0 0 0 63 0 0 0 20 0 19 0 36418085 9856040960 28211 33554432000 1073741824 1073778376 140735095539536 139804389243320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14072] ppid=14053 vsize=9625040 CPUtime=0.94 cores=0,2,4,6

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

[pid=14056/tid=14061] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14061/stat : 14061 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804747012904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14062] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14062/stat : 14062 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804745960104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14063] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14063/stat : 14063 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804744907304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14064] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14064/stat : 14064 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804743854504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14065] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14065/stat : 14065 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804406704424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14066] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14066/stat : 14066 (java) S 14053 14056 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804405651624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14067] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14067/stat : 14067 (java) S 14053 14056 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418082 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804393454568 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14068] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14068/stat : 14068 (java) S 14053 14056 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804392400632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14069] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14069/stat : 14069 (java) S 14053 14056 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804391347720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14070] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14070/stat : 14070 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804390296208 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14071] ppid=14053 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/14056/task/14071/stat : 14071 (java) S 14053 14056 13098 0 -1 4202560 4904 0 0 0 63 0 0 0 20 0 19 0 36418085 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804389243320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14072] ppid=14053 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/14056/task/14072/stat : 14072 (java) S 14053 14056 13098 0 -1 4202560 14124 0 0 0 99 3 0 0 20 0 19 0 36418085 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804388190520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14073] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14073/stat : 14073 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804387137912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14074] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14074/stat : 14074 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804386085320 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14075] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14075/stat : 14075 (java) S 14053 14056 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418112 9856040960 38750 33554432000 1073741824 1073778376 140735095539536 139804385031848 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 9625040

[startup+23.6008 s]
/proc/loadavg: 2.16 2.06 1.75 3/213 14075
/proc/meminfo: memFree=31067004/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=9625040 CPUtime=25.26 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 22775 0 1 0 2520 6 0 0 20 0 19 0 36418080 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 2406260 39262 2271 9 0 2396937 0
[pid=14056/tid=14057] ppid=14053 vsize=9625040 CPUtime=23.51 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) R 14053 14056 13098 0 -1 4202560 2469 0 1 0 2349 2 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804905319016 139804759631774 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14059] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14059/stat : 14059 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804877773864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14060] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14060/stat : 14060 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804748065704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14061] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14061/stat : 14061 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804747012904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14062] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14062/stat : 14062 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804745960104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14063] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14063/stat : 14063 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804744907304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14064] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14064/stat : 14064 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804743854504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14065] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14065/stat : 14065 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804406704424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14066] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14066/stat : 14066 (java) S 14053 14056 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804405651624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14067] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14067/stat : 14067 (java) S 14053 14056 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418082 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804393454568 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14068] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14068/stat : 14068 (java) S 14053 14056 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804392400632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14069] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14069/stat : 14069 (java) S 14053 14056 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804391347720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14070] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14070/stat : 14070 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804390296208 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14071] ppid=14053 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/14056/task/14071/stat : 14071 (java) S 14053 14056 13098 0 -1 4202560 4904 0 0 0 63 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804389243320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14072] ppid=14053 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/14056/task/14072/stat : 14072 (java) S 14053 14056 13098 0 -1 4202560 14124 0 0 0 99 3 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804388190520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14073] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14073/stat : 14073 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804387137912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14074] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14074/stat : 14074 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804386085320 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14075] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14075/stat : 14075 (java) S 14053 14056 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418112 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804385031848 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 9625040

[startup+24.0008 s]
/proc/loadavg: 2.16 2.06 1.75 3/213 14075
/proc/meminfo: memFree=31067004/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=9625040 CPUtime=25.66 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 22775 0 1 0 2560 6 0 0 20 0 19 0 36418080 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 2406260 39262 2271 9 0 2396937 0
[pid=14056/tid=14057] ppid=14053 vsize=9625040 CPUtime=23.91 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) R 14053 14056 13098 0 -1 4202560 2469 0 1 0 2389 2 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804905312000 139804759583813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14059] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14059/stat : 14059 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804877773864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14060] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14060/stat : 14060 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804748065704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14061] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14061/stat : 14061 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804747012904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14062] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14062/stat : 14062 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804745960104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14063] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14063/stat : 14063 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804744907304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14064] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14064/stat : 14064 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804743854504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14065] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14065/stat : 14065 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804406704424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14066] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14066/stat : 14066 (java) S 14053 14056 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804405651624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14067] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14067/stat : 14067 (java) S 14053 14056 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418082 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804393454568 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14068] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14068/stat : 14068 (java) S 14053 14056 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804392400632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14069] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14069/stat : 14069 (java) S 14053 14056 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804391347720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14070] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14070/stat : 14070 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804390296208 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14071] ppid=14053 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/14056/task/14071/stat : 14071 (java) S 14053 14056 13098 0 -1 4202560 4904 0 0 0 63 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804389243320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14072] ppid=14053 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/14056/task/14072/stat : 14072 (java) S 14053 14056 13098 0 -1 4202560 14124 0 0 0 99 3 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804388190520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14073] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14073/stat : 14073 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804387137912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14074] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14074/stat : 14074 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804386085320 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14075] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14075/stat : 14075 (java) S 14053 14056 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418112 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804385031848 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.66
Current children cumulated vsize (KiB) 9625040

[startup+24.1008 s]
/proc/loadavg: 2.16 2.06 1.75 3/213 14075
/proc/meminfo: memFree=31067004/32872528 swapFree=8292/8292
[pid=14056] ppid=14053 vsize=9625040 CPUtime=25.76 cores=0,2,4,6
/proc/14056/stat : 14056 (java) S 14053 14056 13098 0 -1 4202496 22775 0 1 0 2570 6 0 0 20 0 19 0 36418080 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 140735095530672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14056/statm: 2406260 39262 2271 9 0 2396937 0
[pid=14056/tid=14057] ppid=14053 vsize=9625040 CPUtime=24.01 cores=0,2,4,6
/proc/14056/task/14057/stat : 14057 (java) R 14053 14056 13098 0 -1 4202560 2469 0 1 0 2399 2 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804905312000 139804759615602 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14059] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14059/stat : 14059 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804877773864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14060] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14060/stat : 14060 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804748065704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14061] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14061/stat : 14061 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804747012904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14062] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14062/stat : 14062 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804745960104 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14063] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14063/stat : 14063 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804744907304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14064] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14064/stat : 14064 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804743854504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14056/tid=14065] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14065/stat : 14065 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804406704424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14066] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14066/stat : 14066 (java) S 14053 14056 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418081 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804405651624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14067] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14067/stat : 14067 (java) S 14053 14056 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418082 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804393454568 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14068] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14068/stat : 14068 (java) S 14053 14056 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804392400632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14069] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14069/stat : 14069 (java) S 14053 14056 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418083 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804391347720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14070] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14070/stat : 14070 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804390296208 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14071] ppid=14053 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/14056/task/14071/stat : 14071 (java) S 14053 14056 13098 0 -1 4202560 4904 0 0 0 63 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804389243320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14056/tid=14072] ppid=14053 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/14056/task/14072/stat : 14072 (java) S 14053 14056 13098 0 -1 4202560 14124 0 0 0 99 3 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804388190520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14073] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14073/stat : 14073 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804387137912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14056/tid=14074] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14074/stat : 14074 (java) S 14053 14056 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418085 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804386085320 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14056/tid=14075] ppid=14053 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14056/task/14075/stat : 14075 (java) S 14053 14056 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418112 9856040960 39262 33554432000 1073741824 1073778376 140735095539536 139804385031848 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.76
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 24.2093
CPU time (s): 25.8331
CPU user time (s): 25.7471
CPU system time (s): 0.085986
CPU usage (%): 106.707
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7471
system time used= 0.085986
maximum resident set size= 159156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22799
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 840
involuntary context switches= 63

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.161975 second user time and 0.227965 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:42:13
IDJOB=4109812
IDBENCH=78931
IDSOLVER=2551
FILE ID=node151/4109812-1466343733
RUNJOBID= node151-1466341797-13114
PBS_JOBID= 19922011
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900545610--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109812-1466343733/watcher-4109812-1466343733 -o /tmp/evaluation-result-4109812-1466343733/solver-4109812-1466343733 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109812-1466343733.wbo

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

MD5SUM BENCH= 81190eaa1a1e32ae5b8ead62e8a746de
RANDOM SEED=401456736

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31301480 kB
Buffers:          119784 kB
Cached:           197916 kB
SwapCached:         1712 kB
Active:           569928 kB
Inactive:         195352 kB
Active(anon):     446688 kB
Inactive(anon):     3280 kB
Active(file):     123240 kB
Inactive(file):   192072 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               920 kB
Writeback:             4 kB
AnonPages:        484220 kB
Mapped:            16508 kB
Shmem:                 0 kB
Slab:             638528 kB
SReclaimable:      81660 kB
SUnreclaim:       556868 kB
KernelStack:        1568 kB
PageTables:         5520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     910356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 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 node151 at 2016-06-19 15:42:37