Trace number 4110348

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 35.14 33.377

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567135--soft-0-100-0.wbo
MD5SUM51cd1cd61e067c06067b10b7beeffad7
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark27.7658
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
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-4110348-1466343879.wbo
0.10/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.213s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2707 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.77/0.46	c SATISFIABLE
0.77/0.46	c OPTIMIZING...
0.77/0.46	c Got one! Elapsed wall clock time (in seconds):0.352
0.77/0.46	o 481
1.05/0.50	c Got one! Elapsed wall clock time (in seconds):0.388
1.05/0.50	o 468
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.426
1.05/0.53	o 461
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.462
1.05/0.57	o 450
1.35/0.67	c Got one! Elapsed wall clock time (in seconds):0.566
1.35/0.67	o 448
1.35/0.68	c Got one! Elapsed wall clock time (in seconds):0.576
1.35/0.68	o 426
1.80/0.92	c Got one! Elapsed wall clock time (in seconds):0.816
1.80/0.92	o 404
1.80/0.93	c Got one! Elapsed wall clock time (in seconds):0.822
1.80/0.93	o 403
1.80/0.94	c Got one! Elapsed wall clock time (in seconds):0.836
1.80/0.94	o 401
1.80/0.95	c Got one! Elapsed wall clock time (in seconds):0.841
1.80/0.95	o 384
1.80/0.97	c Got one! Elapsed wall clock time (in seconds):0.86
1.80/0.97	o 366
1.80/0.97	c Got one! Elapsed wall clock time (in seconds):0.867
1.80/0.97	o 361
1.80/0.98	c Got one! Elapsed wall clock time (in seconds):0.874
1.80/0.98	o 357
1.93/1.07	c Got one! Elapsed wall clock time (in seconds):0.967
1.93/1.07	o 347
1.93/1.08	c Got one! Elapsed wall clock time (in seconds):0.972
1.93/1.08	o 330
1.93/1.09	c Got one! Elapsed wall clock time (in seconds):0.983
1.93/1.09	o 329
1.93/1.10	c Got one! Elapsed wall clock time (in seconds):0.988
1.93/1.10	o 327
2.03/1.11	c Got one! Elapsed wall clock time (in seconds):1.002
2.03/1.11	o 326
2.23/1.33	c Got one! Elapsed wall clock time (in seconds):1.225
2.23/1.33	o 313
2.23/1.34	c Got one! Elapsed wall clock time (in seconds):1.232
2.23/1.34	o 250
2.23/1.36	c Got one! Elapsed wall clock time (in seconds):1.253
2.23/1.36	o 244
2.23/1.37	c Got one! Elapsed wall clock time (in seconds):1.266
2.23/1.37	o 219
2.83/1.98	c Got one! Elapsed wall clock time (in seconds):1.87
2.83/1.98	o 215
2.93/2.02	c Got one! Elapsed wall clock time (in seconds):1.91
2.93/2.02	o 207
2.93/2.03	c Got one! Elapsed wall clock time (in seconds):1.921
2.93/2.03	o 194
3.15/2.24	c Got one! Elapsed wall clock time (in seconds):2.132
3.15/2.24	o 193
3.15/2.27	c Got one! Elapsed wall clock time (in seconds):2.158
3.15/2.27	o 191
3.34/2.48	c Got one! Elapsed wall clock time (in seconds):2.367
3.34/2.48	o 189
3.54/2.60	c Got one! Elapsed wall clock time (in seconds):2.493
3.54/2.60	o 188
3.54/2.66	c Got one! Elapsed wall clock time (in seconds):2.548
3.54/2.66	o 184
3.86/2.93	c Got one! Elapsed wall clock time (in seconds):2.821
3.86/2.93	o 177
4.17/3.21	c cleaning 5884 clauses out of 11769 with flag 5545/11769
4.17/3.25	c Got one! Elapsed wall clock time (in seconds):3.147
4.17/3.25	o 160
4.29/3.33	c Got one! Elapsed wall clock time (in seconds):3.227
4.29/3.33	o 153
4.29/3.35	c Got one! Elapsed wall clock time (in seconds):3.238
4.29/3.35	o 152
4.58/3.65	c Got one! Elapsed wall clock time (in seconds):3.537
4.58/3.65	o 151
4.58/3.67	c Got one! Elapsed wall clock time (in seconds):3.566
4.58/3.67	o 150
4.58/3.68	c Got one! Elapsed wall clock time (in seconds):3.575
4.58/3.68	o 144
4.58/3.69	c Got one! Elapsed wall clock time (in seconds):3.586
4.58/3.69	o 130
5.10/4.17	c Got one! Elapsed wall clock time (in seconds):4.064
5.10/4.17	o 129
5.20/4.27	c Got one! Elapsed wall clock time (in seconds):4.159
5.20/4.27	o 128
5.30/4.30	c Got one! Elapsed wall clock time (in seconds):4.19
5.30/4.30	o 127
5.30/4.32	c Got one! Elapsed wall clock time (in seconds):4.213
5.30/4.32	o 126
6.00/5.00	c Got one! Elapsed wall clock time (in seconds):4.892
6.00/5.00	o 122
6.00/5.05	c Got one! Elapsed wall clock time (in seconds):4.942
6.00/5.05	o 121
6.12/5.18	c Got one! Elapsed wall clock time (in seconds):5.068
6.12/5.18	o 117
6.22/5.20	c Got one! Elapsed wall clock time (in seconds):5.092
6.22/5.20	o 112
6.32/5.30	c Got one! Elapsed wall clock time (in seconds):5.195
6.32/5.30	o 111
6.42/5.41	c Got one! Elapsed wall clock time (in seconds):5.298
6.42/5.41	o 107
6.53/5.52	c Got one! Elapsed wall clock time (in seconds):5.415
6.53/5.52	o 92
6.87/5.82	c cleaning 8262 clauses out of 16523 with flag 5911/22407
8.64/7.37	c cleaning 7119 clauses out of 14262 with flag 44067/28408
10.74/9.01	c cleaning 7060 clauses out of 14149 with flag 108440/35414
11.54/9.84	c Got one! Elapsed wall clock time (in seconds):9.735
11.54/9.84	o 90
11.65/9.92	c Got one! Elapsed wall clock time (in seconds):9.814
11.65/9.92	o 81
11.94/10.29	c cleaning 6366 clauses out of 12750 with flag 11353/41075
12.04/10.37	c Got one! Elapsed wall clock time (in seconds):10.261
12.04/10.37	o 80
12.24/10.56	c Got one! Elapsed wall clock time (in seconds):10.457
12.24/10.56	o 79
12.34/10.60	c Got one! Elapsed wall clock time (in seconds):10.496
12.34/10.60	o 71
12.34/10.67	c Got one! Elapsed wall clock time (in seconds):10.559
12.34/10.67	o 70
12.85/11.18	c cleaning 6395 clauses out of 12828 with flag 19380/47519
13.85/12.11	c cleaning 6209 clauses out of 12436 with flag 65236/53522
13.95/12.21	c Got one! Elapsed wall clock time (in seconds):12.098
13.95/12.21	o 69
13.95/12.24	c Got one! Elapsed wall clock time (in seconds):12.134
13.95/12.24	o 68
13.95/12.29	c Got one! Elapsed wall clock time (in seconds):12.177
13.95/12.29	o 66
14.44/12.73	c Got one! Elapsed wall clock time (in seconds):12.625
14.44/12.73	o 63
15.07/13.31	c cleaning 6243 clauses out of 12504 with flag 21608/59799
15.07/13.34	c Got one! Elapsed wall clock time (in seconds):13.236
15.07/13.34	o 60
15.16/13.49	c Got one! Elapsed wall clock time (in seconds):13.383
15.16/13.49	o 54
15.26/13.56	c Got one! Elapsed wall clock time (in seconds):13.456
15.26/13.56	o 53
15.49/13.76	c Got one! Elapsed wall clock time (in seconds):13.651
15.49/13.76	o 52
16.20/14.50	c cleaning 6737 clauses out of 13491 with flag 35275/67029
17.30/15.56	c cleaning 6372 clauses out of 12758 with flag 91363/73033
18.19/16.45	c Got one! Elapsed wall clock time (in seconds):16.34
18.19/16.45	o 51
18.30/16.57	c Got one! Elapsed wall clock time (in seconds):16.466
18.30/16.57	o 46
18.50/16.73	c cleaning 6521 clauses out of 13060 with flag 6597/79707
18.70/16.97	c Got one! Elapsed wall clock time (in seconds):16.859
18.70/16.97	o 43
19.20/17.40	c cleaning 5798 clauses out of 11613 with flag 23067/84781
19.40/17.65	c Got one! Elapsed wall clock time (in seconds):17.545
19.40/17.65	o 42
19.50/17.75	c Got one! Elapsed wall clock time (in seconds):17.644
19.50/17.75	o 40
19.50/17.77	c Got one! Elapsed wall clock time (in seconds):17.663
19.50/17.77	o 39
19.90/18.16	c cleaning 5989 clauses out of 11992 with flag 23570/90958
20.00/18.21	c Got one! Elapsed wall clock time (in seconds):18.107
20.00/18.21	o 37
20.09/18.34	c Got one! Elapsed wall clock time (in seconds):18.229
20.09/18.34	o 36
20.39/18.69	c Got one! Elapsed wall clock time (in seconds):18.58
20.39/18.69	o 33
20.80/19.08	c cleaning 6792 clauses out of 13598 with flag 23834/98553
21.20/19.41	c Got one! Elapsed wall clock time (in seconds):19.301
21.20/19.41	o 32
21.40/19.64	c cleaning 5978 clauses out of 11970 with flag 17260/103717
21.80/20.09	c Got one! Elapsed wall clock time (in seconds):19.983
21.80/20.09	o 30
22.00/20.21	c cleaning 5699 clauses out of 11435 with flag 7258/109160
22.60/20.84	c Got one! Elapsed wall clock time (in seconds):20.735
22.60/20.84	o 29
22.90/21.17	c Got one! Elapsed wall clock time (in seconds):21.058
22.90/21.17	o 25
23.30/21.53	c cleaning 8649 clauses out of 17297 with flag 24839/120721
24.00/22.20	c cleaning 7320 clauses out of 14650 with flag 77822/126723
24.50/22.76	c Got one! Elapsed wall clock time (in seconds):22.651
24.50/22.76	o 23
25.01/23.28	c cleaning 8916 clauses out of 17836 with flag 42360/137229
25.10/23.34	c Got one! Elapsed wall clock time (in seconds):23.231
25.10/23.34	o 22
25.10/23.35	c Got one! Elapsed wall clock time (in seconds):23.243
25.10/23.35	o 16
25.50/23.75	c Got one! Elapsed wall clock time (in seconds):23.64
25.50/23.75	o 15
25.50/23.77	c Got one! Elapsed wall clock time (in seconds):23.661
25.50/23.77	o 14
25.61/23.88	c cleaning 7526 clauses out of 15063 with flag 9015/143372
26.11/24.39	c cleaning 6761 clauses out of 13536 with flag 64937/149371
26.40/24.68	c Got one! Elapsed wall clock time (in seconds):24.572
26.40/24.68	o 11
26.60/24.84	c cleaning 6192 clauses out of 12422 with flag 16762/155018
27.00/25.29	c cleaning 6104 clauses out of 12234 with flag 69458/161022
27.40/25.64	c Got one! Elapsed wall clock time (in seconds):25.537
27.40/25.64	o 9
27.70/25.90	c Got one! Elapsed wall clock time (in seconds):25.79
27.70/25.90	o 7
27.80/26.09	c cleaning 8721 clauses out of 17447 with flag 18889/172339
28.31/26.60	c cleaning 7350 clauses out of 14728 with flag 75460/178341
28.90/27.18	c cleaning 7180 clauses out of 14381 with flag 143833/185344
29.10/27.36	c Got one! Elapsed wall clock time (in seconds):27.248
29.10/27.36	o 6
29.20/27.50	c Got one! Elapsed wall clock time (in seconds):27.387
29.20/27.50	o 4
29.41/27.64	c cleaning 6740 clauses out of 13499 with flag 15633/191642
29.60/27.88	c Got one! Elapsed wall clock time (in seconds):27.774
29.60/27.88	o 3
29.70/27.95	c cleaning 5939 clauses out of 11921 with flag 7157/196804
30.10/28.32	c cleaning 5971 clauses out of 11982 with flag 53098/202804
30.51/28.76	c cleaning 6495 clauses out of 13012 with flag 103256/209805
31.00/29.27	c cleaning 7245 clauses out of 14516 with flag 163603/217804
31.61/29.85	c Got one! Elapsed wall clock time (in seconds):29.744
31.61/29.85	o 2
32.00/30.24	c cleaning 10483 clauses out of 20972 with flag 35563/231505
32.41/30.67	c cleaning 8232 clauses out of 16489 with flag 91083/237505
32.81/31.09	c cleaning 7618 clauses out of 15257 with flag 144828/244505
33.41/31.67	c cleaning 7807 clauses out of 15639 with flag 205391/252505
33.91/32.12	c Got one! Elapsed wall clock time (in seconds):32.008
33.91/32.12	o 1
34.21/32.48	c cleaning 9404 clauses out of 18830 with flag 29315/263503
34.51/32.75	c cleaning 7710 clauses out of 15427 with flag 62578/269504
34.82/33.07	c cleaning 7353 clauses out of 14713 with flag 98091/276503
35.14/33.37	c starts		: 239
35.14/33.37	c conflicts		: 283558
35.14/33.37	c decisions		: 693896
35.14/33.37	c propagations		: 58049937
35.14/33.37	c inspects		: 233785077
35.14/33.37	c shortcuts		: 0
35.14/33.37	c learnt literals	: 23
35.14/33.37	c learnt binary clauses	: 61
35.14/33.37	c learnt ternary clauses	: 308
35.14/33.37	c learnt constraints	: 283534
35.14/33.37	c ignored constraints	: 0
35.14/33.37	c root simplifications	: 0
35.14/33.37	c removed literals (reason simplification)	: 0
35.14/33.37	c reason swapping (by a shorter reason)	: 0
35.14/33.37	c Calls to reduceDB	: 38
35.14/33.37	c Number of update (reduction) of LBD	: 116785
35.14/33.37	c Imported unit clauses	: 0
35.14/33.37	c number of reductions to clauses (during analyze)	: 0
35.14/33.37	c number of learned constraints concerned by reduction	: 0
35.14/33.37	c number of learning phase by resolution	: 0
35.14/33.37	c number of learning phase by cutting planes	: 0
35.14/33.37	c speed (assignments/second)	: 1757544.4912046988
35.14/33.37	c non guided choices	11168
35.14/33.37	c learnt constraints type 
35.14/33.37	s OPTIMUM FOUND
35.14/33.37	c Found 89 solution(s)
35.14/33.37	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 
35.14/33.37	c objective function=1
35.14/33.37	c Total wall clock time (in seconds): 33.261

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-4110348-1466343879/watcher-4110348-1466343879 -o /tmp/evaluation-result-4110348-1466343879/solver-4110348-1466343879 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22415 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110348-1466343879.wbo 

pid=25237
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.59 2.39 2.06 3/196 25240
/proc/meminfo: memFree=29920820/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36434330 98570240 977 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 24065 977 743 9 0 16771 0
[pid=25240/tid=25241] ppid=25237 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36434330 98570240 977 33554432000 1073741824 1073778376 140735324058912 139886418275880 273905698176 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.59 2.39 2.06 3/196 25240
/proc/meminfo: memFree=29920820/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 4456 0 1 0 9 1 0 0 20 0 18 0 36434330 9787879424 5577 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 2389619 5580 2131 9 0 2380296 0
[pid=25240/tid=25241] ppid=25237 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 2429 0 1 0 6 1 0 0 20 0 18 0 36434330 9787879424 5580 33554432000 1073741824 1073778376 140735324058912 139886418279328 139886426181134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20031 s]
/proc/loadavg: 2.59 2.39 2.06 3/196 25240
/proc/meminfo: memFree=29920820/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 4799 0 1 0 24 1 0 0 20 0 18 0 36434330 9787879424 6380 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 2389619 6380 2202 9 0 2380296 0
[pid=25240/tid=25241] ppid=25237 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 2449 0 1 0 16 1 0 0 20 0 18 0 36434330 9787879424 6380 33554432000 1073741824 1073778376 140735324058912 139886418279328 139886290875877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300316 s]
/proc/loadavg: 2.59 2.39 2.06 3/196 25240
/proc/meminfo: memFree=29920820/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 6542 0 1 0 47 2 0 0 20 0 18 0 36434330 9787879424 8278 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 2389619 8278 2236 9 0 2380296 0
[pid=25240/tid=25241] ppid=25237 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 2451 0 1 0 26 1 0 0 20 0 18 0 36434330 9787879424 8278 33554432000 1073741824 1073778376 140735324058912 139886418279328 139886422559156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.70028 s]
/proc/loadavg: 2.59 2.39 2.06 3/196 25240
/proc/meminfo: memFree=29920820/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=9625040 CPUtime=1.53 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 12121 0 1 0 151 2 0 0 20 0 19 0 36434330 9856040960 13506 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 2406260 13506 2268 9 0 2396937 0
[pid=25240/tid=25241] ppid=25237 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 2469 0 1 0 66 1 0 0 20 0 19 0 36434330 9856040960 13506 33554432000 1073741824 1073778376 140735324058912 139886418280424 139886291322784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.59 2.39 2.06 3/215 25259
/proc/meminfo: memFree=29857312/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=9625040 CPUtime=2.43 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 12396 0 1 0 240 3 0 0 20 0 19 0 36434330 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 2406260 17594 2272 9 0 2396937 0
[pid=25240/tid=25241] ppid=25237 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 2478 0 1 0 145 2 0 0 20 0 19 0 36434330 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886418272560 139886291433697 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25243] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25243/stat : 25243 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886262283304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25244] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25244/stat : 25244 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886261230504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25245] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25245/stat : 25245 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886260177704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25240/tid=25246] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25246/stat : 25246 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886259124904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25247] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25247/stat : 25247 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886258072104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25248] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25248/stat : 25248 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886257019304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25249] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25249/stat : 25249 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886255966504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25250] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25250/stat : 25250 (java) S 25237 25240 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886254913704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25251] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25251/stat : 25251 (java) S 25237 25240 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434332 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886242503656 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25252] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25252/stat : 25252 (java) S 25237 25240 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886241449720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25253] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25253/stat : 25253 (java) S 25237 25240 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886240396808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25254] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25254/stat : 25254 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886239345296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25255] ppid=25237 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/25240/task/25255/stat : 25255 (java) S 25237 25240 22399 0 -1 4202560 5022 0 0 0 46 0 0 0 20 0 19 0 36434335 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886238292408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25256] ppid=25237 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/25240/task/25256/stat : 25256 (java) S 25237 25240 22399 0 -1 4202560 3619 0 0 0 46 0 0 0 20 0 19 0 36434335 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886237239608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25257] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25257/stat : 25257 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886236187000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25258] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25258/stat : 25258 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886235134408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25259] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25259/stat : 25259 (java) S 25237 25240 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434364 9856040960 17594 33554432000 1073741824 1073778376 140735324058912 139886234080936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.59 2.39 2.06 3/215 25259
/proc/meminfo: memFree=29845144/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=9625040 CPUtime=4.06 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 12405 0 1 0 403 3 0 0 20 0 19 0 36434330 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 2406260 20668 2272 9 0 2396937 0
[pid=25240/tid=25241] ppid=25237 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 2485 0 1 0 305 2 0 0 20 0 19 0 36434330 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886418278824 139886291433702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25243] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25243/stat : 25243 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886262283304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25244] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25244/stat : 25244 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886261230504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25245] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25245/stat : 25245 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886260177704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25240/tid=25246] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25246/stat : 25246 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886259124904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25247] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25247/stat : 25247 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886258072104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25248] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25248/stat : 25248 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886257019304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25249] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25249/stat : 25249 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886255966504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25250] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25250/stat : 25250 (java) S 25237 25240 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886254913704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25251] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25251/stat : 25251 (java) S 25237 25240 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434332 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886242503656 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25252] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25252/stat : 25252 (java) S 25237 25240 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886241449720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25253] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25253/stat : 25253 (java) S 25237 25240 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886240396808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25254] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25254/stat : 25254 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886239345296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25255] ppid=25237 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/25240/task/25255/stat : 25255 (java) S 25237 25240 22399 0 -1 4202560 5024 0 0 0 47 0 0 0 20 0 19 0 36434335 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886238292408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25256] ppid=25237 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/25240/task/25256/stat : 25256 (java) S 25237 25240 22399 0 -1 4202560 3619 0 0 0 47 0 0 0 20 0 19 0 36434335 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886237239608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25257] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25257/stat : 25257 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886236187000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25258] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25258/stat : 25258 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886235134408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25259] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25259/stat : 25259 (java) S 25237 25240 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434364 9856040960 20668 33554432000 1073741824 1073778376 140735324058912 139886234080936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.62 2.40 2.06 4/215 25259
/proc/meminfo: memFree=29804152/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=9625040 CPUtime=7.63 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 17346 0 1 0 759 4 0 0 20 0 19 0 36434330 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 2406260 28221 2277 9 0 2396937 0
[pid=25240/tid=25241] ppid=25237 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 2498 0 1 0 624 2 0 0 20 0 19 0 36434330 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886418272560 139886291459073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25243] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25243/stat : 25243 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886262283304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25244] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25244/stat : 25244 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886261230504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25245] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25245/stat : 25245 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886260177704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25240/tid=25246] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25246/stat : 25246 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886259124904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25247] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25247/stat : 25247 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886258072104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25248] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25248/stat : 25248 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886257019304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25249] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25249/stat : 25249 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886255966504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25250] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25250/stat : 25250 (java) S 25237 25240 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886254913704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25251] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25251/stat : 25251 (java) S 25237 25240 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36434332 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886242503656 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25252] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25252/stat : 25252 (java) S 25237 25240 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886241449720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25253] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25253/stat : 25253 (java) S 25237 25240 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886240396808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25254] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25254/stat : 25254 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886239345296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25255] ppid=25237 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/25240/task/25255/stat : 25255 (java) S 25237 25240 22399 0 -1 4202560 5041 0 0 0 51 0 0 0 20 0 19 0 36434335 9856040960 28221 33554432000 1073741824 1073778376 140735324058912 139886238292408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25256] ppid=25237 vsize=9625040 CPUtime=0.8 cores=0,2,4,6

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

[pid=25240/tid=25252] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25252/stat : 25252 (java) S 25237 25240 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886241449720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25253] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25253/stat : 25253 (java) S 25237 25240 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886240396808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25254] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25254/stat : 25254 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886239345296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25255] ppid=25237 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/25240/task/25255/stat : 25255 (java) S 25237 25240 22399 0 -1 4202560 8902 0 0 0 95 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886238292408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25256] ppid=25237 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/25240/task/25256/stat : 25256 (java) S 25237 25240 22399 0 -1 4202560 8529 0 0 0 82 1 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886237239608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25257] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25257/stat : 25257 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886236187000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25258] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25258/stat : 25258 (java) S 25237 25240 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886235134408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25259] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25259/stat : 25259 (java) S 25237 25240 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434364 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886234080936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 33.82
Current children cumulated vsize (KiB) 9625040

[startup+32.8007 s]
/proc/loadavg: 2.47 2.39 2.06 3/215 25324
/proc/meminfo: memFree=29676476/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=9625040 CPUtime=34.61 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 21268 0 1 0 3454 7 0 0 20 0 19 0 36434330 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 2406260 44561 2291 9 0 2396937 0
[pid=25240/tid=25241] ppid=25237 vsize=9625040 CPUtime=32.68 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 2534 0 1 0 3264 4 0 0 20 0 19 0 36434330 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886418272560 139886291405274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25243] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25243/stat : 25243 (java) S 25237 25240 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886262283304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25244] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25244/stat : 25244 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886261230504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25245] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25245/stat : 25245 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886260177704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25240/tid=25246] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25246/stat : 25246 (java) S 25237 25240 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886259124904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25247] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25247/stat : 25247 (java) S 25237 25240 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886258072104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25248] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25248/stat : 25248 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886257019304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25249] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25249/stat : 25249 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886255966504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25250] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25250/stat : 25250 (java) S 25237 25240 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886254913704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25251] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25251/stat : 25251 (java) S 25237 25240 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434332 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886242503656 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25252] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25252/stat : 25252 (java) S 25237 25240 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886241449720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25253] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25253/stat : 25253 (java) S 25237 25240 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886240396808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25254] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25254/stat : 25254 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886239345296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25255] ppid=25237 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/25240/task/25255/stat : 25255 (java) S 25237 25240 22399 0 -1 4202560 8902 0 0 0 95 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886238292408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25256] ppid=25237 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/25240/task/25256/stat : 25256 (java) S 25237 25240 22399 0 -1 4202560 8529 0 0 0 82 1 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886237239608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25257] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25257/stat : 25257 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886236187000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25258] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25258/stat : 25258 (java) S 25237 25240 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886235134408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25259] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25259/stat : 25259 (java) S 25237 25240 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434364 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886234080936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 34.61
Current children cumulated vsize (KiB) 9625040

[startup+33.2007 s]
/proc/loadavg: 2.47 2.39 2.06 3/215 25324
/proc/meminfo: memFree=29674428/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=9625040 CPUtime=35.03 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 21271 0 1 0 3496 7 0 0 20 0 19 0 36434330 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 2406260 44561 2291 9 0 2396937 0
[pid=25240/tid=25241] ppid=25237 vsize=9625040 CPUtime=33.08 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 2535 0 1 0 3304 4 0 0 20 0 19 0 36434330 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886418272560 139886291406116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25243] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25243/stat : 25243 (java) S 25237 25240 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886262283304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25244] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25244/stat : 25244 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886261230504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25245] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25245/stat : 25245 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886260177704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25240/tid=25246] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25246/stat : 25246 (java) S 25237 25240 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886259124904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25247] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25247/stat : 25247 (java) S 25237 25240 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886258072104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25248] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25248/stat : 25248 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886257019304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25249] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25249/stat : 25249 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886255966504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25250] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25250/stat : 25250 (java) S 25237 25240 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886254913704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25251] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25251/stat : 25251 (java) S 25237 25240 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434332 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886242503656 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25252] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25252/stat : 25252 (java) S 25237 25240 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886241449720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25253] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25253/stat : 25253 (java) S 25237 25240 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886240396808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25254] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25254/stat : 25254 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886239345296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25255] ppid=25237 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/25240/task/25255/stat : 25255 (java) S 25237 25240 22399 0 -1 4202560 8904 0 0 0 97 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886238292408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25256] ppid=25237 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/25240/task/25256/stat : 25256 (java) S 25237 25240 22399 0 -1 4202560 8529 0 0 0 82 1 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886237239608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25257] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25257/stat : 25257 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886236187000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25258] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25258/stat : 25258 (java) S 25237 25240 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886235134408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25259] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25259/stat : 25259 (java) S 25237 25240 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434364 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886234080936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 35.03
Current children cumulated vsize (KiB) 9625040

[startup+33.3007 s]
/proc/loadavg: 2.47 2.39 2.06 3/215 25324
/proc/meminfo: memFree=29674428/32872528 swapFree=1482636/1662508
[pid=25240] ppid=25237 vsize=9625040 CPUtime=35.14 cores=0,2,4,6
/proc/25240/stat : 25240 (java) S 25237 25240 22399 0 -1 4202496 21271 0 1 0 3507 7 0 0 20 0 19 0 36434330 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 140735324050048 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25240/statm: 2406260 44561 2291 9 0 2396937 0
[pid=25240/tid=25241] ppid=25237 vsize=9625040 CPUtime=33.18 cores=0,2,4,6
/proc/25240/task/25241/stat : 25241 (java) R 25237 25240 22399 0 -1 4202560 2535 0 1 0 3314 4 0 0 20 0 19 0 36434330 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886418272560 139886291405006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25243] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25243/stat : 25243 (java) S 25237 25240 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886262283304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25244] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25244/stat : 25244 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886261230504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25245] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25245/stat : 25245 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886260177704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25240/tid=25246] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25246/stat : 25246 (java) S 25237 25240 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886259124904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25247] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25247/stat : 25247 (java) S 25237 25240 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886258072104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25248] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25248/stat : 25248 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886257019304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25240/tid=25249] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25249/stat : 25249 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886255966504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25250] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25250/stat : 25250 (java) S 25237 25240 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36434331 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886254913704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25251] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25251/stat : 25251 (java) S 25237 25240 22399 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36434332 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886242503656 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25252] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25252/stat : 25252 (java) S 25237 25240 22399 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886241449720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25253] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25253/stat : 25253 (java) S 25237 25240 22399 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36434333 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886240396808 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25254] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25254/stat : 25254 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886239345296 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25255] ppid=25237 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/25240/task/25255/stat : 25255 (java) S 25237 25240 22399 0 -1 4202560 8904 0 0 0 97 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886238292408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25256] ppid=25237 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/25240/task/25256/stat : 25256 (java) S 25237 25240 22399 0 -1 4202560 8529 0 0 0 82 1 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886237239608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25257] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25257/stat : 25257 (java) S 25237 25240 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886236187000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25240/tid=25258] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25258/stat : 25258 (java) S 25237 25240 22399 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36434335 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886235134408 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25240/tid=25259] ppid=25237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25240/task/25259/stat : 25259 (java) S 25237 25240 22399 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36434364 9856040960 44561 33554432000 1073741824 1073778376 140735324058912 139886234080936 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 35.14
Current children cumulated vsize (KiB) 9625040

Child status: 30

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

Real time (s): 33.377
CPU time (s): 35.14
CPU user time (s): 35.07
CPU system time (s): 0.07
CPU usage (%): 105.282
Max. virtual memory (cumulated for all children) (KiB): 9626000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.0347
system time used= 0.081987
maximum resident set size= 178304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21293
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= 1029
involuntary context switches= 109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.085986 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:44:39
IDJOB=4110348
IDBENCH=79273
IDSOLVER=2551
FILE ID=node134/4110348-1466343879
RUNJOBID= node134-1466341813-22415
PBS_JOBID= 19922019
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 51cd1cd61e067c06067b10b7beeffad7
RANDOM SEED=1419990736

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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		: 2667.020
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		: 2667.020
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.54
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		: 2667.020
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		: 2667.020
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:        29921504 kB
Buffers:          196480 kB
Cached:           265392 kB
SwapCached:         1068 kB
Active:           178672 kB
Inactive:         350744 kB
Active(anon):      67764 kB
Inactive(anon):     1732 kB
Active(file):     110908 kB
Inactive(file):   349012 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:       1813108 kB
Mapped:            15484 kB
Shmem:                 0 kB
Slab:             607624 kB
SReclaimable:      50556 kB
SUnreclaim:       557068 kB
KernelStack:        1776 kB
PageTables:         7576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2351384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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= 71720 MiB
End job on node134 at 2016-06-19 15:45:13