Trace number 4110412

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 31.05 29.9523

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900546076--soft-0-100-0.wbo
MD5SUMb1c472aaf389140c1b2444bf3531b47d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark25.6931
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4110412-1466343911.wbo
0.09/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.203s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     2938
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c objective function length is 2707 literals
1.07/0.51	c SATISFIABLE
1.07/0.51	c OPTIMIZING...
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.394
1.07/0.51	o 609
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.427
1.07/0.54	o 560
1.07/0.56	c Got one! Elapsed wall clock time (in seconds):0.443
1.07/0.56	o 375
1.30/0.60	c Got one! Elapsed wall clock time (in seconds):0.489
1.30/0.60	o 373
1.59/0.83	c Got one! Elapsed wall clock time (in seconds):0.723
1.59/0.83	o 357
1.59/0.84	c Got one! Elapsed wall clock time (in seconds):0.733
1.59/0.84	o 338
1.81/0.97	c Got one! Elapsed wall clock time (in seconds):0.861
1.81/0.97	o 337
1.81/0.98	c Got one! Elapsed wall clock time (in seconds):0.869
1.81/0.98	o 331
1.81/0.99	c Got one! Elapsed wall clock time (in seconds):0.881
1.81/0.99	o 314
1.93/1.05	c Got one! Elapsed wall clock time (in seconds):0.938
1.93/1.05	o 306
1.93/1.06	c Got one! Elapsed wall clock time (in seconds):0.946
1.93/1.06	o 303
1.93/1.08	c Got one! Elapsed wall clock time (in seconds):0.97
1.93/1.08	o 302
1.93/1.09	c Got one! Elapsed wall clock time (in seconds):0.977
1.93/1.09	o 288
1.93/1.10	c Got one! Elapsed wall clock time (in seconds):0.985
1.93/1.10	o 280
2.04/1.17	c Got one! Elapsed wall clock time (in seconds):1.055
2.04/1.17	o 278
2.23/1.36	c Got one! Elapsed wall clock time (in seconds):1.246
2.23/1.36	o 277
2.33/1.40	c Got one! Elapsed wall clock time (in seconds):1.287
2.33/1.40	o 271
2.33/1.49	c Got one! Elapsed wall clock time (in seconds):1.382
2.33/1.49	o 269
2.43/1.54	c Got one! Elapsed wall clock time (in seconds):1.429
2.43/1.54	o 266
2.43/1.55	c Got one! Elapsed wall clock time (in seconds):1.435
2.43/1.55	o 247
2.54/1.61	c Got one! Elapsed wall clock time (in seconds):1.495
2.54/1.61	o 244
2.54/1.62	c Got one! Elapsed wall clock time (in seconds):1.507
2.54/1.62	o 226
3.44/2.59	c Got one! Elapsed wall clock time (in seconds):2.476
3.44/2.59	o 224
3.44/2.60	c Got one! Elapsed wall clock time (in seconds):2.484
3.44/2.60	o 221
3.54/2.63	c Got one! Elapsed wall clock time (in seconds):2.515
3.54/2.63	o 218
3.54/2.64	c Got one! Elapsed wall clock time (in seconds):2.528
3.54/2.64	o 205
3.54/2.66	c Got one! Elapsed wall clock time (in seconds):2.547
3.54/2.66	o 203
3.54/2.67	c Got one! Elapsed wall clock time (in seconds):2.555
3.54/2.67	o 178
3.64/2.71	c Got one! Elapsed wall clock time (in seconds):2.598
3.64/2.71	o 174
3.64/2.72	c Got one! Elapsed wall clock time (in seconds):2.606
3.64/2.72	o 157
3.64/2.76	c Got one! Elapsed wall clock time (in seconds):2.647
3.64/2.76	o 152
3.64/2.79	c Got one! Elapsed wall clock time (in seconds):2.675
3.64/2.79	o 150
3.74/2.82	c Got one! Elapsed wall clock time (in seconds):2.704
3.74/2.82	o 149
4.17/3.24	c cleaning 5997 clauses out of 12007 with flag 9745/12007
4.72/3.70	c Got one! Elapsed wall clock time (in seconds):3.592
4.72/3.70	o 143
4.72/3.71	c Got one! Elapsed wall clock time (in seconds):3.6
4.72/3.71	o 136
5.12/4.16	c cleaning 5663 clauses out of 11340 with flag 17425/17337
5.44/4.45	c Got one! Elapsed wall clock time (in seconds):4.336
5.44/4.45	o 134
5.54/4.59	c Got one! Elapsed wall clock time (in seconds):4.474
5.54/4.59	o 128
6.13/5.15	c Got one! Elapsed wall clock time (in seconds):5.039
6.13/5.15	o 124
6.54/5.54	c cleaning 6492 clauses out of 13000 with flag 9040/24660
6.75/5.70	c Got one! Elapsed wall clock time (in seconds):5.592
6.75/5.70	o 109
6.75/5.71	c Got one! Elapsed wall clock time (in seconds):5.597
6.75/5.71	o 88
6.75/5.79	c Got one! Elapsed wall clock time (in seconds):5.676
6.75/5.79	o 87
6.95/5.97	c Got one! Elapsed wall clock time (in seconds):5.853
6.95/5.97	o 86
6.95/5.98	c Got one! Elapsed wall clock time (in seconds):5.865
6.95/5.98	o 84
7.05/6.08	c Got one! Elapsed wall clock time (in seconds):5.969
7.05/6.08	o 83
7.26/6.28	c cleaning 6522 clauses out of 13049 with flag 17453/31201
7.96/6.98	c cleaning 6246 clauses out of 12527 with flag 57727/37201
7.96/6.99	c Got one! Elapsed wall clock time (in seconds):6.881
7.96/6.99	o 80
8.27/7.24	c Got one! Elapsed wall clock time (in seconds):7.129
8.27/7.24	o 77
8.37/7.34	c Got one! Elapsed wall clock time (in seconds):7.228
8.37/7.34	o 75
8.47/7.40	c Got one! Elapsed wall clock time (in seconds):7.29
8.47/7.40	o 74
9.17/8.16	c cleaning 6281 clauses out of 12577 with flag 27778/43497
10.27/9.26	c cleaning 6115 clauses out of 12294 with flag 76657/49495
11.08/10.06	c Got one! Elapsed wall clock time (in seconds):9.95
11.08/10.06	o 73
11.27/10.26	c Got one! Elapsed wall clock time (in seconds):10.152
11.27/10.26	o 70
11.27/10.27	c Got one! Elapsed wall clock time (in seconds):10.161
11.27/10.27	o 61
11.37/10.34	c Got one! Elapsed wall clock time (in seconds):10.232
11.37/10.34	o 57
11.47/10.41	c Got one! Elapsed wall clock time (in seconds):10.297
11.47/10.41	o 55
11.47/10.44	c Got one! Elapsed wall clock time (in seconds):10.325
11.47/10.44	o 54
11.71/10.61	c cleaning 6829 clauses out of 13683 with flag 7464/56999
12.12/11.01	c Got one! Elapsed wall clock time (in seconds):10.902
12.12/11.01	o 48
12.41/11.40	c cleaning 6137 clauses out of 12292 with flag 20587/62437
12.61/11.53	c Got one! Elapsed wall clock time (in seconds):11.416
12.61/11.53	o 47
13.12/12.04	c cleaning 5775 clauses out of 11568 with flag 27764/67850
13.84/12.74	c Got one! Elapsed wall clock time (in seconds):12.631
13.84/12.74	o 46
14.64/13.54	c cleaning 8236 clauses out of 16502 with flag 42461/78559
15.34/14.27	c Got one! Elapsed wall clock time (in seconds):14.154
15.34/14.27	o 45
15.54/14.42	c cleaning 6939 clauses out of 13898 with flag 7453/84191
16.34/15.23	c cleaning 6474 clauses out of 12960 with flag 57754/90192
17.24/16.11	c cleaning 6737 clauses out of 13484 with flag 125163/97190
17.34/16.24	c Got one! Elapsed wall clock time (in seconds):16.125
17.34/16.24	o 44
17.64/16.57	c Got one! Elapsed wall clock time (in seconds):16.456
17.64/16.57	o 43
17.84/16.71	c cleaning 6031 clauses out of 12073 with flag 7437/102516
18.33/17.25	c Got one! Elapsed wall clock time (in seconds):17.135
18.33/17.25	o 42
18.53/17.48	c cleaning 5968 clauses out of 11969 with flag 11321/108443
18.93/17.85	c Got one! Elapsed wall clock time (in seconds):17.743
18.93/17.85	o 30
18.93/17.89	c Got one! Elapsed wall clock time (in seconds):17.774
18.93/17.89	o 29
19.03/17.95	c Got one! Elapsed wall clock time (in seconds):17.834
19.03/17.95	o 26
19.03/17.96	c Got one! Elapsed wall clock time (in seconds):17.846
19.03/17.96	o 22
19.13/18.04	c cleaning 6012 clauses out of 12030 with flag 6710/114472
19.53/18.46	c Got one! Elapsed wall clock time (in seconds):18.352
19.53/18.46	o 21
20.03/18.96	c cleaning 8262 clauses out of 16552 with flag 38042/125006
20.43/19.35	c Got one! Elapsed wall clock time (in seconds):19.235
20.43/19.35	o 20
20.53/19.44	c cleaning 6675 clauses out of 13359 with flag 7221/130075
20.94/19.87	c Got one! Elapsed wall clock time (in seconds):19.756
20.94/19.87	o 19
21.43/20.38	c cleaning 8356 clauses out of 16728 with flag 38844/140119
21.53/20.42	c Got one! Elapsed wall clock time (in seconds):20.304
21.53/20.42	o 17
21.63/20.52	c Got one! Elapsed wall clock time (in seconds):20.408
21.63/20.52	o 16
21.83/20.73	c Got one! Elapsed wall clock time (in seconds):20.617
21.83/20.73	o 12
21.93/20.90	c cleaning 7247 clauses out of 14509 with flag 16548/146256
22.43/21.34	c cleaning 6629 clauses out of 13264 with flag 65208/152258
22.63/21.52	c Got one! Elapsed wall clock time (in seconds):21.41
22.63/21.52	o 10
22.83/21.73	c cleaning 6172 clauses out of 12382 with flag 21583/158005
23.14/22.10	c cleaning 6093 clauses out of 12210 with flag 65974/164005
23.43/22.39	c Got one! Elapsed wall clock time (in seconds):22.273
23.43/22.39	o 9
23.53/22.46	c cleaning 5590 clauses out of 11195 with flag 7346/169083
23.84/22.79	c cleaning 5790 clauses out of 11610 with flag 48664/175088
24.24/23.20	c cleaning 6401 clauses out of 12815 with flag 101204/182083
24.84/23.74	c cleaning 7205 clauses out of 14416 with flag 161696/190085
25.64/24.52	c cleaning 8105 clauses out of 16210 with flag 240275/199085
26.55/25.43	c cleaning 9047 clauses out of 18102 with flag 340245/209083
26.94/25.80	c Got one! Elapsed wall clock time (in seconds):25.692
26.94/25.80	o 8
26.94/25.89	c cleaning 7387 clauses out of 14792 with flag 6807/214820
27.24/26.10	c Got one! Elapsed wall clock time (in seconds):25.985
27.24/26.10	o 7
27.34/26.25	c cleaning 6276 clauses out of 12563 with flag 15909/219978
27.74/26.64	c cleaning 6141 clauses out of 12288 with flag 56704/225980
28.24/27.19	c cleaning 6566 clauses out of 13146 with flag 106522/232979
28.44/27.39	c Got one! Elapsed wall clock time (in seconds):27.274
28.44/27.39	o 5
28.65/27.58	c cleaning 6243 clauses out of 12500 with flag 19670/238899
29.14/28.08	c cleaning 6115 clauses out of 12256 with flag 68000/244899
29.24/28.16	c Got one! Elapsed wall clock time (in seconds):28.047
29.24/28.16	o 4
29.45/28.39	c cleaning 5640 clauses out of 11289 with flag 23892/250047
29.86/28.77	c cleaning 5815 clauses out of 11648 with flag 61891/256047
30.25/29.14	c Got one! Elapsed wall clock time (in seconds):29.027
30.25/29.14	o 3
30.65/29.52	c cleaning 8025 clauses out of 16055 with flag 29709/266274
31.05/29.94	c cleaning 7009 clauses out of 14022 with flag 66734/272276
31.05/29.94	c starts		: 216
31.05/29.94	c conflicts		: 272298
31.05/29.94	c decisions		: 630612
31.05/29.94	c propagations		: 51839395
31.05/29.94	c inspects		: 226339015
31.05/29.94	c shortcuts		: 0
31.05/29.94	c learnt literals	: 23
31.05/29.94	c learnt binary clauses	: 45
31.05/29.94	c learnt ternary clauses	: 272
31.05/29.94	c learnt constraints	: 272274
31.05/29.94	c ignored constraints	: 0
31.05/29.94	c root simplifications	: 0
31.05/29.94	c removed literals (reason simplification)	: 0
31.05/29.94	c reason swapping (by a shorter reason)	: 0
31.05/29.94	c Calls to reduceDB	: 40
31.05/29.94	c Number of update (reduction) of LBD	: 114042
31.05/29.94	c Imported unit clauses	: 0
31.05/29.94	c number of reductions to clauses (during analyze)	: 0
31.05/29.94	c number of learned constraints concerned by reduction	: 0
31.05/29.94	c number of learning phase by resolution	: 0
31.05/29.94	c number of learning phase by cutting planes	: 0
31.05/29.94	c speed (assignments/second)	: 1750621.2008645146
31.05/29.94	c non guided choices	9876
31.05/29.94	c learnt constraints type 
31.05/29.94	s OPTIMUM FOUND
31.05/29.94	c Found 78 solution(s)
31.05/29.94	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 
31.05/29.95	c objective function=3
31.05/29.95	c Total wall clock time (in seconds): 29.833

Verifier Data

OK	3

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-4110412-1466343911/watcher-4110412-1466343911 -o /tmp/evaluation-result-4110412-1466343911/solver-4110412-1466343911 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12127 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110412-1466343911.wbo 

pid=13583
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.12 2.23 2.02 3/194 13586
/proc/meminfo: memFree=29458400/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/13586/stat : 13586 (java) D 13583 13586 12110 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 36439709 9515008 184 33554432000 1073741824 1073778376 140736017812352 140736017803576 270329867703 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/13586/statm: 2323 184 142 9 0 71 0

[startup+0.100114 s]
/proc/loadavg: 2.12 2.23 2.02 3/194 13586
/proc/meminfo: memFree=29458400/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/13586/stat : 13586 (java) S 13583 13586 12110 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 36439709 9787879424 6036 33554432000 1073741824 1073778376 140736247248800 140736247239936 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13586/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.12 2.23 2.02 3/194 13586
/proc/meminfo: memFree=29458400/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13586/stat : 13586 (java) S 13583 13586 12110 0 -1 4202496 4753 0 1 0 23 1 0 0 20 0 18 0 36439709 9787879424 6833 33554432000 1073741824 1073778376 140736247248800 140736247239936 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13586/statm: 2389619 6833 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 2.12 2.23 2.02 3/194 13586
/proc/meminfo: memFree=29458400/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/13586/stat : 13586 (java) S 13583 13586 12110 0 -1 4202496 6636 0 1 0 46 2 0 0 20 0 18 0 36439709 9787879424 8884 33554432000 1073741824 1073778376 140736247248800 140736247239936 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13586/statm: 2389619 8884 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700284 s]
/proc/loadavg: 2.12 2.23 2.02 3/194 13586
/proc/meminfo: memFree=29458400/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/13586/stat : 13586 (java) S 13583 13586 12110 0 -1 4202496 9644 0 1 0 147 2 0 0 20 0 19 0 36439709 9856040960 11794 33554432000 1073741824 1073778376 140736247248800 140736247239936 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13586/statm: 2406260 11794 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.11 2.23 2.02 5/212 13669
/proc/meminfo: memFree=29543216/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9625040 CPUtime=2.43 cores=1,3,5,7
/proc/13586/stat : 13586 (java) S 13583 13586 12110 0 -1 4202496 10182 0 1 0 240 3 0 0 20 0 19 0 36439709 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140736247239936 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13586/statm: 2406260 15383 2272 9 0 2396937 0
[pid=13586/tid=13588] ppid=13583 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/13586/task/13588/stat : 13588 (java) R 13583 13586 12110 0 -1 4202560 2422 0 1 0 145 2 0 0 20 0 19 0 36439710 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172450243112 140172315092854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13589] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13589/stat : 13589 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172439305000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13590] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13590/stat : 13590 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172438252200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13591] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13591/stat : 13591 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172437199912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13592] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13592/stat : 13592 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172436147112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13593] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13593/stat : 13593 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172435093800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13594] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13594/stat : 13594 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172434041000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13595] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13595/stat : 13595 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172432988712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13596] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13596/stat : 13596 (java) S 13583 13586 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172286704040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13597] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13597/stat : 13597 (java) S 13583 13586 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172274506472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13598] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13598/stat : 13598 (java) S 13583 13586 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172273452536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13599] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13599/stat : 13599 (java) S 13583 13586 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172272400136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13600] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13600/stat : 13600 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172271348624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13601] ppid=13583 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/13586/task/13601/stat : 13601 (java) S 13583 13586 12110 0 -1 4202560 2226 0 0 0 44 0 0 0 20 0 19 0 36439715 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172270295224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13602] ppid=13583 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/13586/task/13602/stat : 13602 (java) S 13583 13586 12110 0 -1 4202560 4258 0 0 0 48 0 0 0 20 0 19 0 36439715 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172269242424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13603] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13603/stat : 13603 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172268190328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13604] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13604/stat : 13604 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172267137736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13605] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13605/stat : 13605 (java) S 13583 13586 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439743 9856040960 15383 33554432000 1073741824 1073778376 140736247248800 140172266034600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.11 2.23 2.02 3/213 13670
/proc/meminfo: memFree=29507840/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/13586/stat : 13586 (java) S 13583 13586 12110 0 -1 4202496 10192 0 1 0 404 3 0 0 20 0 19 0 36439709 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140736247239936 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13586/statm: 2406260 19480 2272 9 0 2396937 0
[pid=13586/tid=13588] ppid=13583 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/13586/task/13588/stat : 13588 (java) R 13583 13586 12110 0 -1 4202560 2432 0 1 0 304 2 0 0 20 0 19 0 36439710 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172450241064 140172314872098 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13589] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13589/stat : 13589 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172439305000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13590] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13590/stat : 13590 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172438252200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13591] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13591/stat : 13591 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172437199912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13592] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13592/stat : 13592 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172436147112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13593] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13593/stat : 13593 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172435093800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13594] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13594/stat : 13594 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172434041000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13595] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13595/stat : 13595 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172432988712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13596] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13596/stat : 13596 (java) S 13583 13586 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172286704040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13597] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13597/stat : 13597 (java) S 13583 13586 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172274506472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13598] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13598/stat : 13598 (java) S 13583 13586 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172273452536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13599] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13599/stat : 13599 (java) S 13583 13586 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172272400136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13600] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13600/stat : 13600 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172271348624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13601] ppid=13583 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/13586/task/13601/stat : 13601 (java) S 13583 13586 12110 0 -1 4202560 2226 0 0 0 47 0 0 0 20 0 19 0 36439715 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172270295224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13602] ppid=13583 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13586/task/13602/stat : 13602 (java) S 13583 13586 12110 0 -1 4202560 4258 0 0 0 50 0 0 0 20 0 19 0 36439715 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172269242424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13603] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13603/stat : 13603 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172268190328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13604] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13604/stat : 13604 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172267137736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13605] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13605/stat : 13605 (java) S 13583 13586 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439743 9856040960 19480 33554432000 1073741824 1073778376 140736247248800 140172266034600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.11 2.23 2.02 4/213 13670
/proc/meminfo: memFree=29452884/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9625040 CPUtime=7.36 cores=1,3,5,7
/proc/13586/stat : 13586 (java) S 13583 13586 12110 0 -1 4202496 10350 0 1 0 733 3 0 0 20 0 19 0 36439709 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140736247239936 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13586/statm: 2406260 23549 2277 9 0 2396937 0
[pid=13586/tid=13588] ppid=13583 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/13586/task/13588/stat : 13588 (java) R 13583 13586 12110 0 -1 4202560 2445 0 1 0 623 2 0 0 20 0 19 0 36439710 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172450243272 140172314894096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13589] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13589/stat : 13589 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172439305000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13590] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13590/stat : 13590 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172438252200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13591] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13591/stat : 13591 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172437199912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13592] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13592/stat : 13592 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172436147112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13593] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13593/stat : 13593 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172435093800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13594] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13594/stat : 13594 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172434041000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13595] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13595/stat : 13595 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172432988712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13596] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13596/stat : 13596 (java) S 13583 13586 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172286704040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13597] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13597/stat : 13597 (java) S 13583 13586 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172274506472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13598] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13598/stat : 13598 (java) S 13583 13586 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172273452536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13599] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13599/stat : 13599 (java) S 13583 13586 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172272400136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13600] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13600/stat : 13600 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172271348624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13601] ppid=13583 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/13586/task/13601/stat : 13601 (java) S 13583 13586 12110 0 -1 4202560 2367 0 0 0 51 0 0 0 20 0 19 0 36439715 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172270295224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13602] ppid=13583 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13586/task/13602/stat : 13602 (java) S 13583 13586 12110 0 -1 4202560 4261 0 0 0 55 0 0 0 20 0 19 0 36439715 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172269242424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13603] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13603/stat : 13603 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172268190328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13604] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13604/stat : 13604 (java) S 13583 13586 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172267137736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13605] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13605/stat : 13605 (java) S 13583 13586 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439743 9856040960 23549 33554432000 1073741824 1073778376 140736247248800 140172266034600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9625040


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

[pid=13586/tid=13598] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13598/stat : 13598 (java) S 13583 13586 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172273452536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13599] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13599/stat : 13599 (java) S 13583 13586 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172272400136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13600] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13600/stat : 13600 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172271348624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13601] ppid=13583 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/13586/task/13601/stat : 13601 (java) S 13583 13586 12110 0 -1 4202560 2439 0 0 0 58 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172270295224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13602] ppid=13583 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13586/task/13602/stat : 13602 (java) S 13583 13586 12110 0 -1 4202560 4261 0 0 0 56 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172269242424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13603] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13603/stat : 13603 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172268190328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13604] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13604/stat : 13604 (java) S 13583 13586 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172267137736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13605] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13605/stat : 13605 (java) S 13583 13586 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439743 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172266034600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 29.95
Current children cumulated vsize (KiB) 9625040

[startup+29.6008 s]
/proc/loadavg: 2.15 2.22 2.02 4/213 13670
/proc/meminfo: memFree=29281944/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9625040 CPUtime=30.75 cores=1,3,5,7
/proc/13586/stat : 13586 (java) S 13583 13586 12110 0 -1 4202496 10484 0 1 0 3071 4 0 0 20 0 19 0 36439709 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140736247239936 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13586/statm: 2406260 40978 2291 9 0 2396937 0
[pid=13586/tid=13588] ppid=13583 vsize=9625040 CPUtime=29.48 cores=1,3,5,7
/proc/13586/task/13588/stat : 13588 (java) R 13583 13586 12110 0 -1 4202560 2484 0 1 0 2946 2 0 0 20 0 19 0 36439710 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172450240976 140172314909223 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13589] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13589/stat : 13589 (java) S 13583 13586 12110 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172439305000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13590] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13590/stat : 13590 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172438252200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13591] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13591/stat : 13591 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172437199912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13592] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13592/stat : 13592 (java) S 13583 13586 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172436147112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13593] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13593/stat : 13593 (java) S 13583 13586 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172435093800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13594] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13594/stat : 13594 (java) S 13583 13586 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172434041000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13595] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13595/stat : 13595 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172432988712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13596] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13596/stat : 13596 (java) S 13583 13586 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172286704040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13597] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13597/stat : 13597 (java) S 13583 13586 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172274506472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13598] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13598/stat : 13598 (java) S 13583 13586 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172273452536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13599] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13599/stat : 13599 (java) S 13583 13586 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172272400136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13600] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13600/stat : 13600 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172271348624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13601] ppid=13583 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/13586/task/13601/stat : 13601 (java) S 13583 13586 12110 0 -1 4202560 2439 0 0 0 58 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172270295224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13602] ppid=13583 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13586/task/13602/stat : 13602 (java) S 13583 13586 12110 0 -1 4202560 4261 0 0 0 56 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172269242424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13603] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13603/stat : 13603 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172268190328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13604] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13604/stat : 13604 (java) S 13583 13586 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172267137736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13605] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13605/stat : 13605 (java) S 13583 13586 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439743 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172266034600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.75
Current children cumulated vsize (KiB) 9625040

[startup+29.8077 s]
/proc/loadavg: 2.15 2.22 2.02 3/213 13670
/proc/meminfo: memFree=29281944/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9625040 CPUtime=30.96 cores=1,3,5,7
/proc/13586/stat : 13586 (java) S 13583 13586 12110 0 -1 4202496 10484 0 1 0 3092 4 0 0 20 0 19 0 36439709 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140736247239936 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13586/statm: 2406260 40978 2291 9 0 2396937 0
[pid=13586/tid=13588] ppid=13583 vsize=9625040 CPUtime=29.69 cores=1,3,5,7
/proc/13586/task/13588/stat : 13588 (java) R 13583 13586 12110 0 -1 4202560 2484 0 1 0 2967 2 0 0 20 0 19 0 36439710 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172450240976 140172314894560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13589] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13589/stat : 13589 (java) S 13583 13586 12110 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172439305000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13590] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13590/stat : 13590 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172438252200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13591] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13591/stat : 13591 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172437199912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13592] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13592/stat : 13592 (java) S 13583 13586 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172436147112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13593] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13593/stat : 13593 (java) S 13583 13586 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172435093800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13594] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13594/stat : 13594 (java) S 13583 13586 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172434041000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13595] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13595/stat : 13595 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172432988712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13596] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13596/stat : 13596 (java) S 13583 13586 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172286704040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13597] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13597/stat : 13597 (java) S 13583 13586 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172274506472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13598] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13598/stat : 13598 (java) S 13583 13586 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172273452536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13599] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13599/stat : 13599 (java) S 13583 13586 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172272400136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13600] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13600/stat : 13600 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172271348624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13601] ppid=13583 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/13586/task/13601/stat : 13601 (java) S 13583 13586 12110 0 -1 4202560 2439 0 0 0 58 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172270295224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13602] ppid=13583 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13586/task/13602/stat : 13602 (java) S 13583 13586 12110 0 -1 4202560 4261 0 0 0 56 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172269242424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13603] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13603/stat : 13603 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172268190328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13604] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13604/stat : 13604 (java) S 13583 13586 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172267137736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13605] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13605/stat : 13605 (java) S 13583 13586 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439743 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172266034600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.96
Current children cumulated vsize (KiB) 9625040

[startup+29.9008 s]
/proc/loadavg: 2.15 2.22 2.02 3/213 13670
/proc/meminfo: memFree=29281944/32872528 swapFree=1556504/1720024
[pid=13586] ppid=13583 vsize=9625040 CPUtime=31.05 cores=1,3,5,7
/proc/13586/stat : 13586 (java) S 13583 13586 12110 0 -1 4202496 10484 0 1 0 3101 4 0 0 20 0 19 0 36439709 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140736247239936 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13586/statm: 2406260 40978 2291 9 0 2396937 0
[pid=13586/tid=13588] ppid=13583 vsize=9625040 CPUtime=29.78 cores=1,3,5,7
/proc/13586/task/13588/stat : 13588 (java) R 13583 13586 12110 0 -1 4202560 2484 0 1 0 2976 2 0 0 20 0 19 0 36439710 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172450240976 140172314909152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13589] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13589/stat : 13589 (java) S 13583 13586 12110 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172439305000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13590] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13590/stat : 13590 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172438252200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13591] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13591/stat : 13591 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172437199912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13592] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13592/stat : 13592 (java) S 13583 13586 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172436147112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13593] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13593/stat : 13593 (java) S 13583 13586 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172435093800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13594] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13594/stat : 13594 (java) S 13583 13586 12110 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172434041000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13595] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13595/stat : 13595 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172432988712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13586/tid=13596] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13596/stat : 13596 (java) S 13583 13586 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439711 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172286704040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13597] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13597/stat : 13597 (java) S 13583 13586 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172274506472 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13598] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13598/stat : 13598 (java) S 13583 13586 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172273452536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13599] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13599/stat : 13599 (java) S 13583 13586 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36439713 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172272400136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13600] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13600/stat : 13600 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172271348624 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13601] ppid=13583 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/13586/task/13601/stat : 13601 (java) S 13583 13586 12110 0 -1 4202560 2439 0 0 0 58 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172270295224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13586/tid=13602] ppid=13583 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13586/task/13602/stat : 13602 (java) S 13583 13586 12110 0 -1 4202560 4261 0 0 0 56 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172269242424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13603] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13603/stat : 13603 (java) S 13583 13586 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172268190328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13586/tid=13604] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13604/stat : 13604 (java) S 13583 13586 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439715 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172267137736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13586/tid=13605] ppid=13583 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13586/task/13605/stat : 13605 (java) S 13583 13586 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36439743 9856040960 40978 33554432000 1073741824 1073778376 140736247248800 140172266034600 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 31.05
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13586 and gives
#  childrusage.ru_utime.tv_sec=30
#  childrusage.ru_utime.tv_usec=968292
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=61990
# CPU time returned by wait4() is 31.0303
# while last known CPU time is 31.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 29.9523
CPU time (s): 31.05
CPU user time (s): 31.01
CPU system time (s): 0.04
CPU usage (%): 103.665
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9683
system time used= 0.06199
maximum resident set size= 163972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10508
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= 993
involuntary context switches= 60

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.26296 second user time and 0.152976 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:45:11
IDJOB=4110412
IDBENCH=79300
IDSOLVER=2551
FILE ID=node117/4110412-1466343911
RUNJOBID= node117-1466341821-12127
PBS_JOBID= 19922035
Free space on /tmp= 71740 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.1900546076--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110412-1466343911/watcher-4110412-1466343911 -o /tmp/evaluation-result-4110412-1466343911/solver-4110412-1466343911 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12127 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110412-1466343911.wbo

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

MD5SUM BENCH= b1c472aaf389140c1b2444bf3531b47d
RANDOM SEED=457992198

node117.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.912
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.82
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.912
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.912
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.912
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.912
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		: 2666.912
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.54
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.912
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.912
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:        29459036 kB
Buffers:          172720 kB
Cached:           592128 kB
SwapCached:            0 kB
Active:           314924 kB
Inactive:         610448 kB
Active(anon):     152080 kB
Inactive(anon):    10624 kB
Active(file):     162844 kB
Inactive(file):   599824 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1492 kB
Writeback:             0 kB
AnonPages:       1822572 kB
Mapped:            21128 kB
Shmem:               204 kB
Slab:             628600 kB
SReclaimable:      72520 kB
SUnreclaim:       556080 kB
KernelStack:        1760 kB
PageTables:         8324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2407524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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 node117 at 2016-06-19 15:45:41