Trace number 4109721

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 34.4388 33.783

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900559676--soft-66-100-0.wbo
MD5SUMa1fa880e8620ee0c5e9a297708544854
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 benchmark50.1584
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109721-1466343675.wbo
0.09/0.12	c reading problem ... 
0.45/0.35	c ... done. Wall clock time 0.227s.
0.45/0.35	c declared #vars     231
0.45/0.35	c internal #vars     1130
0.45/0.35	c #constraints  2707
0.45/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2523
0.45/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 161
0.45/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.45/0.35	c 2707 constraints processed.
0.45/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 161
0.45/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2523
0.45/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.45/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.45/0.35	c 2707 constraints processed.
0.45/0.35	c objective function length is 899 literals
0.69/0.45	c And the winner is solver0
1.18/0.85	c SATISFIABLE
1.18/0.85	c OPTIMIZING...
1.18/0.85	c Got one! Elapsed wall clock time (in seconds):0.732
1.18/0.85	o 368
1.18/0.88	c And the winner is solver0
1.71/1.36	c Got one! Elapsed wall clock time (in seconds):1.24
1.71/1.36	o 367
1.71/1.38	c And the winner is solver0
1.89/1.87	c Got one! Elapsed wall clock time (in seconds):1.747
1.89/1.87	o 317
1.98/1.90	c And the winner is solver0
2.09/2.37	c Got one! Elapsed wall clock time (in seconds):2.252
2.09/2.37	o 304
2.09/2.39	c And the winner is solver0
2.17/2.88	c Got one! Elapsed wall clock time (in seconds):2.756
2.17/2.88	o 303
2.21/2.95	c And the winner is solver0
2.55/3.38	c Got one! Elapsed wall clock time (in seconds):3.259
2.55/3.38	o 301
2.55/3.39	c And the winner is solver0
2.58/3.88	c Got one! Elapsed wall clock time (in seconds):3.762
2.58/3.88	o 288
2.58/3.89	c And the winner is solver0
2.58/4.39	c Got one! Elapsed wall clock time (in seconds):4.266
2.58/4.39	o 191
2.62/4.43	c And the winner is solver0
2.70/4.89	c Got one! Elapsed wall clock time (in seconds):4.769
2.70/4.89	o 190
2.71/4.94	c And the winner is solver0
2.88/5.39	c Got one! Elapsed wall clock time (in seconds):5.271
2.88/5.39	o 186
2.89/5.42	c And the winner is solver0
2.95/5.90	c Got one! Elapsed wall clock time (in seconds):5.774
2.95/5.90	o 185
3.92/6.33	c And the winner is solver0
3.92/6.40	c Got one! Elapsed wall clock time (in seconds):6.277
3.92/6.40	o 174
4.04/6.42	c And the winner is solver0
4.14/6.90	c Got one! Elapsed wall clock time (in seconds):6.779
4.14/6.90	o 169
4.14/6.91	c And the winner is solver0
4.15/7.40	c Got one! Elapsed wall clock time (in seconds):7.281
4.15/7.40	o 150
4.15/7.44	c And the winner is solver0
4.26/7.90	c Got one! Elapsed wall clock time (in seconds):7.783
4.26/7.90	o 146
4.26/7.98	c And the winner is solver0
4.45/8.41	c Got one! Elapsed wall clock time (in seconds):8.284
4.45/8.41	o 132
4.75/8.51	c And the winner is solver0
4.80/8.91	c Got one! Elapsed wall clock time (in seconds):8.786
4.80/8.91	o 130
4.80/8.92	c And the winner is solver0
4.84/9.41	c Got one! Elapsed wall clock time (in seconds):9.288
4.84/9.41	o 129
5.02/9.55	c cleaning 5436 clauses out of 10908 with flag 6941/10908
5.26/9.65	c And the winner is solver0
5.39/9.91	c Got one! Elapsed wall clock time (in seconds):9.789
5.39/9.91	o 124
5.60/10.06	c And the winner is solver0
5.71/10.41	c Got one! Elapsed wall clock time (in seconds):10.291
5.71/10.41	o 121
5.71/10.42	c And the winner is solver0
5.72/10.91	c Got one! Elapsed wall clock time (in seconds):10.793
5.72/10.91	o 120
5.72/11.00	c And the winner is solver0
5.91/11.42	c Got one! Elapsed wall clock time (in seconds):11.294
5.91/11.42	o 115
5.91/11.44	c And the winner is solver0
5.96/11.92	c Got one! Elapsed wall clock time (in seconds):11.796
5.96/11.92	o 112
6.12/12.00	c And the winner is solver0
6.14/12.42	c Got one! Elapsed wall clock time (in seconds):12.298
6.14/12.42	o 96
6.14/12.43	c And the winner is solver0
6.16/12.92	c Got one! Elapsed wall clock time (in seconds):12.8
6.16/12.92	o 76
6.16/12.93	c And the winner is solver0
6.26/13.42	c Got one! Elapsed wall clock time (in seconds):13.302
6.26/13.42	o 74
6.26/13.49	c And the winner is solver0
6.40/13.93	c Got one! Elapsed wall clock time (in seconds):13.805
6.40/13.93	o 73
6.40/14.00	c And the winner is solver0
6.55/14.43	c Got one! Elapsed wall clock time (in seconds):14.309
6.55/14.43	o 72
6.90/14.66	c cleaning 6936 clauses out of 13872 with flag 14458/19308
7.13/14.71	c And the winner is solver0
7.17/14.93	c Got one! Elapsed wall clock time (in seconds):14.812
7.17/14.93	o 68
7.29/15.02	c And the winner is solver0
7.34/15.44	c Got one! Elapsed wall clock time (in seconds):15.316
7.34/15.44	o 63
7.34/15.50	c And the winner is solver0
7.48/15.94	c Got one! Elapsed wall clock time (in seconds):15.82
7.48/15.94	o 60
7.48/15.99	c And the winner is solver0
7.59/16.45	c Got one! Elapsed wall clock time (in seconds):16.324
7.59/16.45	o 59
7.73/16.52	c And the winner is solver0
7.79/16.95	c Got one! Elapsed wall clock time (in seconds):16.829
7.79/16.95	o 33
7.79/16.97	c And the winner is solver0
7.84/17.46	c Got one! Elapsed wall clock time (in seconds):17.333
7.84/17.46	o 31
8.55/17.89	c cleaning 7649 clauses out of 15300 with flag 38549/27672
10.27/18.43	c cleaning 6815 clauses out of 13653 with flag 90422/33674
11.08/18.84	c And the winner is solver0
11.19/18.96	c Got one! Elapsed wall clock time (in seconds):18.839
11.19/18.96	o 30
11.69/19.22	c And the winner is solver0
11.76/19.47	c Got one! Elapsed wall clock time (in seconds):19.347
11.76/19.47	o 29
12.00/19.69	c And the winner is solver0
12.22/19.98	c Got one! Elapsed wall clock time (in seconds):19.854
12.22/19.98	o 28
12.26/20.07	c And the winner is solver0
12.51/20.49	c Got one! Elapsed wall clock time (in seconds):20.366
12.51/20.49	o 20
12.53/20.59	c cleaning 9707 clauses out of 19440 with flag 8116/46276
13.58/21.07	c cleaning 7852 clauses out of 15733 with flag 62503/52276
13.96/21.22	c And the winner is solver0
14.03/21.50	c Got one! Elapsed wall clock time (in seconds):21.375
14.03/21.50	o 19
14.23/21.61	c And the winner is solver0
14.28/22.01	c Got one! Elapsed wall clock time (in seconds):21.885
14.28/22.01	o 17
14.64/22.21	c cleaning 6772 clauses out of 13559 with flag 18250/57954
15.68/22.73	c cleaning 6390 clauses out of 12786 with flag 72367/63953
16.08/22.96	c And the winner is solver0
16.24/23.02	c Got one! Elapsed wall clock time (in seconds):22.896
16.24/23.02	o 11
16.59/23.26	c cleaning 6166 clauses out of 12361 with flag 26892/69918
17.61/23.72	c cleaning 6091 clauses out of 12194 with flag 88277/75917
18.63/24.24	c And the winner is solver0
18.72/24.53	c Got one! Elapsed wall clock time (in seconds):24.408
18.72/24.53	o 9
18.84/24.61	c And the winner is solver0
18.89/25.04	c Got one! Elapsed wall clock time (in seconds):24.923
18.89/25.04	o 6
19.78/25.57	c cleaning 9114 clauses out of 18240 with flag 48283/88054
21.04/26.19	c cleaning 7557 clauses out of 15128 with flag 104512/94056
22.44/26.81	c cleaning 7283 clauses out of 14568 with flag 161481/101053
22.44/26.84	c And the winner is solver0
22.52/27.06	c Got one! Elapsed wall clock time (in seconds):26.937
22.52/27.06	o 5
23.20/27.40	c And the winner is solver0
23.24/27.58	c Got one! Elapsed wall clock time (in seconds):27.453
23.24/27.58	o 4
23.29/27.68	c cleaning 6369 clauses out of 12749 with flag 7069/106517
24.52/28.22	c cleaning 6182 clauses out of 12378 with flag 47898/112516
24.52/28.23	c And the winner is solver0
24.61/28.59	c Got one! Elapsed wall clock time (in seconds):28.472
24.61/28.59	o 3
25.39/29.05	c cleaning 5712 clauses out of 11443 with flag 35148/117763
26.39/29.52	c cleaning 5862 clauses out of 11733 with flag 74915/123765
26.39/29.55	c And the winner is solver0
26.52/29.61	c Got one! Elapsed wall clock time (in seconds):29.491
26.52/29.61	o 2
27.07/29.93	c And the winner is solver0
27.17/30.13	c Got one! Elapsed wall clock time (in seconds):30.012
27.17/30.13	o 1
27.47/30.31	c cleaning 5790 clauses out of 11589 with flag 11957/129483
28.08/30.64	c cleaning 5894 clauses out of 11799 with flag 42098/135483
29.12/31.12	c cleaning 6451 clauses out of 12905 with flag 82945/142483
30.12/31.64	c cleaning 7221 clauses out of 14454 with flag 127321/150483
31.32/32.23	c cleaning 8115 clauses out of 16233 with flag 175520/159484
32.52/32.80	c cleaning 9059 clauses out of 18120 with flag 221626/169487
33.53/33.34	c cleaning 10028 clauses out of 20055 with flag 267017/180483
33.93/33.58	c And the winner is solver0
34.24/33.77	c >>>>>>>>>> Solver number 0 (49 answers) <<<<<<<<<<<<<<<<<<
34.24/33.77	c starts		: 137
34.24/33.77	c conflicts		: 187166
34.24/33.77	c decisions		: 340448
34.24/33.77	c propagations		: 11162009
34.24/33.77	c inspects		: 184752158
34.24/33.77	c shortcuts		: 0
34.24/33.77	c learnt literals	: 18
34.24/33.77	c learnt binary clauses	: 153
34.24/33.77	c learnt ternary clauses	: 812
34.24/33.77	c learnt constraints	: 187147
34.24/33.77	c ignored constraints	: 0
34.24/33.77	c root simplifications	: 0
34.24/33.77	c removed literals (reason simplification)	: 954697
34.24/33.77	c reason swapping (by a shorter reason)	: 0
34.24/33.77	c Calls to reduceDB	: 24
34.24/33.77	c Number of update (reduction) of LBD	: 79915
34.24/33.77	c Imported unit clauses	: 0
34.24/33.77	c number of reductions to clauses (during analyze)	: 0
34.24/33.77	c number of learned constraints concerned by reduction	: 0
34.24/33.77	c number of learning phase by resolution	: 0
34.24/33.77	c number of learning phase by cutting planes	: 0
34.24/33.77	c speed (assignments/second)	: 334091.8587249327
34.24/33.77	c non guided choices	5734
34.24/33.77	c learnt constraints type 
34.24/33.77	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
34.24/33.77	c starts		: 63
34.24/33.77	c conflicts		: 2728
34.24/33.77	c decisions		: 43902
34.24/33.77	c propagations		: 163165
34.24/33.77	c inspects		: 22631740
34.24/33.77	c shortcuts		: 0
34.24/33.77	c learnt literals	: 0
34.24/33.77	c learnt binary clauses	: 0
34.24/33.77	c learnt ternary clauses	: 0
34.24/33.77	c learnt constraints	: 2704
34.24/33.77	c ignored constraints	: 0
34.24/33.77	c root simplifications	: 0
34.24/33.77	c removed literals (reason simplification)	: 0
34.24/33.77	c reason swapping (by a shorter reason)	: 0
34.24/33.77	c Calls to reduceDB	: 0
34.24/33.77	c Number of update (reduction) of LBD	: 0
34.24/33.77	c Imported unit clauses	: 0
34.24/33.77	c number of reductions to clauses (during analyze)	: 0
34.24/33.77	c number of learned constraints concerned by reduction	: 0
34.24/33.77	c number of learning phase by resolution	: 0
34.24/33.77	c number of learning phase by cutting planes	: 0
34.24/33.77	c speed (assignments/second)	: 45487.872874268185
34.24/33.77	c non guided choices	4904
34.24/33.77	c learnt constraints type 
34.24/33.77	s OPTIMUM FOUND
34.24/33.77	c Found 48 solution(s)
34.24/33.77	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 
34.24/33.77	c objective function=1
34.24/33.77	c Total wall clock time (in seconds): 33.65

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-4109721-1466343675/watcher-4109721-1466343675 -o /tmp/evaluation-result-4109721-1466343675/solver-4109721-1466343675 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109721-1466343675.wbo 

pid=32665
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 1.73 3/197 32668
/proc/meminfo: memFree=30332580/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/32668/stat : 32668 (java) R 32665 32668 30914 0 -1 4202496 496 0 0 0 0 0 0 0 20 0 1 0 36414151 9515008 150 33554432000 1073741824 1073778376 140735616503680 140735616500808 262962406640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2323 156 115 9 0 71 0

[startup+0.100158 s]
/proc/loadavg: 2.00 2.02 1.73 3/197 32668
/proc/meminfo: memFree=30332580/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/32668/stat : 32668 (java) S 32665 32668 30914 0 -1 4202496 4429 0 1 0 8 1 0 0 20 0 18 0 36414151 9787879424 6048 33554432000 1073741824 1073778376 140735616503680 140735616494816 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2389619 6048 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 2.00 2.02 1.73 3/197 32668
/proc/meminfo: memFree=30332580/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/32668/stat : 32668 (java) S 32665 32668 30914 0 -1 4202496 4657 0 1 0 22 1 0 0 20 0 18 0 36414151 9787879424 6749 33554432000 1073741824 1073778376 140735616503680 140735616494816 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2389619 6749 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300272 s]
/proc/loadavg: 2.00 2.02 1.73 3/197 32668
/proc/meminfo: memFree=30332580/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/32668/stat : 32668 (java) S 32665 32668 30914 0 -1 4202496 5595 0 1 0 44 1 0 0 20 0 18 0 36414151 9787879424 8376 33554432000 1073741824 1073778376 140735616503680 140735616494816 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2389619 8376 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700291 s]
/proc/loadavg: 2.00 2.02 1.73 3/197 32668
/proc/meminfo: memFree=30332580/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/32668/stat : 32668 (java) S 32665 32668 30914 0 -1 4202496 10880 0 1 0 113 5 0 0 20 0 19 0 36414151 10060525568 12989 33554432000 1073741824 1073778376 140735616503680 140735616494816 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2456183 12989 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 2.00 2.02 1.73 3/216 32693
/proc/meminfo: memFree=30269384/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/32668/stat : 32668 (java) S 32665 32668 30914 0 -1 4202496 20345 0 1 0 179 10 0 0 20 0 19 0 36414151 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140735616494816 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2456183 19664 2259 9 0 2446860 0
[pid=32668/tid=32670] ppid=32665 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/32668/task/32670/stat : 32670 (java) S 32665 32668 30914 0 -1 4202560 2425 0 1 0 32 1 0 0 20 0 19 0 36414152 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101820384120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32671] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32671/stat : 32671 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101781875240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32672] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32672/stat : 32672 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101780822440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32673] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32673/stat : 32673 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101779769640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32674] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32674/stat : 32674 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101778716840 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32675] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32675/stat : 32675 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101777665064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32676] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32676/stat : 32676 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101776612264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32677] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32677/stat : 32677 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101775559464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32678] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32678/stat : 32678 (java) S 32665 32668 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101774506664 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32679] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32679/stat : 32679 (java) S 32665 32668 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414154 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101644429800 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32680] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32680/stat : 32680 (java) S 32665 32668 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36414154 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101643375864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32681] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32681/stat : 32681 (java) S 32665 32668 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414154 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101642322952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32682] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32682/stat : 32682 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414157 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101641271440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32683] ppid=32665 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/32668/task/32683/stat : 32683 (java) S 32665 32668 30914 0 -1 4202560 6242 0 0 0 57 0 0 0 20 0 19 0 36414157 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101640219576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32684] ppid=32665 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/32668/task/32684/stat : 32684 (java) S 32665 32668 30914 0 -1 4202560 10329 0 0 0 62 2 0 0 20 0 19 0 36414157 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101639166776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32685] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32685/stat : 32685 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414157 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101638114168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32686] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32686/stat : 32686 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414157 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101637061576 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32689] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32689/stat : 32689 (java) S 32665 32668 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414187 10060525568 19664 33554432000 1073741824 1073778376 140735616503680 140101633901480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 1.92 2.00 1.72 2/216 32699
/proc/meminfo: memFree=30254684/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/32668/stat : 32668 (java) S 32665 32668 30914 0 -1 4202496 22400 0 1 0 239 16 0 0 20 0 19 0 36414151 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140735616494816 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2456183 24831 2265 9 0 2446860 0
[pid=32668/tid=32670] ppid=32665 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/32668/task/32670/stat : 32670 (java) S 32665 32668 30914 0 -1 4202560 2426 0 1 0 34 1 0 0 20 0 19 0 36414152 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101820384120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32671] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32671/stat : 32671 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101781875240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32672] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32672/stat : 32672 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101780822440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32673] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32673/stat : 32673 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101779769640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32674] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32674/stat : 32674 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101778716840 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32675] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32675/stat : 32675 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101777665064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32676] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32676/stat : 32676 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101776612264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32677] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32677/stat : 32677 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101775559464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32678] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32678/stat : 32678 (java) S 32665 32668 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36414153 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101774506664 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32679] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32679/stat : 32679 (java) S 32665 32668 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36414154 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101644429800 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32680] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32680/stat : 32680 (java) S 32665 32668 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36414154 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101643375864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32681] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32681/stat : 32681 (java) S 32665 32668 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414154 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101642322952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32682] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32682/stat : 32682 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414157 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101641271440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32683] ppid=32665 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/32668/task/32683/stat : 32683 (java) S 32665 32668 30914 0 -1 4202560 8235 0 0 0 72 1 0 0 20 0 19 0 36414157 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101640219576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32684] ppid=32665 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/32668/task/32684/stat : 32684 (java) S 32665 32668 30914 0 -1 4202560 10360 0 0 0 85 2 0 0 20 0 19 0 36414157 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101639166776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32685] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32685/stat : 32685 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414157 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101638114168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32686] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32686/stat : 32686 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414157 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101637061576 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32689] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32689/stat : 32689 (java) S 32665 32668 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414187 10060525568 24831 33554432000 1073741824 1073778376 140735616503680 140101633901480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 1.92 2.00 1.72 3/216 32720
/proc/meminfo: memFree=30201944/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9824732 CPUtime=3.92 cores=0,2,4,6
/proc/32668/stat : 32668 (java) S 32665 32668 30914 0 -1 4202496 23424 0 1 0 368 24 0 0 20 0 22 0 36414151 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140735616494816 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2456183 44573 2283 9 0 2446860 0
[pid=32668/tid=32670] ppid=32665 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/32668/task/32670/stat : 32670 (java) S 32665 32668 30914 0 -1 4202560 2430 0 1 0 35 1 0 0 20 0 22 0 36414152 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101820384120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32671] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32671/stat : 32671 (java) S 32665 32668 30914 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 36414153 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101781875240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32672] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32672/stat : 32672 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36414153 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101780822440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32673] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32673/stat : 32673 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36414153 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101779769640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32674] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32674/stat : 32674 (java) S 32665 32668 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36414153 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101778716840 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32675] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32675/stat : 32675 (java) S 32665 32668 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36414153 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101777665064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32676] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32676/stat : 32676 (java) S 32665 32668 30914 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 36414153 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101776612264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32677] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32677/stat : 32677 (java) S 32665 32668 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36414153 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101775559464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32678] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32678/stat : 32678 (java) S 32665 32668 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36414153 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101774506664 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32679] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32679/stat : 32679 (java) S 32665 32668 30914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 36414154 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101644429800 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32680] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32680/stat : 32680 (java) S 32665 32668 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36414154 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101643375864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32681] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32681/stat : 32681 (java) S 32665 32668 30914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 36414154 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101642322952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32682] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32682/stat : 32682 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36414157 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101641271440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32683] ppid=32665 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/32668/task/32683/stat : 32683 (java) S 32665 32668 30914 0 -1 4202560 9123 0 0 0 87 2 0 0 20 0 22 0 36414157 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101640219576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32684] ppid=32665 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/32668/task/32684/stat : 32684 (java) S 32665 32668 30914 0 -1 4202560 10362 0 0 0 101 2 0 0 20 0 22 0 36414157 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101639166776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32685] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32685/stat : 32685 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36414157 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101638114168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32686] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32686/stat : 32686 (java) S 32665 32668 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36414157 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101637061576 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32689] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32689/stat : 32689 (java) S 32665 32668 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36414187 10060525568 44573 33554432000 1073741824 1073778376 140735616503680 140101633901480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=32668/tid=32680] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32680/stat : 32680 (java) S 32665 32668 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36414154 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140101643375864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32681] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32681/stat : 32681 (java) S 32665 32668 30914 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 36414154 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140101642322952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32682] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32682/stat : 32682 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36414157 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140101641271440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32683] ppid=32665 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/32668/task/32683/stat : 32683 (java) S 32665 32668 30914 0 -1 4202560 9496 0 0 0 113 2 0 0 20 0 22 0 36414157 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140101640219576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32684] ppid=32665 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/32668/task/32684/stat : 32684 (java) S 32665 32668 30914 0 -1 4202560 14264 0 0 0 177 3 0 0 20 0 22 0 36414157 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140101639166776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32685] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32685/stat : 32685 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36414157 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140101638114168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32686] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32686/stat : 32686 (java) S 32665 32668 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36414157 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140101637061576 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32689] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32689/stat : 32689 (java) S 32665 32668 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36414187 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140101633901480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=368] ppid=32665 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/32668/task/368/stat : 368 (java) R 32665 32668 30914 0 -1 4202560 4 0 0 0 259 0 0 0 20 0 22 0 36417167 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140101635997568 140101649759370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=369] ppid=32665 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/32668/task/369/stat : 369 (java) R 32665 32668 30914 0 -1 4202560 136 0 0 0 255 4 0 0 20 0 22 0 36417167 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140101634951816 140101649394163 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=370] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/370/stat : 370 (java) S 32665 32668 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36417170 10060525568 279621 33554432000 1073741824 1073778376 140735616503680 140100356793128 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 32.52
Current children cumulated vsize (KiB) 9824732

[startup+33.2009 s]
/proc/loadavg: 1.97 2.00 1.73 4/219 370
/proc/meminfo: memFree=29216480/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9824732 CPUtime=33.33 cores=0,2,4,6
/proc/32668/stat : 32668 (java) S 32665 32668 30914 0 -1 4202496 29509 0 1 0 3209 124 0 0 20 0 22 0 36414151 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140735616494816 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2456183 280645 2289 9 0 2446860 0
[pid=32668/tid=32670] ppid=32665 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/32668/task/32670/stat : 32670 (java) S 32665 32668 30914 0 -1 4202560 2438 0 1 0 59 2 0 0 20 0 22 0 36414152 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101820384120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32671] ppid=32665 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32668/task/32671/stat : 32671 (java) S 32665 32668 30914 0 -1 4202560 48 0 0 0 11 2 0 0 20 0 22 0 36414153 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101781875240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32672] ppid=32665 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/32668/task/32672/stat : 32672 (java) S 32665 32668 30914 0 -1 4202560 34 0 0 0 8 2 0 0 20 0 22 0 36414153 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101780822440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32673] ppid=32665 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32668/task/32673/stat : 32673 (java) S 32665 32668 30914 0 -1 4202560 50 0 0 0 11 2 0 0 20 0 22 0 36414153 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101779769640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32674] ppid=32665 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/32668/task/32674/stat : 32674 (java) S 32665 32668 30914 0 -1 4202560 69 0 0 0 16 3 0 0 20 0 22 0 36414153 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101778716840 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32675] ppid=32665 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32668/task/32675/stat : 32675 (java) S 32665 32668 30914 0 -1 4202560 39 0 0 0 10 2 0 0 20 0 22 0 36414153 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101777665064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32676] ppid=32665 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/32668/task/32676/stat : 32676 (java) S 32665 32668 30914 0 -1 4202560 50 0 0 0 11 3 0 0 20 0 22 0 36414153 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101776612264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32677] ppid=32665 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32668/task/32677/stat : 32677 (java) S 32665 32668 30914 0 -1 4202560 39 0 0 0 10 2 0 0 20 0 22 0 36414153 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101775559464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32678] ppid=32665 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32668/task/32678/stat : 32678 (java) S 32665 32668 30914 0 -1 4202560 26 0 0 0 10 2 0 0 20 0 22 0 36414153 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101774506664 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32679] ppid=32665 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/32668/task/32679/stat : 32679 (java) S 32665 32668 30914 0 -1 4202560 733 0 0 0 0 4 0 0 20 0 22 0 36414154 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101644429800 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32680] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32680/stat : 32680 (java) S 32665 32668 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36414154 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101643375864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32681] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32681/stat : 32681 (java) S 32665 32668 30914 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 36414154 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101642322952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32682] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32682/stat : 32682 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36414157 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101641271440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32683] ppid=32665 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/32668/task/32683/stat : 32683 (java) S 32665 32668 30914 0 -1 4202560 9498 0 0 0 114 2 0 0 20 0 22 0 36414157 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101640219576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32684] ppid=32665 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/32668/task/32684/stat : 32684 (java) S 32665 32668 30914 0 -1 4202560 14264 0 0 0 177 3 0 0 20 0 22 0 36414157 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101639166776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32685] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32685/stat : 32685 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36414157 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101638114168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32686] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32686/stat : 32686 (java) S 32665 32668 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36414157 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101637061576 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32689] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32689/stat : 32689 (java) S 32665 32668 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36414187 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101633901480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=368] ppid=32665 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/32668/task/368/stat : 368 (java) R 32665 32668 30914 0 -1 4202560 4 0 0 0 299 0 0 0 20 0 22 0 36417167 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101636006312 140101649268166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=369] ppid=32665 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/32668/task/369/stat : 369 (java) R 32665 32668 30914 0 -1 4202560 138 0 0 0 295 4 0 0 20 0 22 0 36417167 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140101634951816 140101649394696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=370] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/370/stat : 370 (java) S 32665 32668 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36417170 10060525568 280645 33554432000 1073741824 1073778376 140735616503680 140100356793128 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 33.33
Current children cumulated vsize (KiB) 9824732

[startup+33.6121 s]
/proc/loadavg: 1.97 2.00 1.73 4/219 370
/proc/meminfo: memFree=29216480/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9824732 CPUtime=34.18 cores=0,2,4,6
/proc/32668/stat : 32668 (java) S 32665 32668 30914 0 -1 4202496 29546 0 1 0 3292 126 0 0 20 0 20 0 36414151 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140735616494816 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2456183 284752 2289 9 0 2446860 0
[pid=32668/tid=32670] ppid=32665 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/32668/task/32670/stat : 32670 (java) S 32665 32668 30914 0 -1 4202560 2438 0 1 0 59 2 0 0 20 0 20 0 36414152 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101820384120 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32671] ppid=32665 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/32668/task/32671/stat : 32671 (java) S 32665 32668 30914 0 -1 4202560 52 0 0 0 12 2 0 0 20 0 20 0 36414153 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101781875240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32672] ppid=32665 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/32668/task/32672/stat : 32672 (java) S 32665 32668 30914 0 -1 4202560 34 0 0 0 9 2 0 0 20 0 20 0 36414153 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101780822440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32673] ppid=32665 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/32668/task/32673/stat : 32673 (java) S 32665 32668 30914 0 -1 4202560 58 0 0 0 13 2 0 0 20 0 20 0 36414153 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101779769496 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32674] ppid=32665 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/32668/task/32674/stat : 32674 (java) R 32665 32668 30914 0 -1 4202560 74 0 0 0 16 4 0 0 20 0 20 0 36414153 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101778716968 262962711687 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32675] ppid=32665 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32668/task/32675/stat : 32675 (java) S 32665 32668 30914 0 -1 4202560 39 0 0 0 10 2 0 0 20 0 20 0 36414153 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101777665032 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32676] ppid=32665 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32668/task/32676/stat : 32676 (java) S 32665 32668 30914 0 -1 4202560 66 0 0 0 13 3 0 0 20 0 20 0 36414153 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101776612264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32677] ppid=32665 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32668/task/32677/stat : 32677 (java) S 32665 32668 30914 0 -1 4202560 39 0 0 0 11 2 0 0 20 0 20 0 36414153 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101775559320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32678] ppid=32665 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32668/task/32678/stat : 32678 (java) R 32665 32668 30914 0 -1 4202560 29 0 0 0 11 2 0 0 20 0 20 0 36414153 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101774506792 262962711687 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32679] ppid=32665 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/32668/task/32679/stat : 32679 (java) S 32665 32668 30914 0 -1 4202560 733 0 0 0 0 4 0 0 20 0 20 0 36414154 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101644428680 262966129724 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32680] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32680/stat : 32680 (java) S 32665 32668 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 36414154 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101643375864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32681] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32681/stat : 32681 (java) S 32665 32668 30914 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 20 0 36414154 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101642322952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32682] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32682/stat : 32682 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36414157 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101641271440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32683] ppid=32665 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/32668/task/32683/stat : 32683 (java) S 32665 32668 30914 0 -1 4202560 9498 0 0 0 114 2 0 0 20 0 20 0 36414157 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101640219576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32684] ppid=32665 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/32668/task/32684/stat : 32684 (java) S 32665 32668 30914 0 -1 4202560 14264 0 0 0 177 3 0 0 20 0 20 0 36414157 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101639166776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32685] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32685/stat : 32685 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36414157 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101638114168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32686] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32686/stat : 32686 (java) S 32665 32668 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 36414157 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101637061576 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32689] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32689/stat : 32689 (java) S 32665 32668 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 36414187 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101633901480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=369] ppid=32665 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/32668/task/369/stat : 369 (java) S 32665 32668 30914 0 -1 4202560 138 0 0 0 334 4 0 0 20 0 20 0 36417167 10060525568 284752 33554432000 1073741824 1073778376 140735616503680 140101634952664 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 34.18
Current children cumulated vsize (KiB) 9824732

[startup+33.7008 s]
/proc/loadavg: 1.97 2.00 1.73 4/219 370
/proc/meminfo: memFree=29216480/32872528 swapFree=303544/319896
[pid=32668] ppid=32665 vsize=9824732 CPUtime=34.24 cores=0,2,4,6
/proc/32668/stat : 32668 (java) S 32665 32668 30914 0 -1 4202496 29547 0 1 0 3298 126 0 0 20 0 19 0 36414151 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140735616494816 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32668/statm: 2456183 284748 2289 9 0 2446860 0
[pid=32668/tid=32670] ppid=32665 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/32668/task/32670/stat : 32670 (java) R 32665 32668 30914 0 -1 4202560 2438 0 1 0 62 2 0 0 20 0 19 0 36414152 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101820383880 140101648914358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32671] ppid=32665 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/32668/task/32671/stat : 32671 (java) S 32665 32668 30914 0 -1 4202560 52 0 0 0 12 2 0 0 20 0 19 0 36414153 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101781875240 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32672] ppid=32665 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/32668/task/32672/stat : 32672 (java) S 32665 32668 30914 0 -1 4202560 34 0 0 0 9 2 0 0 20 0 19 0 36414153 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101780822440 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32673] ppid=32665 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/32668/task/32673/stat : 32673 (java) S 32665 32668 30914 0 -1 4202560 58 0 0 0 13 2 0 0 20 0 19 0 36414153 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101779769640 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32674] ppid=32665 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/32668/task/32674/stat : 32674 (java) S 32665 32668 30914 0 -1 4202560 74 0 0 0 16 4 0 0 20 0 19 0 36414153 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101778716840 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32675] ppid=32665 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32668/task/32675/stat : 32675 (java) S 32665 32668 30914 0 -1 4202560 39 0 0 0 10 2 0 0 20 0 19 0 36414153 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101777665064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32676] ppid=32665 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32668/task/32676/stat : 32676 (java) S 32665 32668 30914 0 -1 4202560 66 0 0 0 13 3 0 0 20 0 19 0 36414153 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101776612264 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32677] ppid=32665 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32668/task/32677/stat : 32677 (java) S 32665 32668 30914 0 -1 4202560 39 0 0 0 11 2 0 0 20 0 19 0 36414153 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101775559464 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32678] ppid=32665 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32668/task/32678/stat : 32678 (java) S 32665 32668 30914 0 -1 4202560 29 0 0 0 11 2 0 0 20 0 19 0 36414153 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101774506664 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32679] ppid=32665 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/32668/task/32679/stat : 32679 (java) S 32665 32668 30914 0 -1 4202560 733 0 0 0 0 4 0 0 20 0 19 0 36414154 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101644429800 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32680] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32680/stat : 32680 (java) S 32665 32668 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36414154 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101643375864 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32681] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32681/stat : 32681 (java) S 32665 32668 30914 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 36414154 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101642322952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32682] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32682/stat : 32682 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414157 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101641271440 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32668/tid=32683] ppid=32665 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/32668/task/32683/stat : 32683 (java) S 32665 32668 30914 0 -1 4202560 9498 0 0 0 114 2 0 0 20 0 19 0 36414157 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101640219576 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32668/tid=32684] ppid=32665 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/32668/task/32684/stat : 32684 (java) S 32665 32668 30914 0 -1 4202560 14264 0 0 0 178 3 0 0 20 0 19 0 36414157 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101639166776 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32685] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32685/stat : 32685 (java) S 32665 32668 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36414157 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101638114168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32668/tid=32686] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32686/stat : 32686 (java) S 32665 32668 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36414157 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101637061576 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32668/tid=32689] ppid=32665 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32668/task/32689/stat : 32689 (java) S 32665 32668 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36414187 10060525568 284748 33554432000 1073741824 1073778376 140735616503680 140101633901480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 34.24
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 33.783
CPU time (s): 34.4388
CPU user time (s): 33.016
CPU system time (s): 1.42278
CPU usage (%): 101.941
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.016
system time used= 1.42278
maximum resident set size= 1139008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29558
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2929
involuntary context switches= 2294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.25996 second user time and 0.309952 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-19 15:41:15
IDJOB=4109721
IDBENCH=78904
IDSOLVER=2552
FILE ID=node128/4109721-1466343675
RUNJOBID= node128-1466341815-30930
PBS_JOBID= 19922025
Free space on /tmp= 71708 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.1900559676--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109721-1466343675/watcher-4109721-1466343675 -o /tmp/evaluation-result-4109721-1466343675/solver-4109721-1466343675 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109721-1466343675.wbo

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

MD5SUM BENCH= a1fa880e8620ee0c5e9a297708544854
RANDOM SEED=1667155791

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30333124 kB
Buffers:          186012 kB
Cached:           273044 kB
SwapCached:         2716 kB
Active:          1110028 kB
Inactive:         345144 kB
Active(anon):     994280 kB
Inactive(anon):     4296 kB
Active(file):     115748 kB
Inactive(file):   340848 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:       1384184 kB
Mapped:            17152 kB
Shmem:                 0 kB
Slab:             626820 kB
SReclaimable:      70212 kB
SUnreclaim:       556608 kB
KernelStack:        1792 kB
PageTables:         6848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1469388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1067008 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= 71708 MiB
End job on node128 at 2016-06-19 15:41:49