Trace number 4110336

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 29.6485 28.3817

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900553647--soft-0-100-0.wbo
MD5SUM1693c6ddcdda9c3a56f7a1957868c0a9
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark29.6485
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 715
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@2b21cc40
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@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4110336-1466343877.wbo
0.10/0.10	c reading problem ... 
0.50/0.31	c ... done. Wall clock time 0.203s.
0.50/0.31	c declared #vars     231
0.50/0.31	c internal #vars     2938
0.50/0.31	c #constraints  2707
0.50/0.31	c constraints type 
0.50/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.50/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.50/0.31	c 2707 constraints processed.
0.50/0.31	c objective function length is 2707 literals
1.10/0.50	c SATISFIABLE
1.10/0.50	c OPTIMIZING...
1.10/0.50	c Got one! Elapsed wall clock time (in seconds):0.393
1.10/0.50	o 548
1.10/0.55	c Got one! Elapsed wall clock time (in seconds):0.447
1.10/0.55	o 523
1.10/0.57	c Got one! Elapsed wall clock time (in seconds):0.465
1.10/0.57	o 500
1.38/0.62	c Got one! Elapsed wall clock time (in seconds):0.52
1.38/0.62	o 492
1.38/0.64	c Got one! Elapsed wall clock time (in seconds):0.534
1.38/0.64	o 477
1.38/0.69	c Got one! Elapsed wall clock time (in seconds):0.582
1.38/0.69	o 465
1.67/0.70	c Got one! Elapsed wall clock time (in seconds):0.592
1.67/0.70	o 422
1.67/0.71	c Got one! Elapsed wall clock time (in seconds):0.602
1.67/0.71	o 303
1.67/0.71	c Got one! Elapsed wall clock time (in seconds):0.61
1.67/0.71	o 276
1.67/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
1.67/0.74	o 258
1.67/0.74	c Got one! Elapsed wall clock time (in seconds):0.639
1.67/0.74	o 176
1.67/0.77	c Got one! Elapsed wall clock time (in seconds):0.665
1.67/0.77	o 149
1.84/0.82	c Got one! Elapsed wall clock time (in seconds):0.714
1.84/0.82	o 145
2.65/1.63	c Got one! Elapsed wall clock time (in seconds):1.523
2.65/1.63	o 142
2.75/1.77	c Got one! Elapsed wall clock time (in seconds):1.663
2.75/1.77	o 137
3.17/2.13	c Got one! Elapsed wall clock time (in seconds):2.026
3.17/2.13	o 136
3.28/2.24	c Got one! Elapsed wall clock time (in seconds):2.14
3.28/2.24	o 135
3.28/2.27	c Got one! Elapsed wall clock time (in seconds):2.161
3.28/2.27	o 133
3.47/2.44	c cleaning 4682 clauses out of 9363 with flag 4291/9363
3.61/2.56	c Got one! Elapsed wall clock time (in seconds):2.454
3.61/2.56	o 129
3.61/2.59	c Got one! Elapsed wall clock time (in seconds):2.482
3.61/2.59	o 115
3.73/2.61	c Got one! Elapsed wall clock time (in seconds):2.507
3.73/2.61	o 100
3.73/2.64	c Got one! Elapsed wall clock time (in seconds):2.532
3.73/2.64	o 99
3.73/2.64	c Got one! Elapsed wall clock time (in seconds):2.538
3.73/2.64	o 92
3.73/2.67	c Got one! Elapsed wall clock time (in seconds):2.564
3.73/2.67	o 72
3.73/2.70	c Got one! Elapsed wall clock time (in seconds):2.592
3.73/2.70	o 69
3.94/2.87	c Got one! Elapsed wall clock time (in seconds):2.761
3.94/2.87	o 63
4.04/2.92	c Got one! Elapsed wall clock time (in seconds):2.816
4.04/2.92	o 61
4.04/2.96	c Got one! Elapsed wall clock time (in seconds):2.853
4.04/2.96	o 54
4.04/2.97	c Got one! Elapsed wall clock time (in seconds):2.865
4.04/2.97	o 48
4.04/2.98	c Got one! Elapsed wall clock time (in seconds):2.872
4.04/2.98	o 47
4.14/3.03	c Got one! Elapsed wall clock time (in seconds):2.925
4.14/3.03	o 38
4.24/3.16	c Got one! Elapsed wall clock time (in seconds):3.058
4.24/3.16	o 37
4.74/3.62	c cleaning 6714 clauses out of 13437 with flag 27123/18119
4.95/3.85	c Got one! Elapsed wall clock time (in seconds):3.744
4.95/3.85	o 36
5.38/4.23	c cleaning 6027 clauses out of 12055 with flag 20400/23451
5.50/4.36	c Got one! Elapsed wall clock time (in seconds):4.256
5.50/4.36	o 30
5.71/4.58	c Got one! Elapsed wall clock time (in seconds):4.476
5.71/4.58	o 26
5.81/4.64	c Got one! Elapsed wall clock time (in seconds):4.535
5.81/4.64	o 22
5.91/4.75	c Got one! Elapsed wall clock time (in seconds):4.649
5.91/4.75	o 21
6.01/4.85	c cleaning 6014 clauses out of 12045 with flag 6938/29468
6.51/5.31	c Got one! Elapsed wall clock time (in seconds):5.209
6.51/5.31	o 20
6.51/5.38	c Got one! Elapsed wall clock time (in seconds):5.272
6.51/5.38	o 19
6.61/5.45	c Got one! Elapsed wall clock time (in seconds):5.344
6.61/5.45	o 18
6.72/5.57	c Got one! Elapsed wall clock time (in seconds):5.462
6.72/5.57	o 15
7.11/5.93	c cleaning 8994 clauses out of 18006 with flag 36172/41443
7.11/5.99	c Got one! Elapsed wall clock time (in seconds):5.884
7.11/5.99	o 12
7.21/6.01	c Got one! Elapsed wall clock time (in seconds):5.906
7.21/6.01	o 11
7.51/6.35	c Got one! Elapsed wall clock time (in seconds):6.246
7.51/6.35	o 10
7.62/6.44	c cleaning 7582 clauses out of 15186 with flag 6773/47617
7.72/6.59	c Got one! Elapsed wall clock time (in seconds):6.484
7.72/6.59	o 9
8.02/6.80	c cleaning 6589 clauses out of 13196 with flag 26641/53209
8.12/6.91	c Got one! Elapsed wall clock time (in seconds):6.803
8.12/6.91	o 8
8.12/6.93	c Got one! Elapsed wall clock time (in seconds):6.823
8.12/6.93	o 7
8.12/6.96	c Got one! Elapsed wall clock time (in seconds):6.854
8.12/6.96	o 6
8.32/7.19	c cleaning 6632 clauses out of 13272 with flag 33635/59874
8.52/7.38	c Got one! Elapsed wall clock time (in seconds):7.274
8.52/7.38	o 4
8.72/7.51	c cleaning 6138 clauses out of 12294 with flag 19437/65528
9.03/7.84	c cleaning 6055 clauses out of 12153 with flag 70949/71525
9.22/8.02	c Got one! Elapsed wall clock time (in seconds):7.918
9.22/8.02	o 3
9.32/8.14	c cleaning 5683 clauses out of 11386 with flag 19330/76813
9.62/8.40	c Got one! Elapsed wall clock time (in seconds):8.298
9.62/8.40	o 2
9.62/8.48	c cleaning 5803 clauses out of 11632 with flag 9533/82742
9.92/8.80	c cleaning 5904 clauses out of 11827 with flag 69034/88740
10.32/9.19	c cleaning 6442 clauses out of 12923 with flag 133023/95740
10.84/9.66	c cleaning 7222 clauses out of 14481 with flag 208615/103740
11.34/10.20	c cleaning 8116 clauses out of 16259 with flag 295243/112740
12.04/10.83	c cleaning 9063 clauses out of 18143 with flag 395780/122740
12.74/11.54	c cleaning 10036 clauses out of 20080 with flag 503085/133740
12.74/11.56	c Got one! Elapsed wall clock time (in seconds):11.451
12.74/11.56	o 1
13.04/11.87	c cleaning 7719 clauses out of 15444 with flag 56486/139140
13.35/12.20	c cleaning 6857 clauses out of 13725 with flag 115726/145140
13.75/12.58	c cleaning 6919 clauses out of 13867 with flag 181835/152140
14.25/13.03	c cleaning 7473 clauses out of 14948 with flag 252725/160140
14.75/13.57	c cleaning 8237 clauses out of 16476 with flag 334023/169141
15.45/14.20	c cleaning 9105 clauses out of 18238 with flag 429323/179140
16.15/14.96	c cleaning 10064 clauses out of 20133 with flag 545882/190140
17.05/15.82	c cleaning 11029 clauses out of 22069 with flag 672430/202140
18.05/16.85	c cleaning 12020 clauses out of 24041 with flag 818927/215142
19.25/18.01	c cleaning 13003 clauses out of 26020 with flag 956494/229141
20.54/19.35	c cleaning 14001 clauses out of 28017 with flag 1098299/244141
22.04/20.81	c cleaning 15006 clauses out of 30015 with flag 1246920/260140
23.64/22.46	c cleaning 15994 clauses out of 32009 with flag 1400739/277141
25.38/24.14	c cleaning 16996 clauses out of 34014 with flag 1555816/295141
27.28/26.04	c cleaning 18001 clauses out of 36016 with flag 1693844/314140
29.27/28.06	c cleaning 19004 clauses out of 38010 with flag 1818018/334141
29.57/28.36	c starts		: 137
29.57/28.36	c conflicts		: 339205
29.57/28.36	c decisions		: 578311
29.57/28.36	c propagations		: 25458077
29.57/28.36	c inspects		: 409091162
29.57/28.36	c shortcuts		: 0
29.57/28.36	c learnt literals	: 24
29.57/28.36	c learnt binary clauses	: 29
29.57/28.36	c learnt ternary clauses	: 192
29.57/28.36	c learnt constraints	: 339180
29.57/28.36	c ignored constraints	: 0
29.57/28.36	c root simplifications	: 0
29.57/28.36	c removed literals (reason simplification)	: 0
29.57/28.36	c reason swapping (by a shorter reason)	: 0
29.57/28.36	c Calls to reduceDB	: 34
29.57/28.36	c Number of update (reduction) of LBD	: 114490
29.57/28.36	c Imported unit clauses	: 0
29.57/28.36	c number of reductions to clauses (during analyze)	: 0
29.57/28.36	c number of learned constraints concerned by reduction	: 0
29.57/28.36	c number of learning phase by resolution	: 0
29.57/28.36	c number of learning phase by cutting planes	: 0
29.57/28.36	c speed (assignments/second)	: 907920.0071326677
29.57/28.36	c non guided choices	6023
29.57/28.36	c learnt constraints type 
29.57/28.36	s OPTIMUM FOUND
29.57/28.36	c Found 52 solution(s)
29.57/28.36	v -x1 -x2 -x3 x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230 -x231 
29.57/28.36	c objective function=1
29.57/28.36	c Total wall clock time (in seconds): 28.26

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110336-1466343877/watcher-4110336-1466343877 -o /tmp/evaluation-result-4110336-1466343877/solver-4110336-1466343877 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110336-1466343877.wbo 

pid=23097
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.33 2.26 1.97 3/194 23100
/proc/meminfo: memFree=30240356/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/23100/stat : 23100 (java) R 23097 23100 20454 0 -1 4202496 1224 0 0 0 0 0 0 0 20 0 1 0 36434487 24780800 867 33554432000 1073741824 1073778376 140733881988896 140733881977960 214369704113 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 6050 867 654 9 0 385 0
[pid=23100/tid=23101] ppid=23097 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 2 0 36434488 91889664 870 33554432000 1073741824 1073778376 140733881988896 140733881977960 214369266061 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100136 s]
/proc/loadavg: 2.33 2.26 1.97 3/194 23100
/proc/meminfo: memFree=30240356/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23100/stat : 23100 (java) S 23097 23100 20454 0 -1 4202496 4452 0 1 0 9 1 0 0 20 0 18 0 36434487 9787879424 6079 33554432000 1073741824 1073778376 140733881988896 140733881980032 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 2389619 6079 2141 9 0 2380296 0
[pid=23100/tid=23101] ppid=23097 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 36434488 9787879424 6085 33554432000 1073741824 1073778376 140733881988896 140375959772064 214373033229 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.200319 s]
/proc/loadavg: 2.33 2.26 1.97 3/194 23100
/proc/meminfo: memFree=30240356/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23100/stat : 23100 (java) S 23097 23100 20454 0 -1 4202496 4762 0 1 0 25 1 0 0 20 0 18 0 36434487 9787879424 6840 33554432000 1073741824 1073778376 140733881988896 140733881980032 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 2389619 6840 2212 9 0 2380296 0
[pid=23100/tid=23101] ppid=23097 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 18 0 36434488 9787879424 6840 33554432000 1073741824 1073778376 140733881988896 140375959773192 140375788440097 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300374 s]
/proc/loadavg: 2.33 2.26 1.97 3/194 23100
/proc/meminfo: memFree=30240356/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/23100/stat : 23100 (java) S 23097 23100 20454 0 -1 4202496 6745 0 1 0 49 1 0 0 20 0 18 0 36434487 9787879424 8880 33554432000 1073741824 1073778376 140733881988896 140733881980032 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 2389619 8880 2236 9 0 2380296 0
[pid=23100/tid=23101] ppid=23097 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 2398 0 1 0 27 0 0 0 20 0 18 0 36434488 9787879424 8880 33554432000 1073741824 1073778376 140733881988896 140375959773192 140375788855214 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.700342 s]
/proc/loadavg: 2.33 2.26 1.97 3/194 23100
/proc/meminfo: memFree=30240356/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/23100/stat : 23100 (java) S 23097 23100 20454 0 -1 4202496 12269 0 1 0 165 2 0 0 20 0 19 0 36434487 9856040960 13771 33554432000 1073741824 1073778376 140733881988896 140733881980032 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 2406260 13771 2269 9 0 2396937 0
[pid=23100/tid=23101] ppid=23097 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 36434488 9856040960 13771 33554432000 1073741824 1073778376 140733881988896 140375959765296 140375788379444 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.33 2.26 1.97 3/213 23119
/proc/meminfo: memFree=30181764/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/23100/stat : 23100 (java) S 23097 23100 20454 0 -1 4202496 12278 0 1 0 252 3 0 0 20 0 19 0 36434487 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140733881980032 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 2406260 15823 2272 9 0 2396937 0
[pid=23100/tid=23101] ppid=23097 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 2420 0 1 0 146 2 0 0 20 0 19 0 36434488 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375959773720 140375788949468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23103] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23103/stat : 23103 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375921265192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23104] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23104/stat : 23104 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375920212392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23105] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23105/stat : 23105 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375919159592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23106] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23106/stat : 23106 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375918106792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23107] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23107/stat : 23107 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375917055016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23108] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23108/stat : 23108 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375916002216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23109] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23109/stat : 23109 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375914949416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23110] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23110/stat : 23110 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375913896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23111] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23111/stat : 23111 (java) S 23097 23100 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434489 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375783086568 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23112] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23112/stat : 23112 (java) S 23097 23100 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375782032632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23113] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23113/stat : 23113 (java) S 23097 23100 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375780979720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23114] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23114/stat : 23114 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375779928208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23115] ppid=23097 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/23100/task/23115/stat : 23115 (java) S 23097 23100 20454 0 -1 4202560 3233 0 0 0 52 0 0 0 20 0 19 0 36434492 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375778876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23116] ppid=23097 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/23100/task/23116/stat : 23116 (java) S 23097 23100 20454 0 -1 4202560 5348 0 0 0 52 0 0 0 20 0 19 0 36434492 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375777823544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23117] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23117/stat : 23117 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375776770936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23118] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23118/stat : 23118 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375775718344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23119] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23119/stat : 23119 (java) S 23097 23100 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434520 9856040960 15823 33554432000 1073741824 1073778376 140733881988896 140375774663848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.33 2.26 1.97 5/213 23184
/proc/meminfo: memFree=30245560/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/23100/stat : 23100 (java) S 23097 23100 20454 0 -1 4202496 12350 0 1 0 421 3 0 0 20 0 19 0 36434487 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140733881980032 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 2406260 20459 2276 9 0 2396937 0
[pid=23100/tid=23101] ppid=23097 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 2431 0 1 0 305 2 0 0 20 0 19 0 36434488 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375959773720 140375789013787 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23103] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23103/stat : 23103 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375921265192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23104] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23104/stat : 23104 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375920212392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23105] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23105/stat : 23105 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375919159592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23106] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23106/stat : 23106 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375918106792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23107] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23107/stat : 23107 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375917055016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23108] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23108/stat : 23108 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375916002216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23109] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23109/stat : 23109 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375914949416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23110] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23110/stat : 23110 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375913896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23111] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23111/stat : 23111 (java) S 23097 23100 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434489 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375783086568 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23112] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23112/stat : 23112 (java) S 23097 23100 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375782032632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23113] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23113/stat : 23113 (java) S 23097 23100 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375780979720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23114] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23114/stat : 23114 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375779928208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23115] ppid=23097 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/23100/task/23115/stat : 23115 (java) S 23097 23100 20454 0 -1 4202560 3290 0 0 0 57 0 0 0 20 0 19 0 36434492 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375778876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23116] ppid=23097 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/23100/task/23116/stat : 23116 (java) S 23097 23100 20454 0 -1 4202560 5352 0 0 0 56 0 0 0 20 0 19 0 36434492 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375777823544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23117] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23117/stat : 23117 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375776770936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23118] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23118/stat : 23118 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375775718344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23119] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23119/stat : 23119 (java) S 23097 23100 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434520 9856040960 20459 33554432000 1073741824 1073778376 140733881988896 140375774663848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.39 2.27 1.97 4/213 23184
/proc/meminfo: memFree=30174848/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=9625040 CPUtime=7.51 cores=1,3,5,7
/proc/23100/stat : 23100 (java) S 23097 23100 20454 0 -1 4202496 12364 0 1 0 748 3 0 0 20 0 19 0 36434487 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140733881980032 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 2406260 24409 2277 9 0 2396937 0
[pid=23100/tid=23101] ppid=23097 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 2444 0 1 0 625 2 0 0 20 0 19 0 36434488 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375959765296 140375789033461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23103] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23103/stat : 23103 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375921265192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23104] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23104/stat : 23104 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375920212392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23105] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23105/stat : 23105 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375919159592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23106] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23106/stat : 23106 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375918106792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23107] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23107/stat : 23107 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375917055016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23108] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23108/stat : 23108 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375916002216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23109] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23109/stat : 23109 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375914949416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23110] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23110/stat : 23110 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375913896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23111] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23111/stat : 23111 (java) S 23097 23100 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434489 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375783086568 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23112] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23112/stat : 23112 (java) S 23097 23100 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375782032632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23113] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23113/stat : 23113 (java) S 23097 23100 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375780979720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23114] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23114/stat : 23114 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375779928208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23115] ppid=23097 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23100/task/23115/stat : 23115 (java) S 23097 23100 20454 0 -1 4202560 3290 0 0 0 58 0 0 0 20 0 19 0 36434492 9856040960 24409 33554432000 1073741824 1073778376 140733881988896 140375778876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23116] ppid=23097 vsize=9625040 CPUtime=0.62 cores=1,3,5,7

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

[pid=23100/tid=23105] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23105/stat : 23105 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375919159592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23106] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23106/stat : 23106 (java) S 23097 23100 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375918106792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23107] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23107/stat : 23107 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375917055016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23108] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23108/stat : 23108 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375916002216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23109] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23109/stat : 23109 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375914949416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23110] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23110/stat : 23110 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375913896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23111] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23111/stat : 23111 (java) S 23097 23100 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434489 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375783086568 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23112] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23112/stat : 23112 (java) S 23097 23100 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375782032632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23113] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23113/stat : 23113 (java) S 23097 23100 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375780979720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23114] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23114/stat : 23114 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375779928208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23115] ppid=23097 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23100/task/23115/stat : 23115 (java) S 23097 23100 20454 0 -1 4202560 3290 0 0 0 58 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375778876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23116] ppid=23097 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/23100/task/23116/stat : 23116 (java) S 23097 23100 20454 0 -1 4202560 5353 0 0 0 68 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375777823544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23117] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23117/stat : 23117 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375776770936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23118] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23118/stat : 23118 (java) S 23097 23100 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375775718344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23119] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23119/stat : 23119 (java) S 23097 23100 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434520 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375774663848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 28.47
Current children cumulated vsize (KiB) 9625040

[startup+28.0007 s]
/proc/loadavg: 2.64 2.33 2.00 4/213 23249
/proc/meminfo: memFree=30053456/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=9625040 CPUtime=29.27 cores=1,3,5,7
/proc/23100/stat : 23100 (java) S 23097 23100 20454 0 -1 4202496 12428 0 1 0 2922 5 0 0 20 0 19 0 36434487 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140733881980032 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 2406260 41837 2291 9 0 2396937 0
[pid=23100/tid=23101] ppid=23097 vsize=9625040 CPUtime=27.95 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 2482 0 1 0 2792 3 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375959771600 140375789033461 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23103] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23103/stat : 23103 (java) S 23097 23100 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375921265192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23104] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23104/stat : 23104 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375920212392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23105] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23105/stat : 23105 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375919159592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23106] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23106/stat : 23106 (java) S 23097 23100 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375918106792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23107] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23107/stat : 23107 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375917055016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23108] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23108/stat : 23108 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375916002216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23109] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23109/stat : 23109 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375914949416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23110] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23110/stat : 23110 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375913896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23111] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23111/stat : 23111 (java) S 23097 23100 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434489 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375783086568 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23112] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23112/stat : 23112 (java) S 23097 23100 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375782032632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23113] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23113/stat : 23113 (java) S 23097 23100 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375780979720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23114] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23114/stat : 23114 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375779928208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23115] ppid=23097 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23100/task/23115/stat : 23115 (java) S 23097 23100 20454 0 -1 4202560 3290 0 0 0 58 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375778876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23116] ppid=23097 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/23100/task/23116/stat : 23116 (java) S 23097 23100 20454 0 -1 4202560 5353 0 0 0 68 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375777823544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23117] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23117/stat : 23117 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375776770936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23118] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23118/stat : 23118 (java) S 23097 23100 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375775718344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23119] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23119/stat : 23119 (java) S 23097 23100 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434520 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375774663848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.27
Current children cumulated vsize (KiB) 9625040

[startup+28.2008 s]
/proc/loadavg: 2.64 2.33 2.00 4/213 23249
/proc/meminfo: memFree=30053456/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=9625040 CPUtime=29.48 cores=1,3,5,7
/proc/23100/stat : 23100 (java) S 23097 23100 20454 0 -1 4202496 12428 0 1 0 2943 5 0 0 20 0 19 0 36434487 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140733881980032 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 2406260 41837 2291 9 0 2396937 0
[pid=23100/tid=23101] ppid=23097 vsize=9625040 CPUtime=28.15 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 2482 0 1 0 2812 3 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375959771600 140375789033372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23103] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23103/stat : 23103 (java) S 23097 23100 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375921265192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23104] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23104/stat : 23104 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375920212392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23105] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23105/stat : 23105 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375919159592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23106] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23106/stat : 23106 (java) S 23097 23100 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375918106792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23107] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23107/stat : 23107 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375917055016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23108] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23108/stat : 23108 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375916002216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23109] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23109/stat : 23109 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375914949416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23110] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23110/stat : 23110 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375913896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23111] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23111/stat : 23111 (java) S 23097 23100 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434489 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375783086568 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23112] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23112/stat : 23112 (java) S 23097 23100 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375782032632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23113] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23113/stat : 23113 (java) S 23097 23100 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375780979720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23114] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23114/stat : 23114 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375779928208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23115] ppid=23097 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23100/task/23115/stat : 23115 (java) S 23097 23100 20454 0 -1 4202560 3290 0 0 0 58 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375778876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23116] ppid=23097 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/23100/task/23116/stat : 23116 (java) S 23097 23100 20454 0 -1 4202560 5353 0 0 0 68 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375777823544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23117] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23117/stat : 23117 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375776770936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23118] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23118/stat : 23118 (java) S 23097 23100 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375775718344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23119] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23119/stat : 23119 (java) S 23097 23100 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434520 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375774663848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.48
Current children cumulated vsize (KiB) 9625040

[startup+28.3007 s]
/proc/loadavg: 2.64 2.33 2.00 4/213 23249
/proc/meminfo: memFree=30053456/32872528 swapFree=1286400/1433568
[pid=23100] ppid=23097 vsize=9625040 CPUtime=29.57 cores=1,3,5,7
/proc/23100/stat : 23100 (java) S 23097 23100 20454 0 -1 4202496 12428 0 1 0 2952 5 0 0 20 0 19 0 36434487 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140733881980032 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23100/statm: 2406260 41837 2291 9 0 2396937 0
[pid=23100/tid=23101] ppid=23097 vsize=9625040 CPUtime=28.25 cores=1,3,5,7
/proc/23100/task/23101/stat : 23101 (java) R 23097 23100 20454 0 -1 4202560 2482 0 1 0 2822 3 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375959771600 140375788965303 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23103] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23103/stat : 23103 (java) S 23097 23100 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375921265192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23104] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23104/stat : 23104 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375920212392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23105] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23105/stat : 23105 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375919159592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23106] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23106/stat : 23106 (java) S 23097 23100 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375918106792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23100/tid=23107] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23107/stat : 23107 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375917055016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23108] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23108/stat : 23108 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375916002216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23109] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23109/stat : 23109 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375914949416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23100/tid=23110] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23110/stat : 23110 (java) S 23097 23100 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434488 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375913896616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23111] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23111/stat : 23111 (java) S 23097 23100 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434489 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375783086568 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23112] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23112/stat : 23112 (java) S 23097 23100 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375782032632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23113] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23113/stat : 23113 (java) S 23097 23100 20454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434490 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375780979720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23114] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23114/stat : 23114 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375779928208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23115] ppid=23097 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/23100/task/23115/stat : 23115 (java) S 23097 23100 20454 0 -1 4202560 3290 0 0 0 58 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375778876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23116] ppid=23097 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/23100/task/23116/stat : 23116 (java) S 23097 23100 20454 0 -1 4202560 5353 0 0 0 68 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375777823544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23117] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23117/stat : 23117 (java) S 23097 23100 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375776770936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23100/tid=23118] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23118/stat : 23118 (java) S 23097 23100 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36434492 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375775718344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23100/tid=23119] ppid=23097 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23100/task/23119/stat : 23119 (java) S 23097 23100 20454 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434520 9856040960 41837 33554432000 1073741824 1073778376 140733881988896 140375774663848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.57
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 28.3817
CPU time (s): 29.6485
CPU user time (s): 29.5875
CPU system time (s): 0.06099
CPU usage (%): 104.463
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.5875
system time used= 0.06099
maximum resident set size= 167408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12451
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 905
involuntary context switches= 175

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.203968 second user time and 0.241963 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:44:37
IDJOB=4110336
IDBENCH=79262
IDSOLVER=2551
FILE ID=node130/4110336-1466343877
RUNJOBID= node130-1466341814-20471
PBS_JOBID= 19922023
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553647--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110336-1466343877/watcher-4110336-1466343877 -o /tmp/evaluation-result-4110336-1466343877/solver-4110336-1466343877 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110336-1466343877.wbo

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

MD5SUM BENCH= 1693c6ddcdda9c3a56f7a1957868c0a9
RANDOM SEED=277566670

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        30241148 kB
Buffers:           96772 kB
Cached:           260200 kB
SwapCached:         1836 kB
Active:           189200 kB
Inactive:         268868 kB
Active(anon):     100928 kB
Inactive(anon):     2524 kB
Active(file):      88272 kB
Inactive(file):   266344 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       1533536 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             607828 kB
SReclaimable:      50660 kB
SUnreclaim:       557168 kB
KernelStack:        1600 kB
PageTables:         7444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 71748 MiB
End job on node130 at 2016-06-19 15:45:06