Trace number 4109708

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 19.411 17.5973

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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-4109708-1466343693.wbo
0.10/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.189s.
0.27/0.29	c declared #vars     231
0.27/0.29	c internal #vars     1135
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 18
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
0.27/0.29	c 2707 constraints processed.
0.27/0.29	c objective function length is 904 literals
0.77/0.42	c SATISFIABLE
0.77/0.42	c OPTIMIZING...
0.77/0.43	c Got one! Elapsed wall clock time (in seconds):0.317
0.77/0.43	o 1236
0.77/0.43	c Got one! Elapsed wall clock time (in seconds):0.333
0.77/0.43	o 328
0.77/0.47	c Got one! Elapsed wall clock time (in seconds):0.368
0.77/0.47	o 325
0.77/0.48	c Got one! Elapsed wall clock time (in seconds):0.382
0.77/0.48	o 308
0.77/0.49	c Got one! Elapsed wall clock time (in seconds):0.393
0.77/0.49	o 292
1.01/0.51	c Got one! Elapsed wall clock time (in seconds):0.404
1.01/0.51	o 285
1.01/0.52	c Got one! Elapsed wall clock time (in seconds):0.418
1.01/0.52	o 264
1.01/0.58	c Got one! Elapsed wall clock time (in seconds):0.474
1.01/0.58	o 210
1.30/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
1.30/0.60	o 202
1.30/0.60	c Got one! Elapsed wall clock time (in seconds):0.502
1.30/0.60	o 157
1.30/0.62	c Got one! Elapsed wall clock time (in seconds):0.514
1.30/0.62	o 149
1.51/0.74	c Got one! Elapsed wall clock time (in seconds):0.636
1.51/0.74	o 147
1.68/0.89	c Got one! Elapsed wall clock time (in seconds):0.789
1.68/0.89	o 145
1.78/0.90	c Got one! Elapsed wall clock time (in seconds):0.799
1.78/0.90	o 142
1.78/0.95	c Got one! Elapsed wall clock time (in seconds):0.851
1.78/0.95	o 115
1.89/1.05	c Got one! Elapsed wall clock time (in seconds):0.947
1.89/1.05	o 113
1.89/1.06	c Got one! Elapsed wall clock time (in seconds):0.961
1.89/1.06	o 111
1.89/1.07	c Got one! Elapsed wall clock time (in seconds):0.968
1.89/1.07	o 108
2.10/1.21	c Got one! Elapsed wall clock time (in seconds):1.112
2.10/1.21	o 107
2.20/1.33	c Got one! Elapsed wall clock time (in seconds):1.232
2.20/1.33	o 101
2.33/1.45	c cleaning 5384 clauses out of 10776 with flag 4958/10776
2.55/1.68	c Got one! Elapsed wall clock time (in seconds):1.583
2.55/1.68	o 99
2.75/1.81	c Got one! Elapsed wall clock time (in seconds):1.704
2.75/1.81	o 92
2.75/1.86	c Got one! Elapsed wall clock time (in seconds):1.754
2.75/1.86	o 88
2.85/1.92	c Got one! Elapsed wall clock time (in seconds):1.822
2.85/1.92	o 87
2.85/1.94	c Got one! Elapsed wall clock time (in seconds):1.84
2.85/1.94	o 84
2.96/2.03	c Got one! Elapsed wall clock time (in seconds):1.924
2.96/2.03	o 82
3.06/2.11	c Got one! Elapsed wall clock time (in seconds):2.013
3.06/2.11	o 77
3.27/2.33	c cleaning 7608 clauses out of 15221 with flag 11493/20605
3.57/2.67	c Got one! Elapsed wall clock time (in seconds):2.564
3.57/2.67	o 47
3.67/2.75	c Got one! Elapsed wall clock time (in seconds):2.646
3.67/2.75	o 45
3.67/2.78	c Got one! Elapsed wall clock time (in seconds):2.674
3.67/2.78	o 44
3.77/2.86	c cleaning 6985 clauses out of 13985 with flag 6535/26977
4.29/3.32	c cleaning 6490 clauses out of 13000 with flag 51287/32977
4.78/3.89	c cleaning 6734 clauses out of 13508 with flag 110256/39975
5.50/4.57	c cleaning 7384 clauses out of 14774 with flag 184508/47975
6.29/5.30	c cleaning 8193 clauses out of 16391 with flag 270902/56976
6.60/5.63	c Got one! Elapsed wall clock time (in seconds):5.525
6.60/5.63	o 43
6.70/5.71	c cleaning 6623 clauses out of 13255 with flag 7170/62033
6.70/5.79	c Got one! Elapsed wall clock time (in seconds):5.686
6.70/5.79	o 41
6.90/5.96	c Got one! Elapsed wall clock time (in seconds):5.855
6.90/5.96	o 37
7.10/6.11	c cleaning 6142 clauses out of 12287 with flag 14132/67688
7.30/6.30	c Got one! Elapsed wall clock time (in seconds):6.198
7.30/6.30	o 35
7.30/6.32	c Got one! Elapsed wall clock time (in seconds):6.214
7.30/6.32	o 34
7.40/6.45	c cleaning 5676 clauses out of 11383 with flag 14142/72926
7.80/6.84	c cleaning 5846 clauses out of 11705 with flag 61163/78924
7.90/6.90	c Got one! Elapsed wall clock time (in seconds):6.796
7.90/6.90	o 33
8.10/7.19	c cleaning 5475 clauses out of 10958 with flag 32623/84023
8.50/7.57	c Got one! Elapsed wall clock time (in seconds):7.464
8.50/7.57	o 30
8.90/7.97	c cleaning 7926 clauses out of 15866 with flag 38298/94406
9.74/8.41	c cleaning 6952 clauses out of 13942 with flag 87173/100408
10.61/8.95	c cleaning 6973 clauses out of 13988 with flag 152835/107406
10.61/8.98	c Got one! Elapsed wall clock time (in seconds):8.875
10.61/8.98	o 24
11.00/9.35	c cleaning 6198 clauses out of 12412 with flag 45868/112803
11.51/9.81	c cleaning 6099 clauses out of 12214 with flag 96535/118803
11.51/9.88	c Got one! Elapsed wall clock time (in seconds):9.774
11.51/9.88	o 18
11.81/10.13	c cleaning 5585 clauses out of 11187 with flag 28028/123875
12.01/10.37	c Got one! Elapsed wall clock time (in seconds):10.27
12.01/10.37	o 16
12.11/10.45	c cleaning 5412 clauses out of 10838 with flag 8038/129111
12.52/10.89	c cleaning 5700 clauses out of 11423 with flag 57751/135108
13.12/11.42	c cleaning 6353 clauses out of 12725 with flag 114241/142110
13.62/11.91	c Got one! Elapsed wall clock time (in seconds):11.81
13.62/11.91	o 15
13.92/12.27	c Got one! Elapsed wall clock time (in seconds):12.167
13.92/12.27	o 14
14.12/12.44	c cleaning 9474 clauses out of 18955 with flag 12582/154693
14.52/12.87	c cleaning 7738 clauses out of 15480 with flag 52365/160692
15.17/13.44	c cleaning 7361 clauses out of 14742 with flag 103362/167692
15.37/13.64	c Got one! Elapsed wall clock time (in seconds):13.538
15.37/13.64	o 9
15.70/13.90	c cleaning 6601 clauses out of 13213 with flag 22720/173524
16.00/14.29	c Got one! Elapsed wall clock time (in seconds):14.185
16.00/14.29	o 5
16.11/14.37	c cleaning 6234 clauses out of 12488 with flag 5755/179400
16.61/14.83	c cleaning 6121 clauses out of 12252 with flag 48476/185399
17.11/15.30	c cleaning 6559 clauses out of 13130 with flag 92081/192399
17.61/15.89	c cleaning 7283 clauses out of 14569 with flag 139078/200398
18.34/16.58	c cleaning 8132 clauses out of 16284 with flag 188739/209398
19.14/17.30	c cleaning 9062 clauses out of 18151 with flag 239114/219402
19.24/17.44	c Got one! Elapsed wall clock time (in seconds):17.337
19.24/17.44	o 3
19.35/17.58	c starts		: 159
19.35/17.58	c conflicts		: 223428
19.35/17.58	c decisions		: 374246
19.35/17.58	c propagations		: 16488968
19.35/17.58	c inspects		: 214744692
19.35/17.58	c shortcuts		: 0
19.35/17.58	c learnt literals	: 23
19.35/17.58	c learnt binary clauses	: 26
19.35/17.58	c learnt ternary clauses	: 176
19.35/17.58	c learnt constraints	: 223404
19.35/17.58	c ignored constraints	: 0
19.35/17.58	c root simplifications	: 0
19.35/17.58	c removed literals (reason simplification)	: 0
19.35/17.58	c reason swapping (by a shorter reason)	: 0
19.35/17.58	c Calls to reduceDB	: 31
19.35/17.58	c Number of update (reduction) of LBD	: 91292
19.35/17.58	c Imported unit clauses	: 0
19.35/17.58	c number of reductions to clauses (during analyze)	: 0
19.35/17.58	c number of learned constraints concerned by reduction	: 0
19.35/17.58	c number of learning phase by resolution	: 0
19.35/17.58	c number of learning phase by cutting planes	: 0
19.35/17.58	c speed (assignments/second)	: 954222.6851851852
19.35/17.58	c non guided choices	5260
19.35/17.58	c learnt constraints type 
19.35/17.58	s OPTIMUM FOUND
19.35/17.58	c Found 45 solution(s)
19.35/17.58	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 
19.35/17.58	c objective function=3
19.35/17.58	c Total wall clock time (in seconds): 17.478

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109708-1466343693/watcher-4109708-1466343693 -o /tmp/evaluation-result-4109708-1466343693/solver-4109708-1466343693 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5260 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109708-1466343693.wbo 

pid=6455
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.14 2.18 1.87 3/194 6458
/proc/meminfo: memFree=30355272/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 1330 0 0 0 0 0 0 0 20 0 2 0 36418567 98635776 960 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 24065 959 727 9 0 16771 0
[pid=6458/tid=6459] ppid=6455 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36418567 98570240 977 33554432000 1073741824 1073778376 140735381295392 140422106656296 219513963904 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.18 1.87 3/194 6458
/proc/meminfo: memFree=30355272/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 4486 0 1 0 10 0 0 0 20 0 18 0 36418567 9787879424 6120 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 2389619 6120 2157 9 0 2380296 0
[pid=6458/tid=6459] ppid=6455 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 36418567 9787879424 6120 33554432000 1073741824 1073778376 140735381295392 140422106660984 219517347085 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.200275 s]
/proc/loadavg: 2.14 2.18 1.87 3/194 6458
/proc/meminfo: memFree=30355272/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 4780 0 1 0 26 1 0 0 20 0 18 0 36418567 9787879424 6847 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 2389619 6847 2214 9 0 2380296 0
[pid=6458/tid=6459] ppid=6455 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 18 0 36418567 9787879424 6847 33554432000 1073741824 1073778376 140735381295392 140422106660984 140421959276703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300374 s]
/proc/loadavg: 2.14 2.18 1.87 3/194 6458
/proc/meminfo: memFree=30355272/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 5932 0 1 0 48 1 0 0 20 0 18 0 36418567 9787879424 8329 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 2389619 8329 2239 9 0 2380296 0
[pid=6458/tid=6459] ppid=6455 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 2408 0 1 0 27 0 0 0 20 0 18 0 36418567 9787879424 8329 33554432000 1073741824 1073778376 140735381295392 140422106653592 140421959317072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700341 s]
/proc/loadavg: 2.14 2.18 1.87 3/194 6458
/proc/meminfo: memFree=30355272/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 12552 0 1 0 149 2 0 0 20 0 19 0 36418567 9856040960 12306 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 2406260 12306 2260 9 0 2396937 0
[pid=6458/tid=6459] ppid=6455 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 2414 0 1 0 66 1 0 0 20 0 19 0 36418567 9856040960 12306 33554432000 1073741824 1073778376 140735381295392 140422106652976 140421959851801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.14 2.18 1.87 3/213 6477
/proc/meminfo: memFree=30306188/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 12569 0 1 0 243 2 0 0 20 0 19 0 36418567 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 2406260 13852 2268 9 0 2396937 0
[pid=6458/tid=6459] ppid=6455 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 2418 0 1 0 146 1 0 0 20 0 19 0 36418567 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140422106660184 140421959855712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6461] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6461/stat : 6461 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140422079114024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6462] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6462/stat : 6462 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140422078061224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6463] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6463/stat : 6463 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421948288040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6458/tid=6464] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6464/stat : 6464 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421947235240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6465] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6465/stat : 6465 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421946181928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6466] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6466/stat : 6466 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421945129128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6467] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6467/stat : 6467 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421944076840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6468] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6468/stat : 6468 (java) S 6455 6458 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421472709032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6469] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6469/stat : 6469 (java) S 6455 6458 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36418569 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421460511464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6470] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6470/stat : 6470 (java) S 6455 6458 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421459457528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6471] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6471/stat : 6471 (java) S 6455 6458 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421458405128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6472] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6472/stat : 6472 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421457353616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6473] ppid=6455 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6458/task/6473/stat : 6473 (java) S 6455 6458 5243 0 -1 4202560 4314 0 0 0 45 0 0 0 20 0 19 0 36418572 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421456300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6474] ppid=6455 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6458/task/6474/stat : 6474 (java) S 6455 6458 5243 0 -1 4202560 4559 0 0 0 49 0 0 0 20 0 19 0 36418572 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421455247416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6475] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6475/stat : 6475 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421454195320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6476] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6476/stat : 6476 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421453142728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6477] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6477/stat : 6477 (java) S 6455 6458 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418597 9856040960 13852 33554432000 1073741824 1073778376 140735381295392 140421451990440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.13 2.17 1.87 3/213 6477
/proc/meminfo: memFree=30295328/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=9625040 CPUtime=4.08 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 12574 0 1 0 406 2 0 0 20 0 19 0 36418567 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 2406260 15900 2268 9 0 2396937 0
[pid=6458/tid=6459] ppid=6455 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 2423 0 1 0 306 1 0 0 20 0 19 0 36418567 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140422106661144 140421959839409 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6461] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6461/stat : 6461 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140422079114024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6462] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6462/stat : 6462 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140422078061224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6463] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6463/stat : 6463 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421948288040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6458/tid=6464] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6464/stat : 6464 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421947235240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6465] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6465/stat : 6465 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421946181928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6466] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6466/stat : 6466 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421945129128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6467] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6467/stat : 6467 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421944076840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6468] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6468/stat : 6468 (java) S 6455 6458 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421472709032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6469] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6469/stat : 6469 (java) S 6455 6458 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36418569 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421460511464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6470] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6470/stat : 6470 (java) S 6455 6458 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421459457528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6471] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6471/stat : 6471 (java) S 6455 6458 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421458405128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6472] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6472/stat : 6472 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421457353616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6473] ppid=6455 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/6458/task/6473/stat : 6473 (java) S 6455 6458 5243 0 -1 4202560 4314 0 0 0 47 0 0 0 20 0 19 0 36418572 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421456300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6474] ppid=6455 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/6458/task/6474/stat : 6474 (java) S 6455 6458 5243 0 -1 4202560 4559 0 0 0 51 0 0 0 20 0 19 0 36418572 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421455247416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6475] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6475/stat : 6475 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421454195320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6476] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6476/stat : 6476 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421453142728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6477] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6477/stat : 6477 (java) S 6455 6458 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418597 9856040960 15900 33554432000 1073741824 1073778376 140735381295392 140421451990440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.13 2.17 1.87 3/212 6541
/proc/meminfo: memFree=30402072/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=9625040 CPUtime=7.3 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 12584 0 1 0 727 3 0 0 20 0 19 0 36418567 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 2406260 18623 2269 9 0 2396937 0
[pid=6458/tid=6459] ppid=6455 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 2432 0 1 0 625 1 0 0 20 0 19 0 36418567 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140422106652352 140421959881728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6461] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6461/stat : 6461 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140422079114024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6462] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6462/stat : 6462 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140422078061224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6463] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6463/stat : 6463 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421948288040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6458/tid=6464] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6464/stat : 6464 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421947235240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6465] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6465/stat : 6465 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421946181928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6466] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6466/stat : 6466 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421945129128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6467] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6467/stat : 6467 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421944076840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6468] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6468/stat : 6468 (java) S 6455 6458 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421472709032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6469] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6469/stat : 6469 (java) S 6455 6458 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36418569 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421460511464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6470] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6470/stat : 6470 (java) S 6455 6458 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421459457528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6471] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6471/stat : 6471 (java) S 6455 6458 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421458405128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6472] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6472/stat : 6472 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421457353616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6473] ppid=6455 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/6458/task/6473/stat : 6473 (java) S 6455 6458 5243 0 -1 4202560 4314 0 0 0 47 0 0 0 20 0 19 0 36418572 9856040960 18623 33554432000 1073741824 1073778376 140735381295392 140421456300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6474] ppid=6455 vsize=9625040 CPUtime=0.52 cores=1,3,5,7

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

[pid=6458/tid=6463] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6463/stat : 6463 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421948288040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6458/tid=6464] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6464/stat : 6464 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421947235240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6465] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6465/stat : 6465 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421946181928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6466] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6466/stat : 6466 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421945129128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6467] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6467/stat : 6467 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421944076840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6468] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6468/stat : 6468 (java) S 6455 6458 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421472709032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6469] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6469/stat : 6469 (java) S 6455 6458 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418569 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421460511464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6470] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6470/stat : 6470 (java) S 6455 6458 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421459457528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6471] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6471/stat : 6471 (java) S 6455 6458 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421458405128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6472] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6472/stat : 6472 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421457353616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6473] ppid=6455 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/6458/task/6473/stat : 6473 (java) S 6455 6458 5243 0 -1 4202560 15971 0 0 0 119 2 0 0 20 0 19 0 36418572 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421456300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6474] ppid=6455 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6458/task/6474/stat : 6474 (java) S 6455 6458 5243 0 -1 4202560 4559 0 0 0 62 0 0 0 20 0 19 0 36418572 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421455247416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6475] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6475/stat : 6475 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421454195320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6476] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6476/stat : 6476 (java) S 6455 6458 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421453142728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6477] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6477/stat : 6477 (java) S 6455 6458 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418597 9856040960 32150 33554432000 1073741824 1073778376 140735381295392 140421451990440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 18.63
Current children cumulated vsize (KiB) 9625040

[startup+17.2008 s]
/proc/loadavg: 2.26 2.20 1.88 3/213 6608
/proc/meminfo: memFree=30302200/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=9625040 CPUtime=19.04 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 24268 0 1 0 1899 5 0 0 20 0 19 0 36418567 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 2406260 32662 2271 9 0 2396937 0
[pid=6458/tid=6459] ppid=6455 vsize=9625040 CPUtime=17.13 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 2458 0 1 0 1712 1 0 0 20 0 19 0 36418567 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140422106652416 140421959806196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6461] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6461/stat : 6461 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140422079114024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6462] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6462/stat : 6462 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140422078061224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6463] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6463/stat : 6463 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421948288040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6458/tid=6464] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6464/stat : 6464 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421947235240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6465] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6465/stat : 6465 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421946181928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6466] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6466/stat : 6466 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421945129128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6467] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6467/stat : 6467 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421944076840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6468] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6468/stat : 6468 (java) S 6455 6458 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421472709032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6469] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6469/stat : 6469 (java) S 6455 6458 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418569 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421460511464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6470] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6470/stat : 6470 (java) S 6455 6458 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421459457528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6471] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6471/stat : 6471 (java) S 6455 6458 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421458405128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6472] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6472/stat : 6472 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421457353616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6473] ppid=6455 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/6458/task/6473/stat : 6473 (java) S 6455 6458 5243 0 -1 4202560 15971 0 0 0 119 2 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421456300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6474] ppid=6455 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6458/task/6474/stat : 6474 (java) S 6455 6458 5243 0 -1 4202560 4559 0 0 0 62 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421455247416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6475] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6475/stat : 6475 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421454195320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6476] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6476/stat : 6476 (java) S 6455 6458 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421453142728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6477] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6477/stat : 6477 (java) S 6455 6458 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418597 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421451990440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 19.04
Current children cumulated vsize (KiB) 9625040

[startup+17.4008 s]
/proc/loadavg: 2.26 2.20 1.88 3/213 6608
/proc/meminfo: memFree=30302200/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=9625040 CPUtime=19.24 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 24269 0 1 0 1919 5 0 0 20 0 19 0 36418567 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 2406260 32662 2271 9 0 2396937 0
[pid=6458/tid=6459] ppid=6455 vsize=9625040 CPUtime=17.33 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 2459 0 1 0 1732 1 0 0 20 0 19 0 36418567 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140422106659448 140421959786109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6461] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6461/stat : 6461 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140422079114024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6462] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6462/stat : 6462 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140422078061224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6463] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6463/stat : 6463 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421948288040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6458/tid=6464] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6464/stat : 6464 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421947235240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6465] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6465/stat : 6465 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421946181928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6466] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6466/stat : 6466 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421945129128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6467] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6467/stat : 6467 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421944076840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6468] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6468/stat : 6468 (java) S 6455 6458 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421472709032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6469] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6469/stat : 6469 (java) S 6455 6458 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418569 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421460511464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6470] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6470/stat : 6470 (java) S 6455 6458 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421459457528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6471] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6471/stat : 6471 (java) S 6455 6458 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421458405128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6472] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6472/stat : 6472 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421457353616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6473] ppid=6455 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/6458/task/6473/stat : 6473 (java) S 6455 6458 5243 0 -1 4202560 15971 0 0 0 119 2 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421456300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6474] ppid=6455 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6458/task/6474/stat : 6474 (java) S 6455 6458 5243 0 -1 4202560 4559 0 0 0 62 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421455247416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6475] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6475/stat : 6475 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421454195320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6476] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6476/stat : 6476 (java) S 6455 6458 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421453142728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6477] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6477/stat : 6477 (java) S 6455 6458 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418597 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421451990440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 19.24
Current children cumulated vsize (KiB) 9625040

[startup+17.5008 s]
/proc/loadavg: 2.26 2.20 1.88 3/213 6608
/proc/meminfo: memFree=30302200/32872528 swapFree=1075284/1157044
[pid=6458] ppid=6455 vsize=9625040 CPUtime=19.35 cores=1,3,5,7
/proc/6458/stat : 6458 (java) S 6455 6458 5243 0 -1 4202496 24269 0 1 0 1930 5 0 0 20 0 19 0 36418567 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140735381286528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6458/statm: 2406260 32662 2271 9 0 2396937 0
[pid=6458/tid=6459] ppid=6455 vsize=9625040 CPUtime=17.43 cores=1,3,5,7
/proc/6458/task/6459/stat : 6459 (java) R 6455 6458 5243 0 -1 4202560 2459 0 1 0 1742 1 0 0 20 0 19 0 36418567 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140422106659448 140421959839367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6461] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6461/stat : 6461 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140422079114024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6462] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6462/stat : 6462 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140422078061224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6463] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6463/stat : 6463 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421948288040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6458/tid=6464] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6464/stat : 6464 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421947235240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6465] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6465/stat : 6465 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421946181928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6466] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6466/stat : 6466 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421945129128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6467] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6467/stat : 6467 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421944076840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6458/tid=6468] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6468/stat : 6468 (java) S 6455 6458 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36418568 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421472709032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6469] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6469/stat : 6469 (java) S 6455 6458 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36418569 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421460511464 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6470] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6470/stat : 6470 (java) S 6455 6458 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421459457528 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6471] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6471/stat : 6471 (java) S 6455 6458 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36418570 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421458405128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6472] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6472/stat : 6472 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421457353616 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6473] ppid=6455 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/6458/task/6473/stat : 6473 (java) S 6455 6458 5243 0 -1 4202560 15971 0 0 0 120 2 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421456300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6474] ppid=6455 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6458/task/6474/stat : 6474 (java) S 6455 6458 5243 0 -1 4202560 4559 0 0 0 62 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421455247416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6475] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6475/stat : 6475 (java) S 6455 6458 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421454195320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6458/tid=6476] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6476/stat : 6476 (java) S 6455 6458 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36418572 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421453142728 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6458/tid=6477] ppid=6455 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6458/task/6477/stat : 6477 (java) S 6455 6458 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36418597 9856040960 32662 33554432000 1073741824 1073778376 140735381295392 140421451990440 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 19.35
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 17.5973
CPU time (s): 19.411
CPU user time (s): 19.3491
CPU system time (s): 0.06199
CPU usage (%): 110.307
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.3491
system time used= 0.06199
maximum resident set size= 132756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24293
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= 702
involuntary context switches= 109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076988 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:41:33
IDJOB=4109708
IDBENCH=78901
IDSOLVER=2551
FILE ID=node114/4109708-1466343693
RUNJOBID= node114-1466341822-5260
PBS_JOBID= 19922038
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 318d96c5cecc5e1278f112ac94857622
RANDOM SEED=140125998

node114.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.761
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.761
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.56
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.761
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.54
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.761
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.761
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.761
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.761
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.761
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:        30356180 kB
Buffers:          146404 kB
Cached:           327396 kB
SwapCached:          836 kB
Active:           239620 kB
Inactive:         339544 kB
Active(anon):     105592 kB
Inactive(anon):     1760 kB
Active(file):     134028 kB
Inactive(file):   337784 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:              1568 kB
Writeback:             0 kB
AnonPages:       1375888 kB
Mapped:            16492 kB
Shmem:                 0 kB
Slab:             623392 kB
SReclaimable:      66944 kB
SUnreclaim:       556448 kB
KernelStack:        1760 kB
PageTables:         6316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1845364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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= 71724 MiB
End job on node114 at 2016-06-19 15:41:51