Trace number 4110340

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 50.06 48.92

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900564824--soft-0-100-0.wbo
MD5SUM67acad5bcb13fd291a4cc974e7f18780
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark50.06
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
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-4110340-1466343878.wbo
0.10/0.10	c reading problem ... 
0.51/0.31	c ... done. Wall clock time 0.203s.
0.51/0.31	c declared #vars     231
0.51/0.31	c internal #vars     2938
0.51/0.31	c #constraints  2707
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.51/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.51/0.31	c 2707 constraints processed.
0.51/0.31	c objective function length is 2707 literals
0.80/0.49	c SATISFIABLE
0.80/0.49	c OPTIMIZING...
0.80/0.49	c Got one! Elapsed wall clock time (in seconds):0.384
0.80/0.49	o 606
1.09/0.52	c Got one! Elapsed wall clock time (in seconds):0.415
1.09/0.52	o 560
1.09/0.54	c Got one! Elapsed wall clock time (in seconds):0.431
1.09/0.54	o 556
1.09/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
1.09/0.57	o 232
1.09/0.58	c Got one! Elapsed wall clock time (in seconds):0.476
1.09/0.58	o 213
1.34/0.61	c Got one! Elapsed wall clock time (in seconds):0.51
1.34/0.61	o 188
1.34/0.67	c Got one! Elapsed wall clock time (in seconds):0.569
1.34/0.67	o 186
1.59/0.72	c Got one! Elapsed wall clock time (in seconds):0.618
1.59/0.72	o 182
1.59/0.75	c Got one! Elapsed wall clock time (in seconds):0.641
1.59/0.75	o 166
1.79/0.98	c Got one! Elapsed wall clock time (in seconds):0.871
1.79/0.98	o 158
2.00/1.14	c Got one! Elapsed wall clock time (in seconds):1.036
2.00/1.14	o 153
2.00/1.17	c Got one! Elapsed wall clock time (in seconds):1.066
2.00/1.17	o 150
2.11/1.22	c Got one! Elapsed wall clock time (in seconds):1.114
2.11/1.22	o 147
2.11/1.24	c Got one! Elapsed wall clock time (in seconds):1.133
2.11/1.24	o 145
2.11/1.25	c Got one! Elapsed wall clock time (in seconds):1.141
2.11/1.25	o 140
2.11/1.28	c Got one! Elapsed wall clock time (in seconds):1.171
2.11/1.28	o 133
2.20/1.31	c Got one! Elapsed wall clock time (in seconds):1.203
2.20/1.31	o 119
2.20/1.34	c Got one! Elapsed wall clock time (in seconds):1.235
2.20/1.34	o 114
2.32/1.41	c Got one! Elapsed wall clock time (in seconds):1.304
2.32/1.41	o 111
2.42/1.51	c Got one! Elapsed wall clock time (in seconds):1.406
2.42/1.51	o 108
2.42/1.57	c Got one! Elapsed wall clock time (in seconds):1.467
2.42/1.57	o 107
2.52/1.70	c Got one! Elapsed wall clock time (in seconds):1.592
2.52/1.70	o 100
2.72/1.84	c Got one! Elapsed wall clock time (in seconds):1.741
2.72/1.84	o 94
2.92/2.08	c Got one! Elapsed wall clock time (in seconds):1.977
2.92/2.08	o 73
3.02/2.13	c Got one! Elapsed wall clock time (in seconds):2.021
3.02/2.13	o 71
3.02/2.14	c Got one! Elapsed wall clock time (in seconds):2.031
3.02/2.14	o 69
3.23/2.32	c Got one! Elapsed wall clock time (in seconds):2.212
3.23/2.32	o 68
3.65/2.75	c cleaning 5642 clauses out of 11298 with flag 11793/11298
4.08/3.11	c Got one! Elapsed wall clock time (in seconds):3.004
4.08/3.11	o 66
4.58/3.61	c cleaning 5746 clauses out of 11491 with flag 24729/17133
4.79/3.87	c Got one! Elapsed wall clock time (in seconds):3.765
4.79/3.87	o 65
4.99/4.07	c Got one! Elapsed wall clock time (in seconds):3.962
4.99/4.07	o 57
5.40/4.50	c cleaning 6139 clauses out of 12298 with flag 21300/23686
6.52/5.51	c cleaning 6061 clauses out of 12158 with flag 68340/29685
7.13/6.18	c Got one! Elapsed wall clock time (in seconds):6.08
7.13/6.18	o 54
7.23/6.25	c Got one! Elapsed wall clock time (in seconds):6.145
7.23/6.25	o 51
7.33/6.35	c cleaning 5924 clauses out of 11856 with flag 5402/35444
7.44/6.46	c Got one! Elapsed wall clock time (in seconds):6.359
7.44/6.46	o 50
7.54/6.58	c Got one! Elapsed wall clock time (in seconds):6.474
7.54/6.58	o 48
7.97/6.93	c Got one! Elapsed wall clock time (in seconds):6.825
7.97/6.93	o 47
8.29/7.25	c cleaning 6776 clauses out of 13566 with flag 18328/43078
8.39/7.31	c Got one! Elapsed wall clock time (in seconds):7.203
8.39/7.31	o 45
8.59/7.53	c Got one! Elapsed wall clock time (in seconds):7.43
8.59/7.53	o 44
8.69/7.60	c Got one! Elapsed wall clock time (in seconds):7.497
8.69/7.60	o 40
8.69/7.69	c Got one! Elapsed wall clock time (in seconds):7.584
8.69/7.69	o 37
9.09/8.03	c Got one! Elapsed wall clock time (in seconds):7.928
9.09/8.03	o 36
9.09/8.09	c Got one! Elapsed wall clock time (in seconds):7.984
9.09/8.09	o 34
9.39/8.36	c cleaning 7516 clauses out of 15081 with flag 16220/51369
9.99/8.97	c Got one! Elapsed wall clock time (in seconds):8.864
9.99/8.97	o 31
10.69/9.63	c cleaning 9236 clauses out of 18473 with flag 43883/62277
11.39/10.38	c cleaning 7604 clauses out of 15237 with flag 102133/68277
12.19/11.19	c cleaning 7304 clauses out of 14633 with flag 171549/75277
13.29/12.26	c cleaning 7652 clauses out of 15331 with flag 263166/83279
14.58/13.52	c cleaning 8330 clauses out of 16677 with flag 355260/92277
15.18/14.16	c Got one! Elapsed wall clock time (in seconds):14.057
15.18/14.16	o 30
15.39/14.34	c Got one! Elapsed wall clock time (in seconds):14.24
15.39/14.34	o 27
15.90/14.85	c cleaning 9519 clauses out of 19043 with flag 32867/102973
16.60/15.53	c cleaning 7762 clauses out of 15526 with flag 88311/108975
17.40/16.33	c cleaning 7370 clauses out of 14761 with flag 162202/115972
18.30/17.26	c cleaning 7692 clauses out of 15392 with flag 245762/123973
18.30/17.29	c Got one! Elapsed wall clock time (in seconds):17.183
18.30/17.29	o 24
18.90/17.87	c cleaning 6441 clauses out of 12915 with flag 47248/129188
19.70/18.64	c cleaning 6225 clauses out of 12477 with flag 106874/135191
20.50/19.47	c cleaning 6617 clauses out of 13251 with flag 174543/142190
21.50/20.41	c cleaning 7306 clauses out of 14632 with flag 261932/150188
22.62/21.57	c cleaning 8161 clauses out of 16326 with flag 352661/159188
23.02/21.91	c Got one! Elapsed wall clock time (in seconds):21.804
23.02/21.91	o 23
23.23/22.11	c cleaning 6665 clauses out of 13342 with flag 14394/164365
23.23/22.14	c Got one! Elapsed wall clock time (in seconds):22.039
23.23/22.14	o 22
23.72/22.68	c cleaning 6029 clauses out of 12078 with flag 39450/169766
24.33/23.27	c cleaning 6011 clauses out of 12050 with flag 85754/175767
25.12/24.02	c cleaning 6514 clauses out of 13039 with flag 147735/182767
26.02/24.93	c cleaning 7257 clauses out of 14525 with flag 225013/190767
26.62/25.59	c Got one! Elapsed wall clock time (in seconds):25.481
26.62/25.59	o 20
27.22/26.17	c cleaning 8931 clauses out of 17888 with flag 43366/201387
27.92/26.81	c cleaning 7470 clauses out of 14958 with flag 98516/207388
28.63/27.59	c cleaning 7241 clauses out of 14488 with flag 162536/214388
29.52/28.45	c cleaning 7610 clauses out of 15247 with flag 231239/222388
29.82/28.71	c Got one! Elapsed wall clock time (in seconds):28.605
29.82/28.71	o 19
30.12/29.03	c cleaning 6591 clauses out of 13193 with flag 23224/227944
30.72/29.62	c Got one! Elapsed wall clock time (in seconds):29.519
30.72/29.62	o 17
30.72/29.65	c Got one! Elapsed wall clock time (in seconds):29.55
30.72/29.65	o 14
31.22/30.15	c cleaning 8851 clauses out of 17717 with flag 37916/239059
31.83/30.73	c cleaning 7430 clauses out of 14867 with flag 87767/245060
32.04/30.95	c Got one! Elapsed wall clock time (in seconds):30.846
32.04/30.95	o 13
32.24/31.19	c cleaning 6504 clauses out of 13023 with flag 19839/250646
32.74/31.67	c cleaning 6255 clauses out of 12523 with flag 63458/256650
33.34/32.26	c cleaning 6625 clauses out of 13269 with flag 111238/263651
33.64/32.53	c Got one! Elapsed wall clock time (in seconds):32.421
33.64/32.53	o 12
33.74/32.70	c cleaning 5928 clauses out of 11894 with flag 14435/268901
34.34/33.25	c cleaning 5969 clauses out of 11965 with flag 62712/274900
34.94/33.85	c cleaning 6494 clauses out of 12997 with flag 114987/281901
35.64/34.55	c cleaning 7247 clauses out of 14502 with flag 172278/289901
36.54/35.43	c cleaning 8118 clauses out of 16254 with flag 242432/298900
37.04/35.98	c Got one! Elapsed wall clock time (in seconds):35.876
37.04/35.98	o 11
37.55/36.48	c cleaning 9789 clauses out of 19591 with flag 35778/310355
38.14/37.06	c cleaning 7896 clauses out of 15802 with flag 82404/316356
38.24/37.13	c Got one! Elapsed wall clock time (in seconds):37.031
38.24/37.13	o 10
38.65/37.55	c cleaning 6912 clauses out of 13833 with flag 33357/322284
38.84/37.79	c Got one! Elapsed wall clock time (in seconds):37.687
38.84/37.79	o 9
39.04/37.98	c cleaning 6160 clauses out of 12327 with flag 14681/327690
39.54/38.49	c cleaning 6069 clauses out of 12167 with flag 52847/333690
40.14/39.05	c cleaning 6537 clauses out of 13097 with flag 98188/340689
40.87/39.73	c cleaning 7277 clauses out of 14559 with flag 155946/348689
41.66/40.50	c cleaning 8141 clauses out of 16286 with flag 213400/357693
42.56/41.42	c cleaning 9063 clauses out of 18142 with flag 278681/367690
43.07/41.91	c Got one! Elapsed wall clock time (in seconds):41.809
43.07/41.91	o 8
43.56/42.45	c cleaning 10035 clauses out of 20086 with flag 33265/378699
44.07/42.98	c cleaning 8012 clauses out of 16050 with flag 73429/384699
44.66/43.58	c cleaning 7509 clauses out of 15037 with flag 117118/391700
45.46/44.32	c cleaning 7755 clauses out of 15527 with flag 167275/399700
46.27/45.15	c cleaning 8377 clauses out of 16769 with flag 221709/408700
47.16/46.09	c cleaning 9191 clauses out of 18389 with flag 282639/418702
48.26/47.10	c cleaning 10085 clauses out of 20195 with flag 346959/429700
49.36/48.27	c cleaning 11031 clauses out of 22100 with flag 423834/441699
50.06/48.91	c starts		: 490
50.06/48.91	c conflicts		: 448455
50.06/48.91	c decisions		: 844420
50.06/48.91	c propagations		: 56408912
50.06/48.91	c inspects		: 511850418
50.06/48.91	c shortcuts		: 0
50.06/48.91	c learnt literals	: 43
50.06/48.91	c learnt binary clauses	: 75
50.06/48.91	c learnt ternary clauses	: 239
50.06/48.91	c learnt constraints	: 448411
50.06/48.91	c ignored constraints	: 0
50.06/48.91	c root simplifications	: 0
50.06/48.91	c removed literals (reason simplification)	: 0
50.06/48.91	c reason swapping (by a shorter reason)	: 0
50.06/48.91	c Calls to reduceDB	: 58
50.06/48.91	c Number of update (reduction) of LBD	: 205670
50.06/48.91	c Imported unit clauses	: 0
50.06/48.91	c number of reductions to clauses (during analyze)	: 0
50.06/48.91	c number of learned constraints concerned by reduction	: 0
50.06/48.91	c number of learning phase by resolution	: 0
50.06/48.91	c number of learning phase by cutting planes	: 0
50.06/48.91	c speed (assignments/second)	: 1160939.9658358889
50.06/48.91	c non guided choices	6946
50.06/48.91	c learnt constraints type 
50.06/48.91	s OPTIMUM FOUND
50.06/48.91	c Found 57 solution(s)
50.06/48.91	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 
50.06/48.91	c objective function=8
50.06/48.91	c Total wall clock time (in seconds): 48.809

Verifier Data

OK	8

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

pid=14638
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.19 2.09 1.80 3/194 14641
/proc/meminfo: memFree=30998004/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/14641/stat : 14641 (java) R 14638 14641 13098 0 -1 4202496 1138 0 0 0 0 0 0 0 20 0 1 0 36432584 23793664 787 33554432000 1073741824 1073778376 140737457012528 140737457001592 140506072060752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 5809 802 596 9 0 128 0

[startup+0.10016 s]
/proc/loadavg: 2.19 2.09 1.80 3/194 14641
/proc/meminfo: memFree=30998004/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14641/stat : 14641 (java) S 14638 14641 13098 0 -1 4202496 4460 0 1 0 9 1 0 0 20 0 18 0 36432584 9787879424 6080 33554432000 1073741824 1073778376 140737457012528 140737457003664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 2389619 6080 2147 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.19 2.09 1.80 3/194 14641
/proc/meminfo: memFree=30998004/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/14641/stat : 14641 (java) S 14638 14641 13098 0 -1 4202496 4798 0 1 0 25 1 0 0 20 0 18 0 36432584 9787879424 6851 33554432000 1073741824 1073778376 140737457012528 140737457003664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 2389619 6851 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 2.19 2.09 1.80 3/194 14641
/proc/meminfo: memFree=30998004/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/14641/stat : 14641 (java) S 14638 14641 13098 0 -1 4202496 6703 0 1 0 49 2 0 0 20 0 18 0 36432584 9787879424 8879 33554432000 1073741824 1073778376 140737457012528 140737457003664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 2389619 8879 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 2.19 2.09 1.80 3/194 14641
/proc/meminfo: memFree=30998004/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=9625040 CPUtime=1.59 cores=0,2,4,6
/proc/14641/stat : 14641 (java) S 14638 14641 13098 0 -1 4202496 10421 0 1 0 157 2 0 0 20 0 19 0 36432584 9856040960 12357 33554432000 1073741824 1073778376 140737457012528 140737457003664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 2406260 12357 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.19 2.09 1.80 3/213 14660
/proc/meminfo: memFree=30952184/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/14641/stat : 14641 (java) S 14638 14641 13098 0 -1 4202496 10432 0 1 0 239 3 0 0 20 0 19 0 36432584 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140737457003664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 2406260 15944 2272 9 0 2396937 0
[pid=14641/tid=14642] ppid=14638 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/14641/task/14642/stat : 14642 (java) R 14638 14641 13098 0 -1 4202560 2419 0 1 0 145 2 0 0 20 0 19 0 36432584 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140506065476008 140505913030048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14644] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14644/stat : 14644 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140506037930920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14645] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14645/stat : 14645 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140506036878376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14646] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14646/stat : 14646 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140506035825320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14647] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14647/stat : 14647 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140506034772776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14648] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14648/stat : 14648 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140506033719720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14649] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14649/stat : 14649 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140506032667176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14650] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14650/stat : 14650 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140506031614120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14651] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14651/stat : 14651 (java) S 14638 14641 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140505901476136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14652] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14652/stat : 14652 (java) S 14638 14641 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140505418529640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14653] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14653/stat : 14653 (java) S 14638 14641 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140505417475960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14654] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14654/stat : 14654 (java) S 14638 14641 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140505416422792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14655] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14655/stat : 14655 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140505415371536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14656] ppid=14638 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/14641/task/14656/stat : 14656 (java) S 14638 14641 13098 0 -1 4202560 3670 0 0 0 45 0 0 0 20 0 19 0 36432589 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140505414318392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14657] ppid=14638 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/14641/task/14657/stat : 14657 (java) S 14638 14641 13098 0 -1 4202560 3065 0 0 0 45 0 0 0 20 0 19 0 36432589 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140505413265848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14658] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14658/stat : 14658 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140505412212984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14659] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14659/stat : 14659 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140505411160648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14660] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14660/stat : 14660 (java) S 14638 14641 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36432616 9856040960 15944 33554432000 1073741824 1073778376 140737457012528 140505410106920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.17 2.09 1.80 3/213 14660
/proc/meminfo: memFree=30935712/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=9625040 CPUtime=4.08 cores=0,2,4,6
/proc/14641/stat : 14641 (java) S 14638 14641 13098 0 -1 4202496 10444 0 1 0 405 3 0 0 20 0 19 0 36432584 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140737457003664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 2406260 17996 2276 9 0 2396937 0
[pid=14641/tid=14642] ppid=14638 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/14641/task/14642/stat : 14642 (java) R 14638 14641 13098 0 -1 4202560 2425 0 1 0 305 2 0 0 20 0 19 0 36432584 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140506065478184 140505913060285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14644] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14644/stat : 14644 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140506037930920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14645] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14645/stat : 14645 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140506036878376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14646] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14646/stat : 14646 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140506035825320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14647] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14647/stat : 14647 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140506034772776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14648] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14648/stat : 14648 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140506033719720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14649] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14649/stat : 14649 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140506032667176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14650] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14650/stat : 14650 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140506031614120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14651] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14651/stat : 14651 (java) S 14638 14641 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140505901476136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14652] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14652/stat : 14652 (java) S 14638 14641 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140505418529640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14653] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14653/stat : 14653 (java) S 14638 14641 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140505417475960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14654] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14654/stat : 14654 (java) S 14638 14641 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140505416422792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14655] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14655/stat : 14655 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140505415371536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14656] ppid=14638 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/14641/task/14656/stat : 14656 (java) S 14638 14641 13098 0 -1 4202560 3674 0 0 0 50 0 0 0 20 0 19 0 36432589 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140505414318392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14657] ppid=14638 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/14641/task/14657/stat : 14657 (java) S 14638 14641 13098 0 -1 4202560 3067 0 0 0 47 0 0 0 20 0 19 0 36432589 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140505413265848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14658] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14658/stat : 14658 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140505412212984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14659] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14659/stat : 14659 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140505411160648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14660] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14660/stat : 14660 (java) S 14638 14641 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36432616 9856040960 17996 33554432000 1073741824 1073778376 140737457012528 140505410106920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.17 2.09 1.80 3/213 14660
/proc/meminfo: memFree=30923220/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=9625040 CPUtime=7.33 cores=0,2,4,6
/proc/14641/stat : 14641 (java) S 14638 14641 13098 0 -1 4202496 10453 0 1 0 730 3 0 0 20 0 19 0 36432584 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140737457003664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 2406260 21039 2277 9 0 2396937 0
[pid=14641/tid=14642] ppid=14638 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/14641/task/14642/stat : 14642 (java) R 14638 14641 13098 0 -1 4202560 2433 0 1 0 624 2 0 0 20 0 19 0 36432584 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140506065477960 140505913059855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14644] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14644/stat : 14644 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140506037930920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14645] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14645/stat : 14645 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140506036878376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14646] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14646/stat : 14646 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140506035825320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14647] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14647/stat : 14647 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140506034772776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14648] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14648/stat : 14648 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140506033719720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14649] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14649/stat : 14649 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140506032667176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14650] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14650/stat : 14650 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140506031614120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14651] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14651/stat : 14651 (java) S 14638 14641 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140505901476136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14652] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14652/stat : 14652 (java) S 14638 14641 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140505418529640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14653] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14653/stat : 14653 (java) S 14638 14641 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140505417475960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14654] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14654/stat : 14654 (java) S 14638 14641 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140505416422792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14655] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14655/stat : 14655 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140505415371536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14656] ppid=14638 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/14641/task/14656/stat : 14656 (java) S 14638 14641 13098 0 -1 4202560 3674 0 0 0 50 0 0 0 20 0 19 0 36432589 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140505414318392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14657] ppid=14638 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/14641/task/14657/stat : 14657 (java) S 14638 14641 13098 0 -1 4202560 3067 0 0 0 52 0 0 0 20 0 19 0 36432589 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140505413265848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14658] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14658/stat : 14658 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140505412212984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14659] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14659/stat : 14659 (java) S 14638 14641 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140505411160648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14660] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14660/stat : 14660 (java) S 14638 14641 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36432616 9856040960 21039 33554432000 1073741824 1073778376 140737457012528 140505410106920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9625040


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

[pid=14641/tid=14653] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14653/stat : 14653 (java) S 14638 14641 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505417475960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14654] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14654/stat : 14654 (java) S 14638 14641 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505416422792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14655] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14655/stat : 14655 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505415371536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14656] ppid=14638 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/14641/task/14656/stat : 14656 (java) S 14638 14641 13098 0 -1 4202560 3677 0 0 0 60 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505414318392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14657] ppid=14638 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/14641/task/14657/stat : 14657 (java) S 14638 14641 13098 0 -1 4202560 3067 0 0 0 53 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505413265848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14658] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14658/stat : 14658 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505412212984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14659] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14659/stat : 14659 (java) S 14638 14641 13098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505411160648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14660] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14660/stat : 14660 (java) S 14638 14641 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36432616 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505410106920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.16
Current children cumulated vsize (KiB) 9625040

[startup+48.4007 s]
/proc/loadavg: 2.08 2.07 1.81 3/213 14661
/proc/meminfo: memFree=30837924/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=9625040 CPUtime=49.57 cores=0,2,4,6
/proc/14641/stat : 14641 (java) S 14638 14641 13098 0 -1 4202496 10531 0 1 0 4952 5 0 0 20 0 19 0 36432584 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140737457003664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 2406260 41541 2291 9 0 2396937 0
[pid=14641/tid=14642] ppid=14638 vsize=9625040 CPUtime=48.25 cores=0,2,4,6
/proc/14641/task/14642/stat : 14642 (java) R 14638 14641 13098 0 -1 4202560 2479 0 1 0 4823 2 0 0 20 0 19 0 36432584 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506065469184 140505913010791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14644] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14644/stat : 14644 (java) S 14638 14641 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506037930920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14645] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14645/stat : 14645 (java) S 14638 14641 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506036878376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14646] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14646/stat : 14646 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506035825320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14647] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14647/stat : 14647 (java) S 14638 14641 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506034772776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14648] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14648/stat : 14648 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506033719720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14649] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14649/stat : 14649 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506032667176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14650] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14650/stat : 14650 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506031614120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14651] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14651/stat : 14651 (java) S 14638 14641 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505901476136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14652] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14652/stat : 14652 (java) S 14638 14641 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505418529640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14653] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14653/stat : 14653 (java) S 14638 14641 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505417475960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14654] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14654/stat : 14654 (java) S 14638 14641 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505416422792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14655] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14655/stat : 14655 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505415371536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14656] ppid=14638 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/14641/task/14656/stat : 14656 (java) S 14638 14641 13098 0 -1 4202560 3677 0 0 0 60 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505414318392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14657] ppid=14638 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/14641/task/14657/stat : 14657 (java) S 14638 14641 13098 0 -1 4202560 3067 0 0 0 53 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505413265848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14658] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14658/stat : 14658 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505412212984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14659] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14659/stat : 14659 (java) S 14638 14641 13098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505411160648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14660] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14660/stat : 14660 (java) S 14638 14641 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36432616 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505410106920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.57
Current children cumulated vsize (KiB) 9625040

[startup+48.8007 s]
/proc/loadavg: 2.08 2.07 1.81 3/213 14661
/proc/meminfo: memFree=30837924/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=9625040 CPUtime=49.96 cores=0,2,4,6
/proc/14641/stat : 14641 (java) S 14638 14641 13098 0 -1 4202496 10531 0 1 0 4991 5 0 0 20 0 19 0 36432584 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140737457003664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 2406260 41541 2291 9 0 2396937 0
[pid=14641/tid=14642] ppid=14638 vsize=9625040 CPUtime=48.64 cores=0,2,4,6
/proc/14641/task/14642/stat : 14642 (java) R 14638 14641 13098 0 -1 4202560 2479 0 1 0 4862 2 0 0 20 0 19 0 36432584 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506065469184 140505913060285 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14644] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14644/stat : 14644 (java) S 14638 14641 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506037930920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14645] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14645/stat : 14645 (java) S 14638 14641 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506036878376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14646] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14646/stat : 14646 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506035825320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14647] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14647/stat : 14647 (java) S 14638 14641 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506034772776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14648] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14648/stat : 14648 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506033719720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14649] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14649/stat : 14649 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506032667176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14650] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14650/stat : 14650 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506031614120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14651] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14651/stat : 14651 (java) S 14638 14641 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505901476136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14652] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14652/stat : 14652 (java) S 14638 14641 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505418529640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14653] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14653/stat : 14653 (java) S 14638 14641 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505417475960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14654] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14654/stat : 14654 (java) S 14638 14641 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505416422792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14655] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14655/stat : 14655 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505415371536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14656] ppid=14638 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/14641/task/14656/stat : 14656 (java) S 14638 14641 13098 0 -1 4202560 3677 0 0 0 60 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505414318392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14657] ppid=14638 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/14641/task/14657/stat : 14657 (java) S 14638 14641 13098 0 -1 4202560 3067 0 0 0 53 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505413265848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14658] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14658/stat : 14658 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505412212984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14659] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14659/stat : 14659 (java) S 14638 14641 13098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505411160648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14660] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14660/stat : 14660 (java) S 14638 14641 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36432616 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505410106920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 9625040

[startup+48.9007 s]
/proc/loadavg: 2.08 2.07 1.81 3/213 14661
/proc/meminfo: memFree=30837924/32872528 swapFree=8292/8292
[pid=14641] ppid=14638 vsize=9625040 CPUtime=50.06 cores=0,2,4,6
/proc/14641/stat : 14641 (java) S 14638 14641 13098 0 -1 4202496 10531 0 1 0 5001 5 0 0 20 0 19 0 36432584 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140737457003664 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14641/statm: 2406260 41541 2291 9 0 2396937 0
[pid=14641/tid=14642] ppid=14638 vsize=9625040 CPUtime=48.74 cores=0,2,4,6
/proc/14641/task/14642/stat : 14642 (java) R 14638 14641 13098 0 -1 4202560 2479 0 1 0 4872 2 0 0 20 0 19 0 36432584 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506065469184 140505913030885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14644] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14644/stat : 14644 (java) S 14638 14641 13098 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506037930920 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14645] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14645/stat : 14645 (java) S 14638 14641 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506036878376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14646] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14646/stat : 14646 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506035825320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14647] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14647/stat : 14647 (java) S 14638 14641 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506034772776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14648] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14648/stat : 14648 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506033719720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14649] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14649/stat : 14649 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506032667176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14650] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14650/stat : 14650 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140506031614120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14641/tid=14651] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14651/stat : 14651 (java) S 14638 14641 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432585 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505901476136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14652] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14652/stat : 14652 (java) S 14638 14641 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36432586 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505418529640 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14653] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14653/stat : 14653 (java) S 14638 14641 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505417475960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14654] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14654/stat : 14654 (java) S 14638 14641 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36432587 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505416422792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14655] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14655/stat : 14655 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505415371536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14641/tid=14656] ppid=14638 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/14641/task/14656/stat : 14656 (java) S 14638 14641 13098 0 -1 4202560 3677 0 0 0 60 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505414318392 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14657] ppid=14638 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/14641/task/14657/stat : 14657 (java) S 14638 14641 13098 0 -1 4202560 3067 0 0 0 53 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505413265848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14658] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14658/stat : 14658 (java) S 14638 14641 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505412212984 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14641/tid=14659] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14659/stat : 14659 (java) S 14638 14641 13098 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36432589 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505411160648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14641/tid=14660] ppid=14638 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14641/task/14660/stat : 14660 (java) S 14638 14641 13098 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36432616 9856040960 41541 33554432000 1073741824 1073778376 140737457012528 140505410106920 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14641 and gives
#  childrusage.ru_utime.tv_sec=49
#  childrusage.ru_utime.tv_usec=894414
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=50992
# CPU time returned by wait4() is 49.9454
# while last known CPU time is 50.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 48.92
CPU time (s): 50.06
CPU user time (s): 50.01
CPU system time (s): 0.05
CPU usage (%): 102.33
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.8944
system time used= 0.050992
maximum resident set size= 166224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10554
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1360
involuntary context switches= 85

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.12798 second user time and 0.205968 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:44:38
IDJOB=4110340
IDBENCH=79264
IDSOLVER=2551
FILE ID=node151/4110340-1466343878
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/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900564824--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110340-1466343878/watcher-4110340-1466343878 -o /tmp/evaluation-result-4110340-1466343878/solver-4110340-1466343878 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110340-1466343878.wbo

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

MD5SUM BENCH= 67acad5bcb13fd291a4cc974e7f18780
RANDOM SEED=958274193

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:        30997896 kB
Buffers:          120268 kB
Cached:           198412 kB
SwapCached:         1712 kB
Active:           894244 kB
Inactive:         196004 kB
Active(anon):     770656 kB
Inactive(anon):     3280 kB
Active(file):     123588 kB
Inactive(file):   192724 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               620 kB
Writeback:             0 kB
AnonPages:        785544 kB
Mapped:            16496 kB
Shmem:                 0 kB
Slab:             638620 kB
SReclaimable:      81768 kB
SUnreclaim:       556852 kB
KernelStack:        1656 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1020196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    747520 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:45:27