Trace number 4091956

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 PB16MSAT (TO) 1800.74 1773.44

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567024--soft-33-100-0.wbo
MD5SUM05d9157cdbd186fca72e4e6dc0ec425d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark24.1483
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 constraints1839
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 91769
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91768
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 755
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-4091956-1466079300.wbo
0.08/0.13	c reading problem ... 
0.44/0.35	c ... done. Wall clock time 0.22s.
0.44/0.35	c declared #vars     231
0.44/0.35	c internal #vars     2070
0.44/0.35	c #constraints  2707
0.44/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2610
0.44/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 74
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.44/0.35	c 2707 constraints processed.
0.44/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 74
0.44/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2610
0.44/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
0.44/0.35	c 2707 constraints processed.
0.44/0.35	c objective function length is 1839 literals
0.69/0.46	c And the winner is solver0
1.16/0.85	c SATISFIABLE
1.16/0.85	c OPTIMIZING...
1.16/0.85	c Got one! Elapsed wall clock time (in seconds):0.726
1.16/0.85	o 578
1.32/0.91	c And the winner is solver0
2.08/1.37	c Got one! Elapsed wall clock time (in seconds):1.241
2.08/1.37	o 277
2.18/1.41	c And the winner is solver0
2.23/1.88	c Got one! Elapsed wall clock time (in seconds):1.75
2.23/1.88	o 276
2.31/1.90	c And the winner is solver0
2.34/2.39	c Got one! Elapsed wall clock time (in seconds):2.257
2.34/2.39	o 273
2.38/2.40	c And the winner is solver0
2.59/2.89	c Got one! Elapsed wall clock time (in seconds):2.763
2.59/2.89	o 264
2.61/2.96	c And the winner is solver0
2.89/3.40	c Got one! Elapsed wall clock time (in seconds):3.268
2.89/3.40	o 263
2.90/3.42	c And the winner is solver0
2.95/3.90	c Got one! Elapsed wall clock time (in seconds):3.772
2.95/3.90	o 261
2.95/3.95	c And the winner is solver0
3.10/4.40	c Got one! Elapsed wall clock time (in seconds):4.277
3.10/4.40	o 260
3.10/4.43	c And the winner is solver0
3.17/4.91	c Got one! Elapsed wall clock time (in seconds):4.781
3.17/4.91	o 258
3.17/4.92	c And the winner is solver0
3.22/5.41	c Got one! Elapsed wall clock time (in seconds):5.284
3.22/5.41	o 244
3.22/5.43	c And the winner is solver0
3.32/5.91	c Got one! Elapsed wall clock time (in seconds):5.787
3.32/5.91	o 243
3.32/5.96	c And the winner is solver0
3.44/6.42	c Got one! Elapsed wall clock time (in seconds):6.29
3.44/6.42	o 241
3.44/6.47	c And the winner is solver0
3.57/6.92	c Got one! Elapsed wall clock time (in seconds):6.793
3.57/6.92	o 240
3.57/6.94	c And the winner is solver0
3.61/7.42	c Got one! Elapsed wall clock time (in seconds):7.295
3.61/7.42	o 221
3.77/7.52	c And the winner is solver0
3.90/7.92	c Got one! Elapsed wall clock time (in seconds):7.798
3.90/7.92	o 213
3.90/7.95	c And the winner is solver0
3.97/8.43	c Got one! Elapsed wall clock time (in seconds):8.301
3.97/8.43	o 203
3.97/8.45	c And the winner is solver0
4.01/8.93	c Got one! Elapsed wall clock time (in seconds):8.803
4.01/8.93	o 174
4.01/8.98	c And the winner is solver0
4.13/9.43	c Got one! Elapsed wall clock time (in seconds):9.306
4.13/9.43	o 172
4.72/9.75	c And the winner is solver0
4.88/9.94	c Got one! Elapsed wall clock time (in seconds):9.809
4.88/9.94	o 166
4.88/9.95	c And the winner is solver0
4.93/10.44	c Got one! Elapsed wall clock time (in seconds):10.311
4.93/10.44	o 161
5.89/10.92	c And the winner is solver0
5.89/10.99	c Got one! Elapsed wall clock time (in seconds):10.864
5.89/10.99	o 150
6.00/11.05	c And the winner is solver0
6.11/11.49	c Got one! Elapsed wall clock time (in seconds):11.367
6.11/11.49	o 145
6.73/11.83	c cleaning 5518 clauses out of 11057 with flag 10303/11057
7.64/12.25	c And the winner is solver0
7.79/12.50	c Got one! Elapsed wall clock time (in seconds):12.37
7.79/12.50	o 144
7.98/12.64	c And the winner is solver0
8.08/13.00	c Got one! Elapsed wall clock time (in seconds):12.873
8.08/13.00	o 134
8.08/13.04	c And the winner is solver0
8.17/13.50	c Got one! Elapsed wall clock time (in seconds):13.376
8.17/13.50	o 112
8.41/13.61	c And the winner is solver0
8.45/14.01	c Got one! Elapsed wall clock time (in seconds):13.879
8.45/14.01	o 106
8.45/14.09	c And the winner is solver0
8.66/14.51	c Got one! Elapsed wall clock time (in seconds):14.382
8.66/14.51	o 104
8.66/14.57	c And the winner is solver0
8.79/15.01	c Got one! Elapsed wall clock time (in seconds):14.884
8.79/15.01	o 100
9.24/15.26	c cleaning 6261 clauses out of 12523 with flag 6258/18041
10.12/15.57	c And the winner is solver0
10.43/16.01	c Got one! Elapsed wall clock time (in seconds):15.887
10.43/16.01	o 80
11.65/16.64	c cleaning 6014 clauses out of 12028 with flag 25009/23807
11.97/16.74	c And the winner is solver0
12.38/17.02	c Got one! Elapsed wall clock time (in seconds):16.891
12.38/17.02	o 72
12.99/17.37	c And the winner is solver0
13.16/17.52	c Got one! Elapsed wall clock time (in seconds):17.397
13.16/17.52	o 71
13.93/17.98	c cleaning 6296 clauses out of 12627 with flag 19391/30420
14.13/18.05	c And the winner is solver0
14.27/18.53	c Got one! Elapsed wall clock time (in seconds):18.404
14.27/18.53	o 69
15.42/19.13	c cleaning 5913 clauses out of 11832 with flag 32990/35921
15.62/19.24	c And the winner is solver0
15.75/19.54	c Got one! Elapsed wall clock time (in seconds):19.412
15.75/19.54	o 68
15.75/19.56	c And the winner is solver0
15.80/20.05	c Got one! Elapsed wall clock time (in seconds):19.922
15.80/20.05	o 67
16.95/20.61	c And the winner is solver0
16.98/21.06	c Got one! Elapsed wall clock time (in seconds):20.932
16.98/21.06	o 61
17.24/21.21	c cleaning 6044 clauses out of 12095 with flag 5363/42097
17.44/21.33	c And the winner is solver0
17.55/21.57	c Got one! Elapsed wall clock time (in seconds):21.442
17.55/21.57	o 58
17.59/21.69	c And the winner is solver0
17.81/22.08	c Got one! Elapsed wall clock time (in seconds):21.953
17.81/22.08	o 57
17.84/22.20	c And the winner is solver0
18.06/22.59	c Got one! Elapsed wall clock time (in seconds):22.466
18.06/22.59	o 56
18.74/22.95	c cleaning 6084 clauses out of 12174 with flag 22023/48220
19.15/23.11	c And the winner is solver0
19.20/23.61	c Got one! Elapsed wall clock time (in seconds):23.48
19.20/23.61	o 49
19.20/23.63	c And the winner is solver0
29.66/33.87	c Got one! Elapsed wall clock time (in seconds):33.738
29.66/33.87	o 47
30.53/34.36	c cleaning 5887 clauses out of 11793 with flag 33815/53923
30.73/34.48	c And the winner is solver0
30.95/34.89	c Got one! Elapsed wall clock time (in seconds):34.759
30.95/34.89	o 46
30.96/34.97	c And the winner is solver0
31.15/35.41	c Got one! Elapsed wall clock time (in seconds):35.281
31.15/35.41	o 37
31.95/35.86	c cleaning 5860 clauses out of 11729 with flag 36075/59746
32.97/36.32	c And the winner is solver0
33.03/36.43	c Got one! Elapsed wall clock time (in seconds):36.303
33.03/36.43	o 36
33.14/36.52	c And the winner is solver0
33.21/36.95	c Got one! Elapsed wall clock time (in seconds):36.827
33.21/36.95	o 31
33.28/37.08	c cleaning 6213 clauses out of 12450 with flag 6703/66327
34.29/37.53	c cleaning 6098 clauses out of 12238 with flag 49311/72328
35.28/38.00	c And the winner is solver0
35.32/38.48	c Got one! Elapsed wall clock time (in seconds):38.352
35.32/38.48	o 30
36.53/39.10	c cleaning 8486 clauses out of 16975 with flag 48014/83163
37.75/39.77	c cleaning 7231 clauses out of 14489 with flag 108293/89163
38.53/40.15	c And the winner is solver0
38.68/40.51	c Got one! Elapsed wall clock time (in seconds):40.382
38.68/40.51	o 27
39.09/40.75	c cleaning 6336 clauses out of 12691 with flag 13334/94596
40.10/41.25	c cleaning 6170 clauses out of 12355 with flag 67877/100596
40.70/41.51	c And the winner is solver0
40.70/41.54	c Got one! Elapsed wall clock time (in seconds):41.412
40.70/41.54	o 26
40.70/41.60	c And the winner is solver0
440.31/436.08	c cleaning 0 clauses out of 7734 with flag 0/7764
1498.64/1478.91	c cleaning 0 clauses out of 13735 with flag 0/13765
1800.00/1773.40	c >>>>>>>>>> Solver number 0 (48 answers) <<<<<<<<<<<<<<<<<<
1800.00/1773.40	c starts		: 150
1800.00/1773.40	c conflicts		: 104477
1800.00/1773.40	c decisions		: 259768
1800.00/1773.40	c propagations		: 24325413
1800.00/1773.40	c inspects		: 85304931
1800.00/1773.40	c shortcuts		: 0
1800.00/1773.40	c learnt literals	: 0
1800.00/1773.40	c learnt binary clauses	: 17
1800.00/1773.40	c learnt ternary clauses	: 103
1800.00/1773.40	c learnt constraints	: 104477
1800.00/1773.40	c ignored constraints	: 0
1800.00/1773.40	c root simplifications	: 0
1800.00/1773.40	c removed literals (reason simplification)	: 461768
1800.00/1773.40	c reason swapping (by a shorter reason)	: 0
1800.00/1773.40	c Calls to reduceDB	: 15
1800.00/1773.40	c Number of update (reduction) of LBD	: 51748
1800.00/1773.40	c Imported unit clauses	: 0
1800.00/1773.40	c number of reductions to clauses (during analyze)	: 0
1800.00/1773.40	c number of learned constraints concerned by reduction	: 0
1800.00/1773.40	c number of learning phase by resolution	: 0
1800.00/1773.40	c number of learning phase by cutting planes	: 0
1800.00/1773.40	c speed (assignments/second)	: 13719.599828768765
1800.00/1773.40	c non guided choices	6038
1800.00/1773.41	c learnt constraints type 
1800.00/1773.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.00/1773.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10049
1800.00/1773.41	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/1773.41	c starts		: 97
1800.00/1773.41	c conflicts		: 15148
1800.00/1773.41	c decisions		: 273726
1800.00/1773.41	c propagations		: 1607305
1800.00/1773.41	c inspects		: 925040136
1800.00/1773.41	c shortcuts		: 0
1800.00/1773.41	c learnt literals	: 0
1800.00/1773.41	c learnt binary clauses	: 0
1800.00/1773.41	c learnt ternary clauses	: 0
1800.00/1773.41	c learnt constraints	: 15118
1800.00/1773.41	c ignored constraints	: 0
1800.00/1773.41	c root simplifications	: 0
1800.00/1773.41	c removed literals (reason simplification)	: 0
1800.00/1773.41	c reason swapping (by a shorter reason)	: 0
1800.00/1773.41	c Calls to reduceDB	: 2
1800.00/1773.41	c Number of update (reduction) of LBD	: 0
1800.00/1773.41	c Imported unit clauses	: 0
1800.00/1773.41	c number of reductions to clauses (during analyze)	: 0
1800.00/1773.41	c number of learned constraints concerned by reduction	: 0
1800.00/1773.41	c number of learning phase by resolution	: 0
1800.00/1773.41	c number of learning phase by cutting planes	: 0
1800.00/1773.41	c speed (assignments/second)	: 928.11129678797
1800.00/1773.41	c non guided choices	4769
1800.00/1773.42	c learnt constraints type 
1800.00/1773.42	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1051
1800.00/1773.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
1800.00/1773.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14036
1800.00/1773.42	s SATISFIABLE
1800.00/1773.42	c Found 47 solution(s)
1800.00/1773.42	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 
1800.00/1773.42	c objective function=26
1800.00/1773.42	c Total wall clock time (in seconds): 1773.295

Verifier Data

OK	12

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-4091956-1466079300/watcher-4091956-1466079300 -o /tmp/evaluation-result-4091956-1466079300/solver-4091956-1466079300 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466075580-10197 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091956-1466079300.wbo 

pid=17272
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: 3.01 2.50 2.33 3/196 17275
/proc/meminfo: memFree=28389620/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17275/stat : 17275 (java) D 17272 17275 8056 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 9976727 9515008 175 33554432000 1073741824 1073778376 140736776462736 140736776445464 214369649552 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/17275/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 3.01 2.50 2.33 3/196 17275
/proc/meminfo: memFree=28389620/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17275/stat : 17275 (java) S 17272 17275 8056 0 -1 4202496 4313 0 1 0 6 2 0 0 20 0 18 0 9976727 9787879424 5432 33554432000 1073741824 1073778376 140736182070864 140736182062000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17275/statm: 2389619 5432 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 3.01 2.50 2.33 3/196 17275
/proc/meminfo: memFree=28389620/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/17275/stat : 17275 (java) S 17272 17275 8056 0 -1 4202496 4724 0 1 0 20 2 0 0 20 0 18 0 9976727 9787879424 6813 33554432000 1073741824 1073778376 140736182070864 140736182062000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17275/statm: 2389619 6813 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 3.01 2.50 2.33 3/196 17275
/proc/meminfo: memFree=28389620/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/17275/stat : 17275 (java) S 17272 17275 8056 0 -1 4202496 5635 0 1 0 42 2 0 0 20 0 18 0 9976727 9787879424 8373 33554432000 1073741824 1073778376 140736182070864 140736182062000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17275/statm: 2389619 8373 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.70031 s]
/proc/loadavg: 3.01 2.50 2.33 3/196 17275
/proc/meminfo: memFree=28389620/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/17275/stat : 17275 (java) S 17272 17275 8056 0 -1 4202496 10400 0 1 0 111 5 0 0 20 0 19 0 9976727 10060525568 13088 33554432000 1073741824 1073778376 140736182070864 140736182062000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17275/statm: 2456183 13088 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 3.01 2.50 2.33 4/215 17300
/proc/meminfo: memFree=28316980/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/17275/stat : 17275 (java) S 17272 17275 8056 0 -1 4202496 23329 0 1 0 212 11 0 0 20 0 19 0 9976727 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140736182062000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17275/statm: 2456183 22189 2265 9 0 2446860 0
[pid=17275/tid=17277] ppid=17272 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/17275/task/17277/stat : 17277 (java) S 17272 17275 8056 0 -1 4202560 2424 0 1 0 32 1 0 0 20 0 19 0 9976728 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307750441848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17278] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17278/stat : 17278 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307728542376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17279] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17279/stat : 17279 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307727489832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17280] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17280/stat : 17280 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307726437288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17281] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17281/stat : 17281 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307725384744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17282] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17282/stat : 17282 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307724331176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17283] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17283/stat : 17283 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307253422376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17284] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17284/stat : 17284 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307252369832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17285] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17285/stat : 17285 (java) S 17272 17275 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307251317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17286] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17286/stat : 17286 (java) S 17272 17275 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9976731 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307238906472 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17287] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17287/stat : 17287 (java) S 17272 17275 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9976731 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307237852792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17288] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17288/stat : 17288 (java) S 17272 17275 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9976731 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307236800136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17289] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17289/stat : 17289 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976734 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307235748880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17290] ppid=17272 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/17275/task/17290/stat : 17290 (java) S 17272 17275 8056 0 -1 4202560 8373 0 0 0 72 2 0 0 20 0 19 0 9976734 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307234695224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17291] ppid=17272 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/17275/task/17291/stat : 17291 (java) S 17272 17275 8056 0 -1 4202560 11187 0 0 0 68 2 0 0 20 0 19 0 9976734 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307233642680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17292] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17292/stat : 17292 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976734 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307232590328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17293] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17293/stat : 17293 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976734 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307231537992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17297] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17297/stat : 17297 (java) S 17272 17275 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9976764 10060525568 22189 33554432000 1073741824 1073778376 140736182070864 140307227227816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 3.01 2.50 2.33 3/215 17306
/proc/meminfo: memFree=28299864/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/17275/stat : 17275 (java) S 17272 17275 8056 0 -1 4202496 26877 0 1 0 272 17 0 0 20 0 19 0 9976727 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140736182062000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17275/statm: 2456183 29621 2266 9 0 2446860 0
[pid=17275/tid=17277] ppid=17272 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/17275/task/17277/stat : 17277 (java) S 17272 17275 8056 0 -1 4202560 2427 0 1 0 33 2 0 0 20 0 19 0 9976728 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307750441848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17278] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17278/stat : 17278 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307728542376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17279] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17279/stat : 17279 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307727489832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17280] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17280/stat : 17280 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307726437288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17281] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17281/stat : 17281 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307725384744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17282] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17282/stat : 17282 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307724331176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17283] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17283/stat : 17283 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307253422376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17284] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17284/stat : 17284 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307252369832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17285] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17285/stat : 17285 (java) S 17272 17275 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307251317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17286] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17286/stat : 17286 (java) S 17272 17275 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9976731 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307238906472 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17287] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17287/stat : 17287 (java) S 17272 17275 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9976731 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307237852792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17288] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17288/stat : 17288 (java) S 17272 17275 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9976731 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307236800136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17289] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17289/stat : 17289 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976734 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307235748880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17290] ppid=17272 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/17275/task/17290/stat : 17290 (java) S 17272 17275 8056 0 -1 4202560 11769 0 0 0 102 3 0 0 20 0 19 0 9976734 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307234695224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17291] ppid=17272 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/17275/task/17291/stat : 17291 (java) S 17272 17275 8056 0 -1 4202560 11305 0 0 0 81 2 0 0 20 0 19 0 9976734 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307233642680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17292] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17292/stat : 17292 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976734 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307232590328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17293] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17293/stat : 17293 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976734 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307231537992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17297] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17297/stat : 17297 (java) S 17272 17275 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9976764 10060525568 29621 33554432000 1073741824 1073778376 140736182070864 140307227227816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 9824732

[startup+6.30083 s]
/proc/loadavg: 2.85 2.48 2.32 2/215 17327
/proc/meminfo: memFree=28228276/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/17275/stat : 17275 (java) S 17272 17275 8056 0 -1 4202496 26994 0 1 0 314 30 0 0 20 0 19 0 9976727 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140736182062000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17275/statm: 2456183 45284 2270 9 0 2446860 0
[pid=17275/tid=17277] ppid=17272 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/17275/task/17277/stat : 17277 (java) S 17272 17275 8056 0 -1 4202560 2431 0 1 0 35 2 0 0 20 0 19 0 9976728 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307750441848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17278] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17278/stat : 17278 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307728542376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17279] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17279/stat : 17279 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307727489832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17280] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17280/stat : 17280 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307726437288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17281] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17281/stat : 17281 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307725384744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17282] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17282/stat : 17282 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307724331176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17283] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17283/stat : 17283 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307253422376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17284] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17284/stat : 17284 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307252369832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17285] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17285/stat : 17285 (java) S 17272 17275 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9976730 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307251317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17286] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17286/stat : 17286 (java) S 17272 17275 8056 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 9976731 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307238906472 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17287] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17287/stat : 17287 (java) S 17272 17275 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9976731 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307237852792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17288] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17288/stat : 17288 (java) S 17272 17275 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9976731 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307236800136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17289] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17289/stat : 17289 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976734 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307235748880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17290] ppid=17272 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/17275/task/17290/stat : 17290 (java) S 17272 17275 8056 0 -1 4202560 11769 0 0 0 107 3 0 0 20 0 19 0 9976734 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307234695224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17291] ppid=17272 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/17275/task/17291/stat : 17291 (java) S 17272 17275 8056 0 -1 4202560 11329 0 0 0 94 2 0 0 20 0 19 0 9976734 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307233642680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17292] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17292/stat : 17292 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9976734 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307232590328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17293] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17293/stat : 17293 (java) S 17272 17275 8056 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9976734 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307231537992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17297] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17297/stat : 17297 (java) S 17272 17275 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9976764 10060525568 45284 33554432000 1073741824 1073778376 140736182070864 140307227227816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=17275/tid=17436] ppid=17272 vsize=9824732 CPUtime=1546.56 cores=0,2,4,6
/proc/17275/task/17436/stat : 17436 (java) R 17272 17275 8056 0 -1 4202560 1493 0 0 0 154610 46 0 0 20 0 21 0 9980884 10060525568 988163 33554432000 1073741824 1073778376 140736182070864 140307230383536 140307606581208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17437] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17437/stat : 17437 (java) S 17272 17275 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9980888 10060525568 988163 33554432000 1073741824 1073778376 140736182070864 140307229332648 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1624.37
Current children cumulated vsize (KiB) 9824732

[startup+1662.3 s]
/proc/loadavg: 2.10 2.12 2.19 4/217 18435
/proc/meminfo: memFree=24480540/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9824732 CPUtime=1685.95 cores=0,2,4,6
/proc/17275/stat : 17275 (java) S 17272 17275 8056 0 -1 4202496 41670 0 1 0 168186 409 0 0 20 0 21 0 9976727 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140736182062000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17275/statm: 2456183 998940 2295 9 0 2446860 0
[pid=17275/tid=17277] ppid=17272 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/17275/task/17277/stat : 17277 (java) S 17272 17275 8056 0 -1 4202560 2518 0 1 0 108 25 0 0 20 0 21 0 9976728 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307750441976 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17278] ppid=17272 vsize=9824732 CPUtime=4.49 cores=0,2,4,6
/proc/17275/task/17278/stat : 17278 (java) S 17272 17275 8056 0 -1 4202560 1002 0 0 0 417 32 0 0 20 0 21 0 9976730 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307728542376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17279] ppid=17272 vsize=9824732 CPUtime=4.12 cores=0,2,4,6
/proc/17275/task/17279/stat : 17279 (java) S 17272 17275 8056 0 -1 4202560 631 0 0 0 383 29 0 0 20 0 21 0 9976730 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307727489832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17280] ppid=17272 vsize=9824732 CPUtime=4.22 cores=0,2,4,6
/proc/17275/task/17280/stat : 17280 (java) S 17272 17275 8056 0 -1 4202560 871 0 0 0 393 29 0 0 20 0 21 0 9976730 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307726437288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17281] ppid=17272 vsize=9824732 CPUtime=4.12 cores=0,2,4,6
/proc/17275/task/17281/stat : 17281 (java) S 17272 17275 8056 0 -1 4202560 612 0 0 0 389 23 0 0 20 0 21 0 9976730 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307725384744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17282] ppid=17272 vsize=9824732 CPUtime=4.11 cores=0,2,4,6
/proc/17275/task/17282/stat : 17282 (java) S 17272 17275 8056 0 -1 4202560 690 0 0 0 380 31 0 0 20 0 21 0 9976730 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307724331176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17283] ppid=17272 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/17275/task/17283/stat : 17283 (java) S 17272 17275 8056 0 -1 4202560 558 0 0 0 372 26 0 0 20 0 21 0 9976730 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307253422376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17284] ppid=17272 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/17275/task/17284/stat : 17284 (java) S 17272 17275 8056 0 -1 4202560 572 0 0 0 377 26 0 0 20 0 21 0 9976730 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307252369832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17285] ppid=17272 vsize=9824732 CPUtime=4.38 cores=0,2,4,6
/proc/17275/task/17285/stat : 17285 (java) S 17272 17275 8056 0 -1 4202560 875 0 0 0 412 26 0 0 20 0 21 0 9976730 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307251317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17286] ppid=17272 vsize=9824732 CPUtime=6.2 cores=0,2,4,6
/proc/17275/task/17286/stat : 17286 (java) S 17272 17275 8056 0 -1 4202560 3076 0 0 0 610 10 0 0 20 0 21 0 9976731 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307238906472 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17287] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17287/stat : 17287 (java) S 17272 17275 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9976731 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307237852792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17288] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17288/stat : 17288 (java) S 17272 17275 8056 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 21 0 9976731 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307236800136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17289] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17289/stat : 17289 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9976734 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307235748880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17290] ppid=17272 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/17275/task/17290/stat : 17290 (java) S 17272 17275 8056 0 -1 4202560 12784 0 0 0 193 3 0 0 20 0 21 0 9976734 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307234695224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17291] ppid=17272 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/17275/task/17291/stat : 17291 (java) S 17272 17275 8056 0 -1 4202560 13589 0 0 0 166 3 0 0 20 0 21 0 9976734 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307233642680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17292] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17292/stat : 17292 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9976734 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307232590328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17293] ppid=17272 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/17275/task/17293/stat : 17293 (java) S 17272 17275 8056 0 -1 4202560 98 0 0 0 27 27 0 0 20 0 21 0 9976734 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307231537992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17297] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17297/stat : 17297 (java) S 17272 17275 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9976764 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307227227816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17436] ppid=17272 vsize=9824732 CPUtime=1606.03 cores=0,2,4,6
/proc/17275/task/17436/stat : 17436 (java) R 17272 17275 8056 0 -1 4202560 1493 0 0 0 160556 47 0 0 20 0 21 0 9980884 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307230383552 140307606462232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17437] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17437/stat : 17437 (java) S 17272 17275 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9980888 10060525568 998940 33554432000 1073741824 1073778376 140736182070864 140307229332648 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1685.95
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 2.10 2.11 2.18 4/217 18436
/proc/meminfo: memFree=24472136/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9824732 CPUtime=1747.02 cores=0,2,4,6
/proc/17275/stat : 17275 (java) S 17272 17275 8056 0 -1 4202496 41755 0 1 0 174290 412 0 0 20 0 21 0 9976727 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140736182062000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17275/statm: 2456183 1013810 2295 9 0 2446860 0
[pid=17275/tid=17277] ppid=17272 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/17275/task/17277/stat : 17277 (java) S 17272 17275 8056 0 -1 4202560 2521 0 1 0 110 26 0 0 20 0 21 0 9976728 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307750441976 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17278] ppid=17272 vsize=9824732 CPUtime=4.61 cores=0,2,4,6
/proc/17275/task/17278/stat : 17278 (java) S 17272 17275 8056 0 -1 4202560 1007 0 0 0 429 32 0 0 20 0 21 0 9976730 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307728542376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17279] ppid=17272 vsize=9824732 CPUtime=4.28 cores=0,2,4,6
/proc/17275/task/17279/stat : 17279 (java) S 17272 17275 8056 0 -1 4202560 643 0 0 0 398 30 0 0 20 0 21 0 9976730 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307727489832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17280] ppid=17272 vsize=9824732 CPUtime=4.42 cores=0,2,4,6
/proc/17275/task/17280/stat : 17280 (java) S 17272 17275 8056 0 -1 4202560 882 0 0 0 413 29 0 0 20 0 21 0 9976730 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307726437288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17281] ppid=17272 vsize=9824732 CPUtime=4.35 cores=0,2,4,6
/proc/17275/task/17281/stat : 17281 (java) S 17272 17275 8056 0 -1 4202560 618 0 0 0 412 23 0 0 20 0 21 0 9976730 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307725384744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17282] ppid=17272 vsize=9824732 CPUtime=4.24 cores=0,2,4,6
/proc/17275/task/17282/stat : 17282 (java) S 17272 17275 8056 0 -1 4202560 699 0 0 0 392 32 0 0 20 0 21 0 9976730 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307724331176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17283] ppid=17272 vsize=9824732 CPUtime=4.11 cores=0,2,4,6
/proc/17275/task/17283/stat : 17283 (java) S 17272 17275 8056 0 -1 4202560 568 0 0 0 385 26 0 0 20 0 21 0 9976730 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307253422376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17284] ppid=17272 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/17275/task/17284/stat : 17284 (java) S 17272 17275 8056 0 -1 4202560 583 0 0 0 405 26 0 0 20 0 21 0 9976730 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307252369832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17285] ppid=17272 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/17275/task/17285/stat : 17285 (java) S 17272 17275 8056 0 -1 4202560 882 0 0 0 430 26 0 0 20 0 21 0 9976730 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307251317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17286] ppid=17272 vsize=9824732 CPUtime=6.2 cores=0,2,4,6
/proc/17275/task/17286/stat : 17286 (java) S 17272 17275 8056 0 -1 4202560 3083 0 0 0 610 10 0 0 20 0 21 0 9976731 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307238906472 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17287] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17287/stat : 17287 (java) S 17272 17275 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9976731 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307237852792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17288] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17288/stat : 17288 (java) S 17272 17275 8056 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 21 0 9976731 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307236800136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17289] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17289/stat : 17289 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9976734 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307235748880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17290] ppid=17272 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/17275/task/17290/stat : 17290 (java) S 17272 17275 8056 0 -1 4202560 12784 0 0 0 193 3 0 0 20 0 21 0 9976734 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307234695224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17291] ppid=17272 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/17275/task/17291/stat : 17291 (java) S 17272 17275 8056 0 -1 4202560 13589 0 0 0 166 3 0 0 20 0 21 0 9976734 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307233642680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17292] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17292/stat : 17292 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9976734 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307232590328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17293] ppid=17272 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/17275/task/17293/stat : 17293 (java) S 17272 17275 8056 0 -1 4202560 102 0 0 0 27 28 0 0 20 0 21 0 9976734 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307231537992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17297] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17297/stat : 17297 (java) S 17272 17275 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9976764 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307227227816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17436] ppid=17272 vsize=9824732 CPUtime=1665.66 cores=0,2,4,6
/proc/17275/task/17436/stat : 17436 (java) R 17272 17275 8056 0 -1 4202560 1493 0 0 0 166518 48 0 0 20 0 21 0 9980884 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307230383536 140307606620990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17437] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17437/stat : 17437 (java) S 17272 17275 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9980888 10060525568 1013810 33554432000 1073741824 1073778376 140736182070864 140307229332648 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1747.02
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.4 s]
/proc/loadavg: 2.14 2.12 2.18 3/217 18438
/proc/meminfo: memFree=24480204/32872528 swapFree=1286144/1433312
[pid=17275] ppid=17272 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/17275/stat : 17275 (java) S 17272 17275 8056 0 -1 4202496 42725 0 1 0 179586 414 0 0 20 0 21 0 9976727 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140736182062000 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17275/statm: 2456183 1022940 2295 9 0 2446860 0
[pid=17275/tid=17277] ppid=17272 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/17275/task/17277/stat : 17277 (java) S 17272 17275 8056 0 -1 4202560 2524 0 1 0 111 27 0 0 20 0 21 0 9976728 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307750441976 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17278] ppid=17272 vsize=9824732 CPUtime=4.88 cores=0,2,4,6
/proc/17275/task/17278/stat : 17278 (java) S 17272 17275 8056 0 -1 4202560 1012 0 0 0 456 32 0 0 20 0 21 0 9976730 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307728542376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17279] ppid=17272 vsize=9824732 CPUtime=4.6 cores=0,2,4,6
/proc/17275/task/17279/stat : 17279 (java) S 17272 17275 8056 0 -1 4202560 648 0 0 0 430 30 0 0 20 0 21 0 9976730 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307727489832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17280] ppid=17272 vsize=9824732 CPUtime=4.79 cores=0,2,4,6
/proc/17275/task/17280/stat : 17280 (java) S 17272 17275 8056 0 -1 4202560 886 0 0 0 450 29 0 0 20 0 21 0 9976730 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307726437288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17281] ppid=17272 vsize=9824732 CPUtime=4.68 cores=0,2,4,6
/proc/17275/task/17281/stat : 17281 (java) S 17272 17275 8056 0 -1 4202560 622 0 0 0 445 23 0 0 20 0 21 0 9976730 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307725384744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17282] ppid=17272 vsize=9824732 CPUtime=4.59 cores=0,2,4,6
/proc/17275/task/17282/stat : 17282 (java) S 17272 17275 8056 0 -1 4202560 705 0 0 0 427 32 0 0 20 0 21 0 9976730 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307724331176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17283] ppid=17272 vsize=9824732 CPUtime=4.4 cores=0,2,4,6
/proc/17275/task/17283/stat : 17283 (java) S 17272 17275 8056 0 -1 4202560 575 0 0 0 414 26 0 0 20 0 21 0 9976730 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307253422376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17284] ppid=17272 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/17275/task/17284/stat : 17284 (java) S 17272 17275 8056 0 -1 4202560 592 0 0 0 429 26 0 0 20 0 21 0 9976730 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307252369832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17285] ppid=17272 vsize=9824732 CPUtime=4.88 cores=0,2,4,6
/proc/17275/task/17285/stat : 17285 (java) S 17272 17275 8056 0 -1 4202560 885 0 0 0 462 26 0 0 20 0 21 0 9976730 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307251317288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17286] ppid=17272 vsize=9824732 CPUtime=8.86 cores=0,2,4,6
/proc/17275/task/17286/stat : 17286 (java) S 17272 17275 8056 0 -1 4202560 4005 0 0 0 875 11 0 0 20 0 21 0 9976731 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307238906472 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17287] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17287/stat : 17287 (java) S 17272 17275 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9976731 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307237852792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17288] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17288/stat : 17288 (java) S 17272 17275 8056 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 21 0 9976731 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307236800136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17289] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17289/stat : 17289 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9976734 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307235748880 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17275/tid=17290] ppid=17272 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/17275/task/17290/stat : 17290 (java) S 17272 17275 8056 0 -1 4202560 12784 0 0 0 193 3 0 0 20 0 21 0 9976734 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307234695224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17291] ppid=17272 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/17275/task/17291/stat : 17291 (java) S 17272 17275 8056 0 -1 4202560 13589 0 0 0 166 3 0 0 20 0 21 0 9976734 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307233642680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17292] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17292/stat : 17292 (java) S 17272 17275 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9976734 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307232590328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17275/tid=17293] ppid=17272 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/17275/task/17293/stat : 17293 (java) S 17272 17275 8056 0 -1 4202560 104 0 0 0 28 29 0 0 20 0 21 0 9976734 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307231537992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17275/tid=17297] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17297/stat : 17297 (java) S 17272 17275 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9976764 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307227227816 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17436] ppid=17272 vsize=9824732 CPUtime=1713.48 cores=0,2,4,6
/proc/17275/task/17436/stat : 17436 (java) R 17272 17275 8056 0 -1 4202560 1493 0 0 0 171299 49 0 0 20 0 21 0 9980884 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307230383536 140307606474870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17275/tid=17437] ppid=17272 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17275/task/17437/stat : 17437 (java) S 17272 17275 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9980888 10060525568 1022940 33554432000 1073741824 1073778376 140736182070864 140307229332648 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17275 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1773.44
CPU time (s): 1800.74
CPU user time (s): 1796.06
CPU system time (s): 4.68329
CPU usage (%): 101.539
Max. virtual memory (cumulated for all children) (KiB): 9824992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.06
system time used= 4.68329
maximum resident set size= 4091860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42757
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77380
involuntary context switches= 39905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5892 second user time and 13.237 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-16 14:15:00
IDJOB=4091956
IDBENCH=78995
IDSOLVER=2552
FILE ID=node130/4091956-1466079300
RUNJOBID= node130-1466075580-10197
PBS_JOBID= 19904009
Free space on /tmp= 71748 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.1900567024--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091956-1466079300/watcher-4091956-1466079300 -o /tmp/evaluation-result-4091956-1466079300/solver-4091956-1466079300 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466075580-10197 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091956-1466079300.wbo

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

MD5SUM BENCH= 05d9157cdbd186fca72e4e6dc0ec425d
RANDOM SEED=212906877

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        28389892 kB
Buffers:           22604 kB
Cached:            56500 kB
SwapCached:          944 kB
Active:          2272420 kB
Inactive:          50404 kB
Active(anon):    2244956 kB
Inactive(anon):      772 kB
Active(file):      27464 kB
Inactive(file):    49632 kB
Unevictable:     1433312 kB
Mlocked:         1286144 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:       3688716 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             566120 kB
SReclaimable:       9672 kB
SUnreclaim:       556448 kB
KernelStack:        1776 kB
PageTables:        11644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3900160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2371584 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= 71744 MiB
End job on node130 at 2016-06-16 14:44:33