Trace number 4090899

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 36.35 34.56

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900669797--soft-0-100-0.wbo
MD5SUMebbce1c4489027f4644c8b5f9031d297
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 benchmark36.35
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 695
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-4090899-1466067998.wbo
0.11/0.10	c reading problem ... 
0.52/0.30	c ... done. Wall clock time 0.203s.
0.52/0.30	c declared #vars     231
0.52/0.30	c internal #vars     2938
0.52/0.30	c #constraints  2707
0.52/0.30	c constraints type 
0.52/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.52/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.52/0.30	c 2707 constraints processed.
0.52/0.30	c objective function length is 2707 literals
0.82/0.44	c SATISFIABLE
0.82/0.44	c OPTIMIZING...
0.82/0.44	c Got one! Elapsed wall clock time (in seconds):0.338
0.82/0.44	o 285
1.10/0.50	c Got one! Elapsed wall clock time (in seconds):0.398
1.10/0.50	o 280
1.98/1.23	c Got one! Elapsed wall clock time (in seconds):1.131
1.98/1.23	o 277
1.98/1.25	c Got one! Elapsed wall clock time (in seconds):1.151
1.98/1.25	o 272
2.14/1.30	c Got one! Elapsed wall clock time (in seconds):1.199
2.14/1.30	o 270
2.14/1.31	c Got one! Elapsed wall clock time (in seconds):1.209
2.14/1.31	o 261
2.14/1.33	c Got one! Elapsed wall clock time (in seconds):1.234
2.14/1.33	o 258
2.75/1.83	c cleaning 3010 clauses out of 6034 with flag 8024/6034
3.18/2.30	c Got one! Elapsed wall clock time (in seconds):2.195
3.18/2.30	o 257
3.29/2.30	c Got one! Elapsed wall clock time (in seconds):2.204
3.29/2.30	o 254
3.29/2.31	c Got one! Elapsed wall clock time (in seconds):2.21
3.29/2.31	o 250
3.29/2.33	c Got one! Elapsed wall clock time (in seconds):2.226
3.29/2.33	o 247
3.83/2.85	c Got one! Elapsed wall clock time (in seconds):2.751
3.83/2.85	o 245
3.83/2.86	c Got one! Elapsed wall clock time (in seconds):2.758
3.83/2.86	o 235
3.94/2.92	c Got one! Elapsed wall clock time (in seconds):2.822
3.94/2.92	o 231
4.04/3.01	c Got one! Elapsed wall clock time (in seconds):2.913
4.04/3.01	o 229
4.04/3.08	c Got one! Elapsed wall clock time (in seconds):2.977
4.04/3.08	o 220
4.54/3.50	c Got one! Elapsed wall clock time (in seconds):3.405
4.54/3.50	o 219
4.74/3.70	c cleaning 5489 clauses out of 10978 with flag 4216/13988
5.44/4.47	c cleaning 5741 clauses out of 11489 with flag 42530/19988
5.55/4.51	c Got one! Elapsed wall clock time (in seconds):4.415
5.55/4.51	o 217
5.55/4.57	c Got one! Elapsed wall clock time (in seconds):4.465
5.55/4.57	o 216
5.64/4.66	c Got one! Elapsed wall clock time (in seconds):4.557
5.64/4.66	o 212
5.74/4.73	c Got one! Elapsed wall clock time (in seconds):4.632
5.74/4.73	o 210
5.74/4.74	c Got one! Elapsed wall clock time (in seconds):4.639
5.74/4.74	o 202
5.74/4.75	c Got one! Elapsed wall clock time (in seconds):4.649
5.74/4.75	o 193
5.74/4.75	c Got one! Elapsed wall clock time (in seconds):4.654
5.74/4.75	o 169
6.55/5.53	c cleaning 6091 clauses out of 12202 with flag 32813/26442
7.36/6.35	c Got one! Elapsed wall clock time (in seconds):6.251
7.36/6.35	o 168
8.06/7.01	c Got one! Elapsed wall clock time (in seconds):6.912
8.06/7.01	o 166
8.06/7.07	c Got one! Elapsed wall clock time (in seconds):6.971
8.06/7.07	o 158
8.16/7.15	c Got one! Elapsed wall clock time (in seconds):7.048
8.16/7.15	o 156
8.16/7.16	c Got one! Elapsed wall clock time (in seconds):7.058
8.16/7.16	o 147
8.16/7.17	c Got one! Elapsed wall clock time (in seconds):7.066
8.16/7.17	o 132
8.46/7.47	c Got one! Elapsed wall clock time (in seconds):7.367
8.46/7.47	o 131
8.56/7.56	c Got one! Elapsed wall clock time (in seconds):7.463
8.56/7.56	o 126
8.66/7.62	c Got one! Elapsed wall clock time (in seconds):7.522
8.66/7.62	o 124
9.06/8.06	c cleaning 9798 clauses out of 19603 with flag 12283/39934
9.26/8.11	c Got one! Elapsed wall clock time (in seconds):8.01
9.26/8.11	o 123
9.26/8.13	c Got one! Elapsed wall clock time (in seconds):8.025
9.26/8.13	o 121
9.82/8.53	c Got one! Elapsed wall clock time (in seconds):8.432
9.82/8.53	o 116
10.54/9.23	c cleaning 7749 clauses out of 15505 with flag 18159/45634
11.30/9.69	c Got one! Elapsed wall clock time (in seconds):9.588
11.30/9.69	o 115
11.40/9.74	c Got one! Elapsed wall clock time (in seconds):9.642
11.40/9.74	o 109
11.51/9.82	c Got one! Elapsed wall clock time (in seconds):9.72
11.51/9.82	o 108
11.51/9.83	c Got one! Elapsed wall clock time (in seconds):9.726
11.51/9.83	o 105
11.51/9.84	c Got one! Elapsed wall clock time (in seconds):9.74
11.51/9.84	o 92
12.21/10.56	c cleaning 7019 clauses out of 14049 with flag 22161/51927
13.51/11.81	c Got one! Elapsed wall clock time (in seconds):11.71
13.51/11.81	o 86
13.51/11.85	c Got one! Elapsed wall clock time (in seconds):11.748
13.51/11.85	o 84
13.62/11.90	c Got one! Elapsed wall clock time (in seconds):11.798
13.62/11.90	o 83
14.23/12.57	c Got one! Elapsed wall clock time (in seconds):12.468
14.23/12.57	o 79
14.23/12.59	c Got one! Elapsed wall clock time (in seconds):12.489
14.23/12.59	o 78
14.55/12.85	c Got one! Elapsed wall clock time (in seconds):12.753
14.55/12.85	o 66
14.65/12.97	c Got one! Elapsed wall clock time (in seconds):12.87
14.65/12.97	o 65
14.85/13.11	c Got one! Elapsed wall clock time (in seconds):13.009
14.85/13.11	o 64
14.85/13.15	c Got one! Elapsed wall clock time (in seconds):13.046
14.85/13.15	o 51
15.05/13.33	c cleaning 10332 clauses out of 20670 with flag 6462/65567
15.25/13.58	c Got one! Elapsed wall clock time (in seconds):13.478
15.25/13.58	o 50
15.35/13.63	c Got one! Elapsed wall clock time (in seconds):13.532
15.35/13.63	o 46
15.65/13.96	c Got one! Elapsed wall clock time (in seconds):13.861
15.65/13.96	o 45
15.98/14.26	c cleaning 8405 clauses out of 16819 with flag 13988/72048
16.78/15.02	c Got one! Elapsed wall clock time (in seconds):14.917
16.78/15.02	o 43
16.78/15.06	c Got one! Elapsed wall clock time (in seconds):14.961
16.78/15.06	o 42
16.78/15.07	c Got one! Elapsed wall clock time (in seconds):14.97
16.78/15.07	o 38
16.89/15.10	c Got one! Elapsed wall clock time (in seconds):15.002
16.89/15.10	o 37
17.11/15.37	c Got one! Elapsed wall clock time (in seconds):15.27
17.11/15.37	o 36
17.41/15.64	c Got one! Elapsed wall clock time (in seconds):15.538
17.41/15.64	o 33
17.60/15.84	c cleaning 10469 clauses out of 20937 with flag 13572/84571
18.31/16.58	c cleaning 8228 clauses out of 16467 with flag 63813/90570
18.60/16.80	c Got one! Elapsed wall clock time (in seconds):16.703
18.60/16.80	o 32
18.80/17.02	c Got one! Elapsed wall clock time (in seconds):16.917
18.80/17.02	o 31
19.00/17.28	c cleaning 7035 clauses out of 14078 with flag 15237/96409
19.80/18.00	c cleaning 6516 clauses out of 13043 with flag 64963/102409
19.80/18.06	c Got one! Elapsed wall clock time (in seconds):17.962
19.80/18.06	o 30
19.80/18.10	c Got one! Elapsed wall clock time (in seconds):17.996
19.80/18.10	o 27
20.00/18.20	c Got one! Elapsed wall clock time (in seconds):18.098
20.00/18.20	o 26
20.51/18.79	c cleaning 6655 clauses out of 13350 with flag 44103/109232
20.61/18.86	c Got one! Elapsed wall clock time (in seconds):18.757
20.61/18.86	o 24
21.00/19.25	c cleaning 6170 clauses out of 12385 with flag 41878/114922
21.10/19.30	c Got one! Elapsed wall clock time (in seconds):19.2
21.10/19.30	o 23
21.10/19.37	c Got one! Elapsed wall clock time (in seconds):19.268
21.10/19.37	o 22
21.61/19.85	c cleaning 6425 clauses out of 12864 with flag 48576/121571
22.10/20.34	c Got one! Elapsed wall clock time (in seconds):20.24
22.10/20.34	o 20
22.20/20.43	c Got one! Elapsed wall clock time (in seconds):20.333
22.20/20.43	o 19
22.60/20.84	c cleaning 8366 clauses out of 16773 with flag 35489/131905
22.90/21.12	c Got one! Elapsed wall clock time (in seconds):21.017
22.90/21.12	o 18
23.10/21.31	c Got one! Elapsed wall clock time (in seconds):21.211
23.10/21.31	o 15
23.21/21.41	c cleaning 7124 clauses out of 14260 with flag 9103/137758
23.61/21.88	c cleaning 6558 clauses out of 13137 with flag 60931/143759
23.92/22.18	c Got one! Elapsed wall clock time (in seconds):22.078
23.92/22.18	o 14
24.01/22.26	c cleaning 5852 clauses out of 11719 with flag 8148/148899
24.21/22.43	c Got one! Elapsed wall clock time (in seconds):22.335
24.21/22.43	o 13
24.41/22.67	c cleaning 5808 clauses out of 11637 with flag 26033/154669
24.41/22.67	c Got one! Elapsed wall clock time (in seconds):22.571
24.41/22.67	o 11
24.62/22.85	c Got one! Elapsed wall clock time (in seconds):22.752
24.62/22.85	o 10
24.82/23.03	c cleaning 5869 clauses out of 11760 with flag 24366/160600
24.93/23.18	c Got one! Elapsed wall clock time (in seconds):23.081
24.93/23.18	o 9
25.22/23.41	c cleaning 5909 clauses out of 11841 with flag 26756/166550
25.42/23.60	c Got one! Elapsed wall clock time (in seconds):23.503
25.42/23.60	o 8
25.42/23.66	c Got one! Elapsed wall clock time (in seconds):23.56
25.42/23.66	o 7
25.62/23.86	c cleaning 6294 clauses out of 12606 with flag 25017/173224
26.03/24.28	c cleaning 6141 clauses out of 12312 with flag 81211/179224
26.62/24.81	c cleaning 6579 clauses out of 13173 with flag 149149/186226
27.23/25.42	c cleaning 7288 clauses out of 14593 with flag 224436/194225
27.92/26.14	c cleaning 8146 clauses out of 16304 with flag 306011/203225
27.92/26.15	c Got one! Elapsed wall clock time (in seconds):26.047
27.92/26.15	o 6
28.33/26.53	c cleaning 6627 clauses out of 13263 with flag 43313/208330
28.83/27.00	c cleaning 6311 clauses out of 12637 with flag 99958/214331
29.33/27.56	c cleaning 6652 clauses out of 13327 with flag 163831/221332
29.83/28.01	c Got one! Elapsed wall clock time (in seconds):27.906
29.83/28.01	o 5
29.83/28.06	c Got one! Elapsed wall clock time (in seconds):27.964
29.83/28.06	o 4
30.23/28.46	c cleaning 9254 clauses out of 18531 with flag 38343/233189
30.23/28.47	c Got one! Elapsed wall clock time (in seconds):28.373
30.23/28.47	o 3
30.63/28.86	c cleaning 7274 clauses out of 14564 with flag 38063/238476
31.13/29.30	c Got one! Elapsed wall clock time (in seconds):29.197
31.13/29.30	o 2
31.53/29.72	c cleaning 9109 clauses out of 18218 with flag 40376/249405
31.93/30.13	c cleaning 7542 clauses out of 15103 with flag 86938/255399
32.33/30.57	c cleaning 7269 clauses out of 14561 with flag 140271/262399
32.93/31.12	c cleaning 7637 clauses out of 15292 with flag 206099/270399
33.33/31.58	c Got one! Elapsed wall clock time (in seconds):31.477
33.33/31.58	o 1
33.83/32.02	c cleaning 10165 clauses out of 20332 with flag 41916/283076
34.35/32.50	c cleaning 8073 clauses out of 16166 with flag 86871/289076
34.85/33.03	c cleaning 7543 clauses out of 15093 with flag 135758/296076
35.35/33.58	c cleaning 7772 clauses out of 15550 with flag 184218/304077
35.85/34.10	c cleaning 8390 clauses out of 16779 with flag 232327/313080
36.35/34.55	c starts		: 260
36.35/34.55	c conflicts		: 321854
36.35/34.55	c decisions		: 697940
36.35/34.55	c propagations		: 55894999
36.35/34.55	c inspects		: 299052272
36.35/34.55	c shortcuts		: 0
36.35/34.55	c learnt literals	: 14
36.35/34.55	c learnt binary clauses	: 36
36.35/34.55	c learnt ternary clauses	: 370
36.35/34.55	c learnt constraints	: 321839
36.35/34.55	c ignored constraints	: 0
36.35/34.55	c root simplifications	: 0
36.35/34.55	c removed literals (reason simplification)	: 0
36.35/34.55	c reason swapping (by a shorter reason)	: 0
36.35/34.55	c Calls to reduceDB	: 42
36.35/34.55	c Number of update (reduction) of LBD	: 128507
36.35/34.55	c Imported unit clauses	: 0
36.35/34.55	c number of reductions to clauses (during analyze)	: 0
36.35/34.55	c number of learned constraints concerned by reduction	: 0
36.35/34.55	c number of learning phase by resolution	: 0
36.35/34.55	c number of learning phase by cutting planes	: 0
36.35/34.55	c speed (assignments/second)	: 1632876.6030790803
36.35/34.55	c non guided choices	11501
36.35/34.55	c learnt constraints type 
36.35/34.55	s OPTIMUM FOUND
36.35/34.55	c Found 84 solution(s)
36.35/34.55	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 
36.35/34.55	c objective function=1
36.35/34.55	c Total wall clock time (in seconds): 34.452

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-4090899-1466067998/watcher-4090899-1466067998 -o /tmp/evaluation-result-4090899-1466067998/solver-4090899-1466067998 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466062131-17743 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090899-1466067998.wbo 

pid=18957
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.24 2.20 2.18 3/194 18960
/proc/meminfo: memFree=30470496/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8848488 98570240 977 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 24065 977 743 9 0 16771 0
[pid=18960/tid=18961] ppid=18957 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8848488 98570240 978 33554432000 1073741824 1073778376 140733355894832 140691748597288 266435642752 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.24 2.20 2.18 3/194 18960
/proc/meminfo: memFree=30470496/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 8848488 9787879424 6120 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 2389619 6120 2157 9 0 2380296 0
[pid=18960/tid=18961] ppid=18957 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 8848488 9787879424 6120 33554432000 1073741824 1073778376 140733355894832 140691748601560 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200335 s]
/proc/loadavg: 2.24 2.20 2.18 3/194 18960
/proc/meminfo: memFree=30470496/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 4785 0 1 0 26 1 0 0 20 0 18 0 8848488 9787879424 6844 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 2389619 6844 2212 9 0 2380296 0
[pid=18960/tid=18961] ppid=18957 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 2395 0 1 0 16 1 0 0 20 0 18 0 8848488 9787879424 6844 33554432000 1073741824 1073778376 140733355894832 140691748601560 140691750793720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 2.24 2.20 2.18 3/194 18960
/proc/meminfo: memFree=30470496/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 6717 0 1 0 50 2 0 0 20 0 18 0 8848488 9787879424 9224 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 2389619 9224 2237 9 0 2380296 0
[pid=18960/tid=18961] ppid=18957 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 2401 0 1 0 26 1 0 0 20 0 18 0 8848488 9787879424 9224 33554432000 1073741824 1073778376 140733355894832 140691748601560 140691738659618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.70029 s]
/proc/loadavg: 2.24 2.20 2.18 3/194 18960
/proc/meminfo: memFree=30470496/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 12055 0 1 0 144 3 0 0 20 0 19 0 8848488 9856040960 12587 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 2406260 12587 2265 9 0 2396937 0
[pid=18960/tid=18961] ppid=18957 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 2412 0 1 0 66 1 0 0 20 0 19 0 8848488 9856040960 12587 33554432000 1073741824 1073778376 140733355894832 140691748599744 140691603264234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.24 2.20 2.18 3/213 18979
/proc/meminfo: memFree=30424192/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=9625040 CPUtime=2.44 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 12067 0 1 0 241 3 0 0 20 0 19 0 8848488 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 2406260 14131 2272 9 0 2396937 0
[pid=18960/tid=18961] ppid=18957 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 2416 0 1 0 146 1 0 0 20 0 19 0 8848488 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691748602008 140691603357086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18963] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18963/stat : 18963 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691591703592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18964] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18964/stat : 18964 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691590650792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18965] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18965/stat : 18965 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691589597992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18966] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18966/stat : 18966 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691588545192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18967] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18967/stat : 18967 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691587492392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18968] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18968/stat : 18968 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691250342312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18969] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18969/stat : 18969 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691249289512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18970] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18970/stat : 18970 (java) S 18957 18960 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691248236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18971] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18971/stat : 18971 (java) S 18957 18960 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691236039656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18972] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18972/stat : 18972 (java) S 18957 18960 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691234985720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18973] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18973/stat : 18973 (java) S 18957 18960 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691233932808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18974] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18974/stat : 18974 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691232881296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18975] ppid=18957 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/18960/task/18975/stat : 18975 (java) S 18957 18960 17726 0 -1 4202560 3585 0 0 0 44 1 0 0 20 0 19 0 8848493 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691231828408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18976] ppid=18957 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/18960/task/18976/stat : 18976 (java) S 18957 18960 17726 0 -1 4202560 4789 0 0 0 47 1 0 0 20 0 19 0 8848493 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691230775608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18977] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18977/stat : 18977 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691229723000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18978] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18978/stat : 18978 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691228670408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18979] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18979/stat : 18979 (java) S 18957 18960 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8848520 9856040960 14131 33554432000 1073741824 1073778376 140733355894832 140691227518632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.24 2.20 2.18 3/213 18979
/proc/meminfo: memFree=30413208/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 12079 0 1 0 410 4 0 0 20 0 19 0 8848488 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 2406260 16695 2276 9 0 2396937 0
[pid=18960/tid=18961] ppid=18957 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 2423 0 1 0 306 1 0 0 20 0 19 0 8848488 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691748602392 140691603590638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18963] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18963/stat : 18963 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691591703592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18964] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18964/stat : 18964 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691590650792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18965] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18965/stat : 18965 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691589597992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18966] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18966/stat : 18966 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691588545192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18967] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18967/stat : 18967 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691587492392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18968] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18968/stat : 18968 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691250342312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18969] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18969/stat : 18969 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691249289512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18970] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18970/stat : 18970 (java) S 18957 18960 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691248236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18971] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18971/stat : 18971 (java) S 18957 18960 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691236039656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18972] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18972/stat : 18972 (java) S 18957 18960 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691234985720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18973] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18973/stat : 18973 (java) S 18957 18960 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691233932808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18974] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18974/stat : 18974 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691232881296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18975] ppid=18957 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/18960/task/18975/stat : 18975 (java) S 18957 18960 17726 0 -1 4202560 3586 0 0 0 49 1 0 0 20 0 19 0 8848493 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691231828408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18976] ppid=18957 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/18960/task/18976/stat : 18976 (java) S 18957 18960 17726 0 -1 4202560 4793 0 0 0 50 2 0 0 20 0 19 0 8848493 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691230775608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18977] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18977/stat : 18977 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691229723000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18978] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18978/stat : 18978 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691228670408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18979] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18979/stat : 18979 (java) S 18957 18960 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8848520 9856040960 16695 33554432000 1073741824 1073778376 140733355894832 140691227518632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.30 2.22 2.19 4/213 18979
/proc/meminfo: memFree=30382472/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=9625040 CPUtime=7.36 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 12089 0 1 0 732 4 0 0 20 0 19 0 8848488 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 2406260 20649 2277 9 0 2396937 0
[pid=18960/tid=18961] ppid=18957 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 2432 0 1 0 625 1 0 0 20 0 19 0 8848488 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691748602232 140691603290866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18963] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18963/stat : 18963 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691591703592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18964] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18964/stat : 18964 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691590650792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18965] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18965/stat : 18965 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691589597992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18966] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18966/stat : 18966 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691588545192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18967] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18967/stat : 18967 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691587492392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18968] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18968/stat : 18968 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691250342312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18969] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18969/stat : 18969 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691249289512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18970] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18970/stat : 18970 (java) S 18957 18960 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691248236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18971] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18971/stat : 18971 (java) S 18957 18960 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691236039656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18972] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18972/stat : 18972 (java) S 18957 18960 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691234985720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18973] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18973/stat : 18973 (java) S 18957 18960 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691233932808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18974] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18974/stat : 18974 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691232881296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18975] ppid=18957 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/18960/task/18975/stat : 18975 (java) S 18957 18960 17726 0 -1 4202560 3586 0 0 0 52 1 0 0 20 0 19 0 8848493 9856040960 20649 33554432000 1073741824 1073778376 140733355894832 140691231828408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18976] ppid=18957 vsize=9625040 CPUtime=0.52 cores=1,3,5,7

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

[pid=18960/tid=18972] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18972/stat : 18972 (java) S 18957 18960 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691234985720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18973] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18973/stat : 18973 (java) S 18957 18960 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691233932808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18974] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18974/stat : 18974 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691232881296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18975] ppid=18957 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/18960/task/18975/stat : 18975 (java) S 18957 18960 17726 0 -1 4202560 9424 0 0 0 77 2 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691231828408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18976] ppid=18957 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/18960/task/18976/stat : 18976 (java) S 18957 18960 17726 0 -1 4202560 7990 0 0 0 101 2 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691230775608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18977] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18977/stat : 18977 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691229723000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18978] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18978/stat : 18978 (java) S 18957 18960 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691228670408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18979] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18979/stat : 18979 (java) S 18957 18960 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8848520 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691227518632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 35.45
Current children cumulated vsize (KiB) 9625040

[startup+34.0007 s]
/proc/loadavg: 2.32 2.23 2.19 3/213 19045
/proc/meminfo: memFree=30239516/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=9625040 CPUtime=35.85 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 21199 0 1 0 3577 8 0 0 20 0 19 0 8848488 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 2406260 45061 2291 9 0 2396937 0
[pid=18960/tid=18961] ppid=18957 vsize=9625040 CPUtime=33.88 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 2483 0 1 0 3385 3 0 0 20 0 19 0 8848488 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691748600304 140691603290810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18963] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18963/stat : 18963 (java) S 18957 18960 17726 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691591703592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18964] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18964/stat : 18964 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691590650792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18965] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18965/stat : 18965 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691589597992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18966] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18966/stat : 18966 (java) S 18957 18960 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691588545192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18967] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18967/stat : 18967 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691587492392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18968] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18968/stat : 18968 (java) S 18957 18960 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691250342312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18969] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18969/stat : 18969 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691249289512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18970] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18970/stat : 18970 (java) S 18957 18960 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691248236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18971] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18971/stat : 18971 (java) S 18957 18960 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691236039656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18972] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18972/stat : 18972 (java) S 18957 18960 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691234985720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18973] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18973/stat : 18973 (java) S 18957 18960 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691233932808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18974] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18974/stat : 18974 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691232881296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18975] ppid=18957 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/18960/task/18975/stat : 18975 (java) S 18957 18960 17726 0 -1 4202560 9424 0 0 0 77 2 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691231828408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18976] ppid=18957 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/18960/task/18976/stat : 18976 (java) S 18957 18960 17726 0 -1 4202560 7990 0 0 0 101 2 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691230775608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18977] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18977/stat : 18977 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691229723000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18978] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18978/stat : 18978 (java) S 18957 18960 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691228670408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18979] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18979/stat : 18979 (java) S 18957 18960 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8848520 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691227518632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 35.85
Current children cumulated vsize (KiB) 9625040

[startup+34.4007 s]
/proc/loadavg: 2.32 2.23 2.19 3/213 19045
/proc/meminfo: memFree=30239516/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=9625040 CPUtime=36.25 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 21200 0 1 0 3617 8 0 0 20 0 19 0 8848488 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 2406260 45061 2291 9 0 2396937 0
[pid=18960/tid=18961] ppid=18957 vsize=9625040 CPUtime=34.28 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 2484 0 1 0 3425 3 0 0 20 0 19 0 8848488 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691748600304 140691603252210 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18963] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18963/stat : 18963 (java) S 18957 18960 17726 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691591703592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18964] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18964/stat : 18964 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691590650792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18965] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18965/stat : 18965 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691589597992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18966] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18966/stat : 18966 (java) S 18957 18960 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691588545192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18967] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18967/stat : 18967 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691587492392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18968] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18968/stat : 18968 (java) S 18957 18960 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691250342312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18969] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18969/stat : 18969 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691249289512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18970] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18970/stat : 18970 (java) S 18957 18960 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691248236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18971] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18971/stat : 18971 (java) S 18957 18960 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691236039656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18972] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18972/stat : 18972 (java) S 18957 18960 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691234985720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18973] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18973/stat : 18973 (java) S 18957 18960 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691233932808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18974] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18974/stat : 18974 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691232881296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18975] ppid=18957 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/18960/task/18975/stat : 18975 (java) S 18957 18960 17726 0 -1 4202560 9424 0 0 0 77 2 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691231828408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18976] ppid=18957 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/18960/task/18976/stat : 18976 (java) S 18957 18960 17726 0 -1 4202560 7990 0 0 0 101 2 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691230775608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18977] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18977/stat : 18977 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691229723000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18978] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18978/stat : 18978 (java) S 18957 18960 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691228670408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18979] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18979/stat : 18979 (java) S 18957 18960 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8848520 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691227518632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 36.25
Current children cumulated vsize (KiB) 9625040

[startup+34.5007 s]
/proc/loadavg: 2.32 2.23 2.19 3/213 19045
/proc/meminfo: memFree=30239516/32872528 swapFree=1430864/1543284
[pid=18960] ppid=18957 vsize=9625040 CPUtime=36.35 cores=1,3,5,7
/proc/18960/stat : 18960 (java) S 18957 18960 17726 0 -1 4202496 21200 0 1 0 3627 8 0 0 20 0 19 0 8848488 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140733355885968 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18960/statm: 2406260 45061 2291 9 0 2396937 0
[pid=18960/tid=18961] ppid=18957 vsize=9625040 CPUtime=34.38 cores=1,3,5,7
/proc/18960/task/18961/stat : 18961 (java) R 18957 18960 17726 0 -1 4202560 2484 0 1 0 3435 3 0 0 20 0 19 0 8848488 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691748600304 140691603290805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18963] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18963/stat : 18963 (java) S 18957 18960 17726 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691591703592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18964] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18964/stat : 18964 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691590650792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18965] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18965/stat : 18965 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691589597992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18966] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18966/stat : 18966 (java) S 18957 18960 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691588545192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18960/tid=18967] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18967/stat : 18967 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691587492392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18968] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18968/stat : 18968 (java) S 18957 18960 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691250342312 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18969] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18969/stat : 18969 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691249289512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18970] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18970/stat : 18970 (java) S 18957 18960 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8848489 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691248236712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18971] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18971/stat : 18971 (java) S 18957 18960 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691236039656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18972] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18972/stat : 18972 (java) S 18957 18960 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691234985720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18973] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18973/stat : 18973 (java) S 18957 18960 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8848490 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691233932808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18974] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18974/stat : 18974 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691232881296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18975] ppid=18957 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/18960/task/18975/stat : 18975 (java) S 18957 18960 17726 0 -1 4202560 9424 0 0 0 77 2 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691231828408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18960/tid=18976] ppid=18957 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/18960/task/18976/stat : 18976 (java) S 18957 18960 17726 0 -1 4202560 7990 0 0 0 101 2 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691230775608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18977] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18977/stat : 18977 (java) S 18957 18960 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691229723000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18960/tid=18978] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18978/stat : 18978 (java) S 18957 18960 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8848493 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691228670408 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18960/tid=18979] ppid=18957 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18960/task/18979/stat : 18979 (java) S 18957 18960 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8848520 9856040960 45061 33554432000 1073741824 1073778376 140733355894832 140691227518632 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 36.35
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18960 and gives
#  childrusage.ru_utime.tv_sec=36
#  childrusage.ru_utime.tv_usec=206495
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=101984
# CPU time returned by wait4() is 36.3085
# while last known CPU time is 36.35
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 34.56
CPU time (s): 36.35
CPU user time (s): 36.27
CPU system time (s): 0.08
CPU usage (%): 105.179
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.2065
system time used= 0.101984
maximum resident set size= 180304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21226
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= 1089
involuntary context switches= 112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.212967 second user time and 0.225965 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 11:06:38
IDJOB=4090899
IDBENCH=79305
IDSOLVER=2551
FILE ID=node116/4090899-1466067998
RUNJOBID= node116-1466062131-17743
PBS_JOBID= 19904020
Free space on /tmp= 71644 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.1900669797--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090899-1466067998/watcher-4090899-1466067998 -o /tmp/evaluation-result-4090899-1466067998/solver-4090899-1466067998 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466062131-17743 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090899-1466067998.wbo

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

MD5SUM BENCH= ebbce1c4489027f4644c8b5f9031d297
RANDOM SEED=376934499

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.781
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30470916 kB
Buffers:            9800 kB
Cached:            40140 kB
SwapCached:         2840 kB
Active:           129372 kB
Inactive:          28104 kB
Active(anon):     107556 kB
Inactive(anon):     1948 kB
Active(file):      21816 kB
Inactive(file):    26156 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099384 kB
Dirty:              1544 kB
Writeback:             0 kB
AnonPages:       1648456 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             566116 kB
SReclaimable:       9940 kB
SUnreclaim:       556176 kB
KernelStack:        1584 kB
PageTables:         7604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2232340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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= 71640 MiB
End job on node116 at 2016-06-16 11:07:12