Trace number 4109668

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 39.21 37.3796

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900584106--soft-66-100-0.wbo
MD5SUMaf1f4aa986dfaf7d995a788abb35be25
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark75.6935
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 constraints961
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 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109668-1466343679.wbo
0.10/0.10	c reading problem ... 
0.25/0.30	c ... done. Wall clock time 0.191s.
0.25/0.30	c declared #vars     231
0.25/0.30	c internal #vars     1192
0.25/0.30	c #constraints  2707
0.25/0.30	c constraints type 
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2538
0.48/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146
0.48/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.48/0.30	c 2707 constraints processed.
0.48/0.30	c objective function length is 961 literals
0.96/0.50	c SATISFIABLE
0.96/0.50	c OPTIMIZING...
0.96/0.50	c Got one! Elapsed wall clock time (in seconds):0.399
0.96/0.50	o 599
0.96/0.52	c Got one! Elapsed wall clock time (in seconds):0.418
0.96/0.52	o 587
0.96/0.54	c Got one! Elapsed wall clock time (in seconds):0.436
0.96/0.54	o 578
0.96/0.57	c Got one! Elapsed wall clock time (in seconds):0.465
0.96/0.57	o 293
0.96/0.59	c Got one! Elapsed wall clock time (in seconds):0.482
0.96/0.59	o 286
1.20/0.60	c Got one! Elapsed wall clock time (in seconds):0.496
1.20/0.60	o 281
1.20/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
1.20/0.61	o 271
1.20/0.63	c Got one! Elapsed wall clock time (in seconds):0.522
1.20/0.63	o 269
1.20/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
1.20/0.64	o 265
1.20/0.65	c Got one! Elapsed wall clock time (in seconds):0.541
1.20/0.65	o 263
1.20/0.65	c Got one! Elapsed wall clock time (in seconds):0.549
1.20/0.65	o 262
1.20/0.67	c Got one! Elapsed wall clock time (in seconds):0.57
1.20/0.67	o 261
1.20/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.20/0.68	o 232
1.20/0.69	c Got one! Elapsed wall clock time (in seconds):0.584
1.20/0.69	o 227
1.50/0.72	c Got one! Elapsed wall clock time (in seconds):0.612
1.50/0.72	o 225
1.50/0.72	c Got one! Elapsed wall clock time (in seconds):0.619
1.50/0.72	o 218
1.50/0.73	c Got one! Elapsed wall clock time (in seconds):0.624
1.50/0.73	o 176
1.50/0.74	c Got one! Elapsed wall clock time (in seconds):0.641
1.50/0.74	o 167
1.50/0.76	c Got one! Elapsed wall clock time (in seconds):0.652
1.50/0.76	o 155
1.73/0.87	c Got one! Elapsed wall clock time (in seconds):0.766
1.73/0.87	o 150
1.73/0.88	c Got one! Elapsed wall clock time (in seconds):0.771
1.73/0.88	o 137
1.73/0.88	c Got one! Elapsed wall clock time (in seconds):0.778
1.73/0.88	o 130
1.73/0.89	c Got one! Elapsed wall clock time (in seconds):0.79
1.73/0.89	o 129
2.16/1.21	c cleaning 3852 clauses out of 7718 with flag 15075/7718
2.16/1.26	c Got one! Elapsed wall clock time (in seconds):1.151
2.16/1.26	o 124
2.16/1.26	c Got one! Elapsed wall clock time (in seconds):1.157
2.16/1.26	o 123
2.26/1.31	c Got one! Elapsed wall clock time (in seconds):1.208
2.26/1.31	o 98
2.26/1.36	c Got one! Elapsed wall clock time (in seconds):1.255
2.26/1.36	o 97
2.26/1.38	c Got one! Elapsed wall clock time (in seconds):1.276
2.26/1.38	o 96
2.36/1.48	c Got one! Elapsed wall clock time (in seconds):1.372
2.36/1.48	o 95
2.59/1.61	c Got one! Elapsed wall clock time (in seconds):1.507
2.59/1.61	o 91
2.59/1.64	c Got one! Elapsed wall clock time (in seconds):1.533
2.59/1.64	o 84
2.69/1.70	c Got one! Elapsed wall clock time (in seconds):1.599
2.69/1.70	o 83
2.69/1.76	c Got one! Elapsed wall clock time (in seconds):1.654
2.69/1.76	o 72
2.79/1.80	c Got one! Elapsed wall clock time (in seconds):1.696
2.79/1.80	o 67
2.89/1.99	c Got one! Elapsed wall clock time (in seconds):1.885
2.89/1.99	o 66
3.23/2.22	c cleaning 7227 clauses out of 14475 with flag 13301/18327
3.23/2.28	c Got one! Elapsed wall clock time (in seconds):2.176
3.23/2.28	o 65
3.64/2.46	c Got one! Elapsed wall clock time (in seconds):2.359
3.64/2.46	o 63
4.05/2.75	c cleaning 6618 clauses out of 13251 with flag 22026/24330
5.07/3.31	c cleaning 6304 clauses out of 12637 with flag 65643/30334
5.66/3.95	c cleaning 6659 clauses out of 13329 with flag 121733/37330
6.36/4.68	c cleaning 7327 clauses out of 14670 with flag 183412/45330
6.46/4.72	c Got one! Elapsed wall clock time (in seconds):4.62
6.46/4.72	o 60
6.86/5.14	c Got one! Elapsed wall clock time (in seconds):5.033
6.86/5.14	o 57
6.96/5.24	c cleaning 6864 clauses out of 13746 with flag 9363/51733
7.27/5.58	c Got one! Elapsed wall clock time (in seconds):5.48
7.27/5.58	o 56
7.37/5.67	c cleaning 6076 clauses out of 12169 with flag 7365/57020
7.87/6.16	c cleaning 6043 clauses out of 12094 with flag 55383/63021
7.97/6.27	c Got one! Elapsed wall clock time (in seconds):6.161
7.97/6.27	o 55
8.27/6.57	c cleaning 5677 clauses out of 11360 with flag 28307/68330
8.57/6.89	c Got one! Elapsed wall clock time (in seconds):6.788
8.57/6.89	o 53
8.67/6.99	c cleaning 5521 clauses out of 11052 with flag 7647/73699
9.17/7.47	c cleaning 5751 clauses out of 11528 with flag 52896/79696
9.37/7.62	c Got one! Elapsed wall clock time (in seconds):7.512
9.37/7.62	o 50
9.67/7.93	c cleaning 5809 clauses out of 11666 with flag 31019/85585
9.97/8.25	c Got one! Elapsed wall clock time (in seconds):8.142
9.97/8.25	o 46
10.09/8.33	c cleaning 5450 clauses out of 10911 with flag 9491/90639
10.19/8.41	c Got one! Elapsed wall clock time (in seconds):8.301
10.19/8.41	o 45
10.49/8.74	c cleaning 5297 clauses out of 10616 with flag 31035/95794
10.89/9.13	c Got one! Elapsed wall clock time (in seconds):9.024
10.89/9.13	o 39
11.29/9.53	c cleaning 7733 clauses out of 15471 with flag 35623/105946
11.70/9.94	c cleaning 6867 clauses out of 13736 with flag 76889/111944
12.01/10.29	c Got one! Elapsed wall clock time (in seconds):10.183
12.01/10.29	o 37
12.51/10.73	c cleaning 8592 clauses out of 17205 with flag 40367/122280
13.01/11.28	c cleaning 7297 clauses out of 14611 with flag 99083/128278
13.71/11.91	c cleaning 7156 clauses out of 14314 with flag 169548/135278
13.93/12.19	c Got one! Elapsed wall clock time (in seconds):12.089
13.93/12.19	o 36
14.12/12.36	c cleaning 6393 clauses out of 12795 with flag 15504/140915
14.23/12.43	c Got one! Elapsed wall clock time (in seconds):12.328
14.23/12.43	o 35
14.33/12.51	c Got one! Elapsed wall clock time (in seconds):12.409
14.33/12.51	o 30
14.53/12.72	c cleaning 5846 clauses out of 11719 with flag 19462/146232
14.63/12.89	c Got one! Elapsed wall clock time (in seconds):12.79
14.63/12.89	o 28
14.93/13.15	c cleaning 5816 clauses out of 11669 with flag 24174/152028
15.43/13.68	c cleaning 5908 clauses out of 11851 with flag 77578/158026
15.73/13.91	c Got one! Elapsed wall clock time (in seconds):13.806
15.73/13.91	o 26
15.93/14.13	c cleaning 5853 clauses out of 11722 with flag 20861/163805
16.33/14.60	c cleaning 5928 clauses out of 11869 with flag 71902/169805
16.84/15.06	c cleaning 6459 clauses out of 12941 with flag 120858/176805
17.44/15.61	c cleaning 7235 clauses out of 14486 with flag 178654/184809
17.44/15.65	c Got one! Elapsed wall clock time (in seconds):15.543
17.44/15.65	o 25
17.87/16.03	c cleaning 6461 clauses out of 12926 with flag 39162/190484
18.27/16.50	c cleaning 6228 clauses out of 12467 with flag 87737/196486
18.87/17.09	c cleaning 6610 clauses out of 13237 with flag 143645/203484
18.87/17.09	c Got one! Elapsed wall clock time (in seconds):16.99
18.87/17.09	o 19
19.27/17.50	c cleaning 5841 clauses out of 11685 with flag 41536/208542
19.87/18.00	c cleaning 5920 clauses out of 11843 with flag 85712/214541
20.47/18.64	c cleaning 6458 clauses out of 12923 with flag 143173/221541
21.17/19.35	c cleaning 7223 clauses out of 14465 with flag 204343/229541
22.07/20.26	c cleaning 8119 clauses out of 16243 with flag 279675/238542
23.17/21.31	c cleaning 9060 clauses out of 18123 with flag 361088/248541
24.47/22.60	c cleaning 10030 clauses out of 20066 with flag 462982/259544
25.87/24.02	c cleaning 11009 clauses out of 22036 with flag 567638/271544
27.46/25.66	c cleaning 12013 clauses out of 24030 with flag 698368/284548
27.96/26.12	c Got one! Elapsed wall clock time (in seconds):26.015
27.96/26.12	o 17
28.07/26.25	c cleaning 8712 clauses out of 17435 with flag 8361/289966
28.67/26.89	c cleaning 7355 clauses out of 14725 with flag 51358/295968
29.48/27.67	c cleaning 7177 clauses out of 14369 with flag 109250/302967
29.97/28.10	c Got one! Elapsed wall clock time (in seconds):27.994
29.97/28.10	o 15
30.07/28.21	c cleaning 6226 clauses out of 12455 with flag 7846/308230
30.67/28.80	c cleaning 6113 clauses out of 12233 with flag 48615/314234
31.37/29.51	c cleaning 6555 clauses out of 13117 with flag 94691/321231
32.17/30.38	c cleaning 7281 clauses out of 14564 with flag 151354/329233
33.17/31.33	c cleaning 8138 clauses out of 16284 with flag 213257/338234
34.28/32.48	c cleaning 9070 clauses out of 18141 with flag 286652/348230
34.99/33.13	c Got one! Elapsed wall clock time (in seconds):33.028
34.99/33.13	o 12
35.58/33.73	c cleaning 10137 clauses out of 20298 with flag 35146/359457
36.18/34.38	c cleaning 8071 clauses out of 16157 with flag 81266/365454
36.91/35.05	c cleaning 7535 clauses out of 15086 with flag 126320/372456
37.71/35.82	c cleaning 7767 clauses out of 15549 with flag 179190/380455
38.51/36.63	c cleaning 8388 clauses out of 16775 with flag 236288/389456
39.21/37.37	c starts		: 668
39.21/37.37	c conflicts		: 397335
39.21/37.37	c decisions		: 686530
39.21/37.37	c propagations		: 32756146
39.21/37.37	c inspects		: 462155529
39.21/37.37	c shortcuts		: 0
39.21/37.37	c learnt literals	: 29
39.21/37.37	c learnt binary clauses	: 58
39.21/37.37	c learnt ternary clauses	: 506
39.21/37.37	c learnt constraints	: 397305
39.21/37.37	c ignored constraints	: 0
39.21/37.37	c root simplifications	: 0
39.21/37.37	c removed literals (reason simplification)	: 0
39.21/37.37	c reason swapping (by a shorter reason)	: 0
39.21/37.37	c Calls to reduceDB	: 54
39.21/37.37	c Number of update (reduction) of LBD	: 172961
39.21/37.37	c Imported unit clauses	: 0
39.21/37.37	c number of reductions to clauses (during analyze)	: 0
39.21/37.37	c number of learned constraints concerned by reduction	: 0
39.21/37.37	c number of learning phase by resolution	: 0
39.21/37.37	c number of learning phase by cutting planes	: 0
39.21/37.37	c speed (assignments/second)	: 883724.8691523229
39.21/37.37	c non guided choices	6730
39.21/37.37	c learnt constraints type 
39.21/37.37	s OPTIMUM FOUND
39.21/37.37	c Found 57 solution(s)
39.21/37.37	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 
39.21/37.37	c objective function=12
39.21/37.37	c Total wall clock time (in seconds): 37.267

Verifier Data

OK	12

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-4109668-1466343679/watcher-4109668-1466343679 -o /tmp/evaluation-result-4109668-1466343679/solver-4109668-1466343679 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12182 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109668-1466343679.wbo 

pid=13377
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.45 2.35 1.99 3/194 13380
/proc/meminfo: memFree=29832224/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 36416286 94019584 917 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 22954 917 697 9 0 16769 0
[pid=13380/tid=13381] ppid=13377 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 2 0 36416286 95129600 925 33554432000 1073741824 1073778376 140736379303088 140552774778408 217401309747 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.45 2.35 1.99 3/194 13380
/proc/meminfo: memFree=29832224/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 4436 0 1 0 9 1 0 0 20 0 18 0 36416286 9787879424 6074 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 2389619 6074 2140 9 0 2380296 0
[pid=13380/tid=13381] ppid=13377 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 36416286 9787879424 6074 33554432000 1073741824 1073778376 140736379303088 140552774781856 217413903629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200389 s]
/proc/loadavg: 2.45 2.35 1.99 3/194 13380
/proc/meminfo: memFree=29832224/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 4765 0 1 0 24 1 0 0 20 0 18 0 36416286 9787879424 6838 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 2389619 6838 2212 9 0 2380296 0
[pid=13380/tid=13381] ppid=13377 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 18 0 36416286 9787879424 6838 33554432000 1073741824 1073778376 140736379303088 140552774783112 140552620641160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30045 s]
/proc/loadavg: 2.45 2.35 1.99 3/194 13380
/proc/meminfo: memFree=29832224/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 5932 0 1 0 47 1 0 0 20 0 18 0 36416286 9787879424 8402 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 2389619 8402 2239 9 0 2380296 0
[pid=13380/tid=13381] ppid=13377 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 36416286 9787879424 8402 33554432000 1073741824 1073778376 140736379303088 140552774774768 217413903629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700335 s]
/proc/loadavg: 2.45 2.35 1.99 3/194 13380
/proc/meminfo: memFree=29832224/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 12346 0 1 0 148 2 0 0 20 0 19 0 36416286 9856040960 13257 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 2406260 13257 2260 9 0 2396937 0
[pid=13380/tid=13381] ppid=13377 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 36416286 9856040960 13257 33554432000 1073741824 1073778376 140736379303088 140552774783616 140552620840628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.45 2.35 1.99 3/213 13399
/proc/meminfo: memFree=29757200/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=9625040 CPUtime=2.49 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 12367 0 1 0 247 2 0 0 20 0 19 0 36416286 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 2406260 15321 2268 9 0 2396937 0
[pid=13380/tid=13381] ppid=13377 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 2420 0 1 0 146 1 0 0 20 0 19 0 36416286 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552774783392 140552620808710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13383] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13383/stat : 13383 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552747235880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13384] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13384/stat : 13384 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552746183080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13385] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13385/stat : 13385 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552745130280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13380/tid=13386] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13386/stat : 13386 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552744077480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13387] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13387/stat : 13387 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552743025704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13388] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13388/stat : 13388 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552741972904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13389] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13389/stat : 13389 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552740920104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13390] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13390/stat : 13390 (java) S 13377 13380 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552739867304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13391] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13391/stat : 13391 (java) S 13377 13380 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36416288 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552127351272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13392] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13392/stat : 13392 (java) S 13377 13380 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552126297336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13393] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13393/stat : 13393 (java) S 13377 13380 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552125244424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13394] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13394/stat : 13394 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552124192912 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13395] ppid=13377 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/13380/task/13395/stat : 13395 (java) S 13377 13380 12165 0 -1 4202560 3318 0 0 0 51 0 0 0 20 0 19 0 36416291 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552123141048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13396] ppid=13377 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/13380/task/13396/stat : 13396 (java) S 13377 13380 12165 0 -1 4202560 5352 0 0 0 47 0 0 0 20 0 19 0 36416291 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552122088248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13397] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13397/stat : 13397 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552121035640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13398] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13398/stat : 13398 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552119983048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13399] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13399/stat : 13399 (java) S 13377 13380 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416317 9856040960 15321 33554432000 1073741824 1073778376 140736379303088 140552118928552 217413892009 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.1009 s]
/proc/loadavg: 2.45 2.35 1.99 5/213 13399
/proc/meminfo: memFree=29742260/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=9625040 CPUtime=4.85 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 21328 0 1 0 481 4 0 0 20 0 19 0 36416286 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 2406260 22215 2270 9 0 2396937 0
[pid=13380/tid=13381] ppid=13377 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 2427 0 1 0 305 1 0 0 20 0 19 0 36416286 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552774774480 140552620762228 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13383] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13383/stat : 13383 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552747235880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13384] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13384/stat : 13384 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552746183080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13385] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13385/stat : 13385 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552745130280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13380/tid=13386] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13386/stat : 13386 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552744077480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13387] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13387/stat : 13387 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552743025704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13388] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13388/stat : 13388 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552741972904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13389] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13389/stat : 13389 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552740920104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13390] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13390/stat : 13390 (java) S 13377 13380 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552739867304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13391] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13391/stat : 13391 (java) S 13377 13380 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416288 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552127351272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13392] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13392/stat : 13392 (java) S 13377 13380 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552126297336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13393] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13393/stat : 13393 (java) S 13377 13380 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552125244424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13394] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13394/stat : 13394 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552124192912 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13395] ppid=13377 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/13380/task/13395/stat : 13395 (java) S 13377 13380 12165 0 -1 4202560 9853 0 0 0 86 2 0 0 20 0 19 0 36416291 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552123141048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13396] ppid=13377 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/13380/task/13396/stat : 13396 (java) R 13377 13380 12165 0 -1 4202560 7770 0 0 0 85 2 0 0 20 0 19 0 36416291 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552122075816 140552781377989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13397] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13397/stat : 13397 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552121035640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13398] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13398/stat : 13398 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552119983048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13399] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13399/stat : 13399 (java) S 13377 13380 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416317 9856040960 22215 33554432000 1073741824 1073778376 140736379303088 140552118928552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.41 2.35 1.99 3/213 13399
/proc/meminfo: memFree=29710672/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=9625040 CPUtime=8.07 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 21335 0 1 0 803 4 0 0 20 0 19 0 36416286 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 2406260 23476 2270 9 0 2396937 0
[pid=13380/tid=13381] ppid=13377 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 2434 0 1 0 624 1 0 0 20 0 19 0 36416286 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552774783288 140552620797036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13383] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13383/stat : 13383 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552747235880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13384] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13384/stat : 13384 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552746183080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13385] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13385/stat : 13385 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552745130280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13380/tid=13386] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13386/stat : 13386 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552744077480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13387] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13387/stat : 13387 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552743025704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13388] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13388/stat : 13388 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552741972904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13389] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13389/stat : 13389 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552740920104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13390] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13390/stat : 13390 (java) S 13377 13380 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552739867304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13391] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13391/stat : 13391 (java) S 13377 13380 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36416288 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552127351272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13392] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13392/stat : 13392 (java) S 13377 13380 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552126297336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13393] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13393/stat : 13393 (java) S 13377 13380 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552125244424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13394] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13394/stat : 13394 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552124192912 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13395] ppid=13377 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/13380/task/13395/stat : 13395 (java) S 13377 13380 12165 0 -1 4202560 9853 0 0 0 86 2 0 0 20 0 19 0 36416291 9856040960 23476 33554432000 1073741824 1073778376 140736379303088 140552123141048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13396] ppid=13377 vsize=9625040 CPUtime=0.89 cores=1,3,5,7

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

[pid=13380/tid=13392] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13392/stat : 13392 (java) S 13377 13380 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552126297336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13393] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13393/stat : 13393 (java) S 13377 13380 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552125244424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13394] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13394/stat : 13394 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552124192912 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13395] ppid=13377 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/13380/task/13395/stat : 13395 (java) S 13377 13380 12165 0 -1 4202560 9853 0 0 0 87 2 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552123141048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13396] ppid=13377 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/13380/task/13396/stat : 13396 (java) S 13377 13380 12165 0 -1 4202560 7772 0 0 0 99 2 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552122088248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13397] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13397/stat : 13397 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552121035640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13398] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13398/stat : 13398 (java) S 13377 13380 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552119983048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13399] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13399/stat : 13399 (java) S 13377 13380 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416317 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552118928552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 37.91
Current children cumulated vsize (KiB) 9625040

[startup+36.8008 s]
/proc/loadavg: 2.31 2.33 2.00 3/213 13529
/proc/meminfo: memFree=29670296/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=9625040 CPUtime=38.71 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 21413 0 1 0 3865 6 0 0 20 0 19 0 36416286 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 2406260 45368 2284 9 0 2396937 0
[pid=13380/tid=13381] ppid=13377 vsize=9625040 CPUtime=36.67 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 2487 0 1 0 3665 2 0 0 20 0 19 0 36416286 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552774781560 140552620762608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13383] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13383/stat : 13383 (java) S 13377 13380 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552747235880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13384] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13384/stat : 13384 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552746183080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13385] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13385/stat : 13385 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552745130280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13380/tid=13386] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13386/stat : 13386 (java) S 13377 13380 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552744077480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13387] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13387/stat : 13387 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552743025704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13388] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13388/stat : 13388 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552741972904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13389] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13389/stat : 13389 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552740920104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13390] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13390/stat : 13390 (java) S 13377 13380 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552739867304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13380/tid=13391] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13391/stat : 13391 (java) S 13377 13380 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416288 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552127351272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13392] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13392/stat : 13392 (java) S 13377 13380 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552126297336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13393] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13393/stat : 13393 (java) S 13377 13380 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552125244424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13394] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13394/stat : 13394 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552124192912 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13395] ppid=13377 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/13380/task/13395/stat : 13395 (java) S 13377 13380 12165 0 -1 4202560 9853 0 0 0 87 2 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552123141048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13396] ppid=13377 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/13380/task/13396/stat : 13396 (java) S 13377 13380 12165 0 -1 4202560 7772 0 0 0 99 2 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552122088248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13397] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13397/stat : 13397 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552121035640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13398] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13398/stat : 13398 (java) S 13377 13380 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552119983048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13399] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13399/stat : 13399 (java) S 13377 13380 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416317 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552118928552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 38.71
Current children cumulated vsize (KiB) 9625040

[startup+37.2009 s]
/proc/loadavg: 2.31 2.33 2.00 3/213 13529
/proc/meminfo: memFree=29670296/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=9625040 CPUtime=39.11 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 21413 0 1 0 3905 6 0 0 20 0 19 0 36416286 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 2406260 45368 2284 9 0 2396937 0
[pid=13380/tid=13381] ppid=13377 vsize=9625040 CPUtime=37.07 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 2487 0 1 0 3705 2 0 0 20 0 19 0 36416286 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552774774528 140552620797036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13383] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13383/stat : 13383 (java) S 13377 13380 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552747235880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13384] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13384/stat : 13384 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552746183080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13385] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13385/stat : 13385 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552745130280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13380/tid=13386] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13386/stat : 13386 (java) S 13377 13380 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552744077480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13387] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13387/stat : 13387 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552743025704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13388] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13388/stat : 13388 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552741972904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13389] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13389/stat : 13389 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552740920104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13390] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13390/stat : 13390 (java) S 13377 13380 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552739867304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13380/tid=13391] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13391/stat : 13391 (java) S 13377 13380 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416288 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552127351272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13392] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13392/stat : 13392 (java) S 13377 13380 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552126297336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13393] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13393/stat : 13393 (java) S 13377 13380 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552125244424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13394] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13394/stat : 13394 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552124192912 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13395] ppid=13377 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/13380/task/13395/stat : 13395 (java) S 13377 13380 12165 0 -1 4202560 9853 0 0 0 87 2 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552123141048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13396] ppid=13377 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/13380/task/13396/stat : 13396 (java) S 13377 13380 12165 0 -1 4202560 7772 0 0 0 99 2 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552122088248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13397] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13397/stat : 13397 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552121035640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13398] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13398/stat : 13398 (java) S 13377 13380 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552119983048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13399] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13399/stat : 13399 (java) S 13377 13380 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416317 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552118928552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 39.11
Current children cumulated vsize (KiB) 9625040

[startup+37.3009 s]
/proc/loadavg: 2.31 2.33 2.00 3/213 13529
/proc/meminfo: memFree=29670296/32872528 swapFree=1534436/1655032
[pid=13380] ppid=13377 vsize=9625040 CPUtime=39.21 cores=1,3,5,7
/proc/13380/stat : 13380 (java) S 13377 13380 12165 0 -1 4202496 21413 0 1 0 3915 6 0 0 20 0 19 0 36416286 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140736379294224 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13380/statm: 2406260 45368 2284 9 0 2396937 0
[pid=13380/tid=13381] ppid=13377 vsize=9625040 CPUtime=37.17 cores=1,3,5,7
/proc/13380/task/13381/stat : 13381 (java) R 13377 13380 12165 0 -1 4202560 2487 0 1 0 3715 2 0 0 20 0 19 0 36416286 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552774774528 140552620838591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13383] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13383/stat : 13383 (java) S 13377 13380 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552747235880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13384] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13384/stat : 13384 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552746183080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13385] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13385/stat : 13385 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552745130280 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13380/tid=13386] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13386/stat : 13386 (java) S 13377 13380 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552744077480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13387] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13387/stat : 13387 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552743025704 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13388] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13388/stat : 13388 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552741972904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13389] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13389/stat : 13389 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552740920104 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13380/tid=13390] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13390/stat : 13390 (java) S 13377 13380 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416287 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552739867304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13380/tid=13391] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13391/stat : 13391 (java) S 13377 13380 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416288 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552127351272 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13392] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13392/stat : 13392 (java) S 13377 13380 12165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552126297336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13393] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13393/stat : 13393 (java) S 13377 13380 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36416289 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552125244424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13394] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13394/stat : 13394 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552124192912 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13395] ppid=13377 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/13380/task/13395/stat : 13395 (java) S 13377 13380 12165 0 -1 4202560 9853 0 0 0 87 2 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552123141048 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13396] ppid=13377 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/13380/task/13396/stat : 13396 (java) S 13377 13380 12165 0 -1 4202560 7772 0 0 0 99 2 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552122088248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13397] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13397/stat : 13397 (java) S 13377 13380 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552121035640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13380/tid=13398] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13398/stat : 13398 (java) S 13377 13380 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36416291 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552119983048 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13380/tid=13399] ppid=13377 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13380/task/13399/stat : 13399 (java) S 13377 13380 12165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36416317 9856040960 45368 33554432000 1073741824 1073778376 140736379303088 140552118928552 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 39.21
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13380 and gives
#  childrusage.ru_utime.tv_sec=39
#  childrusage.ru_utime.tv_usec=106054
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=90986
# CPU time returned by wait4() is 39.197
# while last known CPU time is 39.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 37.3796
CPU time (s): 39.21
CPU user time (s): 39.15
CPU system time (s): 0.06
CPU usage (%): 104.897
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.1061
system time used= 0.090986
maximum resident set size= 181528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21434
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1126
involuntary context switches= 141

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

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:41:19
IDJOB=4109668
IDBENCH=78886
IDSOLVER=2551
FILE ID=node122/4109668-1466343679
RUNJOBID= node122-1466341819-12182
PBS_JOBID= 19922031
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= af1f4aa986dfaf7d995a788abb35be25
RANDOM SEED=425118312

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29832752 kB
Buffers:          176264 kB
Cached:           350156 kB
SwapCached:            0 kB
Active:           211380 kB
Inactive:         398296 kB
Active(anon):      75904 kB
Inactive(anon):     9900 kB
Active(file):     135476 kB
Inactive(file):   388396 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:       1764428 kB
Mapped:            20944 kB
Shmem:               204 kB
Slab:             615752 kB
SReclaimable:      58932 kB
SUnreclaim:       556820 kB
KernelStack:        1600 kB
PageTables:         7776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2343904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 71744 MiB
End job on node122 at 2016-06-19 15:41:56