Trace number 4090575

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 54.66 53.5566

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900570242--soft-66-100-0.wbo
MD5SUM404f4a35cd4ec5708f20e119eb7d26f2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark84.3192
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090575-1466065351.wbo
0.11/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.19s.
0.27/0.29	c declared #vars     231
0.27/0.29	c internal #vars     1130
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2523
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 161
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.27/0.29	c 2707 constraints processed.
0.27/0.29	c objective function length is 899 literals
0.50/0.39	c SATISFIABLE
0.50/0.39	c OPTIMIZING...
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.289
0.50/0.39	o 633
0.78/0.41	c Got one! Elapsed wall clock time (in seconds):0.307
0.78/0.41	o 622
0.78/0.43	c Got one! Elapsed wall clock time (in seconds):0.327
0.78/0.43	o 545
0.78/0.46	c Got one! Elapsed wall clock time (in seconds):0.356
0.78/0.46	o 538
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.368
0.78/0.47	o 535
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.383
0.78/0.48	o 533
1.08/0.50	c Got one! Elapsed wall clock time (in seconds):0.397
1.08/0.50	o 525
1.08/0.51	c Got one! Elapsed wall clock time (in seconds):0.414
1.08/0.51	o 501
1.08/0.53	c Got one! Elapsed wall clock time (in seconds):0.428
1.08/0.53	o 500
1.08/0.54	c Got one! Elapsed wall clock time (in seconds):0.442
1.08/0.54	o 495
1.08/0.55	c Got one! Elapsed wall clock time (in seconds):0.455
1.08/0.55	o 370
1.08/0.57	c Got one! Elapsed wall clock time (in seconds):0.466
1.08/0.57	o 357
1.08/0.57	c Got one! Elapsed wall clock time (in seconds):0.472
1.08/0.57	o 278
1.08/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
1.08/0.58	o 266
1.08/0.59	c Got one! Elapsed wall clock time (in seconds):0.493
1.08/0.59	o 264
1.38/0.60	c Got one! Elapsed wall clock time (in seconds):0.504
1.38/0.60	o 252
1.38/0.61	c Got one! Elapsed wall clock time (in seconds):0.513
1.38/0.61	o 246
1.38/0.62	c Got one! Elapsed wall clock time (in seconds):0.522
1.38/0.62	o 228
1.38/0.69	c Got one! Elapsed wall clock time (in seconds):0.592
1.38/0.69	o 210
1.60/0.74	c Got one! Elapsed wall clock time (in seconds):0.645
1.60/0.74	o 208
1.60/0.75	c Got one! Elapsed wall clock time (in seconds):0.655
1.60/0.75	o 202
1.60/0.77	c Got one! Elapsed wall clock time (in seconds):0.675
1.60/0.77	o 178
1.73/0.83	c Got one! Elapsed wall clock time (in seconds):0.727
1.73/0.83	o 177
1.73/0.84	c Got one! Elapsed wall clock time (in seconds):0.743
1.73/0.84	o 172
1.73/0.86	c Got one! Elapsed wall clock time (in seconds):0.759
1.73/0.86	o 114
1.73/0.89	c Got one! Elapsed wall clock time (in seconds):0.787
1.73/0.89	o 105
1.84/0.90	c Got one! Elapsed wall clock time (in seconds):0.8
1.84/0.90	o 104
1.94/1.09	c Got one! Elapsed wall clock time (in seconds):0.994
1.94/1.09	o 103
2.15/1.27	c Got one! Elapsed wall clock time (in seconds):1.167
2.15/1.27	o 83
2.39/1.47	c cleaning 5793 clauses out of 11594 with flag 13501/11594
2.94/1.90	c cleaning 5885 clauses out of 11801 with flag 55374/17594
3.44/2.42	c cleaning 6451 clauses out of 12917 with flag 111546/24595
3.56/2.59	c Got one! Elapsed wall clock time (in seconds):2.494
3.56/2.59	o 80
3.66/2.65	c Got one! Elapsed wall clock time (in seconds):2.554
3.66/2.65	o 77
3.76/2.71	c Got one! Elapsed wall clock time (in seconds):2.611
3.76/2.71	o 70
3.76/2.73	c Got one! Elapsed wall clock time (in seconds):2.634
3.76/2.73	o 66
3.86/2.86	c Got one! Elapsed wall clock time (in seconds):2.756
3.86/2.86	o 65
4.07/3.02	c cleaning 6855 clauses out of 13732 with flag 12947/31861
4.47/3.49	c cleaning 6434 clauses out of 12879 with flag 57678/37863
5.07/4.07	c cleaning 6713 clauses out of 13443 with flag 116628/44861
5.07/4.08	c Got one! Elapsed wall clock time (in seconds):3.977
5.07/4.08	o 63
5.27/4.26	c Got one! Elapsed wall clock time (in seconds):4.165
5.27/4.26	o 61
5.48/4.46	c Got one! Elapsed wall clock time (in seconds):4.356
5.48/4.46	o 56
5.58/4.55	c cleaning 6296 clauses out of 12609 with flag 7878/50740
5.77/4.78	c Got one! Elapsed wall clock time (in seconds):4.685
5.77/4.78	o 50
5.97/4.92	c cleaning 5698 clauses out of 11403 with flag 12443/55830
6.28/5.29	c cleaning 5851 clauses out of 11707 with flag 54621/61832
6.77/5.75	c cleaning 6415 clauses out of 12855 with flag 111181/68831
7.47/6.41	c cleaning 7209 clauses out of 14439 with flag 175273/76830
7.97/6.96	c Got one! Elapsed wall clock time (in seconds):6.862
7.97/6.96	o 49
8.37/7.39	c cleaning 9522 clauses out of 19046 with flag 35308/88646
8.67/7.67	c Got one! Elapsed wall clock time (in seconds):7.575
8.67/7.67	o 48
8.88/7.86	c cleaning 7530 clauses out of 15066 with flag 16224/94188
9.37/8.35	c Got one! Elapsed wall clock time (in seconds):8.253
9.37/8.35	o 39
9.88/8.87	c cleaning 9190 clauses out of 18391 with flag 42872/105043
10.47/9.43	c cleaning 7596 clauses out of 15201 with flag 100457/111043
11.08/10.06	c cleaning 7292 clauses out of 14605 with flag 166854/118043
11.77/10.78	c cleaning 7639 clauses out of 15313 with flag 237500/126043
12.67/11.64	c cleaning 8333 clauses out of 16674 with flag 321981/135043
13.17/12.16	c Got one! Elapsed wall clock time (in seconds):12.063
13.17/12.16	o 37
13.67/12.69	c cleaning 9549 clauses out of 19120 with flag 40198/145822
14.27/13.24	c cleaning 7785 clauses out of 15572 with flag 89015/151823
14.87/13.88	c cleaning 7386 clauses out of 14787 with flag 144743/158823
15.19/14.14	c Got one! Elapsed wall clock time (in seconds):14.038
15.19/14.14	o 34
15.49/14.41	c cleaning 6678 clauses out of 13369 with flag 22665/164791
15.99/14.94	c cleaning 6331 clauses out of 12690 with flag 68425/170790
16.09/15.05	c Got one! Elapsed wall clock time (in seconds):14.948
16.09/15.05	o 32
16.40/15.40	c cleaning 5827 clauses out of 11661 with flag 29737/176092
17.00/15.92	c cleaning 5912 clauses out of 11836 with flag 73995/182094
17.60/16.56	c cleaning 6455 clauses out of 12926 with flag 131002/189096
18.40/17.31	c cleaning 7230 clauses out of 14467 with flag 195365/197092
18.81/17.76	c Got one! Elapsed wall clock time (in seconds):17.656
18.81/17.76	o 29
19.31/18.28	c cleaning 8732 clauses out of 17475 with flag 35309/207330
19.92/18.86	c cleaning 7357 clauses out of 14740 with flag 82033/213327
20.61/19.53	c cleaning 7182 clauses out of 14383 with flag 132138/220327
21.41/20.35	c cleaning 7595 clauses out of 15203 with flag 194162/228329
22.31/21.29	c cleaning 8293 clauses out of 16607 with flag 262401/237328
23.40/22.37	c cleaning 9155 clauses out of 18314 with flag 336944/247328
24.70/23.65	c cleaning 10077 clauses out of 20159 with flag 419043/258328
26.01/24.94	c Got one! Elapsed wall clock time (in seconds):24.84
26.01/24.94	o 25
26.70/25.63	c cleaning 13015 clauses out of 26034 with flag 35915/274280
27.40/26.31	c cleaning 9509 clauses out of 19020 with flag 77448/280281
28.10/27.03	c cleaning 8254 clauses out of 16510 with flag 123946/287280
28.50/27.42	c Got one! Elapsed wall clock time (in seconds):27.318
28.50/27.42	o 23
28.61/27.53	c cleaning 6738 clauses out of 13492 with flag 6177/292516
29.20/28.11	c cleaning 6368 clauses out of 12753 with flag 43774/298515
29.81/28.75	c cleaning 6691 clauses out of 13385 with flag 87196/305515
30.60/29.51	c cleaning 7337 clauses out of 14697 with flag 136394/313518
31.50/30.47	c cleaning 8178 clauses out of 16360 with flag 193644/322518
32.60/31.57	c cleaning 9078 clauses out of 18179 with flag 262756/332515
33.80/32.76	c cleaning 10047 clauses out of 20101 with flag 328384/343515
35.10/34.10	c cleaning 11024 clauses out of 22056 with flag 401931/355517
36.81/35.75	c cleaning 12014 clauses out of 24031 with flag 494319/368516
38.42/37.36	c Got one! Elapsed wall clock time (in seconds):37.257
38.42/37.36	o 19
39.12/38.01	c cleaning 14937 clauses out of 29882 with flag 30990/386382
39.73/38.67	c cleaning 10466 clauses out of 20947 with flag 70342/392384
40.42/39.40	c cleaning 8734 clauses out of 17480 with flag 114752/399383
41.32/40.22	c cleaning 8363 clauses out of 16744 with flag 162794/407381
42.22/41.16	c cleaning 8687 clauses out of 17383 with flag 220056/416383
43.32/42.25	c cleaning 9340 clauses out of 18694 with flag 286123/426381
44.52/43.43	c cleaning 10176 clauses out of 20356 with flag 350374/437384
45.82/44.75	c cleaning 11080 clauses out of 22177 with flag 421190/449382
46.33/45.22	c Got one! Elapsed wall clock time (in seconds):45.117
46.33/45.22	o 18
46.45/45.33	c cleaning 8465 clauses out of 16952 with flag 6252/455237
47.05/45.92	c cleaning 7226 clauses out of 14487 with flag 36407/461237
47.75/46.60	c cleaning 7123 clauses out of 14262 with flag 62686/468238
48.56/47.41	c cleaning 7559 clauses out of 15137 with flag 96656/476237
48.77/47.69	c Got one! Elapsed wall clock time (in seconds):47.592
48.77/47.69	o 17
48.96/47.87	c cleaning 6445 clauses out of 12922 with flag 7551/481581
49.46/48.30	c Got one! Elapsed wall clock time (in seconds):48.197
49.46/48.30	o 16
49.57/48.40	c cleaning 6123 clauses out of 12259 with flag 3661/487363
50.07/48.95	c cleaning 6062 clauses out of 12135 with flag 25261/493363
50.67/49.60	c cleaning 6534 clauses out of 13071 with flag 49479/500363
51.47/50.35	c cleaning 7263 clauses out of 14534 with flag 81503/508363
52.47/51.31	c cleaning 8131 clauses out of 16272 with flag 120442/517364
53.46/52.36	c cleaning 9064 clauses out of 18139 with flag 167841/527363
54.66/53.55	c starts		: 905
54.66/53.55	c conflicts		: 537815
54.66/53.55	c decisions		: 871535
54.66/53.55	c propagations		: 39141963
54.66/53.55	c inspects		: 755837675
54.66/53.55	c shortcuts		: 0
54.66/53.55	c learnt literals	: 31
54.66/53.55	c learnt binary clauses	: 60
54.66/53.55	c learnt ternary clauses	: 402
54.66/53.55	c learnt constraints	: 537783
54.66/53.55	c ignored constraints	: 0
54.66/53.55	c root simplifications	: 0
54.66/53.55	c removed literals (reason simplification)	: 0
54.66/53.55	c reason swapping (by a shorter reason)	: 0
54.66/53.55	c Calls to reduceDB	: 65
54.66/53.55	c Number of update (reduction) of LBD	: 213083
54.66/53.55	c Imported unit clauses	: 0
54.66/53.55	c number of reductions to clauses (during analyze)	: 0
54.66/53.55	c number of learned constraints concerned by reduction	: 0
54.66/53.55	c number of learning phase by resolution	: 0
54.66/53.55	c number of learning phase by cutting planes	: 0
54.66/53.55	c speed (assignments/second)	: 735060.338028169
54.66/53.55	c non guided choices	6107
54.66/53.55	c learnt constraints type 
54.66/53.55	s OPTIMUM FOUND
54.66/53.55	c Found 51 solution(s)
54.66/53.55	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 
54.66/53.55	c objective function=16
54.66/53.55	c Total wall clock time (in seconds): 53.45

Verifier Data

OK	16

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-4090575-1466065351/watcher-4090575-1466065351 -o /tmp/evaluation-result-4090575-1466065351/solver-4090575-1466065351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466062134-7218 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090575-1466065351.wbo 

pid=8147
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.18 2.16 2.08 3/194 8150
/proc/meminfo: memFree=30462676/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8584034 98570240 977 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 24065 977 743 9 0 16771 0
[pid=8150/tid=8151] ppid=8147 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8584035 98570240 977 33554432000 1073741824 1073778376 140737447864064 140036249955880 271787574656 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 2.18 2.16 2.08 3/194 8150
/proc/meminfo: memFree=30462676/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 4515 0 1 0 10 1 0 0 20 0 18 0 8584034 9787879424 6134 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 2389619 6134 2157 9 0 2380296 0
[pid=8150/tid=8151] ppid=8147 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 2376 0 1 0 6 1 0 0 20 0 18 0 8584035 9787879424 6134 33554432000 1073741824 1073778376 140737447864064 140036249959328 271790957837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 2.18 2.16 2.08 3/194 8150
/proc/meminfo: memFree=30462676/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 4869 0 1 0 26 1 0 0 20 0 18 0 8584034 9787879424 6899 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 2389619 6899 2215 9 0 2380296 0
[pid=8150/tid=8151] ppid=8147 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 2390 0 1 0 16 1 0 0 20 0 18 0 8584035 9787879424 6899 33554432000 1073741824 1073778376 140737447864064 140036249959328 140036083348896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300349 s]
/proc/loadavg: 2.18 2.16 2.08 3/194 8150
/proc/meminfo: memFree=30462676/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 5792 0 1 0 48 2 0 0 20 0 18 0 8584034 9787879424 8357 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 2389619 8357 2239 9 0 2380296 0
[pid=8150/tid=8151] ppid=8147 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 2404 0 1 0 26 1 0 0 20 0 18 0 8584035 9787879424 8357 33554432000 1073741824 1073778376 140737447864064 140036249959328 140036083398464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700283 s]
/proc/loadavg: 2.18 2.16 2.08 3/194 8150
/proc/meminfo: memFree=30462676/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=9625040 CPUtime=1.6 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 12898 0 1 0 157 3 0 0 20 0 19 0 8584034 9856040960 13156 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 2406260 13156 2262 9 0 2396937 0
[pid=8150/tid=8151] ppid=8147 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 2414 0 1 0 66 1 0 0 20 0 19 0 8584035 9856040960 13156 33554432000 1073741824 1073778376 140737447864064 140036249960728 140036083871048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.18 2.16 2.08 3/213 8169
/proc/meminfo: memFree=30413880/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 13147 0 1 0 251 3 0 0 20 0 19 0 8584034 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 2406260 14702 2270 9 0 2396937 0
[pid=8150/tid=8151] ppid=8147 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 2420 0 1 0 146 2 0 0 20 0 19 0 8584035 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036249960952 140036083911017 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8153] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8153/stat : 8153 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036211452200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8154] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8154/stat : 8154 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036210399400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8155] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8155/stat : 8155 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036209347112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8156] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8156/stat : 8156 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036208294312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8157] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8157/stat : 8157 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036207242024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8158] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8158/stat : 8158 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036206189224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8159] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8159/stat : 8159 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036205136936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8160] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8160/stat : 8160 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036204084136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8161] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8161/stat : 8161 (java) S 8147 8150 7201 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8584036 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036073806056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8162] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8162/stat : 8162 (java) S 8147 8150 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036072752120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8163] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8163/stat : 8163 (java) S 8147 8150 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036071699720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8164] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8164/stat : 8164 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036070648208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8165] ppid=8147 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8150/task/8165/stat : 8165 (java) S 8147 8150 7201 0 -1 4202560 4991 0 0 0 52 0 0 0 20 0 19 0 8584039 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036069595832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8166] ppid=8147 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8150/task/8166/stat : 8166 (java) S 8147 8150 7201 0 -1 4202560 4458 0 0 0 49 0 0 0 20 0 19 0 8584039 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140036068543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8167] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8167/stat : 8167 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140035194088568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8168] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8168/stat : 8168 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140035193035976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8169] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8169/stat : 8169 (java) S 8147 8150 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584064 9856040960 14702 33554432000 1073741824 1073778376 140737447864064 140035191980968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.25 2.17 2.09 3/213 8169
/proc/meminfo: memFree=30409412/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 13153 0 1 0 413 4 0 0 20 0 19 0 8584034 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 2406260 16750 2270 9 0 2396937 0
[pid=8150/tid=8151] ppid=8147 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 2426 0 1 0 305 2 0 0 20 0 19 0 8584035 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036249951936 140036083871048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8153] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8153/stat : 8153 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036211452200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8154] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8154/stat : 8154 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036210399400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8155] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8155/stat : 8155 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036209347112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8156] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8156/stat : 8156 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036208294312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8157] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8157/stat : 8157 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036207242024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8158] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8158/stat : 8158 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036206189224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8159] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8159/stat : 8159 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036205136936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8160] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8160/stat : 8160 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036204084136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8161] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8161/stat : 8161 (java) S 8147 8150 7201 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8584036 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036073806056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8162] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8162/stat : 8162 (java) S 8147 8150 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036072752120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8163] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8163/stat : 8163 (java) S 8147 8150 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036071699720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8164] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8164/stat : 8164 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036070648208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8165] ppid=8147 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/8150/task/8165/stat : 8165 (java) S 8147 8150 7201 0 -1 4202560 4991 0 0 0 54 0 0 0 20 0 19 0 8584039 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036069595832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8166] ppid=8147 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8150/task/8166/stat : 8166 (java) S 8147 8150 7201 0 -1 4202560 4458 0 0 0 50 0 0 0 20 0 19 0 8584039 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140036068543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8167] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8167/stat : 8167 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140035194088568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8168] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8168/stat : 8168 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140035193035976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8169] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8169/stat : 8169 (java) S 8147 8150 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584064 9856040960 16750 33554432000 1073741824 1073778376 140737447864064 140035191980968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.25 2.17 2.09 3/213 8169
/proc/meminfo: memFree=30392696/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=9625040 CPUtime=7.37 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 13160 0 1 0 733 4 0 0 20 0 19 0 8584034 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 2406260 19758 2270 9 0 2396937 0
[pid=8150/tid=8151] ppid=8147 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 2433 0 1 0 624 2 0 0 20 0 19 0 8584035 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036249951936 140036083837319 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8153] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8153/stat : 8153 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036211452200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8154] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8154/stat : 8154 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036210399400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8155] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8155/stat : 8155 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036209347112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8156] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8156/stat : 8156 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036208294312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8157] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8157/stat : 8157 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036207242024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8158] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8158/stat : 8158 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036206189224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8159] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8159/stat : 8159 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036205136936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8160] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8160/stat : 8160 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036204084136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8161] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8161/stat : 8161 (java) S 8147 8150 7201 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8584036 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036073806056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8162] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8162/stat : 8162 (java) S 8147 8150 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036072752120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8163] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8163/stat : 8163 (java) S 8147 8150 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036071699720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8164] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8164/stat : 8164 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036070648208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8165] ppid=8147 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/8150/task/8165/stat : 8165 (java) S 8147 8150 7201 0 -1 4202560 4991 0 0 0 55 0 0 0 20 0 19 0 8584039 9856040960 19758 33554432000 1073741824 1073778376 140737447864064 140036069595832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8166] ppid=8147 vsize=9625040 CPUtime=0.5 cores=1,3,5,7

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

[pid=8150/tid=8162] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8162/stat : 8162 (java) S 8147 8150 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036072752120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8163] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8163/stat : 8163 (java) S 8147 8150 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036071699720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8164] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8164/stat : 8164 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036070648208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8165] ppid=8147 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8150/task/8165/stat : 8165 (java) S 8147 8150 7201 0 -1 4202560 4993 0 0 0 64 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036069595832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8166] ppid=8147 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8150/task/8166/stat : 8166 (java) S 8147 8150 7201 0 -1 4202560 4458 0 0 0 50 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036068543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8167] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8167/stat : 8167 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035194088568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8168] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8168/stat : 8168 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035193035976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8169] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8169/stat : 8169 (java) S 8147 8150 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584064 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035191980968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 53.97
Current children cumulated vsize (KiB) 9625040

[startup+53.2007 s]
/proc/loadavg: 2.24 2.18 2.09 3/213 8169
/proc/meminfo: memFree=30302848/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=9625040 CPUtime=54.36 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 13242 0 1 0 5430 6 0 0 20 0 19 0 8584034 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 2406260 42307 2284 9 0 2396937 0
[pid=8150/tid=8151] ppid=8147 vsize=9625040 CPUtime=53.03 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 2482 0 1 0 5299 4 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036249952000 140036083871465 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8153] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8153/stat : 8153 (java) S 8147 8150 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036211452200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8154] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8154/stat : 8154 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036210399400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8155] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8155/stat : 8155 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036209347112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8156] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8156/stat : 8156 (java) S 8147 8150 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036208294312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8157] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8157/stat : 8157 (java) S 8147 8150 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036207242024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8158] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8158/stat : 8158 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036206189224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8159] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8159/stat : 8159 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036205136936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8160] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8160/stat : 8160 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036204084136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8161] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8161/stat : 8161 (java) S 8147 8150 7201 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8584036 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036073806056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8162] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8162/stat : 8162 (java) S 8147 8150 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036072752120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8163] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8163/stat : 8163 (java) S 8147 8150 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036071699720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8164] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8164/stat : 8164 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036070648208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8165] ppid=8147 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8150/task/8165/stat : 8165 (java) S 8147 8150 7201 0 -1 4202560 4993 0 0 0 64 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036069595832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8166] ppid=8147 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8150/task/8166/stat : 8166 (java) S 8147 8150 7201 0 -1 4202560 4458 0 0 0 50 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036068543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8167] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8167/stat : 8167 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035194088568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8168] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8168/stat : 8168 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035193035976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8169] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8169/stat : 8169 (java) S 8147 8150 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584064 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035191980968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 54.36
Current children cumulated vsize (KiB) 9625040

[startup+53.4007 s]
/proc/loadavg: 2.24 2.18 2.09 3/213 8169
/proc/meminfo: memFree=30302848/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=9625040 CPUtime=54.56 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 13242 0 1 0 5450 6 0 0 20 0 19 0 8584034 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 2406260 42307 2284 9 0 2396937 0
[pid=8150/tid=8151] ppid=8147 vsize=9625040 CPUtime=53.23 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 2482 0 1 0 5319 4 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036249952000 140036083837328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8153] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8153/stat : 8153 (java) S 8147 8150 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036211452200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8154] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8154/stat : 8154 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036210399400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8155] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8155/stat : 8155 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036209347112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8156] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8156/stat : 8156 (java) S 8147 8150 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036208294312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8157] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8157/stat : 8157 (java) S 8147 8150 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036207242024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8158] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8158/stat : 8158 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036206189224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8159] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8159/stat : 8159 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036205136936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8160] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8160/stat : 8160 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036204084136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8161] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8161/stat : 8161 (java) S 8147 8150 7201 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8584036 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036073806056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8162] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8162/stat : 8162 (java) S 8147 8150 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036072752120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8163] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8163/stat : 8163 (java) S 8147 8150 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036071699720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8164] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8164/stat : 8164 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036070648208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8165] ppid=8147 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8150/task/8165/stat : 8165 (java) S 8147 8150 7201 0 -1 4202560 4993 0 0 0 64 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036069595832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8166] ppid=8147 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8150/task/8166/stat : 8166 (java) S 8147 8150 7201 0 -1 4202560 4458 0 0 0 50 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036068543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8167] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8167/stat : 8167 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035194088568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8168] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8168/stat : 8168 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035193035976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8169] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8169/stat : 8169 (java) S 8147 8150 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584064 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035191980968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 54.56
Current children cumulated vsize (KiB) 9625040

[startup+53.5007 s]
/proc/loadavg: 2.24 2.18 2.09 3/213 8169
/proc/meminfo: memFree=30302848/32872528 swapFree=1103228/1182944
[pid=8150] ppid=8147 vsize=9625040 CPUtime=54.66 cores=1,3,5,7
/proc/8150/stat : 8150 (java) S 8147 8150 7201 0 -1 4202496 13242 0 1 0 5460 6 0 0 20 0 19 0 8584034 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140737447855200 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8150/statm: 2406260 42307 2284 9 0 2396937 0
[pid=8150/tid=8151] ppid=8147 vsize=9625040 CPUtime=53.33 cores=1,3,5,7
/proc/8150/task/8151/stat : 8151 (java) R 8147 8150 7201 0 -1 4202560 2482 0 1 0 5329 4 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036249952000 140036083871404 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8153] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8153/stat : 8153 (java) S 8147 8150 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036211452200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8154] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8154/stat : 8154 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036210399400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8155] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8155/stat : 8155 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036209347112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8156] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8156/stat : 8156 (java) S 8147 8150 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036208294312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8150/tid=8157] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8157/stat : 8157 (java) S 8147 8150 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036207242024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8158] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8158/stat : 8158 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036206189224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8159] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8159/stat : 8159 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036205136936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8150/tid=8160] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8160/stat : 8160 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584035 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036204084136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8161] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8161/stat : 8161 (java) S 8147 8150 7201 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8584036 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036073806056 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8162] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8162/stat : 8162 (java) S 8147 8150 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036072752120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8163] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8163/stat : 8163 (java) S 8147 8150 7201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8584037 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036071699720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8164] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8164/stat : 8164 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036070648208 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8165] ppid=8147 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8150/task/8165/stat : 8165 (java) S 8147 8150 7201 0 -1 4202560 4993 0 0 0 64 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036069595832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8166] ppid=8147 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8150/task/8166/stat : 8166 (java) S 8147 8150 7201 0 -1 4202560 4458 0 0 0 50 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140036068543032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8167] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8167/stat : 8167 (java) S 8147 8150 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035194088568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8150/tid=8168] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8168/stat : 8168 (java) S 8147 8150 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8584039 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035193035976 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8150/tid=8169] ppid=8147 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8150/task/8169/stat : 8169 (java) S 8147 8150 7201 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8584064 9856040960 42307 33554432000 1073741824 1073778376 140737447864064 140035191980968 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 54.66
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8150 and gives
#  childrusage.ru_utime.tv_sec=54
#  childrusage.ru_utime.tv_usec=522711
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=81987
# CPU time returned by wait4() is 54.6047
# while last known CPU time is 54.66
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 53.5566
CPU time (s): 54.66
CPU user time (s): 54.6
CPU system time (s): 0.06
CPU usage (%): 102.06
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.5227
system time used= 0.081987
maximum resident set size= 169304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13269
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= 1441
involuntary context switches= 192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.295955 second user time and 0.25996 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 10:22:31
IDJOB=4090575
IDBENCH=78968
IDSOLVER=2551
FILE ID=node115/4090575-1466065351
RUNJOBID= node115-1466062134-7218
PBS_JOBID= 19904021
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.1900570242--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090575-1466065351/watcher-4090575-1466065351 -o /tmp/evaluation-result-4090575-1466065351/solver-4090575-1466065351 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466062134-7218 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090575-1466065351.wbo

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

MD5SUM BENCH= 404f4a35cd4ec5708f20e119eb7d26f2
RANDOM SEED=74981571

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30463584 kB
Buffers:            6640 kB
Cached:            38860 kB
SwapCached:         2116 kB
Active:           502604 kB
Inactive:          24488 kB
Active(anon):     481960 kB
Inactive(anon):     1624 kB
Active(file):      20644 kB
Inactive(file):    22864 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:               560 kB
Writeback:             0 kB
AnonPages:       1787532 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             564444 kB
SReclaimable:       8352 kB
SUnreclaim:       556092 kB
KernelStack:        1760 kB
PageTables:         7956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1809668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 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 node115 at 2016-06-16 10:23:24