Trace number 4109816

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 30.0214 27.4718

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900566157--soft-33-100-0.wbo
MD5SUMcfec29cd05a8fe08303725dcbadc3399
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark23.0545
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 constraints1804
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 90822
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90821
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4109816-1466343735.wbo
0.09/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.198s.
0.47/0.31	c declared #vars     231
0.47/0.31	c internal #vars     2035
0.47/0.31	c #constraints  2707
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.47/0.31	c 2707 constraints processed.
0.47/0.31	c objective function length is 1804 literals
0.72/0.47	c SATISFIABLE
0.72/0.47	c OPTIMIZING...
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.359
0.72/0.47	o 582
1.02/0.51	c Got one! Elapsed wall clock time (in seconds):0.402
1.02/0.51	o 556
1.02/0.54	c Got one! Elapsed wall clock time (in seconds):0.424
1.02/0.54	o 375
1.02/0.56	c Got one! Elapsed wall clock time (in seconds):0.447
1.02/0.56	o 366
1.02/0.59	c Got one! Elapsed wall clock time (in seconds):0.478
1.02/0.59	o 365
1.32/0.61	c Got one! Elapsed wall clock time (in seconds):0.501
1.32/0.61	o 364
1.32/0.63	c Got one! Elapsed wall clock time (in seconds):0.513
1.32/0.63	o 355
1.32/0.66	c Got one! Elapsed wall clock time (in seconds):0.547
1.32/0.66	o 351
1.62/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.62/0.74	o 347
1.62/0.75	c Got one! Elapsed wall clock time (in seconds):0.633
1.62/0.75	o 345
1.62/0.76	c Got one! Elapsed wall clock time (in seconds):0.652
1.62/0.76	o 344
1.62/0.77	c Got one! Elapsed wall clock time (in seconds):0.66
1.62/0.77	o 341
1.62/0.78	c Got one! Elapsed wall clock time (in seconds):0.667
1.62/0.78	o 314
1.62/0.79	c Got one! Elapsed wall clock time (in seconds):0.679
1.62/0.79	o 313
1.77/0.87	c Got one! Elapsed wall clock time (in seconds):0.755
1.77/0.87	o 312
1.77/0.89	c Got one! Elapsed wall clock time (in seconds):0.781
1.77/0.89	o 310
1.88/0.90	c Got one! Elapsed wall clock time (in seconds):0.79
1.88/0.90	o 306
1.88/0.91	c Got one! Elapsed wall clock time (in seconds):0.794
1.88/0.91	o 305
1.88/0.91	c Got one! Elapsed wall clock time (in seconds):0.802
1.88/0.91	o 303
2.49/1.51	c Got one! Elapsed wall clock time (in seconds):1.402
2.49/1.51	o 302
2.49/1.52	c Got one! Elapsed wall clock time (in seconds):1.41
2.49/1.52	o 292
2.49/1.53	c Got one! Elapsed wall clock time (in seconds):1.416
2.49/1.53	o 286
2.49/1.54	c Got one! Elapsed wall clock time (in seconds):1.426
2.49/1.54	o 285
2.49/1.54	c Got one! Elapsed wall clock time (in seconds):1.431
2.49/1.54	o 279
2.49/1.55	c Got one! Elapsed wall clock time (in seconds):1.437
2.49/1.55	o 274
2.49/1.56	c Got one! Elapsed wall clock time (in seconds):1.448
2.49/1.56	o 249
2.89/1.92	c cleaning 4607 clauses out of 9214 with flag 10697/9214
2.89/1.94	c Got one! Elapsed wall clock time (in seconds):1.832
2.89/1.94	o 246
3.35/2.31	c Got one! Elapsed wall clock time (in seconds):2.201
3.35/2.31	o 244
3.35/2.36	c Got one! Elapsed wall clock time (in seconds):2.249
3.35/2.36	o 215
3.64/2.68	c Got one! Elapsed wall clock time (in seconds):2.572
3.64/2.68	o 199
3.74/2.74	c Got one! Elapsed wall clock time (in seconds):2.63
3.74/2.74	o 191
3.84/2.85	c Got one! Elapsed wall clock time (in seconds):2.736
3.84/2.85	o 188
3.84/2.85	c Got one! Elapsed wall clock time (in seconds):2.74
3.84/2.85	o 187
3.84/2.88	c Got one! Elapsed wall clock time (in seconds):2.765
3.84/2.88	o 184
3.84/2.89	c Got one! Elapsed wall clock time (in seconds):2.782
3.84/2.89	o 182
4.04/3.08	c cleaning 6139 clauses out of 12294 with flag 4663/16901
4.42/3.23	c Got one! Elapsed wall clock time (in seconds):3.115
4.42/3.23	o 168
4.80/3.42	c Got one! Elapsed wall clock time (in seconds):3.312
4.80/3.42	o 165
4.80/3.45	c Got one! Elapsed wall clock time (in seconds):3.342
4.80/3.45	o 163
4.80/3.48	c Got one! Elapsed wall clock time (in seconds):3.363
4.80/3.48	o 162
4.89/3.59	c Got one! Elapsed wall clock time (in seconds):3.477
4.89/3.59	o 160
5.09/3.72	c Got one! Elapsed wall clock time (in seconds):3.605
5.09/3.72	o 151
5.19/3.90	c Got one! Elapsed wall clock time (in seconds):3.784
5.19/3.90	o 141
5.29/3.91	c Got one! Elapsed wall clock time (in seconds):3.795
5.29/3.91	o 140
5.29/3.96	c Got one! Elapsed wall clock time (in seconds):3.846
5.29/3.96	o 116
5.51/4.16	c Got one! Elapsed wall clock time (in seconds):4.043
5.51/4.16	o 99
5.83/4.45	c cleaning 7668 clauses out of 15341 with flag 14951/26087
5.83/4.48	c Got one! Elapsed wall clock time (in seconds):4.369
5.83/4.48	o 89
6.10/4.57	c Got one! Elapsed wall clock time (in seconds):4.459
6.10/4.57	o 88
6.28/4.62	c Got one! Elapsed wall clock time (in seconds):4.511
6.28/4.62	o 87
6.41/4.71	c Got one! Elapsed wall clock time (in seconds):4.599
6.41/4.71	o 83
6.61/4.90	c Got one! Elapsed wall clock time (in seconds):4.79
6.61/4.90	o 80
6.71/5.10	c Got one! Elapsed wall clock time (in seconds):4.984
6.71/5.10	o 76
6.91/5.29	c Got one! Elapsed wall clock time (in seconds):5.178
6.91/5.29	o 72
7.22/5.52	c Got one! Elapsed wall clock time (in seconds):5.406
7.22/5.52	o 54
7.32/5.66	c cleaning 8886 clauses out of 17788 with flag 7904/36202
7.88/5.97	c Got one! Elapsed wall clock time (in seconds):5.855
7.88/5.97	o 53
8.01/6.03	c Got one! Elapsed wall clock time (in seconds):5.921
8.01/6.03	o 52
8.21/6.26	c cleaning 7272 clauses out of 14566 with flag 14612/41866
9.14/6.74	c Got one! Elapsed wall clock time (in seconds):6.627
9.14/6.74	o 45
9.23/6.84	c cleaning 6474 clauses out of 12960 with flag 7617/47532
9.44/7.09	c Got one! Elapsed wall clock time (in seconds):6.977
9.44/7.09	o 44
9.65/7.27	c cleaning 5830 clauses out of 11672 with flag 15538/52718
9.65/7.29	c Got one! Elapsed wall clock time (in seconds):7.181
9.65/7.29	o 25
9.95/7.59	c Got one! Elapsed wall clock time (in seconds):7.479
9.95/7.59	o 18
10.16/7.73	c cleaning 6001 clauses out of 12023 with flag 17840/58899
10.56/8.11	c cleaning 6000 clauses out of 12020 with flag 65885/64897
10.96/8.56	c cleaning 6502 clauses out of 13020 with flag 120645/71897
11.56/9.10	c cleaning 7240 clauses out of 14518 with flag 188194/79897
11.66/9.26	c Got one! Elapsed wall clock time (in seconds):9.145
11.66/9.26	o 17
11.79/9.39	c Got one! Elapsed wall clock time (in seconds):9.28
11.79/9.39	o 14
11.89/9.47	c cleaning 6481 clauses out of 12983 with flag 9779/85602
12.29/9.87	c cleaning 6234 clauses out of 12500 with flag 65614/91600
12.29/9.90	c Got one! Elapsed wall clock time (in seconds):9.788
12.29/9.90	o 11
12.61/10.18	c cleaning 5856 clauses out of 11738 with flag 37724/97072
13.01/10.53	c cleaning 5930 clauses out of 11883 with flag 86187/103073
13.21/10.78	c Got one! Elapsed wall clock time (in seconds):10.667
13.21/10.78	o 9
13.30/10.81	c Got one! Elapsed wall clock time (in seconds):10.702
13.30/10.81	o 7
13.30/10.85	c Got one! Elapsed wall clock time (in seconds):10.741
13.30/10.85	o 6
13.40/10.92	c cleaning 6277 clauses out of 12562 with flag 7821/109682
13.70/11.27	c cleaning 6135 clauses out of 12284 with flag 53022/115681
14.20/11.71	c cleaning 6565 clauses out of 13147 with flag 116031/122679
14.50/12.01	c Got one! Elapsed wall clock time (in seconds):11.902
14.50/12.01	o 5
14.80/12.39	c cleaning 8491 clauses out of 16985 with flag 47199/133082
15.30/12.83	c cleaning 7246 clauses out of 14495 with flag 110230/139083
15.81/13.30	c cleaning 7110 clauses out of 14247 with flag 181724/146081
16.30/13.89	c cleaning 7565 clauses out of 15137 with flag 268280/154081
17.00/14.56	c cleaning 8274 clauses out of 16571 with flag 356859/163081
17.92/15.41	c cleaning 9139 clauses out of 18297 with flag 458194/173081
18.81/16.38	c cleaning 10077 clauses out of 20158 with flag 571858/184081
19.61/17.14	c Got one! Elapsed wall clock time (in seconds):17.03
19.61/17.14	o 4
20.12/17.68	c cleaning 11997 clauses out of 24000 with flag 46524/198001
20.71/18.23	c cleaning 8980 clauses out of 18002 with flag 108818/204000
21.32/18.84	c cleaning 8002 clauses out of 16022 with flag 178944/211000
22.01/19.52	c cleaning 7997 clauses out of 16017 with flag 253673/218997
22.51/20.07	c Got one! Elapsed wall clock time (in seconds):19.96
22.51/20.07	o 3
23.01/20.56	c cleaning 9771 clauses out of 19542 with flag 41821/230519
23.52/21.06	c cleaning 7882 clauses out of 15769 with flag 87327/236518
24.11/21.67	c cleaning 7434 clauses out of 14888 with flag 142831/243519
24.81/22.34	c cleaning 7723 clauses out of 15452 with flag 198857/251517
25.51/23.08	c cleaning 8351 clauses out of 16729 with flag 254932/260517
26.02/23.52	c Got one! Elapsed wall clock time (in seconds):23.406
26.02/23.52	o 1
26.51/24.02	c cleaning 9561 clauses out of 19158 with flag 30729/271297
27.01/24.58	c cleaning 7795 clauses out of 15595 with flag 72078/277295
27.71/25.22	c cleaning 7392 clauses out of 14801 with flag 116879/284296
28.32/25.85	c cleaning 7700 clauses out of 15408 with flag 159012/292295
29.12/26.60	c cleaning 8351 clauses out of 16710 with flag 211080/301297
29.72/27.26	c cleaning 9177 clauses out of 18357 with flag 272394/311296
29.94/27.45	c starts		: 171
29.94/27.45	c conflicts		: 317355
29.94/27.45	c decisions		: 594781
29.94/27.45	c propagations		: 28886071
29.94/27.45	c inspects		: 334599422
29.94/27.45	c shortcuts		: 0
29.94/27.45	c learnt literals	: 16
29.94/27.45	c learnt binary clauses	: 43
29.94/27.45	c learnt ternary clauses	: 275
29.94/27.45	c learnt constraints	: 317338
29.94/27.45	c ignored constraints	: 0
29.94/27.45	c root simplifications	: 0
29.94/27.45	c removed literals (reason simplification)	: 0
29.94/27.45	c reason swapping (by a shorter reason)	: 0
29.94/27.45	c Calls to reduceDB	: 40
29.94/27.45	c Number of update (reduction) of LBD	: 124925
29.94/27.45	c Imported unit clauses	: 0
29.94/27.45	c number of reductions to clauses (during analyze)	: 0
29.94/27.45	c number of learned constraints concerned by reduction	: 0
29.94/27.45	c number of learning phase by resolution	: 0
29.94/27.45	c number of learning phase by cutting planes	: 0
29.94/27.45	c speed (assignments/second)	: 1064728.0132694435
29.94/27.45	c non guided choices	8917
29.94/27.45	c learnt constraints type 
29.94/27.45	s OPTIMUM FOUND
29.94/27.45	c Found 69 solution(s)
29.94/27.45	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 
29.94/27.45	c objective function=1
29.94/27.45	c Total wall clock time (in seconds): 27.341

Verifier Data

OK	1

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-4109816-1466343735/watcher-4109816-1466343735 -o /tmp/evaluation-result-4109816-1466343735/solver-4109816-1466343735 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109816-1466343735.wbo 

pid=454
running on 4 cores: 1,3,5,7

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.26 2.20 1.84 3/193 457
/proc/meminfo: memFree=30331228/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/457/stat : 457 (java) D 454 457 32093 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 36419135 9515008 176 33554432000 1073741824 1073778376 140736104218224 140736104200952 206629061520 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/457/statm: 2323 176 133 9 0 71 0

[startup+0.100162 s]
/proc/loadavg: 2.26 2.20 1.84 3/193 457
/proc/meminfo: memFree=30331228/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/457/stat : 457 (java) S 454 457 32093 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 36419135 9787879424 6021 33554432000 1073741824 1073778376 140733281853008 140733281844144 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/457/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 2.26 2.20 1.84 3/193 457
/proc/meminfo: memFree=30331228/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/457/stat : 457 (java) S 454 457 32093 0 -1 4202496 4762 0 1 0 23 1 0 0 20 0 18 0 36419135 9787879424 6821 33554432000 1073741824 1073778376 140733281853008 140733281844144 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/457/statm: 2389619 6821 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300243 s]
/proc/loadavg: 2.26 2.20 1.84 3/193 457
/proc/meminfo: memFree=30331228/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/457/stat : 457 (java) S 454 457 32093 0 -1 4202496 5830 0 1 0 45 2 0 0 20 0 18 0 36419135 9787879424 8255 33554432000 1073741824 1073778376 140733281853008 140733281844144 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/457/statm: 2389619 8255 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700191 s]
/proc/loadavg: 2.26 2.20 1.84 3/193 457
/proc/meminfo: memFree=30331228/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/457/stat : 457 (java) S 454 457 32093 0 -1 4202496 13510 0 1 0 159 3 0 0 20 0 19 0 36419135 9856040960 13664 33554432000 1073741824 1073778376 140733281853008 140733281844144 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/457/statm: 2406260 13664 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.26 2.20 1.84 3/213 477
/proc/meminfo: memFree=30277072/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9625040 CPUtime=2.49 cores=1,3,5,7
/proc/457/stat : 457 (java) S 454 457 32093 0 -1 4202496 13520 0 1 0 246 3 0 0 20 0 19 0 36419135 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 140733281844144 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/457/statm: 2406260 15606 2264 9 0 2396937 0
[pid=457/tid=459] ppid=454 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/457/task/459/stat : 459 (java) R 454 457 32093 0 -1 4202560 2426 0 1 0 145 2 0 0 20 0 19 0 36419136 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139839046132200 139838918237996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=457/tid=460] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/460/stat : 460 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838889868200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=461] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/461/stat : 461 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838888815656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=462] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/462/stat : 462 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838887762600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=463] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/463/stat : 463 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838886710056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=457/tid=464] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/464/stat : 464 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838885657000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=465] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/465/stat : 465 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838884604456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=457/tid=466] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/466/stat : 466 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838883551400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=467] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/467/stat : 467 (java) S 454 457 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838882498856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=468] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/468/stat : 468 (java) S 454 457 32093 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36419138 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838870301544 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=469] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/469/stat : 469 (java) S 454 457 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838869247864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=470] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/470/stat : 470 (java) S 454 457 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838868194696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=471] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/471/stat : 471 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838867143440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=472] ppid=454 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/457/task/472/stat : 472 (java) S 454 457 32093 0 -1 4202560 5460 0 0 0 47 0 0 0 20 0 19 0 36419141 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838866090296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=473] ppid=454 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/457/task/473/stat : 473 (java) S 454 457 32093 0 -1 4202560 4356 0 0 0 52 0 0 0 20 0 19 0 36419141 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838865037752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=474] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/474/stat : 474 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838863984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=475] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/475/stat : 475 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838862932552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=476] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/476/stat : 476 (java) S 454 457 32093 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419167 9856040960 15606 33554432000 1073741824 1073778376 140733281853008 139838861878824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.10068 s]
/proc/loadavg: 2.24 2.20 1.84 3/213 477
/proc/meminfo: memFree=30270424/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/457/stat : 457 (java) S 454 457 32093 0 -1 4202496 15243 0 1 0 418 4 0 0 20 0 19 0 36419135 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 140733281844144 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/457/statm: 2406260 20128 2270 9 0 2396937 0
[pid=457/tid=459] ppid=454 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/457/task/459/stat : 459 (java) R 454 457 32093 0 -1 4202560 2435 0 1 0 304 2 0 0 20 0 19 0 36419136 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139839046122504 139838918075323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=457/tid=460] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/460/stat : 460 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838889868200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=461] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/461/stat : 461 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838888815656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=462] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/462/stat : 462 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838887762600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=463] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/463/stat : 463 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838886710056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=457/tid=464] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/464/stat : 464 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838885657000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=465] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/465/stat : 465 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838884604456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=457/tid=466] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/466/stat : 466 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838883551400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=467] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/467/stat : 467 (java) S 454 457 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838882498856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=468] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/468/stat : 468 (java) S 454 457 32093 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36419138 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838870301544 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=469] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/469/stat : 469 (java) S 454 457 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838869247864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=470] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/470/stat : 470 (java) S 454 457 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838868194696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=471] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/471/stat : 471 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838867143440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=472] ppid=454 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/457/task/472/stat : 472 (java) S 454 457 32093 0 -1 4202560 5461 0 0 0 51 0 0 0 20 0 19 0 36419141 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838866090296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=473] ppid=454 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/457/task/473/stat : 473 (java) R 454 457 32093 0 -1 4202560 6068 0 0 0 60 0 0 0 20 0 19 0 36419141 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838865014008 206628729504 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=457/tid=474] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/474/stat : 474 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838863984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=475] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/475/stat : 475 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838862932552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=476] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/476/stat : 476 (java) S 454 457 32093 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419167 9856040960 20128 33554432000 1073741824 1073778376 140733281853008 139838861878824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.24 2.20 1.84 3/213 477
/proc/meminfo: memFree=30233320/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9625040 CPUtime=8.35 cores=1,3,5,7
/proc/457/stat : 457 (java) S 454 457 32093 0 -1 4202496 29721 0 1 0 828 7 0 0 20 0 19 0 36419135 9856040960 31471 33554432000 1073741824 1073778376 140733281853008 140733281844144 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/457/statm: 2406260 31471 2270 9 0 2396937 0
[pid=457/tid=459] ppid=454 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/457/task/459/stat : 459 (java) R 454 457 32093 0 -1 4202560 2448 0 1 0 624 2 0 0 20 0 19 0 36419136 9856040960 31471 33554432000 1073741824 1073778376 140733281853008 139839046123824 139838917953200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=457/tid=460] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/460/stat : 460 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 31471 33554432000 1073741824 1073778376 140733281853008 139838889868200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=461] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/461/stat : 461 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 31471 33554432000 1073741824 1073778376 140733281853008 139838888815656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=462] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/462/stat : 462 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 31471 33554432000 1073741824 1073778376 140733281853008 139838887762600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=463] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/463/stat : 463 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838886710056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=457/tid=464] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/464/stat : 464 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838885657000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=465] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/465/stat : 465 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838884604456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=457/tid=466] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/466/stat : 466 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838883551400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=467] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/467/stat : 467 (java) S 454 457 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838882498856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=468] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/468/stat : 468 (java) S 454 457 32093 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36419138 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838870301544 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=469] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/469/stat : 469 (java) S 454 457 32093 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838869247864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=470] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/470/stat : 470 (java) S 454 457 32093 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838868194696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=471] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/471/stat : 471 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838867143440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=472] ppid=454 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/457/task/472/stat : 472 (java) R 454 457 32093 0 -1 4202560 15893 0 0 0 104 3 0 0 20 0 19 0 36419141 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838866090296 139839052084923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=457/tid=473] ppid=454 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/457/task/473/stat : 473 (java) S 454 457 32093 0 -1 4202560 10102 0 0 0 96 2 0 0 20 0 19 0 36419141 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838865037752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=474] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/474/stat : 474 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838863984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=475] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/475/stat : 475 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 31472 33554432000 1073741824 1073778376 140733281853008 139838862932552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=476] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/476/stat : 476 (java) S 454 457 32093 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419167 9856040960 31475 33554432000 1073741824 1073778376 140733281853008 139838861878824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 9625040


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

[pid=457/tid=462] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/462/stat : 462 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838887762600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=463] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/463/stat : 463 (java) S 454 457 32093 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838886710056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=457/tid=464] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/464/stat : 464 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838885657000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=465] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/465/stat : 465 (java) S 454 457 32093 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838884604456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=466] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/466/stat : 466 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838883551400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=467] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/467/stat : 467 (java) S 454 457 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838882498856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=468] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/468/stat : 468 (java) S 454 457 32093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36419138 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838870301544 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=469] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/469/stat : 469 (java) S 454 457 32093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838869247864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=470] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/470/stat : 470 (java) S 454 457 32093 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838868194696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=471] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/471/stat : 471 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838867143440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=472] ppid=454 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/457/task/472/stat : 472 (java) S 454 457 32093 0 -1 4202560 18090 0 0 0 144 4 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838866090296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=473] ppid=454 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/457/task/473/stat : 473 (java) S 454 457 32093 0 -1 4202560 10102 0 0 0 101 2 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838865037752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=474] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/474/stat : 474 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838863984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=475] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/475/stat : 475 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838862932552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=476] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/476/stat : 476 (java) S 454 457 32093 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419167 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838861878824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 28.12
Current children cumulated vsize (KiB) 9625040

[startup+26.4007 s]
/proc/loadavg: 2.29 2.22 1.86 3/213 477
/proc/meminfo: memFree=30179412/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9625040 CPUtime=28.93 cores=1,3,5,7
/proc/457/stat : 457 (java) S 454 457 32093 0 -1 4202496 31980 0 1 0 2884 9 0 0 20 0 19 0 36419135 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 140733281844144 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/457/statm: 2406260 46921 2284 9 0 2396937 0
[pid=457/tid=459] ppid=454 vsize=9625040 CPUtime=26.37 cores=1,3,5,7
/proc/457/task/459/stat : 459 (java) R 454 457 32093 0 -1 4202560 2487 0 1 0 2633 4 0 0 20 0 19 0 36419136 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139839046123264 139838918001367 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=457/tid=460] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/460/stat : 460 (java) S 454 457 32093 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838889868200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=461] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/461/stat : 461 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838888815656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=462] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/462/stat : 462 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838887762600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=463] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/463/stat : 463 (java) S 454 457 32093 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838886710056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=457/tid=464] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/464/stat : 464 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838885657000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=465] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/465/stat : 465 (java) S 454 457 32093 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838884604456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=466] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/466/stat : 466 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838883551400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=467] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/467/stat : 467 (java) S 454 457 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838882498856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=468] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/468/stat : 468 (java) S 454 457 32093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36419138 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838870301544 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=469] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/469/stat : 469 (java) S 454 457 32093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838869247864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=470] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/470/stat : 470 (java) S 454 457 32093 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838868194696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=471] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/471/stat : 471 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838867143440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=472] ppid=454 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/457/task/472/stat : 472 (java) S 454 457 32093 0 -1 4202560 18090 0 0 0 144 4 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838866090296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=473] ppid=454 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/457/task/473/stat : 473 (java) S 454 457 32093 0 -1 4202560 10102 0 0 0 101 2 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838865037752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=474] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/474/stat : 474 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838863984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=475] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/475/stat : 475 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838862932552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=476] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/476/stat : 476 (java) S 454 457 32093 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419167 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838861878824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 28.93
Current children cumulated vsize (KiB) 9625040

[startup+27.2008 s]
/proc/loadavg: 2.29 2.22 1.86 3/213 477
/proc/meminfo: memFree=30179412/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9625040 CPUtime=29.72 cores=1,3,5,7
/proc/457/stat : 457 (java) S 454 457 32093 0 -1 4202496 31980 0 1 0 2963 9 0 0 20 0 19 0 36419135 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 140733281844144 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/457/statm: 2406260 46921 2284 9 0 2396937 0
[pid=457/tid=459] ppid=454 vsize=9625040 CPUtime=27.16 cores=1,3,5,7
/proc/457/task/459/stat : 459 (java) R 454 457 32093 0 -1 4202560 2487 0 1 0 2712 4 0 0 20 0 19 0 36419136 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139839046123264 139838918001402 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=457/tid=460] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/460/stat : 460 (java) S 454 457 32093 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838889868200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=461] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/461/stat : 461 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838888815656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=462] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/462/stat : 462 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838887762600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=463] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/463/stat : 463 (java) S 454 457 32093 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838886710056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=457/tid=464] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/464/stat : 464 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838885657000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=465] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/465/stat : 465 (java) S 454 457 32093 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838884604456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=466] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/466/stat : 466 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838883551400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=467] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/467/stat : 467 (java) S 454 457 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838882498856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=468] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/468/stat : 468 (java) S 454 457 32093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36419138 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838870301544 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=469] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/469/stat : 469 (java) S 454 457 32093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838869247864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=470] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/470/stat : 470 (java) S 454 457 32093 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838868194696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=471] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/471/stat : 471 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838867143440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=472] ppid=454 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/457/task/472/stat : 472 (java) S 454 457 32093 0 -1 4202560 18090 0 0 0 144 4 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838866090296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=473] ppid=454 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/457/task/473/stat : 473 (java) S 454 457 32093 0 -1 4202560 10102 0 0 0 101 2 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838865037752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=474] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/474/stat : 474 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838863984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=475] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/475/stat : 475 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838862932552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=476] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/476/stat : 476 (java) S 454 457 32093 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419167 9856040960 46921 33554432000 1073741824 1073778376 140733281853008 139838861878824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.72
Current children cumulated vsize (KiB) 9625040

[startup+27.4008 s]
/proc/loadavg: 2.29 2.22 1.86 3/213 477
/proc/meminfo: memFree=30179412/32872528 swapFree=534252/566956
[pid=457] ppid=454 vsize=9625040 CPUtime=29.94 cores=1,3,5,7
/proc/457/stat : 457 (java) S 454 457 32093 0 -1 4202496 31981 0 1 0 2985 9 0 0 20 0 19 0 36419135 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 140733281844144 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/457/statm: 2406260 46922 2284 9 0 2396937 0
[pid=457/tid=459] ppid=454 vsize=9625040 CPUtime=27.36 cores=1,3,5,7
/proc/457/task/459/stat : 459 (java) R 454 457 32093 0 -1 4202560 2487 0 1 0 2732 4 0 0 20 0 19 0 36419136 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139839046130280 139838918024695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=457/tid=460] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/460/stat : 460 (java) S 454 457 32093 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838889868200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=461] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/461/stat : 461 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838888815656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=462] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/462/stat : 462 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838887762600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=463] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/463/stat : 463 (java) S 454 457 32093 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838886710056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=457/tid=464] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/464/stat : 464 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838885657000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=465] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/465/stat : 465 (java) S 454 457 32093 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838884604456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=466] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/466/stat : 466 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838883551400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=467] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/467/stat : 467 (java) S 454 457 32093 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419137 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838882498856 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=468] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/468/stat : 468 (java) S 454 457 32093 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36419138 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838870301544 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=469] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/469/stat : 469 (java) S 454 457 32093 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838869247864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=470] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/470/stat : 470 (java) S 454 457 32093 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36419139 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838868194696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=471] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/471/stat : 471 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838867143440 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=472] ppid=454 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/457/task/472/stat : 472 (java) S 454 457 32093 0 -1 4202560 18090 0 0 0 145 4 0 0 20 0 19 0 36419141 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838866090296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=457/tid=473] ppid=454 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/457/task/473/stat : 473 (java) S 454 457 32093 0 -1 4202560 10103 0 0 0 102 2 0 0 20 0 19 0 36419141 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838865037752 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=474] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/474/stat : 474 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838863984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=457/tid=475] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/475/stat : 475 (java) S 454 457 32093 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419141 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838862932552 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=457/tid=476] ppid=454 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/457/task/476/stat : 476 (java) S 454 457 32093 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419167 9856040960 46922 33554432000 1073741824 1073778376 140733281853008 139838861878824 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.94
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 27.4718
CPU time (s): 30.0214
CPU user time (s): 29.8865
CPU system time (s): 0.134979
CPU usage (%): 109.281
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.8865
system time used= 0.134979
maximum resident set size= 187736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31998
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= 927
involuntary context switches= 87

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.19397 second user time and 0.250961 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-19 15:42:15
IDJOB=4109816
IDBENCH=78932
IDSOLVER=2551
FILE ID=node138/4109816-1466343735
RUNJOBID= node138-1466341805-32110
PBS_JOBID= 19922015
Free space on /tmp= 71732 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.1900566157--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109816-1466343735/watcher-4109816-1466343735 -o /tmp/evaluation-result-4109816-1466343735/solver-4109816-1466343735 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466341805-32110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109816-1466343735.wbo

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

MD5SUM BENCH= cfec29cd05a8fe08303725dcbadc3399
RANDOM SEED=651754020

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30331856 kB
Buffers:          175192 kB
Cached:           271400 kB
SwapCached:         1136 kB
Active:           898272 kB
Inactive:         333364 kB
Active(anon):     784112 kB
Inactive(anon):     3144 kB
Active(file):     114160 kB
Inactive(file):   330220 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099724 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:       1295864 kB
Mapped:            15584 kB
Shmem:                 0 kB
Slab:             610060 kB
SReclaimable:      53464 kB
SUnreclaim:       556596 kB
KernelStack:        1752 kB
PageTables:         7356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1493048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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= 71732 MiB
End job on node138 at 2016-06-19 15:42:43