Trace number 4109752

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 47.45 45.7001

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.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-4109752-1466343707.wbo
0.10/0.11	c reading problem ... 
0.48/0.30	c ... done. Wall clock time 0.19s.
0.48/0.30	c declared #vars     231
0.48/0.30	c internal #vars     1161
0.48/0.30	c #constraints  2707
0.48/0.30	c constraints type 
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2534
0.48/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.48/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
0.48/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.48/0.30	c 2707 constraints processed.
0.48/0.30	c objective function length is 930 literals
0.75/0.45	c SATISFIABLE
0.75/0.45	c OPTIMIZING...
0.75/0.45	c Got one! Elapsed wall clock time (in seconds):0.343
0.75/0.45	o 1201
0.75/0.47	c Got one! Elapsed wall clock time (in seconds):0.359
0.75/0.47	o 498
0.75/0.49	c Got one! Elapsed wall clock time (in seconds):0.38
0.75/0.49	o 206
1.01/0.53	c Got one! Elapsed wall clock time (in seconds):0.418
1.01/0.53	o 190
1.01/0.57	c Got one! Elapsed wall clock time (in seconds):0.465
1.01/0.57	o 187
1.01/0.59	c Got one! Elapsed wall clock time (in seconds):0.485
1.01/0.59	o 173
1.29/0.69	c Got one! Elapsed wall clock time (in seconds):0.586
1.29/0.69	o 168
1.44/0.70	c Got one! Elapsed wall clock time (in seconds):0.593
1.44/0.70	o 164
1.54/0.84	c Got one! Elapsed wall clock time (in seconds):0.731
1.54/0.84	o 162
1.54/0.89	c Got one! Elapsed wall clock time (in seconds):0.779
1.54/0.89	o 157
1.54/0.89	c Got one! Elapsed wall clock time (in seconds):0.786
1.54/0.89	o 143
1.69/0.90	c Got one! Elapsed wall clock time (in seconds):0.792
1.69/0.90	o 142
1.69/0.92	c Got one! Elapsed wall clock time (in seconds):0.809
1.69/0.92	o 141
2.10/1.23	c cleaning 3959 clauses out of 7929 with flag 16052/7929
2.22/1.31	c Got one! Elapsed wall clock time (in seconds):1.2
2.22/1.31	o 138
2.22/1.32	c Got one! Elapsed wall clock time (in seconds):1.213
2.22/1.32	o 134
2.22/1.34	c Got one! Elapsed wall clock time (in seconds):1.236
2.22/1.34	o 133
2.22/1.38	c Got one! Elapsed wall clock time (in seconds):1.269
2.22/1.38	o 107
2.45/1.54	c Got one! Elapsed wall clock time (in seconds):1.433
2.45/1.54	o 105
2.85/1.90	c cleaning 5752 clauses out of 11516 with flag 23954/15475
2.85/1.92	c Got one! Elapsed wall clock time (in seconds):1.814
2.85/1.92	o 100
3.05/2.11	c Got one! Elapsed wall clock time (in seconds):2.001
3.05/2.11	o 98
3.05/2.17	c Got one! Elapsed wall clock time (in seconds):2.062
3.05/2.17	o 96
3.35/2.44	c cleaning 6074 clauses out of 12149 with flag 18307/21860
3.99/3.03	c cleaning 6034 clauses out of 12075 with flag 63356/27860
4.61/3.64	c Got one! Elapsed wall clock time (in seconds):3.532
4.61/3.64	o 95
4.61/3.69	c Got one! Elapsed wall clock time (in seconds):3.586
4.61/3.69	o 80
4.71/3.72	c Got one! Elapsed wall clock time (in seconds):3.613
4.71/3.72	o 74
4.81/3.86	c Got one! Elapsed wall clock time (in seconds):3.751
4.81/3.86	o 70
5.01/4.09	c Got one! Elapsed wall clock time (in seconds):3.982
5.01/4.09	o 66
5.12/4.10	c Got one! Elapsed wall clock time (in seconds):3.99
5.12/4.10	o 64
5.37/4.30	c cleaning 9220 clauses out of 18455 with flag 12147/40274
6.15/4.81	c cleaning 7610 clauses out of 15235 with flag 52792/46274
7.01/5.35	c cleaning 7294 clauses out of 14627 with flag 100155/53276
7.11/5.47	c Got one! Elapsed wall clock time (in seconds):5.36
7.11/5.47	o 56
7.32/5.68	c Got one! Elapsed wall clock time (in seconds):5.57
7.32/5.68	o 54
7.51/5.84	c Got one! Elapsed wall clock time (in seconds):5.736
7.51/5.84	o 52
7.61/5.93	c cleaning 7389 clauses out of 14792 with flag 6732/60735
7.81/6.11	c Got one! Elapsed wall clock time (in seconds):5.999
7.81/6.11	o 50
8.01/6.34	c cleaning 6483 clauses out of 12985 with flag 19588/66317
8.01/6.37	c Got one! Elapsed wall clock time (in seconds):6.265
8.01/6.37	o 49
8.51/6.80	c cleaning 6011 clauses out of 12036 with flag 42091/71851
8.51/6.81	c Got one! Elapsed wall clock time (in seconds):6.707
8.51/6.81	o 48
8.61/6.94	c Got one! Elapsed wall clock time (in seconds):6.833
8.61/6.94	o 47
8.71/7.04	c Got one! Elapsed wall clock time (in seconds):6.937
8.71/7.04	o 46
8.82/7.14	c Got one! Elapsed wall clock time (in seconds):7.031
8.82/7.14	o 43
8.82/7.16	c Got one! Elapsed wall clock time (in seconds):7.054
8.82/7.16	o 41
8.92/7.24	c cleaning 6153 clauses out of 12327 with flag 6798/78153
9.12/7.42	c Got one! Elapsed wall clock time (in seconds):7.309
9.12/7.42	o 40
9.22/7.55	c cleaning 5640 clauses out of 11300 with flag 13660/83279
9.62/7.93	c cleaning 5828 clauses out of 11662 with flag 53536/89281
9.62/7.95	c Got one! Elapsed wall clock time (in seconds):7.844
9.62/7.95	o 39
9.82/8.10	c Got one! Elapsed wall clock time (in seconds):7.99
9.82/8.10	o 34
10.02/8.31	c cleaning 5848 clauses out of 11714 with flag 22448/95161
10.12/8.41	c Got one! Elapsed wall clock time (in seconds):8.302
10.12/8.41	o 31
10.31/8.65	c cleaning 5729 clauses out of 11500 with flag 29796/100795
10.41/8.73	c Got one! Elapsed wall clock time (in seconds):8.622
10.41/8.73	o 30
10.62/8.95	c Got one! Elapsed wall clock time (in seconds):8.841
10.62/8.95	o 23
10.71/9.02	c cleaning 5759 clauses out of 11530 with flag 7840/106554
11.01/9.37	c cleaning 5870 clauses out of 11771 with flag 53032/112554
11.41/9.79	c cleaning 6443 clauses out of 12901 with flag 104437/119554
12.01/10.32	c cleaning 7213 clauses out of 14458 with flag 168557/127554
12.61/10.92	c cleaning 8117 clauses out of 16245 with flag 245267/136554
13.33/11.60	c cleaning 9047 clauses out of 18128 with flag 329709/146554
13.53/11.87	c Got one! Elapsed wall clock time (in seconds):11.767
13.53/11.87	o 20
13.66/11.95	c cleaning 7239 clauses out of 14485 with flag 7876/151958
14.07/12.32	c cleaning 6609 clauses out of 13247 with flag 54410/157959
14.47/12.76	c cleaning 6803 clauses out of 13637 with flag 110162/164958
14.98/13.29	c cleaning 7407 clauses out of 14834 with flag 175554/172958
15.17/13.48	c Got one! Elapsed wall clock time (in seconds):13.373
15.17/13.48	o 18
15.39/13.61	c cleaning 6324 clauses out of 12672 with flag 16354/178203
15.68/13.98	c cleaning 6157 clauses out of 12347 with flag 66257/184202
15.99/14.27	c Got one! Elapsed wall clock time (in seconds):14.16
15.99/14.27	o 17
16.10/14.34	c cleaning 6029 clauses out of 12064 with flag 7436/190076
16.29/14.53	c Got one! Elapsed wall clock time (in seconds):14.422
16.29/14.53	o 14
16.40/14.66	c cleaning 5749 clauses out of 11533 with flag 14864/195574
16.81/15.04	c cleaning 5888 clauses out of 11782 with flag 57757/201572
17.32/15.56	c cleaning 6447 clauses out of 12896 with flag 109834/208574
17.91/16.13	c cleaning 7217 clauses out of 14448 with flag 168413/216573
18.51/16.79	c cleaning 8110 clauses out of 16231 with flag 235653/225574
19.23/17.48	c Got one! Elapsed wall clock time (in seconds):17.374
19.23/17.48	o 11
19.63/17.89	c cleaning 10883 clauses out of 21782 with flag 32155/239235
20.03/18.29	c cleaning 8442 clauses out of 16901 with flag 72996/245237
20.63/18.83	c cleaning 7725 clauses out of 15460 with flag 122678/252238
21.23/19.45	c cleaning 7862 clauses out of 15733 with flag 176972/260236
21.53/19.80	c Got one! Elapsed wall clock time (in seconds):19.696
21.53/19.80	o 10
21.63/19.88	c cleaning 6687 clauses out of 13391 with flag 5128/265756
22.03/20.27	c cleaning 6350 clauses out of 12703 with flag 36205/271755
22.63/20.84	c cleaning 6668 clauses out of 13355 with flag 84947/278757
23.33/21.53	c cleaning 7342 clauses out of 14685 with flag 141051/286755
24.13/22.36	c cleaning 8169 clauses out of 16343 with flag 207284/295755
25.03/23.25	c cleaning 9077 clauses out of 18173 with flag 272432/305754
25.73/23.96	c Got one! Elapsed wall clock time (in seconds):23.858
25.73/23.96	o 9
26.23/24.49	c cleaning 10920 clauses out of 21862 with flag 31833/318520
26.82/25.02	c cleaning 8451 clauses out of 16940 with flag 71136/324518
27.42/25.66	c cleaning 7728 clauses out of 15489 with flag 118390/331519
28.12/26.39	c cleaning 7871 clauses out of 15759 with flag 167716/339518
29.02/27.28	c cleaning 8441 clauses out of 16888 with flag 222684/348518
29.52/27.72	c Got one! Elapsed wall clock time (in seconds):27.617
29.52/27.72	o 7
29.62/27.82	c cleaning 7082 clauses out of 14177 with flag 5146/354248
30.12/28.36	c cleaning 6522 clauses out of 13095 with flag 40969/360248
30.72/28.99	c cleaning 6783 clauses out of 13573 with flag 78777/367248
31.42/29.68	c cleaning 7388 clauses out of 14792 with flag 118798/375250
32.33/30.53	c cleaning 8200 clauses out of 16403 with flag 167649/384249
33.23/31.44	c cleaning 9099 clauses out of 18203 with flag 223369/394249
34.34/32.58	c cleaning 10043 clauses out of 20105 with flag 290879/405250
35.63/33.86	c cleaning 11026 clauses out of 22061 with flag 371463/417249
37.05/35.26	c cleaning 12016 clauses out of 24035 with flag 453526/430250
38.65/36.89	c cleaning 13006 clauses out of 26018 with flag 541245/444249
40.35/38.55	c cleaning 14002 clauses out of 28009 with flag 624923/459248
42.25/40.48	c cleaning 14994 clauses out of 30008 with flag 713237/475249
44.35/42.57	c cleaning 16004 clauses out of 32008 with flag 809220/492248
46.75/44.97	c cleaning 16997 clauses out of 33998 with flag 911176/510248
47.45/45.69	c starts		: 505
47.45/45.69	c conflicts		: 516665
47.45/45.69	c decisions		: 799571
47.45/45.69	c propagations		: 32069026
47.45/45.69	c inspects		: 651692096
47.45/45.69	c shortcuts		: 0
47.45/45.69	c learnt literals	: 29
47.45/45.69	c learnt binary clauses	: 55
47.45/45.69	c learnt ternary clauses	: 387
47.45/45.69	c learnt constraints	: 516635
47.45/45.69	c ignored constraints	: 0
47.45/45.69	c root simplifications	: 0
47.45/45.69	c removed literals (reason simplification)	: 0
47.45/45.69	c reason swapping (by a shorter reason)	: 0
47.45/45.69	c Calls to reduceDB	: 62
47.45/45.69	c Number of update (reduction) of LBD	: 191685
47.45/45.69	c Imported unit clauses	: 0
47.45/45.69	c number of reductions to clauses (during analyze)	: 0
47.45/45.69	c number of learned constraints concerned by reduction	: 0
47.45/45.69	c number of learning phase by resolution	: 0
47.45/45.69	c number of learning phase by cutting planes	: 0
47.45/45.69	c speed (assignments/second)	: 706584.1008240426
47.45/45.69	c non guided choices	5944
47.45/45.69	c learnt constraints type 
47.45/45.69	s OPTIMUM FOUND
47.45/45.69	c Found 51 solution(s)
47.45/45.69	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 
47.45/45.69	c objective function=7
47.45/45.69	c Total wall clock time (in seconds): 45.586

Verifier Data

OK	7

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-4109752-1466343707/watcher-4109752-1466343707 -o /tmp/evaluation-result-4109752-1466343707/solver-4109752-1466343707 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109752-1466343707.wbo 

pid=6586
running on 4 cores: 0,2,4,6

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.26 2.20 1.88 3/194 6589
/proc/meminfo: memFree=30369896/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/6589/stat : 6589 (java) R 6586 6589 5243 0 -1 4202496 1052 0 0 0 0 0 0 0 20 0 1 0 36419889 23793664 702 33554432000 1073741824 1073778376 140736487548128 140736487538120 219504742843 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 5809 706 520 9 0 128 0

[startup+0.100063 s]
/proc/loadavg: 2.26 2.20 1.88 3/194 6589
/proc/meminfo: memFree=30369896/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6586 6589 5243 0 -1 4202496 4481 0 1 0 9 1 0 0 20 0 18 0 36419889 9787879424 5593 33554432000 1073741824 1073778376 140736487548128 140736487539264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 2389619 5593 2132 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200607 s]
/proc/loadavg: 2.26 2.20 1.88 3/194 6589
/proc/meminfo: memFree=30369896/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6586 6589 5243 0 -1 4202496 4815 0 1 0 25 1 0 0 20 0 18 0 36419889 9787879424 6361 33554432000 1073741824 1073778376 140736487548128 140736487539264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 2389619 6361 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 2.26 2.20 1.88 3/194 6589
/proc/meminfo: memFree=30369896/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6586 6589 5243 0 -1 4202496 5777 0 1 0 47 1 0 0 20 0 18 0 36419889 9787879424 7992 33554432000 1073741824 1073778376 140736487548128 140736487539264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 2389619 8001 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70017 s]
/proc/loadavg: 2.26 2.20 1.88 3/194 6589
/proc/meminfo: memFree=30369896/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6586 6589 5243 0 -1 4202496 12379 0 1 0 142 2 0 0 20 0 19 0 36419889 9856040960 12659 33554432000 1073741824 1073778376 140736487548128 140736487539264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 2406260 12659 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.26 2.20 1.88 3/213 6608
/proc/meminfo: memFree=30317280/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6586 6589 5243 0 -1 4202496 12451 0 1 0 243 2 0 0 20 0 19 0 36419889 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 140736487539264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 2406260 14260 2268 9 0 2396937 0
[pid=6589/tid=6591] ppid=6586 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6589/task/6591/stat : 6591 (java) R 6586 6589 5243 0 -1 4202560 2481 0 1 0 145 2 0 0 20 0 19 0 36419890 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931445567896 139931318067715 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6592] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931289119144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6593] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6593/stat : 6593 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931288066600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6594] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931287013544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6595] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6595/stat : 6595 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931285961000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6596] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931284908968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6597] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6597/stat : 6597 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931283856424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6598] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6598/stat : 6598 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931282803368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6599] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931281750824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6600] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6600/stat : 6600 (java) S 6586 6589 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36419891 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931269552488 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6601] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6586 6589 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931268498808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6602] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6602/stat : 6602 (java) S 6586 6589 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931267445640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6603] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931266394384 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6604] ppid=6586 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6586 6589 5243 0 -1 4202560 5233 0 0 0 50 0 0 0 20 0 19 0 36419894 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931265342264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6605] ppid=6586 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/6589/task/6605/stat : 6605 (java) S 6586 6589 5243 0 -1 4202560 3460 0 0 0 43 0 0 0 20 0 19 0 36419894 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931264289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6606] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931263236856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6607] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6607/stat : 6607 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931262184520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6608] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6586 6589 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419920 9856040960 14260 33554432000 1073741824 1073778376 140736487548128 139931261129768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.26 2.20 1.88 3/213 6608
/proc/meminfo: memFree=30308468/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=9625040 CPUtime=4.11 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6586 6589 5243 0 -1 4202496 12465 0 1 0 409 2 0 0 20 0 19 0 36419889 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 140736487539264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 2406260 15805 2268 9 0 2396937 0
[pid=6589/tid=6591] ppid=6586 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/6589/task/6591/stat : 6591 (java) R 6586 6589 5243 0 -1 4202560 2486 0 1 0 305 2 0 0 20 0 19 0 36419890 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931445568040 139931318084314 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6592] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931289119144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6593] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6593/stat : 6593 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931288066600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6594] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931287013544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6595] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6595/stat : 6595 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931285961000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6596] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931284908968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6597] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6597/stat : 6597 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931283856424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6598] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6598/stat : 6598 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931282803368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6599] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931281750824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6600] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6600/stat : 6600 (java) S 6586 6589 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36419891 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931269552488 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6601] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6586 6589 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931268498808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6602] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6602/stat : 6602 (java) S 6586 6589 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931267445640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6603] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931266394384 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6604] ppid=6586 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6586 6589 5243 0 -1 4202560 5241 0 0 0 56 0 0 0 20 0 19 0 36419894 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931265342264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6605] ppid=6586 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/6589/task/6605/stat : 6605 (java) S 6586 6589 5243 0 -1 4202560 3461 0 0 0 44 0 0 0 20 0 19 0 36419894 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931264289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6606] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931263236856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6607] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6607/stat : 6607 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931262184520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6608] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6586 6589 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419920 9856040960 15805 33554432000 1073741824 1073778376 140736487548128 139931261129768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.24 2.20 1.88 3/213 6673
/proc/meminfo: memFree=30355548/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=9625040 CPUtime=8.01 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6586 6589 5243 0 -1 4202496 20131 0 1 0 797 4 0 0 20 0 19 0 36419889 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 140736487539264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 2406260 22334 2270 9 0 2396937 0
[pid=6589/tid=6591] ppid=6586 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/6589/task/6591/stat : 6591 (java) R 6586 6589 5243 0 -1 4202560 2496 0 1 0 624 2 0 0 20 0 19 0 36419890 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931445559600 139931318015042 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6592] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931289119144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6593] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6593/stat : 6593 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931288066600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6594] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931287013544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6595] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6595/stat : 6595 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931285961000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6596] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931284908968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6597] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6597/stat : 6597 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931283856424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6598] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6598/stat : 6598 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931282803368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6599] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931281750824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6600] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6600/stat : 6600 (java) S 6586 6589 5243 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36419891 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931269552488 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6601] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6586 6589 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931268498808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6602] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6602/stat : 6602 (java) S 6586 6589 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931267445640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6603] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931266394384 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6604] ppid=6586 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6586 6589 5243 0 -1 4202560 12894 0 0 0 123 1 0 0 20 0 19 0 36419894 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931265342264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6605] ppid=6586 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/6589/task/6605/stat : 6605 (java) S 6586 6589 5243 0 -1 4202560 3463 0 0 0 46 0 0 0 20 0 19 0 36419894 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931264289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6606] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931263236856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6607] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6607/stat : 6607 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931262184520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6608] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6586 6589 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419920 9856040960 22334 33554432000 1073741824 1073778376 140736487548128 139931261129768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9625040


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

[pid=6589/tid=6601] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6586 6589 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931268498808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6602] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6602/stat : 6602 (java) S 6586 6589 5243 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931267445640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6603] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931266394384 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6604] ppid=6586 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6586 6589 5243 0 -1 4202560 12897 0 0 0 134 2 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931265342264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6605] ppid=6586 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6589/task/6605/stat : 6605 (java) S 6586 6589 5243 0 -1 4202560 3463 0 0 0 48 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931264289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6606] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931263236856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6607] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6607/stat : 6607 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931262184520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6608] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6586 6589 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419920 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931261129768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 45.05
Current children cumulated vsize (KiB) 9625040

[startup+44.8008 s]
/proc/loadavg: 2.27 2.20 1.89 3/213 6738
/proc/meminfo: memFree=30158920/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=9625040 CPUtime=46.65 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6586 6589 5243 0 -1 4202496 20218 0 1 0 4659 6 0 0 20 0 19 0 36419889 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 140736487539264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 2406260 44055 2284 9 0 2396937 0
[pid=6589/tid=6591] ppid=6586 vsize=9625040 CPUtime=44.65 cores=0,2,4,6
/proc/6589/task/6591/stat : 6591 (java) R 6586 6589 5243 0 -1 4202560 2549 0 1 0 4462 3 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931445559040 139931318035105 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6592] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) S 6586 6589 5243 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931289119144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6593] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6593/stat : 6593 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931288066600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6594] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6586 6589 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931287013544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6595] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6595/stat : 6595 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931285961000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6596] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6586 6589 5243 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931284908968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6597] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6597/stat : 6597 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931283856424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6598] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6598/stat : 6598 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931282803368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6599] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931281750824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6600] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6600/stat : 6600 (java) S 6586 6589 5243 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36419891 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931269552488 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6601] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6586 6589 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931268498808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6602] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6602/stat : 6602 (java) S 6586 6589 5243 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931267445640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6603] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931266394384 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6604] ppid=6586 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6586 6589 5243 0 -1 4202560 12897 0 0 0 134 2 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931265342264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6605] ppid=6586 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6589/task/6605/stat : 6605 (java) S 6586 6589 5243 0 -1 4202560 3463 0 0 0 48 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931264289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6606] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931263236856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6607] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6607/stat : 6607 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931262184520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6608] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6586 6589 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419920 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931261129768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 46.65
Current children cumulated vsize (KiB) 9625040

[startup+45.2077 s]
/proc/loadavg: 2.27 2.20 1.89 3/213 6803
/proc/meminfo: memFree=30266272/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=9625040 CPUtime=47.05 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6586 6589 5243 0 -1 4202496 20218 0 1 0 4699 6 0 0 20 0 19 0 36419889 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 140736487539264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 2406260 44055 2284 9 0 2396937 0
[pid=6589/tid=6591] ppid=6586 vsize=9625040 CPUtime=45.05 cores=0,2,4,6
/proc/6589/task/6591/stat : 6591 (java) R 6586 6589 5243 0 -1 4202560 2549 0 1 0 4502 3 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931445559040 139931318067936 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6592] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) S 6586 6589 5243 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931289119144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6593] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6593/stat : 6593 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931288066600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6594] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6586 6589 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931287013544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6595] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6595/stat : 6595 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931285961000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6596] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6586 6589 5243 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931284908968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6597] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6597/stat : 6597 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931283856424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6598] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6598/stat : 6598 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931282803368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6599] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931281750824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6600] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6600/stat : 6600 (java) S 6586 6589 5243 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36419891 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931269552488 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6601] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6586 6589 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931268498808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6602] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6602/stat : 6602 (java) S 6586 6589 5243 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931267445640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6603] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931266394384 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6604] ppid=6586 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6586 6589 5243 0 -1 4202560 12897 0 0 0 134 2 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931265342264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6605] ppid=6586 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6589/task/6605/stat : 6605 (java) S 6586 6589 5243 0 -1 4202560 3463 0 0 0 48 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931264289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6606] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931263236856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6607] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6607/stat : 6607 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931262184520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6608] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6586 6589 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419920 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931261129768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.05
Current children cumulated vsize (KiB) 9625040

[startup+45.6008 s]
/proc/loadavg: 2.27 2.20 1.89 3/213 6803
/proc/meminfo: memFree=30266272/32872528 swapFree=1075284/1157044
[pid=6589] ppid=6586 vsize=9625040 CPUtime=47.45 cores=0,2,4,6
/proc/6589/stat : 6589 (java) S 6586 6589 5243 0 -1 4202496 20218 0 1 0 4739 6 0 0 20 0 19 0 36419889 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 140736487539264 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6589/statm: 2406260 44055 2284 9 0 2396937 0
[pid=6589/tid=6591] ppid=6586 vsize=9625040 CPUtime=45.44 cores=0,2,4,6
/proc/6589/task/6591/stat : 6591 (java) R 6586 6589 5243 0 -1 4202560 2549 0 1 0 4541 3 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931445559040 139931318034124 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6592] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6592/stat : 6592 (java) S 6586 6589 5243 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931289119144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6593] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6593/stat : 6593 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931288066600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6594] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6594/stat : 6594 (java) S 6586 6589 5243 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931287013544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6595] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6595/stat : 6595 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931285961000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6596] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6596/stat : 6596 (java) S 6586 6589 5243 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931284908968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6597] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6597/stat : 6597 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931283856424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6598] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6598/stat : 6598 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931282803368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6589/tid=6599] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6599/stat : 6599 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419890 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931281750824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6600] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6600/stat : 6600 (java) S 6586 6589 5243 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36419891 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931269552488 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6601] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6601/stat : 6601 (java) S 6586 6589 5243 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931268498808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6602] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6602/stat : 6602 (java) S 6586 6589 5243 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36419892 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931267445640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6603] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6603/stat : 6603 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931266394384 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6589/tid=6604] ppid=6586 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/6589/task/6604/stat : 6604 (java) S 6586 6589 5243 0 -1 4202560 12897 0 0 0 134 2 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931265342264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6605] ppid=6586 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6589/task/6605/stat : 6605 (java) S 6586 6589 5243 0 -1 4202560 3463 0 0 0 48 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931264289720 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6606] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6606/stat : 6606 (java) S 6586 6589 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931263236856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6589/tid=6607] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6607/stat : 6607 (java) S 6586 6589 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36419894 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931262184520 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6589/tid=6608] ppid=6586 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6589/task/6608/stat : 6608 (java) S 6586 6589 5243 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36419920 9856040960 44055 33554432000 1073741824 1073778376 140736487548128 139931261129768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.45
Current children cumulated vsize (KiB) 9625040

Child status: 30

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

Real time (s): 45.7001
CPU time (s): 47.45
CPU user time (s): 47.39
CPU system time (s): 0.06
CPU usage (%): 103.829
Max. virtual memory (cumulated for all children) (KiB): 9626000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.3548
system time used= 0.081987
maximum resident set size= 176276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20240
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1330
involuntary context switches= 202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.252961 second user time and 0.32795 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:41:47
IDJOB=4109752
IDBENCH=78914
IDSOLVER=2551
FILE ID=node114/4109752-1466343707
RUNJOBID= node114-1466341822-5259
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.1900557957--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109752-1466343707/watcher-4109752-1466343707 -o /tmp/evaluation-result-4109752-1466343707/solver-4109752-1466343707 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5259 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109752-1466343707.wbo

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

MD5SUM BENCH= cd9d62896ad241b3e0bc0c585d812475
RANDOM SEED=1571343785

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:        30370060 kB
Buffers:          146476 kB
Cached:           327484 kB
SwapCached:          836 kB
Active:           235196 kB
Inactive:         339612 kB
Active(anon):     101072 kB
Inactive(anon):     1760 kB
Active(file):     134124 kB
Inactive(file):   337852 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:       1267220 kB
Mapped:            16456 kB
Shmem:                 0 kB
Slab:             623636 kB
SReclaimable:      66956 kB
SUnreclaim:       556680 kB
KernelStack:        1672 kB
PageTables:         6900 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:    153600 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:42:32