Trace number 4091970

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 Res+CP PB16OPTIMUM 30.9293 32.267

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900582300--soft-66-100-0.wbo
MD5SUM1aa357a852c71e740dd551340d4d5189
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark39.9389
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 constraints911
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 46278
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46277
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4091970-1466077761.wbo
0.08/0.13	c reading problem ... 
0.46/0.35	c ... done. Wall clock time 0.217s.
0.46/0.35	c declared #vars     231
0.46/0.35	c internal #vars     1142
0.46/0.35	c #constraints  2707
0.46/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2535
0.46/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.46/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 149
0.46/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.46/0.35	c 2707 constraints processed.
0.46/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 149
0.46/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2535
0.46/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.46/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.46/0.35	c 2707 constraints processed.
0.46/0.35	c objective function length is 911 literals
1.50/0.66	c And the winner is solver0
2.05/0.85	c SATISFIABLE
2.05/0.85	c OPTIMIZING...
2.05/0.85	c Got one! Elapsed wall clock time (in seconds):0.723
2.05/0.85	o 379
2.05/0.87	c And the winner is solver0
2.14/1.36	c Got one! Elapsed wall clock time (in seconds):1.229
2.14/1.36	o 370
2.14/1.38	c And the winner is solver0
2.44/1.87	c Got one! Elapsed wall clock time (in seconds):1.74
2.44/1.87	o 367
2.44/1.89	c And the winner is solver0
2.60/2.37	c Got one! Elapsed wall clock time (in seconds):2.244
2.60/2.37	o 365
2.60/2.39	c And the winner is solver0
2.62/2.88	c Got one! Elapsed wall clock time (in seconds):2.747
2.62/2.88	o 306
2.66/2.90	c And the winner is solver0
2.68/3.38	c Got one! Elapsed wall clock time (in seconds):3.25
2.68/3.38	o 304
2.74/3.43	c And the winner is solver0
2.85/3.88	c Got one! Elapsed wall clock time (in seconds):3.753
2.85/3.88	o 297
2.87/3.91	c And the winner is solver0
2.94/4.39	c Got one! Elapsed wall clock time (in seconds):4.256
2.94/4.39	o 287
2.94/4.39	c And the winner is solver0
2.94/4.89	c Got one! Elapsed wall clock time (in seconds):4.759
2.94/4.89	o 284
2.95/4.98	c And the winner is solver0
3.23/5.39	c Got one! Elapsed wall clock time (in seconds):5.262
3.23/5.39	o 283
3.23/5.40	c And the winner is solver0
3.27/5.90	c Got one! Elapsed wall clock time (in seconds):5.765
3.27/5.90	o 257
3.27/5.90	c And the winner is solver0
3.27/6.40	c Got one! Elapsed wall clock time (in seconds):6.268
3.27/6.40	o 256
3.31/6.42	c And the winner is solver0
3.34/6.90	c Got one! Elapsed wall clock time (in seconds):6.77
3.34/6.90	o 240
3.34/6.91	c And the winner is solver0
3.36/7.40	c Got one! Elapsed wall clock time (in seconds):7.272
3.36/7.40	o 214
3.36/7.44	c And the winner is solver0
3.44/7.90	c Got one! Elapsed wall clock time (in seconds):7.774
3.44/7.90	o 195
3.44/7.92	c And the winner is solver0
3.48/8.41	c Got one! Elapsed wall clock time (in seconds):8.275
3.48/8.41	o 188
3.48/8.41	c And the winner is solver0
3.48/8.91	c Got one! Elapsed wall clock time (in seconds):8.777
3.48/8.91	o 183
3.48/8.97	c And the winner is solver0
3.61/9.41	c Got one! Elapsed wall clock time (in seconds):9.279
3.61/9.41	o 181
3.61/9.42	c And the winner is solver0
3.65/9.91	c Got one! Elapsed wall clock time (in seconds):9.781
3.65/9.91	o 155
3.95/10.05	c And the winner is solver0
4.05/10.41	c Got one! Elapsed wall clock time (in seconds):10.282
4.05/10.41	o 149
4.05/10.44	c And the winner is solver0
4.14/10.92	c Got one! Elapsed wall clock time (in seconds):10.784
4.14/10.92	o 144
4.14/10.95	c And the winner is solver0
4.23/11.42	c Got one! Elapsed wall clock time (in seconds):11.286
4.23/11.42	o 143
4.23/11.43	c And the winner is solver0
4.25/11.92	c Got one! Elapsed wall clock time (in seconds):11.788
4.25/11.92	o 142
4.25/11.93	c And the winner is solver0
4.27/12.42	c Got one! Elapsed wall clock time (in seconds):12.289
4.27/12.42	o 115
4.27/12.46	c And the winner is solver0
4.38/12.92	c Got one! Elapsed wall clock time (in seconds):12.791
4.38/12.92	o 90
4.74/13.14	c cleaning 5008 clauses out of 10026 with flag 10723/10026
4.74/13.18	c And the winner is solver0
4.97/13.42	c Got one! Elapsed wall clock time (in seconds):13.293
4.97/13.42	o 81
5.16/13.56	c And the winner is solver0
5.41/13.93	c Got one! Elapsed wall clock time (in seconds):13.795
5.41/13.93	o 44
5.79/14.12	c And the winner is solver0
5.86/14.43	c Got one! Elapsed wall clock time (in seconds):14.297
5.86/14.43	o 41
5.86/14.48	c And the winner is solver0
6.03/14.93	c Got one! Elapsed wall clock time (in seconds):14.802
6.03/14.93	o 36
6.15/15.09	c cleaning 6075 clauses out of 12159 with flag 14552/17167
6.55/15.28	c And the winner is solver0
6.76/15.44	c Got one! Elapsed wall clock time (in seconds):15.306
6.76/15.44	o 35
6.89/15.52	c And the winner is solver0
6.95/15.94	c Got one! Elapsed wall clock time (in seconds):15.811
6.95/15.94	o 29
7.06/16.08	c cleaning 5830 clauses out of 11672 with flag 12480/22755
7.52/16.26	c And the winner is solver1
7.65/16.45	c Got one! Elapsed wall clock time (in seconds):16.317
7.65/16.45	o 23
7.76/16.57	c And the winner is solver0
7.91/16.95	c Got one! Elapsed wall clock time (in seconds):16.823
7.91/16.95	o 22
7.99/17.01	c And the winner is solver0
8.03/17.46	c Got one! Elapsed wall clock time (in seconds):17.331
8.03/17.46	o 21
8.30/17.64	c cleaning 6247 clauses out of 12494 with flag 15550/29407
8.75/17.84	c And the winner is solver0
8.85/17.97	c Got one! Elapsed wall clock time (in seconds):17.838
8.85/17.97	o 20
8.93/18.10	c And the winner is solver0
9.21/18.48	c Got one! Elapsed wall clock time (in seconds):18.346
9.21/18.48	o 17
9.25/18.54	c And the winner is solver0
9.36/18.99	c Got one! Elapsed wall clock time (in seconds):18.854
9.36/18.99	o 16
9.37/19.04	c And the winner is solver0
9.47/19.49	c Got one! Elapsed wall clock time (in seconds):19.363
9.47/19.49	o 14
9.48/19.54	c And the winner is solver0
9.59/20.00	c Got one! Elapsed wall clock time (in seconds):19.873
9.59/20.00	o 11
9.77/20.19	c And the winner is solver0
9.99/20.51	c Got one! Elapsed wall clock time (in seconds):20.382
9.99/20.51	o 10
10.20/20.65	c cleaning 7395 clauses out of 14791 with flag 7227/37951
10.40/20.74	c And the winner is solver0
10.51/21.03	c Got one! Elapsed wall clock time (in seconds):20.891
10.51/21.03	o 9
10.66/21.13	c And the winner is solver0
10.76/21.53	c Got one! Elapsed wall clock time (in seconds):21.401
10.76/21.53	o 8
11.08/21.79	c cleaning 6446 clauses out of 12896 with flag 22811/43451
12.28/22.30	c cleaning 6225 clauses out of 12449 with flag 68460/49450
13.53/22.97	c cleaning 6610 clauses out of 13223 with flag 128627/56449
15.13/23.76	c cleaning 7303 clauses out of 14614 with flag 200779/64450
16.18/24.27	c And the winner is solver0
16.34/24.54	c Got one! Elapsed wall clock time (in seconds):24.412
16.34/24.54	o 6
17.43/25.11	c cleaning 8945 clauses out of 17889 with flag 38404/75029
18.63/25.78	c cleaning 7470 clauses out of 14943 with flag 88989/81028
19.03/25.95	c And the winner is solver0
19.15/26.06	c Got one! Elapsed wall clock time (in seconds):25.925
19.15/26.06	o 5
19.90/26.47	c And the winner is solver0
20.07/26.57	c Got one! Elapsed wall clock time (in seconds):26.442
20.07/26.57	o 4
20.30/26.70	c cleaning 6962 clauses out of 13925 with flag 6982/87480
20.91/27.03	c And the winner is solver0
20.91/27.09	c Got one! Elapsed wall clock time (in seconds):26.957
20.91/27.09	o 3
21.40/27.32	c cleaning 6412 clauses out of 12827 with flag 13097/93344
22.43/27.85	c cleaning 6201 clauses out of 12415 with flag 54716/99344
22.63/27.90	c And the winner is solver0
22.65/28.11	c Got one! Elapsed wall clock time (in seconds):27.974
22.65/28.11	o 1
23.42/28.55	c cleaning 5900 clauses out of 11812 with flag 29752/104942
24.46/29.08	c cleaning 5951 clauses out of 11911 with flag 64736/110941
25.66/29.66	c cleaning 6478 clauses out of 12959 with flag 104128/117940
27.06/30.34	c cleaning 7235 clauses out of 14481 with flag 144497/125940
28.27/30.99	c cleaning 8114 clauses out of 16243 with flag 185475/134940
30.07/31.83	c cleaning 9057 clauses out of 18127 with flag 229495/144941
30.66/32.11	c And the winner is solver0
30.77/32.25	c >>>>>>>>>> Solver number 0 (47 answers) <<<<<<<<<<<<<<<<<<
30.77/32.25	c starts		: 1582
30.77/32.25	c conflicts		: 149622
30.77/32.25	c decisions		: 301762
30.77/32.25	c propagations		: 9169052
30.77/32.25	c inspects		: 162424018
30.77/32.25	c shortcuts		: 0
30.77/32.25	c learnt literals	: 18
30.77/32.25	c learnt binary clauses	: 162
30.77/32.25	c learnt ternary clauses	: 951
30.77/32.25	c learnt constraints	: 149603
30.77/32.25	c ignored constraints	: 0
30.77/32.25	c root simplifications	: 0
30.77/32.25	c removed literals (reason simplification)	: 842220
30.77/32.25	c reason swapping (by a shorter reason)	: 0
30.77/32.25	c Calls to reduceDB	: 20
30.77/32.25	c Number of update (reduction) of LBD	: 75517
30.77/32.25	c Imported unit clauses	: 0
30.77/32.25	c number of reductions to clauses (during analyze)	: 0
30.77/32.25	c number of learned constraints concerned by reduction	: 0
30.77/32.25	c number of learning phase by resolution	: 0
30.77/32.25	c number of learning phase by cutting planes	: 0
30.77/32.25	c speed (assignments/second)	: 580319.746835443
30.77/32.25	c non guided choices	5379
30.77/32.25	c learnt constraints type 
30.77/32.25	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
30.77/32.25	c starts		: 62
30.77/32.25	c conflicts		: 2685
30.77/32.25	c decisions		: 42876
30.77/32.25	c propagations		: 147992
30.77/32.25	c inspects		: 21783344
30.77/32.25	c shortcuts		: 0
30.77/32.25	c learnt literals	: 0
30.77/32.25	c learnt binary clauses	: 0
30.77/32.25	c learnt ternary clauses	: 0
30.77/32.25	c learnt constraints	: 2657
30.77/32.25	c ignored constraints	: 0
30.77/32.25	c root simplifications	: 0
30.77/32.25	c removed literals (reason simplification)	: 0
30.77/32.25	c reason swapping (by a shorter reason)	: 0
30.77/32.25	c Calls to reduceDB	: 0
30.77/32.25	c Number of update (reduction) of LBD	: 0
30.77/32.25	c Imported unit clauses	: 0
30.77/32.25	c number of reductions to clauses (during analyze)	: 0
30.77/32.25	c number of learned constraints concerned by reduction	: 0
30.77/32.25	c number of learning phase by resolution	: 0
30.77/32.25	c number of learning phase by cutting planes	: 0
30.77/32.25	c speed (assignments/second)	: 36042.86410131515
30.77/32.25	c non guided choices	5080
30.77/32.25	c learnt constraints type 
30.77/32.25	s OPTIMUM FOUND
30.77/32.25	c Found 47 solution(s)
30.77/32.26	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 
30.77/32.26	c objective function=1
30.77/32.26	c Total wall clock time (in seconds): 32.125

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-4091970-1466077761/watcher-4091970-1466077761 -o /tmp/evaluation-result-4091970-1466077761/solver-4091970-1466077761 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466074789-16402 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091970-1466077761.wbo 

pid=18797
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.07 2.04 2.19 3/196 18800
/proc/meminfo: memFree=29369728/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/18800/stat : 18800 (java) D 18797 18800 14496 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 9822881 2560000 46 33554432000 1073741824 1073778376 140735097685360 140735097682488 242158234919 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 625 46 37 9 0 29 0

[startup+0.100063 s]
/proc/loadavg: 2.07 2.04 2.19 3/196 18800
/proc/meminfo: memFree=29369728/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 14496 0 -1 4202496 4363 0 1 0 8 0 0 0 20 0 18 0 9822881 9787879424 5469 33554432000 1073741824 1073778376 140735097685360 140735097676496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 2389619 5469 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200236 s]
/proc/loadavg: 2.07 2.04 2.19 3/196 18800
/proc/meminfo: memFree=29369728/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 14496 0 -1 4202496 4724 0 1 0 22 1 0 0 20 0 18 0 9822881 9787879424 6799 33554432000 1073741824 1073778376 140735097685360 140735097676496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 2389619 6799 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.07 2.04 2.19 3/196 18800
/proc/meminfo: memFree=29369728/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 14496 0 -1 4202496 5653 0 1 0 45 1 0 0 20 0 18 0 9822881 9787879424 8370 33554432000 1073741824 1073778376 140735097685360 140735097676496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 2389619 8370 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700262 s]
/proc/loadavg: 2.07 2.04 2.19 3/196 18800
/proc/meminfo: memFree=29369728/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 14496 0 -1 4202496 15416 0 1 0 181 5 0 0 20 0 19 0 9822881 10060525568 17320 33554432000 1073741824 1073778376 140735097685360 140735097676496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 2456183 17320 2261 9 0 2446860 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 1.99 2.02 2.19 2/215 18825
/proc/meminfo: memFree=29302816/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 14496 0 -1 4202496 22146 0 1 0 234 10 0 0 20 0 19 0 9822881 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 140735097676496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 2456183 19784 2264 9 0 2446860 0
[pid=18800/tid=18802] ppid=18797 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/18800/task/18802/stat : 18802 (java) S 18797 18800 14496 0 -1 4202560 2428 0 1 0 32 2 0 0 20 0 19 0 9822882 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919583789944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919572851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919571798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919570746152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919569693352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919568640552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919567587752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919420504360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919419451560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9822884 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919407254504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9822885 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919406200568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9822885 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919405147656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919404096144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 14496 0 -1 4202560 7453 0 0 0 66 0 0 0 20 0 19 0 9822887 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919403043256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 14496 0 -1 4202560 10912 0 0 0 67 2 0 0 20 0 19 0 9822887 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919401990456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919400937848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919399885256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18821] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18821/stat : 18821 (java) S 18797 18800 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9822917 10060525568 19784 33554432000 1073741824 1073778376 140735097685360 139919396726184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 1.99 2.02 2.19 2/215 18831
/proc/meminfo: memFree=29289660/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 14496 0 -1 4202496 23266 0 1 0 253 15 0 0 20 0 19 0 9822881 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 140735097676496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 2456183 24393 2264 9 0 2446860 0
[pid=18800/tid=18802] ppid=18797 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/18800/task/18802/stat : 18802 (java) S 18797 18800 14496 0 -1 4202560 2429 0 1 0 33 2 0 0 20 0 19 0 9822882 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919583789944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919572851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919571798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919570746152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919569693352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919568640552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919567587752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919420504360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919419451560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9822884 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919407254504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9822885 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919406200568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9822885 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919405147656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919404096144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 14496 0 -1 4202560 8543 0 0 0 73 2 0 0 20 0 19 0 9822887 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919403043256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 14496 0 -1 4202560 10912 0 0 0 72 3 0 0 20 0 19 0 9822887 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919401990456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919400937848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919399885256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18821] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18821/stat : 18821 (java) S 18797 18800 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9822917 10060525568 24393 33554432000 1073741824 1073778376 140735097685360 139919396726184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 9824732

[startup+6.30083 s]
/proc/loadavg: 1.99 2.02 2.19 2/215 18852
/proc/meminfo: memFree=29214228/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 14496 0 -1 4202496 24069 0 1 0 305 22 0 0 20 0 19 0 9822881 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 140735097676496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 2456183 41709 2269 9 0 2446860 0
[pid=18800/tid=18802] ppid=18797 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/18800/task/18802/stat : 18802 (java) S 18797 18800 14496 0 -1 4202560 2433 0 1 0 34 2 0 0 20 0 19 0 9822882 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919583789944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919572851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919571798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919570746152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919569693352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919568640552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919567587752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919420504360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9822883 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919419451560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 14496 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9822884 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919407254504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9822885 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919406200568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9822885 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919405147656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919404096144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 14496 0 -1 4202560 9246 0 0 0 84 2 0 0 20 0 19 0 9822887 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919403043256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 14496 0 -1 4202560 10915 0 0 0 83 3 0 0 20 0 19 0 9822887 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919401990456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919400937848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919399885256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18821] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18821/stat : 18821 (java) S 18797 18800 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9822917 10060525568 41709 33554432000 1073741824 1073778376 140735097685360 139919396726184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9822887 10060525568 233354 33554432000 1073741824 1073778376 140735097685360 139919404096144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 14496 0 -1 4202560 9269 0 0 0 129 2 0 0 20 0 22 0 9822887 10060525568 233354 33554432000 1073741824 1073778376 140735097685360 139919403043256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 14496 0 -1 4202560 10919 0 0 0 108 3 0 0 20 0 22 0 9822887 10060525568 233354 33554432000 1073741824 1073778376 140735097685360 139919401990456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9822887 10060525568 233354 33554432000 1073741824 1073778376 140735097685360 139919400937848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9822887 10060525568 233354 33554432000 1073741824 1073778376 140735097685360 139919399885256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18918] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18918/stat : 18918 (java) S 18797 18800 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9824527 10060525568 233354 33554432000 1073741824 1073778376 140735097685360 139919396726056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18961] ppid=18797 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/18800/task/18961/stat : 18961 (java) R 18797 18800 14496 0 -1 4202560 5 0 0 0 223 0 0 0 20 0 22 0 9825693 10060525568 233354 33554432000 1073741824 1073778376 140735097685360 139919397768976 139919448633351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18962] ppid=18797 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/18800/task/18962/stat : 18962 (java) R 18797 18800 14496 0 -1 4202560 4 0 0 0 223 0 0 0 20 0 22 0 9825694 10060525568 233354 33554432000 1073741824 1073778376 140735097685360 139919395671424 139919448866502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18963] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18963/stat : 18963 (java) S 18797 18800 14496 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 9825696 10060525568 233354 33554432000 1073741824 1073778376 140735097685360 139919398831784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 27.26
Current children cumulated vsize (KiB) 9824732

[startup+31.2009 s]
/proc/loadavg: 1.81 1.97 2.16 4/218 18963
/proc/meminfo: memFree=28437156/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=9824732 CPUtime=28.88 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 14496 0 -1 4202496 25762 0 1 0 2769 119 0 0 20 0 22 0 9822881 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 140735097676496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 2456183 265611 2289 9 0 2446860 0
[pid=18800/tid=18802] ppid=18797 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/18800/task/18802/stat : 18802 (java) S 18797 18800 14496 0 -1 4202560 2436 0 1 0 55 2 0 0 20 0 22 0 9822882 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919583789944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 14496 0 -1 4202560 49 0 0 0 11 2 0 0 20 0 22 0 9822883 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919572851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 14496 0 -1 4202560 41 0 0 0 9 2 0 0 20 0 22 0 9822883 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919571798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 14496 0 -1 4202560 30 0 0 0 8 1 0 0 20 0 22 0 9822883 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919570746152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 14496 0 -1 4202560 22 0 0 0 7 1 0 0 20 0 22 0 9822883 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919569693352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 14496 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 22 0 9822883 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919568640552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 14496 0 -1 4202560 73 0 0 0 13 4 0 0 20 0 22 0 9822883 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919567587752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 14496 0 -1 4202560 39 0 0 0 10 2 0 0 20 0 22 0 9822883 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919420504360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 14496 0 -1 4202560 53 0 0 0 10 3 0 0 20 0 22 0 9822883 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919419451560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 14496 0 -1 4202560 588 0 0 0 0 7 0 0 20 0 22 0 9822884 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919407254504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 14496 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 9822885 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919406200568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 14496 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 9822885 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919405147656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9822887 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919404096144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 14496 0 -1 4202560 9269 0 0 0 130 2 0 0 20 0 22 0 9822887 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919403043256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 14496 0 -1 4202560 10919 0 0 0 110 3 0 0 20 0 22 0 9822887 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919401990456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9822887 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919400937848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9822887 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919399885256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18918] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18918/stat : 18918 (java) S 18797 18800 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9824527 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919396726056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18961] ppid=18797 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/18800/task/18961/stat : 18961 (java) R 18797 18800 14496 0 -1 4202560 6 0 0 0 302 0 0 0 20 0 22 0 9825693 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919397777648 139919449083343 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18962] ppid=18797 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/18800/task/18962/stat : 18962 (java) R 18797 18800 14496 0 -1 4202560 67 0 0 0 301 2 0 0 20 0 22 0 9825694 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919395671424 139919448860786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18963] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18963/stat : 18963 (java) S 18797 18800 14496 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 9825696 10060525568 265611 33554432000 1073741824 1073778376 140735097685360 139919398831784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 28.88
Current children cumulated vsize (KiB) 9824732

[startup+32.008 s]
/proc/loadavg: 1.91 1.99 2.17 4/218 18963
/proc/meminfo: memFree=28061628/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=9824732 CPUtime=30.48 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 14496 0 -1 4202496 25902 0 1 0 2925 123 0 0 20 0 22 0 9822881 10060525568 336779 33554432000 1073741824 1073778376 140735097685360 140735097676496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 2456183 336779 2289 9 0 2446860 0
[pid=18800/tid=18802] ppid=18797 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/18800/task/18802/stat : 18802 (java) S 18797 18800 14496 0 -1 4202560 2437 0 1 0 55 2 0 0 20 0 22 0 9822882 10060525568 336779 33554432000 1073741824 1073778376 140735097685360 139919583789944 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 14496 0 -1 4202560 49 0 0 0 11 2 0 0 20 0 22 0 9822883 10060525568 336779 33554432000 1073741824 1073778376 140735097685360 139919572851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 14496 0 -1 4202560 41 0 0 0 9 2 0 0 20 0 22 0 9822883 10060525568 336779 33554432000 1073741824 1073778376 140735097685360 139919571798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 14496 0 -1 4202560 30 0 0 0 8 1 0 0 20 0 22 0 9822883 10060525568 336779 33554432000 1073741824 1073778376 140735097685360 139919570746152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 14496 0 -1 4202560 22 0 0 0 7 1 0 0 20 0 22 0 9822883 10060525568 336779 33554432000 1073741824 1073778376 140735097685360 139919569693352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 14496 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 22 0 9822883 10060525568 336779 33554432000 1073741824 1073778376 140735097685360 139919568640552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 14496 0 -1 4202560 73 0 0 0 13 4 0 0 20 0 22 0 9822883 10060525568 336779 33554432000 1073741824 1073778376 140735097685360 139919567587752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 14496 0 -1 4202560 39 0 0 0 10 2 0 0 20 0 22 0 9822883 10060525568 336779 33554432000 1073741824 1073778376 140735097685360 139919420504360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 14496 0 -1 4202560 53 0 0 0 10 3 0 0 20 0 22 0 9822883 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919419451560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 14496 0 -1 4202560 588 0 0 0 0 7 0 0 20 0 22 0 9822884 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919407254504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 14496 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 9822885 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919406200568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 14496 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 9822885 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919405147656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9822887 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919404096144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 14496 0 -1 4202560 9269 0 0 0 130 2 0 0 20 0 22 0 9822887 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919403043256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 14496 0 -1 4202560 10919 0 0 0 110 3 0 0 20 0 22 0 9822887 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919401990456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9822887 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919400937848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9822887 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919399885256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18918] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18918/stat : 18918 (java) S 18797 18800 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9824527 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919396726056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18961] ppid=18797 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/18800/task/18961/stat : 18961 (java) R 18797 18800 14496 0 -1 4202560 6 0 0 0 382 0 0 0 20 0 22 0 9825693 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919397768976 139919448640891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18962] ppid=18797 vsize=9824732 CPUtime=3.83 cores=1,3,5,7
/proc/18800/task/18962/stat : 18962 (java) R 18797 18800 14496 0 -1 4202560 207 0 0 0 377 6 0 0 20 0 22 0 9825694 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919395670128 139919448866904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18963] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18963/stat : 18963 (java) S 18797 18800 14496 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 9825696 10060525568 337291 33554432000 1073741824 1073778376 140735097685360 139919398831784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 30.48
Current children cumulated vsize (KiB) 9824732

[startup+32.201 s]
/proc/loadavg: 1.91 1.99 2.17 4/218 18963
/proc/meminfo: memFree=28061628/32872528 swapFree=338160/354512
[pid=18800] ppid=18797 vsize=9824732 CPUtime=30.77 cores=1,3,5,7
/proc/18800/stat : 18800 (java) S 18797 18800 14496 0 -1 4202496 25928 0 1 0 2951 126 0 0 20 0 19 0 9822881 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 140735097676496 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18800/statm: 2456183 349571 2289 9 0 2446860 0
[pid=18800/tid=18802] ppid=18797 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/18800/task/18802/stat : 18802 (java) R 18797 18800 14496 0 -1 4202560 2441 0 1 0 60 2 0 0 20 0 19 0 9822882 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919583789624 139919448348598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18803] ppid=18797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/18800/task/18803/stat : 18803 (java) S 18797 18800 14496 0 -1 4202560 49 0 0 0 11 2 0 0 20 0 19 0 9822883 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919572851752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18804] ppid=18797 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/18800/task/18804/stat : 18804 (java) S 18797 18800 14496 0 -1 4202560 41 0 0 0 9 2 0 0 20 0 19 0 9822883 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919571798952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18805] ppid=18797 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18800/task/18805/stat : 18805 (java) S 18797 18800 14496 0 -1 4202560 30 0 0 0 8 1 0 0 20 0 19 0 9822883 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919570746152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18806] ppid=18797 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18800/task/18806/stat : 18806 (java) S 18797 18800 14496 0 -1 4202560 22 0 0 0 7 1 0 0 20 0 19 0 9822883 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919569693352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18807] ppid=18797 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/18800/task/18807/stat : 18807 (java) S 18797 18800 14496 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 19 0 9822883 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919568640552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18808] ppid=18797 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/18800/task/18808/stat : 18808 (java) S 18797 18800 14496 0 -1 4202560 73 0 0 0 13 4 0 0 20 0 19 0 9822883 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919567587752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18809] ppid=18797 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/18800/task/18809/stat : 18809 (java) S 18797 18800 14496 0 -1 4202560 39 0 0 0 10 2 0 0 20 0 19 0 9822883 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919420504360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18810] ppid=18797 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/18800/task/18810/stat : 18810 (java) S 18797 18800 14496 0 -1 4202560 53 0 0 0 10 3 0 0 20 0 19 0 9822883 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919419451560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18811] ppid=18797 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18800/task/18811/stat : 18811 (java) S 18797 18800 14496 0 -1 4202560 588 0 0 0 0 7 0 0 20 0 19 0 9822884 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919407254504 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18812] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18812/stat : 18812 (java) S 18797 18800 14496 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 9822885 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919406200568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18813] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18813/stat : 18813 (java) S 18797 18800 14496 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 9822885 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919405147656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18814] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18814/stat : 18814 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919404096144 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18815] ppid=18797 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/18800/task/18815/stat : 18815 (java) S 18797 18800 14496 0 -1 4202560 9269 0 0 0 131 2 0 0 20 0 19 0 9822887 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919403043256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18800/tid=18816] ppid=18797 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/18800/task/18816/stat : 18816 (java) S 18797 18800 14496 0 -1 4202560 10919 0 0 0 110 3 0 0 20 0 19 0 9822887 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919401990456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18800/tid=18817] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18817/stat : 18817 (java) S 18797 18800 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919400937848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18800/tid=18818] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18818/stat : 18818 (java) S 18797 18800 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9822887 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919399885256 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18800/tid=18918] ppid=18797 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18800/task/18918/stat : 18918 (java) S 18797 18800 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9824527 10060525568 349571 33554432000 1073741824 1073778376 140735097685360 139919396726056 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 30.77
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 32.267
CPU time (s): 30.9293
CPU user time (s): 29.5275
CPU system time (s): 1.40179
CPU usage (%): 95.8541
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.5275
system time used= 1.40179
maximum resident set size= 1398300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25940
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2874
involuntary context switches= 2249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.230964 second user time and 0.237963 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-16 13:49:22
IDJOB=4091970
IDBENCH=78896
IDSOLVER=2552
FILE ID=node126/4091970-1466077761
RUNJOBID= node126-1466074789-16402
PBS_JOBID= 19904013
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900582300--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091970-1466077761/watcher-4091970-1466077761 -o /tmp/evaluation-result-4091970-1466077761/solver-4091970-1466077761 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466074789-16402 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091970-1466077761.wbo

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

MD5SUM BENCH= 1aa357a852c71e740dd551340d4d5189
RANDOM SEED=319194331

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29370520 kB
Buffers:           18936 kB
Cached:            57804 kB
SwapCached:         1756 kB
Active:          2398188 kB
Inactive:          44736 kB
Active(anon):    2367932 kB
Inactive(anon):      608 kB
Active(file):      30256 kB
Inactive(file):    44128 kB
Unevictable:      354512 kB
Mlocked:          338160 kB
SwapTotal:      67108856 kB
SwapFree:       67099248 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:       2722300 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             566176 kB
SReclaimable:      10208 kB
SUnreclaim:       555968 kB
KernelStack:        1584 kB
PageTables:         9604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3619972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2326528 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 node126 at 2016-06-16 13:49:54