Trace number 4090892

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 59.7239 58.37

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900569834--soft-0-100-0.wbo
MD5SUMebe664bdb6d24f27290f0bb7f023aa5a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark59.7239
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 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4090892-1466068005.wbo
0.08/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.204s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     2938
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c objective function length is 2707 literals
0.76/0.48	c SATISFIABLE
0.76/0.48	c OPTIMIZING...
0.76/0.48	c Got one! Elapsed wall clock time (in seconds):0.365
0.76/0.48	o 443
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
1.07/0.52	o 398
1.07/0.57	c Got one! Elapsed wall clock time (in seconds):0.457
1.07/0.57	o 347
1.36/0.61	c Got one! Elapsed wall clock time (in seconds):0.502
1.36/0.61	o 339
1.36/0.63	c Got one! Elapsed wall clock time (in seconds):0.519
1.36/0.63	o 330
1.36/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
1.36/0.64	o 327
1.36/0.66	c Got one! Elapsed wall clock time (in seconds):0.551
1.36/0.66	o 321
1.36/0.68	c Got one! Elapsed wall clock time (in seconds):0.566
1.36/0.68	o 315
1.36/0.69	c Got one! Elapsed wall clock time (in seconds):0.577
1.36/0.69	o 314
1.67/0.70	c Got one! Elapsed wall clock time (in seconds):0.593
1.67/0.70	o 313
1.67/0.77	c Got one! Elapsed wall clock time (in seconds):0.661
1.67/0.77	o 311
1.67/0.78	c Got one! Elapsed wall clock time (in seconds):0.669
1.67/0.78	o 310
1.87/0.84	c Got one! Elapsed wall clock time (in seconds):0.727
1.87/0.84	o 309
1.87/0.85	c Got one! Elapsed wall clock time (in seconds):0.737
1.87/0.85	o 280
1.97/0.90	c Got one! Elapsed wall clock time (in seconds):0.787
1.97/0.90	o 273
1.97/0.91	c Got one! Elapsed wall clock time (in seconds):0.794
1.97/0.91	o 267
1.97/0.95	c Got one! Elapsed wall clock time (in seconds):0.841
1.97/0.95	o 266
1.97/0.99	c Got one! Elapsed wall clock time (in seconds):0.877
1.97/0.99	o 259
2.28/1.27	c Got one! Elapsed wall clock time (in seconds):1.154
2.28/1.27	o 258
2.28/1.30	c Got one! Elapsed wall clock time (in seconds):1.185
2.28/1.30	o 249
2.37/1.30	c Got one! Elapsed wall clock time (in seconds):1.193
2.37/1.30	o 238
2.37/1.31	c Got one! Elapsed wall clock time (in seconds):1.199
2.37/1.31	o 194
2.37/1.34	c Got one! Elapsed wall clock time (in seconds):1.226
2.37/1.34	o 187
2.37/1.34	c Got one! Elapsed wall clock time (in seconds):1.232
2.37/1.34	o 176
2.47/1.43	c Got one! Elapsed wall clock time (in seconds):1.322
2.47/1.43	o 175
2.47/1.45	c Got one! Elapsed wall clock time (in seconds):1.339
2.47/1.45	o 166
2.47/1.48	c Got one! Elapsed wall clock time (in seconds):1.367
2.47/1.48	o 165
2.57/1.50	c Got one! Elapsed wall clock time (in seconds):1.392
2.57/1.50	o 164
2.57/1.53	c Got one! Elapsed wall clock time (in seconds):1.424
2.57/1.53	o 160
2.57/1.58	c Got one! Elapsed wall clock time (in seconds):1.465
2.57/1.58	o 157
2.57/1.59	c Got one! Elapsed wall clock time (in seconds):1.475
2.57/1.59	o 152
2.67/1.62	c Got one! Elapsed wall clock time (in seconds):1.509
2.67/1.62	o 151
2.67/1.64	c Got one! Elapsed wall clock time (in seconds):1.528
2.67/1.64	o 149
2.67/1.67	c Got one! Elapsed wall clock time (in seconds):1.558
2.67/1.67	o 147
2.79/1.71	c Got one! Elapsed wall clock time (in seconds):1.598
2.79/1.71	o 143
2.79/1.74	c Got one! Elapsed wall clock time (in seconds):1.624
2.79/1.74	o 137
2.90/1.84	c Got one! Elapsed wall clock time (in seconds):1.729
2.90/1.84	o 128
2.90/1.85	c Got one! Elapsed wall clock time (in seconds):1.735
2.90/1.85	o 104
3.11/2.07	c Got one! Elapsed wall clock time (in seconds):1.962
3.11/2.07	o 101
3.51/2.45	c Got one! Elapsed wall clock time (in seconds):2.34
3.51/2.45	o 95
3.51/2.49	c Got one! Elapsed wall clock time (in seconds):2.377
3.51/2.49	o 77
3.73/2.65	c Got one! Elapsed wall clock time (in seconds):2.543
3.73/2.65	o 74
4.13/3.04	c Got one! Elapsed wall clock time (in seconds):2.934
4.13/3.04	o 70
4.13/3.07	c Got one! Elapsed wall clock time (in seconds):2.958
4.13/3.07	o 62
4.24/3.19	c Got one! Elapsed wall clock time (in seconds):3.074
4.24/3.19	o 59
4.35/3.28	c Got one! Elapsed wall clock time (in seconds):3.172
4.35/3.28	o 58
4.68/3.51	c cleaning 7656 clauses out of 15322 with flag 5083/15322
5.00/3.88	c Got one! Elapsed wall clock time (in seconds):3.771
5.00/3.88	o 56
5.10/3.99	c Got one! Elapsed wall clock time (in seconds):3.876
5.10/3.99	o 44
5.40/4.25	c cleaning 6663 clauses out of 13332 with flag 11714/20988
6.21/5.06	c cleaning 6332 clauses out of 12671 with flag 52216/26990
6.33/5.16	c Got one! Elapsed wall clock time (in seconds):5.046
6.33/5.16	o 43
6.43/5.21	c Got one! Elapsed wall clock time (in seconds):5.103
6.43/5.21	o 42
6.96/5.75	c cleaning 6208 clauses out of 12438 with flag 32624/33089
7.16/5.95	c Got one! Elapsed wall clock time (in seconds):5.836
7.16/5.95	o 40
7.16/5.99	c Got one! Elapsed wall clock time (in seconds):5.876
7.16/5.99	o 39
7.57/6.39	c cleaning 6135 clauses out of 12281 with flag 23486/39140
7.67/6.47	c Got one! Elapsed wall clock time (in seconds):6.362
7.67/6.47	o 37
7.77/6.53	c Got one! Elapsed wall clock time (in seconds):6.415
7.77/6.53	o 36
7.97/6.78	c Got one! Elapsed wall clock time (in seconds):6.671
7.97/6.78	o 23
8.27/7.07	c cleaning 6291 clauses out of 12600 with flag 21962/45594
8.88/7.62	c cleaning 6150 clauses out of 12309 with flag 64056/51594
9.58/8.32	c cleaning 6573 clauses out of 13158 with flag 117031/58593
10.38/9.13	c cleaning 7282 clauses out of 14585 with flag 181965/66593
10.48/9.22	c Got one! Elapsed wall clock time (in seconds):9.11
10.48/9.22	o 21
10.88/9.62	c cleaning 6155 clauses out of 12339 with flag 33139/71629
11.38/10.17	c cleaning 6075 clauses out of 12184 with flag 87708/77629
12.09/10.86	c cleaning 6537 clauses out of 13110 with flag 152570/84630
12.99/11.71	c cleaning 7275 clauses out of 14577 with flag 227663/92634
13.69/12.45	c cleaning 8139 clauses out of 16298 with flag 305777/101630
14.60/13.31	c cleaning 9073 clauses out of 18158 with flag 403268/111629
15.60/14.34	c cleaning 10031 clauses out of 20085 with flag 522868/122629
16.99/15.79	c Got one! Elapsed wall clock time (in seconds):15.677
16.99/15.79	o 19
17.80/16.55	c cleaning 13450 clauses out of 26917 with flag 49953/139492
18.59/17.30	c cleaning 9727 clauses out of 19468 with flag 111755/145493
19.39/18.10	c cleaning 8362 clauses out of 16741 with flag 184505/152493
19.49/18.28	c Got one! Elapsed wall clock time (in seconds):18.17
19.49/18.28	o 16
20.00/18.77	c cleaning 7127 clauses out of 14265 with flag 37242/158379
20.19/18.98	c Got one! Elapsed wall clock time (in seconds):18.87
20.19/18.98	o 15
20.49/19.29	c cleaning 6172 clauses out of 12365 with flag 25104/163606
21.10/19.85	c cleaning 6079 clauses out of 12193 with flag 74454/169606
21.79/20.56	c cleaning 6554 clauses out of 13115 with flag 133525/176607
22.69/21.41	c cleaning 7268 clauses out of 14560 with flag 210165/184606
22.99/21.75	c Got one! Elapsed wall clock time (in seconds):21.643
22.99/21.75	o 14
23.19/22.00	c cleaning 6365 clauses out of 12745 with flag 18935/190059
23.89/22.63	c cleaning 6179 clauses out of 12378 with flag 70443/196057
24.59/23.37	c cleaning 6594 clauses out of 13199 with flag 130842/203057
25.50/24.29	c cleaning 7299 clauses out of 14606 with flag 205802/211058
26.61/25.36	c cleaning 8154 clauses out of 16308 with flag 287429/220059
27.81/26.52	c cleaning 9073 clauses out of 18152 with flag 376958/230057
29.10/27.82	c cleaning 10035 clauses out of 20079 with flag 468373/241057
30.50/29.27	c cleaning 11012 clauses out of 22044 with flag 570279/253057
31.30/30.05	c Got one! Elapsed wall clock time (in seconds):29.936
31.30/30.05	o 13
31.50/30.21	c Got one! Elapsed wall clock time (in seconds):30.099
31.50/30.21	o 12
31.90/30.67	c cleaning 11425 clauses out of 22858 with flag 27005/264883
32.60/31.31	c cleaning 8709 clauses out of 17431 with flag 72188/270881
32.60/31.39	c Got one! Elapsed wall clock time (in seconds):31.279
32.60/31.39	o 10
33.00/31.78	c cleaning 7281 clauses out of 14587 with flag 31501/276746
33.50/32.20	c Got one! Elapsed wall clock time (in seconds):32.087
33.50/32.20	o 8
33.90/32.62	c cleaning 8862 clauses out of 17733 with flag 30064/287173
34.31/33.08	c cleaning 7433 clauses out of 14873 with flag 70309/293175
35.00/33.70	c cleaning 7210 clauses out of 14438 with flag 119313/300173
35.80/34.52	c cleaning 7607 clauses out of 15228 with flag 181424/308173
36.70/35.48	c cleaning 8305 clauses out of 16621 with flag 252434/317173
37.40/36.11	c Got one! Elapsed wall clock time (in seconds):36.0
37.40/36.11	o 7
38.00/36.72	c cleaning 9684 clauses out of 19369 with flag 36480/328226
38.60/37.36	c cleaning 7834 clauses out of 15685 with flag 80186/334226
39.30/38.08	c cleaning 7415 clauses out of 14852 with flag 132125/341227
40.20/38.91	c cleaning 7707 clauses out of 15437 with flag 190815/349227
40.90/39.64	c Got one! Elapsed wall clock time (in seconds):39.53
40.90/39.64	o 6
41.50/40.22	c cleaning 9636 clauses out of 19274 with flag 34517/360772
42.10/40.82	c cleaning 7804 clauses out of 15637 with flag 73624/366771
42.80/41.50	c cleaning 7400 clauses out of 14833 with flag 116207/373771
43.70/42.45	c cleaning 7709 clauses out of 15431 with flag 169447/381769
44.70/43.46	c cleaning 8350 clauses out of 16722 with flag 229472/390769
45.80/44.52	c cleaning 9182 clauses out of 18374 with flag 290129/400771
47.00/45.71	c cleaning 10094 clauses out of 20191 with flag 354467/411770
47.20/45.95	c Got one! Elapsed wall clock time (in seconds):45.843
47.20/45.95	o 5
47.40/46.19	c cleaning 7700 clauses out of 15406 with flag 14159/417079
47.70/46.44	c Got one! Elapsed wall clock time (in seconds):46.332
47.70/46.44	o 4
47.90/46.69	c cleaning 6776 clauses out of 13580 with flag 13237/422953
48.50/47.22	c cleaning 6392 clauses out of 12804 with flag 36997/428953
49.20/47.93	c cleaning 6695 clauses out of 13410 with flag 69716/435951
50.00/48.77	c cleaning 7354 clauses out of 14715 with flag 110753/443951
51.00/49.72	c cleaning 8179 clauses out of 16362 with flag 158975/452953
52.10/50.88	c cleaning 9082 clauses out of 18182 with flag 222500/462952
53.40/52.11	c cleaning 10047 clauses out of 20099 with flag 292307/473952
54.81/53.56	c cleaning 11027 clauses out of 22055 with flag 359309/485956
56.42/55.19	c cleaning 12008 clauses out of 24022 with flag 433993/498951
58.21/56.94	c cleaning 12999 clauses out of 26011 with flag 511699/512952
59.62/58.36	c starts		: 669
59.62/58.36	c conflicts		: 524644
59.62/58.36	c decisions		: 967744
59.62/58.36	c propagations		: 50757635
59.62/58.36	c inspects		: 723984727
59.62/58.36	c shortcuts		: 0
59.62/58.36	c learnt literals	: 29
59.62/58.36	c learnt binary clauses	: 73
59.62/58.36	c learnt ternary clauses	: 594
59.62/58.36	c learnt constraints	: 524614
59.62/58.36	c ignored constraints	: 0
59.62/58.36	c root simplifications	: 0
59.62/58.36	c removed literals (reason simplification)	: 0
59.62/58.36	c reason swapping (by a shorter reason)	: 0
59.62/58.36	c Calls to reduceDB	: 62
59.62/58.36	c Number of update (reduction) of LBD	: 215889
59.62/58.36	c Imported unit clauses	: 0
59.62/58.36	c number of reductions to clauses (during analyze)	: 0
59.62/58.36	c number of learned constraints concerned by reduction	: 0
59.62/58.36	c number of learning phase by resolution	: 0
59.62/58.36	c number of learning phase by cutting planes	: 0
59.62/58.36	c speed (assignments/second)	: 874679.2176460451
59.62/58.36	c non guided choices	7530
59.62/58.36	c learnt constraints type 
59.62/58.36	s OPTIMUM FOUND
59.62/58.36	c Found 68 solution(s)
59.62/58.36	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 
59.62/58.36	c objective function=4
59.62/58.36	c Total wall clock time (in seconds): 58.251

Verifier Data

OK	4

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-4090892-1466068005/watcher-4090892-1466068005 -o /tmp/evaluation-result-4090892-1466068005/solver-4090892-1466068005 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090892-1466068005.wbo 

pid=12243
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.35 2.35 2.27 2/194 12246
/proc/meminfo: memFree=30087860/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12246/stat : 12246 (java) D 12243 12246 10365 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 8846948 9515008 175 33554432000 1073741824 1073778376 140733405416240 140733405398968 229355897744 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.35 2.35 2.27 2/194 12246
/proc/meminfo: memFree=30087860/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 10365 0 -1 4202496 4398 0 1 0 8 0 0 0 20 0 18 0 8846948 9787879424 6027 33554432000 1073741824 1073778376 140733405416240 140733405407376 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 2.35 2.35 2.27 2/194 12246
/proc/meminfo: memFree=30087860/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 10365 0 -1 4202496 4741 0 1 0 23 1 0 0 20 0 18 0 8846948 9787879424 6792 33554432000 1073741824 1073778376 140733405416240 140733405407376 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2389619 6792 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300214 s]
/proc/loadavg: 2.35 2.35 2.27 2/194 12246
/proc/meminfo: memFree=30087860/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 10365 0 -1 4202496 6211 0 1 0 47 1 0 0 20 0 18 0 8846948 9787879424 8654 33554432000 1073741824 1073778376 140733405416240 140733405407376 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2389619 8654 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700173 s]
/proc/loadavg: 2.35 2.35 2.27 2/194 12246
/proc/meminfo: memFree=30087860/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 10365 0 -1 4202496 12268 0 1 0 164 3 0 0 20 0 19 0 8846948 9856040960 13748 33554432000 1073741824 1073778376 140733405416240 140733405407376 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2406260 13748 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.35 2.35 2.27 3/213 12265
/proc/meminfo: memFree=30031748/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 10365 0 -1 4202496 12478 0 1 0 254 3 0 0 20 0 19 0 8846948 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 140733405407376 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2406260 18306 2272 9 0 2396937 0
[pid=12246/tid=12248] ppid=12243 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/12246/task/12248/stat : 12248 (java) R 12243 12246 10365 0 -1 4202560 2439 0 1 0 144 2 0 0 20 0 19 0 8846949 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891938869552 139891799883696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891782613288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891781560488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891780508200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891779455400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891778403112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891777350312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891776298024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891775245224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891763046632 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891761992696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891760940296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891759888784 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 10365 0 -1 4202560 3692 0 0 0 50 0 0 0 20 0 19 0 8846954 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891758836408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 10365 0 -1 4202560 5070 0 0 0 59 0 0 0 20 0 19 0 8846954 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891757783608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891756731512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891755678920 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12265] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12265/stat : 12265 (java) S 12243 12246 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846982 9856040960 18306 33554432000 1073741824 1073778376 140733405416240 139891754623912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.35 2.35 2.27 3/213 12265
/proc/meminfo: memFree=30010648/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 10365 0 -1 4202496 12489 0 1 0 420 4 0 0 20 0 19 0 8846948 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 140733405407376 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2406260 22914 2272 9 0 2396937 0
[pid=12246/tid=12248] ppid=12243 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12246/task/12248/stat : 12248 (java) R 12243 12246 10365 0 -1 4202560 2450 0 1 0 303 3 0 0 20 0 19 0 8846949 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891938875832 139891799880158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891782613288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891781560488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891780508200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891779455400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891778403112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891777350312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891776298024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891775245224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891763046632 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891761992696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891760940296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891759888784 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 10365 0 -1 4202560 3692 0 0 0 54 0 0 0 20 0 19 0 8846954 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891758836408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 10365 0 -1 4202560 5070 0 0 0 61 0 0 0 20 0 19 0 8846954 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891757783608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891756731512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891755678920 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12265] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12265/stat : 12265 (java) S 12243 12246 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846982 9856040960 22914 33554432000 1073741824 1073778376 140733405416240 139891754623912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.32 2.34 2.27 3/213 12265
/proc/meminfo: memFree=30002704/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9625040 CPUtime=7.57 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 10365 0 -1 4202496 12503 0 1 0 753 4 0 0 20 0 19 0 8846948 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 140733405407376 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2406260 26241 2277 9 0 2396937 0
[pid=12246/tid=12248] ppid=12243 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/12246/task/12248/stat : 12248 (java) R 12243 12246 10365 0 -1 4202560 2458 0 1 0 623 3 0 0 20 0 19 0 8846949 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891938878120 139891799892787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891782613288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891781560488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891780508200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891779455400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891778403112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891777350312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891776298024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891775245224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891763046632 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891761992696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891760940296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891759888784 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 10365 0 -1 4202560 3697 0 0 0 62 0 0 0 20 0 19 0 8846954 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891758836408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 10365 0 -1 4202560 5070 0 0 0 66 0 0 0 20 0 19 0 8846954 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891757783608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891756731512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891755678920 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12265] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12265/stat : 12265 (java) S 12243 12246 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846982 9856040960 26241 33554432000 1073741824 1073778376 140733405416240 139891754623912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 9625040


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

[pid=12246/tid=12251] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891780508200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891779455400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891778403112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891777350312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891776298024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891775245224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891763046632 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891761992696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891760940296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891759888784 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 10365 0 -1 4202560 3700 0 0 0 67 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891758836408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 10365 0 -1 4202560 5070 0 0 0 66 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891757783608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891756731512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 10365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891755678920 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12265] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12265/stat : 12265 (java) S 12243 12246 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846982 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891754623912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 58.91
Current children cumulated vsize (KiB) 9625040

[startup+58.0007 s]
/proc/loadavg: 2.36 2.35 2.27 3/213 12266
/proc/meminfo: memFree=29983404/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9625040 CPUtime=59.31 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 10365 0 -1 4202496 12568 0 1 0 5925 6 0 0 20 0 19 0 8846948 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 140733405407376 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2406260 42069 2291 9 0 2396937 0
[pid=12246/tid=12248] ppid=12243 vsize=9625040 CPUtime=57.94 cores=0,2,4,6
/proc/12246/task/12248/stat : 12248 (java) R 12243 12246 10365 0 -1 4202560 2495 0 1 0 5790 4 0 0 20 0 19 0 8846949 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891938868992 139891799496624 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891782613288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891781560488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891780508200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891779455400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891778403112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891777350312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891776298024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891775245224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891763046632 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891761992696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891760940296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891759888784 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 10365 0 -1 4202560 3700 0 0 0 67 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891758836408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 10365 0 -1 4202560 5070 0 0 0 66 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891757783608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891756731512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 10365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891755678920 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12265] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12265/stat : 12265 (java) S 12243 12246 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846982 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891754623912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 59.31
Current children cumulated vsize (KiB) 9625040

[startup+58.2008 s]
/proc/loadavg: 2.36 2.35 2.27 3/213 12266
/proc/meminfo: memFree=29983404/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9625040 CPUtime=59.51 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 10365 0 -1 4202496 12568 0 1 0 5945 6 0 0 20 0 19 0 8846948 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 140733405407376 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2406260 42069 2291 9 0 2396937 0
[pid=12246/tid=12248] ppid=12243 vsize=9625040 CPUtime=58.14 cores=0,2,4,6
/proc/12246/task/12248/stat : 12248 (java) R 12243 12246 10365 0 -1 4202560 2495 0 1 0 5810 4 0 0 20 0 19 0 8846949 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891938868992 139891799842096 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891782613288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891781560488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891780508200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891779455400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891778403112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891777350312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891776298024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891775245224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891763046632 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891761992696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891760940296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891759888784 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 10365 0 -1 4202560 3700 0 0 0 67 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891758836408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 10365 0 -1 4202560 5070 0 0 0 66 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891757783608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891756731512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 10365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891755678920 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12265] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12265/stat : 12265 (java) S 12243 12246 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846982 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891754623912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 59.51
Current children cumulated vsize (KiB) 9625040

[startup+58.3009 s]
/proc/loadavg: 2.33 2.34 2.27 3/213 12266
/proc/meminfo: memFree=29983404/32872528 swapFree=1370072/1517240
[pid=12246] ppid=12243 vsize=9625040 CPUtime=59.62 cores=0,2,4,6
/proc/12246/stat : 12246 (java) S 12243 12246 10365 0 -1 4202496 12568 0 1 0 5956 6 0 0 20 0 19 0 8846948 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 140733405407376 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12246/statm: 2406260 42069 2291 9 0 2396937 0
[pid=12246/tid=12248] ppid=12243 vsize=9625040 CPUtime=58.25 cores=0,2,4,6
/proc/12246/task/12248/stat : 12248 (java) R 12243 12246 10365 0 -1 4202560 2495 0 1 0 5821 4 0 0 20 0 19 0 8846949 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891938868992 139891799842542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12249] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12249/stat : 12249 (java) S 12243 12246 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891782613288 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12250] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12250/stat : 12250 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891781560488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12251] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12251/stat : 12251 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891780508200 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12252] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12252/stat : 12252 (java) S 12243 12246 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891779455400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12246/tid=12253] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12253/stat : 12253 (java) S 12243 12246 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891778403112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12254] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12254/stat : 12254 (java) S 12243 12246 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891777350312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12255] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12255/stat : 12255 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891776298024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12246/tid=12256] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12256/stat : 12256 (java) S 12243 12246 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8846950 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891775245224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12257] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12257/stat : 12257 (java) S 12243 12246 10365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891763046632 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12258] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12258/stat : 12258 (java) S 12243 12246 10365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891761992696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12259] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12259/stat : 12259 (java) S 12243 12246 10365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8846952 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891760940296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12260] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12260/stat : 12260 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891759888784 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12261] ppid=12243 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12246/task/12261/stat : 12261 (java) S 12243 12246 10365 0 -1 4202560 3700 0 0 0 67 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891758836408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12246/tid=12262] ppid=12243 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/12246/task/12262/stat : 12262 (java) S 12243 12246 10365 0 -1 4202560 5070 0 0 0 66 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891757783608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12263] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12263/stat : 12263 (java) S 12243 12246 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891756731512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12264] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12264/stat : 12264 (java) S 12243 12246 10365 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8846954 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891755678920 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12246/tid=12265] ppid=12243 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12246/task/12265/stat : 12265 (java) S 12243 12246 10365 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8846982 9856040960 42069 33554432000 1073741824 1073778376 140733405416240 139891754623912 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 59.62
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 58.37
CPU time (s): 59.7239
CPU user time (s): 59.6329
CPU system time (s): 0.090986
CPU usage (%): 102.32
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.6329
system time used= 0.090986
maximum resident set size= 168328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12585
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= 1552
involuntary context switches= 189

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.311952 second user time and 0.427934 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 11:06:45
IDJOB=4090892
IDBENCH=79312
IDSOLVER=2551
FILE ID=node129/4090892-1466068005
RUNJOBID= node129-1466062122-10381
PBS_JOBID= 19904010
Free space on /tmp= 71736 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.1900569834--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090892-1466068005/watcher-4090892-1466068005 -o /tmp/evaluation-result-4090892-1466068005/solver-4090892-1466068005 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090892-1466068005.wbo

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

MD5SUM BENCH= ebe664bdb6d24f27290f0bb7f023aa5a
RANDOM SEED=570282450

node129.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.143
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	: 5332.28
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.143
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.143
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.143
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.143
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.143
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.143
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.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30088652 kB
Buffers:            9596 kB
Cached:            42356 kB
SwapCached:          672 kB
Active:           538376 kB
Inactive:          28484 kB
Active(anon):     516232 kB
Inactive(anon):      912 kB
Active(file):      22144 kB
Inactive(file):    27572 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       1974068 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             564684 kB
SReclaimable:       8852 kB
SUnreclaim:       555832 kB
KernelStack:        1760 kB
PageTables:         8316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2173228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node129 at 2016-06-16 11:07:43