Trace number 4090568

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 104.46 103.186

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900561288--soft-33-100-0.wbo
MD5SUM42cd11e454ef36c6d0d0a1a4a75ff12f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark89.0715
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 constraints1857
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 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090568-1466065202.wbo
0.11/0.10	c reading problem ... 
0.50/0.30	c ... done. Wall clock time 0.197s.
0.50/0.30	c declared #vars     231
0.50/0.30	c internal #vars     2088
0.50/0.30	c #constraints  2707
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
0.50/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.50/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.50/0.30	c 2707 constraints processed.
0.50/0.30	c objective function length is 1857 literals
0.76/0.40	c SATISFIABLE
0.76/0.40	c OPTIMIZING...
0.76/0.40	c Got one! Elapsed wall clock time (in seconds):0.3
0.76/0.40	o 280
0.76/0.46	c Got one! Elapsed wall clock time (in seconds):0.358
0.76/0.46	o 256
1.06/0.56	c Got one! Elapsed wall clock time (in seconds):0.458
1.06/0.56	o 220
1.36/0.65	c Got one! Elapsed wall clock time (in seconds):0.544
1.36/0.65	o 218
1.36/0.66	c Got one! Elapsed wall clock time (in seconds):0.562
1.36/0.66	o 216
1.36/0.68	c Got one! Elapsed wall clock time (in seconds):0.584
1.36/0.68	o 213
1.36/0.69	c Got one! Elapsed wall clock time (in seconds):0.592
1.36/0.69	o 207
1.86/0.84	c Got one! Elapsed wall clock time (in seconds):0.738
1.86/0.84	o 204
1.86/0.87	c Got one! Elapsed wall clock time (in seconds):0.767
1.86/0.87	o 189
1.86/0.88	c Got one! Elapsed wall clock time (in seconds):0.78
1.86/0.88	o 188
1.86/0.89	c Got one! Elapsed wall clock time (in seconds):0.787
1.86/0.89	o 182
1.99/0.94	c Got one! Elapsed wall clock time (in seconds):0.84
1.99/0.94	o 180
1.99/0.97	c Got one! Elapsed wall clock time (in seconds):0.865
1.99/0.97	o 177
1.99/0.98	c Got one! Elapsed wall clock time (in seconds):0.876
1.99/0.98	o 172
2.09/1.01	c Got one! Elapsed wall clock time (in seconds):0.914
2.09/1.01	o 167
2.09/1.02	c Got one! Elapsed wall clock time (in seconds):0.919
2.09/1.02	o 164
2.20/1.12	c Got one! Elapsed wall clock time (in seconds):1.023
2.20/1.12	o 151
2.20/1.13	c Got one! Elapsed wall clock time (in seconds):1.034
2.20/1.13	o 147
2.71/1.63	c Got one! Elapsed wall clock time (in seconds):1.525
2.71/1.63	o 139
2.71/1.64	c Got one! Elapsed wall clock time (in seconds):1.536
2.71/1.64	o 118
2.81/1.76	c cleaning 4420 clauses out of 8845 with flag 5092/8845
2.81/1.76	c Got one! Elapsed wall clock time (in seconds):1.659
2.81/1.76	o 117
2.81/1.76	c Got one! Elapsed wall clock time (in seconds):1.664
2.81/1.76	o 114
3.29/2.13	c Got one! Elapsed wall clock time (in seconds):2.034
3.29/2.13	o 113
3.29/2.19	c Got one! Elapsed wall clock time (in seconds):2.085
3.29/2.19	o 109
3.29/2.19	c Got one! Elapsed wall clock time (in seconds):2.09
3.29/2.19	o 106
3.29/2.20	c Got one! Elapsed wall clock time (in seconds):2.101
3.29/2.20	o 105
3.40/2.22	c Got one! Elapsed wall clock time (in seconds):2.116
3.40/2.22	o 101
3.40/2.27	c Got one! Elapsed wall clock time (in seconds):2.169
3.40/2.27	o 94
3.59/2.45	c Got one! Elapsed wall clock time (in seconds):2.344
3.59/2.45	o 89
3.59/2.45	c Got one! Elapsed wall clock time (in seconds):2.349
3.59/2.45	o 72
3.59/2.46	c Got one! Elapsed wall clock time (in seconds):2.358
3.59/2.46	o 70
3.79/2.69	c cleaning 6162 clauses out of 12324 with flag 11158/16744
4.20/3.00	c Got one! Elapsed wall clock time (in seconds):2.898
4.20/3.00	o 67
4.20/3.00	c Got one! Elapsed wall clock time (in seconds):2.902
4.20/3.00	o 35
4.20/3.04	c Got one! Elapsed wall clock time (in seconds):2.937
4.20/3.04	o 31
4.31/3.10	c Got one! Elapsed wall clock time (in seconds):2.996
4.31/3.10	o 30
4.41/3.28	c cleaning 6323 clauses out of 12668 with flag 12651/23250
4.92/3.77	c cleaning 6159 clauses out of 12344 with flag 57124/29249
4.92/3.78	c Got one! Elapsed wall clock time (in seconds):3.678
4.92/3.78	o 29
5.02/3.85	c Got one! Elapsed wall clock time (in seconds):3.747
5.02/3.85	o 25
5.23/4.08	c Got one! Elapsed wall clock time (in seconds):3.982
5.23/4.08	o 24
5.32/4.17	c cleaning 5774 clauses out of 11565 with flag 6747/34629
5.42/4.28	c Got one! Elapsed wall clock time (in seconds):4.182
5.42/4.28	o 20
5.54/4.34	c Got one! Elapsed wall clock time (in seconds):4.235
5.54/4.34	o 19
5.66/4.45	c Got one! Elapsed wall clock time (in seconds):4.353
5.66/4.45	o 18
5.86/4.62	c Got one! Elapsed wall clock time (in seconds):4.52
5.86/4.62	o 16
5.96/4.70	c cleaning 6736 clauses out of 13475 with flag 7524/42313
5.96/4.77	c Got one! Elapsed wall clock time (in seconds):4.671
5.96/4.77	o 15
6.06/4.88	c Got one! Elapsed wall clock time (in seconds):4.777
6.06/4.88	o 14
6.17/4.94	c Got one! Elapsed wall clock time (in seconds):4.838
6.17/4.94	o 13
6.37/5.16	c cleaning 6607 clauses out of 13241 with flag 23610/48815
6.79/5.59	c cleaning 6307 clauses out of 12632 with flag 76117/54813
7.18/5.95	c Got one! Elapsed wall clock time (in seconds):5.853
7.18/5.95	o 11
7.58/6.36	c cleaning 8452 clauses out of 16934 with flag 41978/65422
7.99/6.79	c cleaning 7233 clauses out of 14482 with flag 95635/71422
8.49/7.21	c Got one! Elapsed wall clock time (in seconds):7.107
8.49/7.21	o 10
8.79/7.58	c cleaning 8983 clauses out of 17982 with flag 42561/82155
8.99/7.78	c Got one! Elapsed wall clock time (in seconds):7.678
8.99/7.78	o 9
9.18/8.00	c cleaning 7393 clauses out of 14806 with flag 28947/87962
9.48/8.23	c Got one! Elapsed wall clock time (in seconds):8.131
9.48/8.23	o 7
9.58/8.37	c cleaning 6663 clauses out of 13343 with flag 19950/93892
9.98/8.73	c cleaning 6330 clauses out of 12680 with flag 78824/99892
10.30/9.05	c Got one! Elapsed wall clock time (in seconds):8.948
10.30/9.05	o 6
10.40/9.14	c Got one! Elapsed wall clock time (in seconds):9.041
10.40/9.14	o 5
10.40/9.19	c Got one! Elapsed wall clock time (in seconds):9.093
10.40/9.19	o 4
10.80/9.53	c cleaning 8863 clauses out of 17747 with flag 43814/111289
10.90/9.64	c Got one! Elapsed wall clock time (in seconds):9.541
10.90/9.64	o 2
11.21/9.90	c cleaning 7306 clauses out of 14614 with flag 41015/117019
11.50/10.26	c cleaning 6649 clauses out of 13308 with flag 99924/123019
11.90/10.68	c cleaning 6808 clauses out of 13659 with flag 165145/130019
12.41/11.17	c cleaning 7420 clauses out of 14852 with flag 237309/138020
13.00/11.76	c cleaning 8200 clauses out of 16431 with flag 321134/147019
13.70/12.47	c cleaning 9102 clauses out of 18233 with flag 420321/157021
14.60/13.33	c cleaning 10037 clauses out of 20129 with flag 544837/168019
15.00/13.75	c Got one! Elapsed wall clock time (in seconds):13.652
15.00/13.75	o 1
15.40/14.19	c cleaning 10706 clauses out of 21419 with flag 60110/179346
16.00/14.72	c cleaning 8352 clauses out of 16712 with flag 134093/185345
16.60/15.37	c cleaning 7671 clauses out of 15358 with flag 217414/192343
17.30/16.05	c cleaning 7837 clauses out of 15688 with flag 297773/200344
18.10/16.88	c cleaning 8416 clauses out of 16852 with flag 391325/209345
18.91/17.70	c cleaning 9206 clauses out of 18434 with flag 482839/219343
20.01/18.72	c cleaning 10113 clauses out of 20230 with flag 588706/230345
21.11/19.85	c cleaning 11052 clauses out of 22115 with flag 693464/242343
22.50/21.21	c cleaning 12027 clauses out of 24065 with flag 812874/255345
23.90/22.62	c cleaning 13014 clauses out of 26036 with flag 926841/269343
25.40/24.16	c cleaning 14002 clauses out of 28023 with flag 1046526/284344
27.40/26.13	c cleaning 15003 clauses out of 30020 with flag 1186431/300343
29.31/28.08	c cleaning 16008 clauses out of 32019 with flag 1313411/317345
31.42/30.17	c cleaning 16998 clauses out of 34009 with flag 1451186/335343
33.52/32.26	c cleaning 17995 clauses out of 36011 with flag 1589878/354343
35.81/34.55	c cleaning 19006 clauses out of 38017 with flag 1733702/374344
38.51/37.28	c cleaning 20005 clauses out of 40013 with flag 1902087/395346
41.61/40.33	c cleaning 21002 clauses out of 42007 with flag 2075553/417345
44.81/43.53	c cleaning 21991 clauses out of 44002 with flag 2245131/440343
48.11/46.81	c cleaning 23004 clauses out of 46012 with flag 2413770/464344
51.92/50.61	c cleaning 23994 clauses out of 48007 with flag 2583643/489343
56.11/54.88	c cleaning 25006 clauses out of 50017 with flag 2774309/515347
60.62/59.33	c cleaning 25998 clauses out of 52007 with flag 2963331/542343
65.62/64.35	c cleaning 26997 clauses out of 54009 with flag 3181483/570343
71.12/69.82	c cleaning 28004 clauses out of 56013 with flag 3408503/599344
76.32/75.09	c cleaning 28996 clauses out of 58008 with flag 3620631/629345
81.92/80.65	c cleaning 30001 clauses out of 60011 with flag 3812434/660344
87.72/86.49	c cleaning 31003 clauses out of 62010 with flag 4008410/692344
94.33/93.07	c cleaning 32000 clauses out of 64007 with flag 4237034/725344
100.44/99.17	c cleaning 32994 clauses out of 66005 with flag 4456954/759344
104.46/103.12	c cleaning 34000 clauses out of 68001 with flag 4637124/794345
104.46/103.18	c starts		: 1434
104.46/103.18	c conflicts		: 795250
104.46/103.18	c decisions		: 1149570
104.46/103.18	c propagations		: 41607660
104.46/103.18	c inspects		: 1921848752
104.46/103.18	c shortcuts		: 0
104.46/103.18	c learnt literals	: 28
104.46/103.18	c learnt binary clauses	: 65
104.46/103.18	c learnt ternary clauses	: 590
104.46/103.18	c learnt constraints	: 795221
104.46/103.18	c ignored constraints	: 0
104.46/103.18	c root simplifications	: 0
104.46/103.18	c removed literals (reason simplification)	: 0
104.46/103.18	c reason swapping (by a shorter reason)	: 0
104.46/103.18	c Calls to reduceDB	: 53
104.46/103.18	c Number of update (reduction) of LBD	: 249615
104.46/103.18	c Imported unit clauses	: 0
104.46/103.18	c number of reductions to clauses (during analyze)	: 0
104.46/103.18	c number of learned constraints concerned by reduction	: 0
104.46/103.18	c number of learning phase by resolution	: 0
104.46/103.18	c number of learning phase by cutting planes	: 0
104.46/103.18	c speed (assignments/second)	: 404480.15398524306
104.46/103.18	c non guided choices	6421
104.46/103.18	c learnt constraints type 
104.46/103.18	s OPTIMUM FOUND
104.46/103.18	c Found 54 solution(s)
104.46/103.18	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 
104.46/103.18	c objective function=1
104.46/103.18	c Total wall clock time (in seconds): 103.077

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090568-1466065202/watcher-4090568-1466065202 -o /tmp/evaluation-result-4090568-1466065202/solver-4090568-1466065202 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8046 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090568-1466065202.wbo 

pid=9749
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.45 2.29 2.12 3/195 9752
/proc/meminfo: memFree=30684772/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/9752/stat : 9752 (java) R 9749 9752 8029 0 -1 4202496 1224 0 0 0 0 0 0 0 20 0 1 0 8566862 24780800 867 33554432000 1073741824 1073778376 140735355692064 140735355681128 214537476273 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 6050 867 654 9 0 385 0
[pid=9752/tid=9753] ppid=9749 vsize=89740 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 8566863 91893760 886 33554432000 1073741824 1073778376 140735355692064 140735355681128 214537422208 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 2.45 2.29 2.12 3/195 9752
/proc/meminfo: memFree=30684772/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9752/stat : 9752 (java) S 9749 9752 8029 0 -1 4202496 4486 0 1 0 10 1 0 0 20 0 18 0 8566862 9787879424 6118 33554432000 1073741824 1073778376 140735355692064 140735355683200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 2389619 6118 2157 9 0 2380296 0
[pid=9752/tid=9753] ppid=9749 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 8566863 9787879424 6118 33554432000 1073741824 1073778376 140735355692064 139791304302712 139791136018311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200339 s]
/proc/loadavg: 2.45 2.29 2.12 3/195 9752
/proc/meminfo: memFree=30684772/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/9752/stat : 9752 (java) S 9749 9752 8029 0 -1 4202496 4784 0 1 0 25 1 0 0 20 0 18 0 8566862 9787879424 6844 33554432000 1073741824 1073778376 140735355692064 140735355683200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 2389619 6844 2214 9 0 2380296 0
[pid=9752/tid=9753] ppid=9749 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 18 0 8566863 9787879424 6844 33554432000 1073741824 1073778376 140735355692064 139791304302712 139791135995304 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300329 s]
/proc/loadavg: 2.45 2.29 2.12 3/195 9752
/proc/meminfo: memFree=30684772/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/9752/stat : 9752 (java) S 9749 9752 8029 0 -1 4202496 5881 0 1 0 49 1 0 0 20 0 18 0 8566862 9787879424 8837 33554432000 1073741824 1073778376 140735355692064 140735355683200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 2389619 8837 2239 9 0 2380296 0
[pid=9752/tid=9753] ppid=9749 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 2413 0 1 0 27 0 0 0 20 0 18 0 8566863 9787879424 8837 33554432000 1073741824 1073778376 140735355692064 139791304302712 214540805389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700241 s]
/proc/loadavg: 2.45 2.29 2.12 3/195 9752
/proc/meminfo: memFree=30684772/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/9752/stat : 9752 (java) S 9749 9752 8029 0 -1 4202496 14999 0 1 0 162 3 0 0 20 0 19 0 8566862 9856040960 15421 33554432000 1073741824 1073778376 140735355692064 140735355683200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 2406260 15421 2259 9 0 2396937 0
[pid=9752/tid=9753] ppid=9749 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 2419 0 1 0 67 0 0 0 20 0 19 0 8566863 9856040960 15421 33554432000 1073741824 1073778376 140735355692064 139791304294704 139791136045517 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.45 2.29 2.12 3/214 9771
/proc/meminfo: memFree=30619764/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/9752/stat : 9752 (java) S 9749 9752 8029 0 -1 4202496 15037 0 1 0 258 3 0 0 20 0 19 0 8566862 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 140735355683200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 2406260 18012 2266 9 0 2396937 0
[pid=9752/tid=9753] ppid=9749 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 2427 0 1 0 147 0 0 0 20 0 19 0 8566863 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791304302856 139791136712967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9755] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9755/stat : 9755 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791265795112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9756] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9756/stat : 9756 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791264742312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9757] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9757/stat : 9757 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791263689512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9758] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9758/stat : 9758 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791262636712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9759] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9759/stat : 9759 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791261583912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9760] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9760/stat : 9760 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791260531112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9761] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9761/stat : 9761 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791259478312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9762] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9762/stat : 9762 (java) S 9749 9752 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791258425512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9763] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9763/stat : 9763 (java) S 9749 9752 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8566864 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791128558568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9764] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9764/stat : 9764 (java) S 9749 9752 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791127504632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9765] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9765/stat : 9765 (java) S 9749 9752 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791126451720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9766] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9766/stat : 9766 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791125400208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9767] ppid=9749 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/9752/task/9767/stat : 9767 (java) S 9749 9752 8029 0 -1 4202560 5647 0 0 0 57 0 0 0 20 0 19 0 8566867 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791124347320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9768] ppid=9749 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9752/task/9768/stat : 9768 (java) S 9749 9752 8029 0 -1 4202560 5685 0 0 0 51 1 0 0 20 0 19 0 8566867 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791123294520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9769] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9769/stat : 9769 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791122241912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9770] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9770/stat : 9770 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139791121189320 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9771] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9771/stat : 9771 (java) S 9749 9752 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8566893 9856040960 18012 33554432000 1073741824 1073778376 140735355692064 139790112515752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.45 2.29 2.12 3/192 9789
/proc/meminfo: memFree=30715644/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=9625040 CPUtime=4.31 cores=1,3,5,7
/proc/9752/stat : 9752 (java) S 9749 9752 8029 0 -1 4202496 15050 0 1 0 427 4 0 0 20 0 19 0 8566862 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 140735355683200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 2406260 21600 2270 9 0 2396937 0
[pid=9752/tid=9753] ppid=9749 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 2435 0 1 0 305 1 0 0 20 0 19 0 8566863 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791304294704 139791136487896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9755] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9755/stat : 9755 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791265795112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9756] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9756/stat : 9756 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791264742312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9757] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9757/stat : 9757 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791263689512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9758] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9758/stat : 9758 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791262636712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9759] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9759/stat : 9759 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791261583912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9760] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9760/stat : 9760 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791260531112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9761] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9761/stat : 9761 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791259478312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9762] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9762/stat : 9762 (java) S 9749 9752 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791258425512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9763] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9763/stat : 9763 (java) S 9749 9752 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8566864 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791128558568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9764] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9764/stat : 9764 (java) S 9749 9752 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791127504632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9765] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9765/stat : 9765 (java) S 9749 9752 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791126451720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9766] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9766/stat : 9766 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791125400208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9767] ppid=9749 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/9752/task/9767/stat : 9767 (java) S 9749 9752 8029 0 -1 4202560 5651 0 0 0 63 0 0 0 20 0 19 0 8566867 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791124347320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9768] ppid=9749 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/9752/task/9768/stat : 9768 (java) S 9749 9752 8029 0 -1 4202560 5686 0 0 0 55 2 0 0 20 0 19 0 8566867 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791123294520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9769] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9769/stat : 9769 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791122241912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9770] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9770/stat : 9770 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139791121189320 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9771] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9771/stat : 9771 (java) S 9749 9752 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8566893 9856040960 21600 33554432000 1073741824 1073778376 140735355692064 139790112515752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625040

[startup+6.30068 s]
/proc/loadavg: 2.42 2.28 2.12 3/214 9836
/proc/meminfo: memFree=30619764/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=9625040 CPUtime=7.58 cores=1,3,5,7
/proc/9752/stat : 9752 (java) S 9749 9752 8029 0 -1 4202496 15064 0 1 0 753 5 0 0 20 0 19 0 8566862 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 140735355683200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 2406260 26721 2270 9 0 2396937 0
[pid=9752/tid=9753] ppid=9749 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 2448 0 1 0 623 1 0 0 20 0 19 0 8566863 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791304294704 139791136486861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9755] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9755/stat : 9755 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791265795112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9756] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9756/stat : 9756 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791264742312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9757] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9757/stat : 9757 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791263689512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9758] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9758/stat : 9758 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791262636712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9759] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9759/stat : 9759 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791261583912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9760] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9760/stat : 9760 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791260531112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9761] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9761/stat : 9761 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791259478312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9762] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9762/stat : 9762 (java) S 9749 9752 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791258425512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9763] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9763/stat : 9763 (java) S 9749 9752 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8566864 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791128558568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9764] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9764/stat : 9764 (java) S 9749 9752 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791127504632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9765] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9765/stat : 9765 (java) S 9749 9752 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791126451720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9766] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9766/stat : 9766 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791125400208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9767] ppid=9749 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9752/task/9767/stat : 9767 (java) S 9749 9752 8029 0 -1 4202560 5652 0 0 0 65 0 0 0 20 0 19 0 8566867 9856040960 26721 33554432000 1073741824 1073778376 140735355692064 139791124347320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9768] ppid=9749 vsize=9625040 CPUtime=0.62 cores=1,3,5,7

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

[pid=9752/tid=9764] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9764/stat : 9764 (java) S 9749 9752 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791127504632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9765] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9765/stat : 9765 (java) S 9749 9752 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791126451720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9766] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9766/stat : 9766 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791125400208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9767] ppid=9749 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9752/task/9767/stat : 9767 (java) S 9749 9752 8029 0 -1 4202560 5652 0 0 0 65 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791124347320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9768] ppid=9749 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/9752/task/9768/stat : 9768 (java) S 9749 9752 8029 0 -1 4202560 5689 0 0 0 64 2 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791123294520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9769] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9769/stat : 9769 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791122241912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9770] ppid=9749 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9752/task/9770/stat : 9770 (java) S 9749 9752 8029 0 -1 4202560 7 0 0 0 0 1 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791121189320 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9771] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9771/stat : 9771 (java) S 9749 9752 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8566893 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139790112515752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 103.76
Current children cumulated vsize (KiB) 9625040

[startup+102.801 s]
/proc/loadavg: 2.30 2.28 2.13 3/213 10097
/proc/meminfo: memFree=30427104/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=9625040 CPUtime=104.16 cores=1,3,5,7
/proc/9752/stat : 9752 (java) S 9749 9752 8029 0 -1 4202496 15167 0 1 0 10406 10 0 0 20 0 19 0 8566862 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 140735355683200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 2406260 48758 2284 9 0 2396937 0
[pid=9752/tid=9753] ppid=9749 vsize=9625040 CPUtime=102.45 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 2489 0 1 0 10241 4 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791304301888 139791136541927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9755] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9755/stat : 9755 (java) S 9749 9752 8029 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791265795112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9756] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9756/stat : 9756 (java) S 9749 9752 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791264742312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9757] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9757/stat : 9757 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791263689512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9758] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9758/stat : 9758 (java) S 9749 9752 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791262636712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9759] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9759/stat : 9759 (java) S 9749 9752 8029 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791261583912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9760] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9760/stat : 9760 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791260531112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9761] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9761/stat : 9761 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791259478312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9762] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9762/stat : 9762 (java) S 9749 9752 8029 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791258425512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9763] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9763/stat : 9763 (java) S 9749 9752 8029 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8566864 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791128558568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9764] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9764/stat : 9764 (java) S 9749 9752 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791127504632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9765] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9765/stat : 9765 (java) S 9749 9752 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791126451720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9766] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9766/stat : 9766 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791125400208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9767] ppid=9749 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9752/task/9767/stat : 9767 (java) S 9749 9752 8029 0 -1 4202560 5652 0 0 0 65 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791124347320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9768] ppid=9749 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/9752/task/9768/stat : 9768 (java) S 9749 9752 8029 0 -1 4202560 5689 0 0 0 64 2 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791123294520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9769] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9769/stat : 9769 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791122241912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9770] ppid=9749 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9752/task/9770/stat : 9770 (java) S 9749 9752 8029 0 -1 4202560 7 0 0 0 0 1 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791121189320 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9771] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9771/stat : 9771 (java) S 9749 9752 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8566893 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139790112515752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 104.16
Current children cumulated vsize (KiB) 9625040

[startup+103.001 s]
/proc/loadavg: 2.30 2.28 2.13 3/213 10097
/proc/meminfo: memFree=30427104/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=9625040 CPUtime=104.36 cores=1,3,5,7
/proc/9752/stat : 9752 (java) S 9749 9752 8029 0 -1 4202496 15167 0 1 0 10426 10 0 0 20 0 19 0 8566862 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 140735355683200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 2406260 48758 2284 9 0 2396937 0
[pid=9752/tid=9753] ppid=9749 vsize=9625040 CPUtime=102.65 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 2489 0 1 0 10261 4 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791304301888 139791136486464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9755] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9755/stat : 9755 (java) S 9749 9752 8029 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791265795112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9756] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9756/stat : 9756 (java) S 9749 9752 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791264742312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9757] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9757/stat : 9757 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791263689512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9758] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9758/stat : 9758 (java) S 9749 9752 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791262636712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9759] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9759/stat : 9759 (java) S 9749 9752 8029 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791261583912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9760] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9760/stat : 9760 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791260531112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9761] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9761/stat : 9761 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791259478312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9762] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9762/stat : 9762 (java) S 9749 9752 8029 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791258425512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9763] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9763/stat : 9763 (java) S 9749 9752 8029 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8566864 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791128558568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9764] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9764/stat : 9764 (java) S 9749 9752 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791127504632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9765] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9765/stat : 9765 (java) S 9749 9752 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791126451720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9766] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9766/stat : 9766 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791125400208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9767] ppid=9749 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9752/task/9767/stat : 9767 (java) S 9749 9752 8029 0 -1 4202560 5652 0 0 0 65 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791124347320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9768] ppid=9749 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/9752/task/9768/stat : 9768 (java) S 9749 9752 8029 0 -1 4202560 5689 0 0 0 64 2 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791123294520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9769] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9769/stat : 9769 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791122241912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9770] ppid=9749 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9752/task/9770/stat : 9770 (java) S 9749 9752 8029 0 -1 4202560 7 0 0 0 0 1 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791121189320 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9771] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9771/stat : 9771 (java) S 9749 9752 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8566893 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139790112515752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 104.36
Current children cumulated vsize (KiB) 9625040

[startup+103.101 s]
/proc/loadavg: 2.30 2.28 2.13 3/213 10097
/proc/meminfo: memFree=30427104/32872528 swapFree=1190796/1305260
[pid=9752] ppid=9749 vsize=9625040 CPUtime=104.46 cores=1,3,5,7
/proc/9752/stat : 9752 (java) S 9749 9752 8029 0 -1 4202496 15167 0 1 0 10436 10 0 0 20 0 19 0 8566862 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 140735355683200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9752/statm: 2406260 48758 2284 9 0 2396937 0
[pid=9752/tid=9753] ppid=9749 vsize=9625040 CPUtime=102.75 cores=1,3,5,7
/proc/9752/task/9753/stat : 9753 (java) R 9749 9752 8029 0 -1 4202560 2489 0 1 0 10271 4 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791304301888 139791136925775 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9755] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9755/stat : 9755 (java) S 9749 9752 8029 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791265795112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9756] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9756/stat : 9756 (java) S 9749 9752 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791264742312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9757] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9757/stat : 9757 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791263689512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9758] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9758/stat : 9758 (java) S 9749 9752 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791262636712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9759] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9759/stat : 9759 (java) S 9749 9752 8029 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791261583912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9752/tid=9760] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9760/stat : 9760 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791260531112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9761] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9761/stat : 9761 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791259478312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9762] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9762/stat : 9762 (java) S 9749 9752 8029 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8566863 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791258425512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9763] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9763/stat : 9763 (java) S 9749 9752 8029 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8566864 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791128558568 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9764] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9764/stat : 9764 (java) S 9749 9752 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791127504632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9765] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9765/stat : 9765 (java) S 9749 9752 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8566865 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791126451720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9766] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9766/stat : 9766 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791125400208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9767] ppid=9749 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/9752/task/9767/stat : 9767 (java) S 9749 9752 8029 0 -1 4202560 5652 0 0 0 65 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791124347320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9752/tid=9768] ppid=9749 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/9752/task/9768/stat : 9768 (java) S 9749 9752 8029 0 -1 4202560 5689 0 0 0 64 2 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791123294520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9769] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9769/stat : 9769 (java) S 9749 9752 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791122241912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9752/tid=9770] ppid=9749 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9752/task/9770/stat : 9770 (java) S 9749 9752 8029 0 -1 4202560 7 0 0 0 0 1 0 0 20 0 19 0 8566867 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139791121189320 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9752/tid=9771] ppid=9749 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9752/task/9771/stat : 9771 (java) S 9749 9752 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8566893 9856040960 48758 33554432000 1073741824 1073778376 140735355692064 139790112515752 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 104.46
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9752 and gives
#  childrusage.ru_utime.tv_sec=104
#  childrusage.ru_utime.tv_usec=155166
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=143978
# CPU time returned by wait4() is 104.299
# while last known CPU time is 104.46
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 103.186
CPU time (s): 104.46
CPU user time (s): 104.36
CPU system time (s): 0.1
CPU usage (%): 101.235
Max. virtual memory (cumulated for all children) (KiB): 9625364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.155
system time used= 0.143978
maximum resident set size= 195080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15184
page faults= 1
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2520
involuntary context switches= 507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.770882 second user time and 0.844871 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-16 10:20:02
IDJOB=4090568
IDBENCH=78922
IDSOLVER=2551
FILE ID=node127/4090568-1466065202
RUNJOBID= node127-1466062123-8046
PBS_JOBID= 19904012
Free space on /tmp= 71740 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.1900561288--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090568-1466065202/watcher-4090568-1466065202 -o /tmp/evaluation-result-4090568-1466065202/solver-4090568-1466065202 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8046 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090568-1466065202.wbo

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

MD5SUM BENCH= 42cd11e454ef36c6d0d0a1a4a75ff12f
RANDOM SEED=202759193

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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:        30685340 kB
Buffers:            6624 kB
Cached:            41452 kB
SwapCached:        34620 kB
Active:           120296 kB
Inactive:          60460 kB
Active(anon):      99760 kB
Inactive(anon):    35536 kB
Active(file):      20536 kB
Inactive(file):    24924 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066068 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:       1480308 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             564556 kB
SReclaimable:       8504 kB
SUnreclaim:       556052 kB
KernelStack:        1768 kB
PageTables:         7276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1994780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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= 71736 MiB
End job on node127 at 2016-06-16 10:21:46