Trace number 4110400

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 110.767 108.672

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900579996--soft-0-100-0.wbo
MD5SUMc45be88cd75ffa8279348f234419b8ae
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 benchmark57.1263
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 677
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.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110400-1466343902.wbo
0.10/0.11	c reading problem ... 
0.48/0.31	c ... done. Wall clock time 0.205s.
0.48/0.31	c declared #vars     231
0.48/0.31	c internal #vars     2938
0.48/0.31	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.31	c 2707 constraints processed.
0.48/0.31	c objective function length is 2707 literals
0.78/0.45	c SATISFIABLE
0.78/0.45	c OPTIMIZING...
0.78/0.45	c Got one! Elapsed wall clock time (in seconds):0.336
0.78/0.45	o 974
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.376
0.78/0.49	o 445
1.06/0.51	c Got one! Elapsed wall clock time (in seconds):0.402
1.06/0.51	o 443
1.06/0.54	c Got one! Elapsed wall clock time (in seconds):0.431
1.06/0.54	o 427
1.06/0.57	c Got one! Elapsed wall clock time (in seconds):0.46
1.06/0.57	o 397
1.06/0.59	c Got one! Elapsed wall clock time (in seconds):0.476
1.06/0.59	o 391
1.36/0.63	c Got one! Elapsed wall clock time (in seconds):0.523
1.36/0.63	o 377
1.36/0.64	c Got one! Elapsed wall clock time (in seconds):0.534
1.36/0.64	o 340
1.36/0.66	c Got one! Elapsed wall clock time (in seconds):0.547
1.36/0.66	o 318
1.36/0.67	c Got one! Elapsed wall clock time (in seconds):0.563
1.36/0.67	o 309
1.36/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
1.36/0.68	o 271
1.36/0.69	c Got one! Elapsed wall clock time (in seconds):0.583
1.36/0.69	o 235
1.64/0.74	c Got one! Elapsed wall clock time (in seconds):0.63
1.64/0.74	o 234
1.64/0.74	c Got one! Elapsed wall clock time (in seconds):0.636
1.64/0.74	o 231
1.64/0.75	c Got one! Elapsed wall clock time (in seconds):0.643
1.64/0.75	o 189
1.64/0.76	c Got one! Elapsed wall clock time (in seconds):0.655
1.64/0.76	o 185
1.75/0.80	c Got one! Elapsed wall clock time (in seconds):0.691
1.75/0.80	o 178
1.75/0.86	c Got one! Elapsed wall clock time (in seconds):0.752
1.75/0.86	o 176
1.75/0.88	c Got one! Elapsed wall clock time (in seconds):0.774
1.75/0.88	o 140
1.75/0.89	c Got one! Elapsed wall clock time (in seconds):0.783
1.75/0.89	o 72
2.19/1.22	c Got one! Elapsed wall clock time (in seconds):1.106
2.19/1.22	o 71
2.30/1.39	c Got one! Elapsed wall clock time (in seconds):1.28
2.30/1.39	o 65
2.40/1.40	c Got one! Elapsed wall clock time (in seconds):1.29
2.40/1.40	o 44
2.40/1.43	c Got one! Elapsed wall clock time (in seconds):1.321
2.40/1.43	o 38
2.60/1.68	c Got one! Elapsed wall clock time (in seconds):1.571
2.60/1.68	o 37
2.83/1.85	c cleaning 5134 clauses out of 10267 with flag 5446/10267
3.38/2.35	c Got one! Elapsed wall clock time (in seconds):2.237
3.38/2.35	o 31
3.48/2.44	c Got one! Elapsed wall clock time (in seconds):2.326
3.48/2.44	o 25
3.48/2.46	c Got one! Elapsed wall clock time (in seconds):2.348
3.48/2.46	o 17
3.61/2.53	c Got one! Elapsed wall clock time (in seconds):2.422
3.61/2.53	o 16
3.61/2.56	c Got one! Elapsed wall clock time (in seconds):2.447
3.61/2.56	o 13
3.71/2.60	c Got one! Elapsed wall clock time (in seconds):2.495
3.71/2.60	o 12
3.71/2.69	c cleaning 6470 clauses out of 12948 with flag 7572/18082
3.82/2.72	c Got one! Elapsed wall clock time (in seconds):2.613
3.82/2.72	o 11
3.82/2.76	c Got one! Elapsed wall clock time (in seconds):2.654
3.82/2.76	o 10
4.12/3.00	c Got one! Elapsed wall clock time (in seconds):2.888
4.12/3.00	o 9
4.22/3.14	c Got one! Elapsed wall clock time (in seconds):3.028
4.22/3.14	o 7
4.32/3.24	c cleaning 6956 clauses out of 13920 with flag 9820/25524
5.04/3.66	c cleaning 6479 clauses out of 12964 with flag 57987/31524
5.99/4.15	c cleaning 6741 clauses out of 13488 with flag 116119/38527
6.49/4.69	c cleaning 7355 clauses out of 14746 with flag 188187/46526
6.99/5.17	c Got one! Elapsed wall clock time (in seconds):5.057
6.99/5.17	o 5
7.29/5.42	c Got one! Elapsed wall clock time (in seconds):5.311
7.29/5.42	o 2
7.40/5.59	c cleaning 9914 clauses out of 19847 with flag 19474/58982
7.89/6.01	c cleaning 7950 clauses out of 15934 with flag 84535/64983
8.29/6.46	c cleaning 7472 clauses out of 14984 with flag 156724/71983
8.79/6.94	c cleaning 7748 clauses out of 15513 with flag 234603/79984
9.39/7.52	c cleaning 8367 clauses out of 16763 with flag 327361/88982
9.99/8.16	c cleaning 9188 clauses out of 18396 with flag 437431/98982
10.80/8.92	c cleaning 10090 clauses out of 20208 with flag 562886/109982
11.69/9.84	c cleaning 11048 clauses out of 22118 with flag 712142/121982
12.59/10.79	c Got one! Elapsed wall clock time (in seconds):10.684
12.59/10.79	o 1
13.09/11.27	c cleaning 14282 clauses out of 28598 with flag 54526/139510
13.59/11.71	c cleaning 10143 clauses out of 20317 with flag 122595/145511
13.99/12.16	c cleaning 8584 clauses out of 17176 with flag 196058/152513
14.49/12.70	c cleaning 8279 clauses out of 16590 with flag 283640/160511
15.09/13.29	c cleaning 8642 clauses out of 17310 with flag 377895/169510
15.89/14.07	c cleaning 9321 clauses out of 18668 with flag 488508/179510
16.89/15.00	c cleaning 10166 clauses out of 20347 with flag 605265/190510
17.88/16.05	c cleaning 11084 clauses out of 22181 with flag 732917/202510
18.98/17.15	c cleaning 12040 clauses out of 24096 with flag 859924/215510
20.19/18.34	c cleaning 13016 clauses out of 26058 with flag 989061/229512
21.59/19.80	c cleaning 14016 clauses out of 28044 with flag 1150840/244514
23.30/21.42	c cleaning 15012 clauses out of 30028 with flag 1319696/260514
25.00/23.15	c cleaning 16000 clauses out of 32015 with flag 1476192/277513
26.79/24.98	c cleaning 17006 clauses out of 34013 with flag 1655152/295511
28.91/27.07	c cleaning 17995 clauses out of 36007 with flag 1834250/314511
31.34/29.45	c cleaning 18996 clauses out of 38012 with flag 2024468/334511
33.74/31.88	c cleaning 19999 clauses out of 40015 with flag 2191220/355510
36.64/34.75	c cleaning 21004 clauses out of 42018 with flag 2365740/377512
39.54/37.66	c cleaning 21988 clauses out of 44012 with flag 2531347/400510
42.94/41.01	c cleaning 23009 clauses out of 46027 with flag 2717630/424513
46.34/44.43	c cleaning 24006 clauses out of 48014 with flag 2900254/449510
50.04/48.15	c cleaning 25004 clauses out of 50008 with flag 3099968/475510
53.75/51.89	c cleaning 25995 clauses out of 52005 with flag 3284375/502511
58.44/56.52	c cleaning 26998 clauses out of 54010 with flag 3488055/530511
63.04/61.13	c cleaning 27993 clauses out of 56010 with flag 3678676/559510
68.06/66.16	c cleaning 29006 clauses out of 58017 with flag 3880483/589510
73.48/71.56	c cleaning 29991 clauses out of 60010 with flag 4088683/620510
79.67/77.73	c cleaning 31002 clauses out of 62020 with flag 4311281/652511
85.47/83.53	c cleaning 32006 clauses out of 64016 with flag 4517436/685511
91.77/89.80	c cleaning 33001 clauses out of 66010 with flag 4731601/719512
99.27/97.33	c cleaning 34002 clauses out of 68009 with flag 4957113/754513
106.17/104.24	c cleaning 34996 clauses out of 70000 with flag 5179498/790510
110.62/108.65	c starts		: 849
110.62/108.65	c conflicts		: 816308
110.62/108.65	c decisions		: 1138505
110.62/108.65	c propagations		: 38045258
110.62/108.65	c inspects		: 2096699951
110.62/108.65	c shortcuts		: 0
110.62/108.65	c learnt literals	: 22
110.62/108.65	c learnt binary clauses	: 57
110.62/108.65	c learnt ternary clauses	: 472
110.62/108.65	c learnt constraints	: 816285
110.62/108.65	c ignored constraints	: 0
110.62/108.65	c root simplifications	: 0
110.62/108.65	c removed literals (reason simplification)	: 0
110.62/108.65	c reason swapping (by a shorter reason)	: 0
110.62/108.65	c Calls to reduceDB	: 46
110.62/108.65	c Number of update (reduction) of LBD	: 252244
110.62/108.65	c Imported unit clauses	: 0
110.62/108.65	c number of reductions to clauses (during analyze)	: 0
110.62/108.65	c number of learned constraints concerned by reduction	: 0
110.62/108.65	c number of learning phase by resolution	: 0
110.62/108.65	c number of learning phase by cutting planes	: 0
110.62/108.65	c speed (assignments/second)	: 351220.4979551896
110.62/108.65	c non guided choices	4338
110.62/108.65	c learnt constraints type 
110.62/108.65	s OPTIMUM FOUND
110.62/108.65	c Found 38 solution(s)
110.62/108.65	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 
110.62/108.65	c objective function=1
110.62/108.65	c Total wall clock time (in seconds): 108.545

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-4110400-1466343902/watcher-4110400-1466343902 -o /tmp/evaluation-result-4110400-1466343902/solver-4110400-1466343902 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110400-1466343902.wbo 

pid=8547
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.20 2.21 1.94 3/194 8550
/proc/meminfo: memFree=31220628/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36436931 98570240 977 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 24065 977 743 9 0 16771 0
[pid=8550/tid=8551] ppid=8547 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36436932 98570240 977 33554432000 1073741824 1073778376 140733201864224 140599193271848 242167399808 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 2.20 2.21 1.94 3/194 8550
/proc/meminfo: memFree=31220628/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 4391 0 1 0 9 1 0 0 20 0 18 0 36436931 9787879424 6031 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 2389619 6031 2125 9 0 2380296 0
[pid=8550/tid=8551] ppid=8547 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 36436932 9787879424 6031 33554432000 1073741824 1073778376 140733201864224 140599193275296 242170782989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.20 2.21 1.94 3/194 8550
/proc/meminfo: memFree=31220628/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 4774 0 1 0 24 1 0 0 20 0 18 0 36436931 9787879424 6845 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 2389619 6845 2202 9 0 2380296 0
[pid=8550/tid=8551] ppid=8547 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 2393 0 1 0 18 0 0 0 20 0 18 0 36436932 9787879424 6845 33554432000 1073741824 1073778376 140733201864224 140599193275296 140599201041361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300287 s]
/proc/loadavg: 2.20 2.21 1.94 3/194 8550
/proc/meminfo: memFree=31220628/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 6417 0 1 0 47 1 0 0 20 0 18 0 36436931 9787879424 8902 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 2389619 8902 2236 9 0 2380296 0
[pid=8550/tid=8551] ppid=8547 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 2395 0 1 0 28 0 0 0 20 0 18 0 36436932 9787879424 8902 33554432000 1073741824 1073778376 140733201864224 140599193275296 140599059622972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700297 s]
/proc/loadavg: 2.20 2.21 1.94 3/194 8550
/proc/meminfo: memFree=31220628/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 12251 0 1 0 162 2 0 0 20 0 19 0 36436931 9856040960 15369 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 2406260 15369 2270 9 0 2396937 0
[pid=8550/tid=8551] ppid=8547 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 2419 0 1 0 66 2 0 0 20 0 19 0 36436932 9856040960 15369 33554432000 1073741824 1073778376 140733201864224 140599193276360 140599060183233 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.20 2.21 1.94 3/213 8569
/proc/meminfo: memFree=31154468/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=9625040 CPUtime=2.5 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 12264 0 1 0 247 3 0 0 20 0 19 0 36436931 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 2406260 18958 2272 9 0 2396937 0
[pid=8550/tid=8551] ppid=8547 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 2429 0 1 0 146 2 0 0 20 0 19 0 36436932 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599193276616 140599060162295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8553] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8553/stat : 8553 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599182338344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8554] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8554/stat : 8554 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599181285544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8555] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8555/stat : 8555 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599180233256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8556] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8556/stat : 8556 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599179180456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8557] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8557/stat : 8557 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599178128168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8558] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8558/stat : 8558 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599031970472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8559] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8559/stat : 8559 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599030918184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8560] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8560/stat : 8560 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599029865384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8561] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8561/stat : 8561 (java) S 8547 8550 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436933 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599017453800 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8562] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8562/stat : 8562 (java) S 8547 8550 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599016399864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8563] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8563/stat : 8563 (java) S 8547 8550 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599015347464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8564] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8564/stat : 8564 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436936 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599014295952 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8565] ppid=8547 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8550/task/8565/stat : 8565 (java) S 8547 8550 5514 0 -1 4202560 3892 0 0 0 53 0 0 0 20 0 19 0 36436936 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599013243576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8566] ppid=8547 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/8550/task/8566/stat : 8566 (java) S 8547 8550 5514 0 -1 4202560 4666 0 0 0 46 0 0 0 20 0 19 0 36436936 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599012190776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8567] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8567/stat : 8567 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436937 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599011138680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8568] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8568/stat : 8568 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436937 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599010086088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8569] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8569/stat : 8569 (java) S 8547 8550 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436965 9856040960 18958 33554432000 1073741824 1073778376 140733201864224 140599009031080 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.20 2.21 1.94 3/213 8569
/proc/meminfo: memFree=31142056/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 12276 0 1 0 419 3 0 0 20 0 19 0 36436931 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 2406260 22546 2276 9 0 2396937 0
[pid=8550/tid=8551] ppid=8547 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 2437 0 1 0 306 2 0 0 20 0 19 0 36436932 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599193274952 140599060162295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8553] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8553/stat : 8553 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599182338344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8554] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8554/stat : 8554 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599181285544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8555] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8555/stat : 8555 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599180233256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8556] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8556/stat : 8556 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599179180456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8557] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8557/stat : 8557 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599178128168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8558] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8558/stat : 8558 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599031970472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8559] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8559/stat : 8559 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599030918184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8560] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8560/stat : 8560 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599029865384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8561] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8561/stat : 8561 (java) S 8547 8550 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436933 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599017453800 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8562] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8562/stat : 8562 (java) S 8547 8550 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599016399864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8563] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8563/stat : 8563 (java) S 8547 8550 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599015347464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8564] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8564/stat : 8564 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436936 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599014295952 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8565] ppid=8547 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/8550/task/8565/stat : 8565 (java) S 8547 8550 5514 0 -1 4202560 3896 0 0 0 59 0 0 0 20 0 19 0 36436936 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599013243576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8566] ppid=8547 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8550/task/8566/stat : 8566 (java) S 8547 8550 5514 0 -1 4202560 4666 0 0 0 53 0 0 0 20 0 19 0 36436936 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599012190776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8567] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8567/stat : 8567 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436937 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599011138680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8568] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8568/stat : 8568 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436937 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599010086088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8569] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8569/stat : 8569 (java) S 8547 8550 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436965 9856040960 22546 33554432000 1073741824 1073778376 140733201864224 140599009031080 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.18 2.20 1.94 3/213 8569
/proc/meminfo: memFree=31098912/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=9625040 CPUtime=8.19 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 18495 0 1 0 815 4 0 0 20 0 19 0 36436931 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 2406260 28639 2277 9 0 2396937 0
[pid=8550/tid=8551] ppid=8547 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 2446 0 1 0 625 2 0 0 20 0 19 0 36436932 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599193268528 140599060162295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8553] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8553/stat : 8553 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599182338344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8554] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8554/stat : 8554 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599181285544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8555] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8555/stat : 8555 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599180233256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8556] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8556/stat : 8556 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599179180456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8557] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8557/stat : 8557 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599178128168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8558] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8558/stat : 8558 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599031970472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8559] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8559/stat : 8559 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599030918184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8560] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8560/stat : 8560 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599029865384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8561] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8561/stat : 8561 (java) S 8547 8550 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436933 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599017453800 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8562] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8562/stat : 8562 (java) S 8547 8550 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599016399864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8563] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8563/stat : 8563 (java) S 8547 8550 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599015347464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8564] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8564/stat : 8564 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436936 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599014295952 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8565] ppid=8547 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8550/task/8565/stat : 8565 (java) S 8547 8550 5514 0 -1 4202560 3896 0 0 0 62 0 0 0 20 0 19 0 36436936 9856040960 28639 33554432000 1073741824 1073778376 140733201864224 140599013243576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8566] ppid=8547 vsize=9625040 CPUtime=1.26 cores=1,3,5,7

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

[pid=8550/tid=8555] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8555/stat : 8555 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599180233256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8556] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8556/stat : 8556 (java) S 8547 8550 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599179180456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8557] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8557/stat : 8557 (java) S 8547 8550 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599178128168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8558] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8558/stat : 8558 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599031970472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8559] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8559/stat : 8559 (java) S 8547 8550 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599030918184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8560] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8560/stat : 8560 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599029865384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8561] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8561/stat : 8561 (java) S 8547 8550 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36436933 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599017453800 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8562] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8562/stat : 8562 (java) S 8547 8550 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599016399864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8563] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8563/stat : 8563 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599015347464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8564] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8564/stat : 8564 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436936 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599014295952 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8565] ppid=8547 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8550/task/8565/stat : 8565 (java) S 8547 8550 5514 0 -1 4202560 3896 0 0 0 62 0 0 0 20 0 19 0 36436936 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599013243576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8566] ppid=8547 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/8550/task/8566/stat : 8566 (java) S 8547 8550 5514 0 -1 4202560 10878 0 0 0 130 0 0 0 20 0 19 0 36436936 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599012190776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8567] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8567/stat : 8567 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436937 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599011138680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8568] ppid=8547 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8550/task/8568/stat : 8568 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 36436937 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599010086088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8569] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8569/stat : 8569 (java) S 8547 8550 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436965 9856040960 45188 33554432000 1073741824 1073778376 140733201864224 140599009031080 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 109.17
Current children cumulated vsize (KiB) 9625040

[startup+108.001 s]
/proc/loadavg: 2.05 2.15 1.95 3/213 8636
/proc/meminfo: memFree=30673024/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=9625040 CPUtime=110.02 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 18599 0 1 0 10994 8 0 0 20 0 19 0 36436931 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 2406260 48773 2291 9 0 2396937 0
[pid=8550/tid=8551] ppid=8547 vsize=9625040 CPUtime=107.94 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 2484 0 1 0 10790 4 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599193275800 140599060162295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8553] ppid=8547 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8550/task/8553/stat : 8553 (java) S 8547 8550 5514 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599182338344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8554] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8554/stat : 8554 (java) S 8547 8550 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599181285544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8555] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8555/stat : 8555 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599180233256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8556] ppid=8547 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8550/task/8556/stat : 8556 (java) S 8547 8550 5514 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599179180456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8557] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8557/stat : 8557 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599178128168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8558] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8558/stat : 8558 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599031970472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8559] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8559/stat : 8559 (java) S 8547 8550 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599030918184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8560] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8560/stat : 8560 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599029865384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8561] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8561/stat : 8561 (java) S 8547 8550 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436933 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599017453800 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8562] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8562/stat : 8562 (java) S 8547 8550 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599016399864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8563] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8563/stat : 8563 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599015347464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8564] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8564/stat : 8564 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436936 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599014295952 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8565] ppid=8547 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8550/task/8565/stat : 8565 (java) S 8547 8550 5514 0 -1 4202560 3896 0 0 0 62 0 0 0 20 0 19 0 36436936 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599013243576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8566] ppid=8547 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/8550/task/8566/stat : 8566 (java) S 8547 8550 5514 0 -1 4202560 10878 0 0 0 130 0 0 0 20 0 19 0 36436936 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599012190776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8567] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8567/stat : 8567 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436937 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599011138680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8568] ppid=8547 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8550/task/8568/stat : 8568 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 36436937 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599010086088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8569] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8569/stat : 8569 (java) S 8547 8550 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436965 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599009031080 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (KiB) 9625040

[startup+108.401 s]
/proc/loadavg: 2.05 2.15 1.95 3/213 8636
/proc/meminfo: memFree=30673024/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=9625040 CPUtime=110.42 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 18599 0 1 0 11034 8 0 0 20 0 19 0 36436931 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 2406260 48773 2291 9 0 2396937 0
[pid=8550/tid=8551] ppid=8547 vsize=9625040 CPUtime=108.34 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 2484 0 1 0 10830 4 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599193275680 140599060130114 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8553] ppid=8547 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8550/task/8553/stat : 8553 (java) S 8547 8550 5514 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599182338344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8554] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8554/stat : 8554 (java) S 8547 8550 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599181285544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8555] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8555/stat : 8555 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599180233256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8556] ppid=8547 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8550/task/8556/stat : 8556 (java) S 8547 8550 5514 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599179180456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8557] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8557/stat : 8557 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599178128168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8558] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8558/stat : 8558 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599031970472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8559] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8559/stat : 8559 (java) S 8547 8550 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599030918184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8560] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8560/stat : 8560 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599029865384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8561] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8561/stat : 8561 (java) S 8547 8550 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436933 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599017453800 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8562] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8562/stat : 8562 (java) S 8547 8550 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599016399864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8563] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8563/stat : 8563 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599015347464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8564] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8564/stat : 8564 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436936 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599014295952 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8565] ppid=8547 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8550/task/8565/stat : 8565 (java) S 8547 8550 5514 0 -1 4202560 3896 0 0 0 62 0 0 0 20 0 19 0 36436936 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599013243576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8566] ppid=8547 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/8550/task/8566/stat : 8566 (java) S 8547 8550 5514 0 -1 4202560 10878 0 0 0 130 0 0 0 20 0 19 0 36436936 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599012190776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8567] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8567/stat : 8567 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436937 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599011138680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8568] ppid=8547 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8550/task/8568/stat : 8568 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 36436937 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599010086088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8569] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8569/stat : 8569 (java) S 8547 8550 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436965 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599009031080 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 110.42
Current children cumulated vsize (KiB) 9625040

[startup+108.601 s]
/proc/loadavg: 2.05 2.15 1.95 3/213 8636
/proc/meminfo: memFree=30673024/32872528 swapFree=338416/354768
[pid=8550] ppid=8547 vsize=9625040 CPUtime=110.62 cores=1,3,5,7
/proc/8550/stat : 8550 (java) S 8547 8550 5514 0 -1 4202496 18600 0 1 0 11054 8 0 0 20 0 19 0 36436931 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140733201855360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8550/statm: 2406260 48773 2291 9 0 2396937 0
[pid=8550/tid=8551] ppid=8547 vsize=9625040 CPUtime=108.54 cores=1,3,5,7
/proc/8550/task/8551/stat : 8551 (java) R 8547 8550 5514 0 -1 4202560 2484 0 1 0 10850 4 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599193275680 140599059660029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8550/tid=8553] ppid=8547 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8550/task/8553/stat : 8553 (java) S 8547 8550 5514 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599182338344 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8554] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8554/stat : 8554 (java) S 8547 8550 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599181285544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8555] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8555/stat : 8555 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599180233256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8556] ppid=8547 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8550/task/8556/stat : 8556 (java) S 8547 8550 5514 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599179180456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8557] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8557/stat : 8557 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599178128168 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8558] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8558/stat : 8558 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599031970472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8559] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8559/stat : 8559 (java) S 8547 8550 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599030918184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8560] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8560/stat : 8560 (java) S 8547 8550 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436932 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599029865384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8561] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8561/stat : 8561 (java) S 8547 8550 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436933 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599017453800 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8562] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8562/stat : 8562 (java) S 8547 8550 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599016399864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8563] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8563/stat : 8563 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36436934 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599015347464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8564] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8564/stat : 8564 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436936 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599014295952 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8565] ppid=8547 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8550/task/8565/stat : 8565 (java) S 8547 8550 5514 0 -1 4202560 3896 0 0 0 62 0 0 0 20 0 19 0 36436936 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599013243576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8550/tid=8566] ppid=8547 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/8550/task/8566/stat : 8566 (java) S 8547 8550 5514 0 -1 4202560 10879 0 0 0 130 0 0 0 20 0 19 0 36436936 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599012190776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8567] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8567/stat : 8567 (java) S 8547 8550 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436937 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599011138680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8550/tid=8568] ppid=8547 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8550/task/8568/stat : 8568 (java) S 8547 8550 5514 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 36436937 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599010086088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8550/tid=8569] ppid=8547 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8550/task/8569/stat : 8569 (java) S 8547 8550 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36436965 9856040960 48773 33554432000 1073741824 1073778376 140733201864224 140599009031080 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 110.62
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 108.672
CPU time (s): 110.767
CPU user time (s): 110.624
CPU system time (s): 0.142978
CPU usage (%): 101.928
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.624
system time used= 0.142978
maximum resident set size= 195152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18622
page faults= 1
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2616
involuntary context switches= 358

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.548916 second user time and 0.581911 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:45:02
IDJOB=4110400
IDBENCH=79295
IDSOLVER=2551
FILE ID=node126/4110400-1466343902
RUNJOBID= node126-1466341816-5531
PBS_JOBID= 19922027
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= c45be88cd75ffa8279348f234419b8ae
RANDOM SEED=1506214264

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        31220520 kB
Buffers:          174972 kB
Cached:           278348 kB
SwapCached:         1796 kB
Active:           183616 kB
Inactive:         346568 kB
Active(anon):      76920 kB
Inactive(anon):     1916 kB
Active(file):     106696 kB
Inactive(file):   344652 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1708 kB
Writeback:             0 kB
AnonPages:        397188 kB
Mapped:            17152 kB
Shmem:                 0 kB
Slab:             609636 kB
SReclaimable:      53248 kB
SUnreclaim:       556388 kB
KernelStack:        1760 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node126 at 2016-06-19 15:46:51