Trace number 4109913

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 26.301 29.6842

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900669797--soft-33-100-0.wbo
MD5SUMebc456211cf99aa767d1987ef9daf648
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 benchmark40.8798
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109913-1467321516.wbo
0.11/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.22s.
0.48/0.33	c declared #vars     231
0.48/0.33	c internal #vars     2008
0.48/0.33	c #constraints  2707
0.48/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2606
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 1777 literals
0.77/0.45	c And the winner is solver0
1.29/0.83	c SATISFIABLE
1.29/0.83	c OPTIMIZING...
1.29/0.83	c Got one! Elapsed wall clock time (in seconds):0.726
1.29/0.83	o 642
1.29/0.87	c And the winner is solver0
1.98/1.35	c Got one! Elapsed wall clock time (in seconds):1.24
1.98/1.35	o 640
2.18/1.41	c And the winner is solver0
2.30/1.85	c Got one! Elapsed wall clock time (in seconds):1.749
2.30/1.85	o 290
2.30/1.88	c And the winner is solver0
2.40/2.36	c Got one! Elapsed wall clock time (in seconds):2.256
2.40/2.36	o 168
2.40/2.38	c And the winner is solver0
2.47/2.87	c Got one! Elapsed wall clock time (in seconds):2.761
2.47/2.87	o 155
2.90/3.08	c And the winner is solver0
3.22/3.37	c Got one! Elapsed wall clock time (in seconds):3.266
3.22/3.37	o 151
3.31/3.42	c And the winner is solver0
3.37/3.88	c Got one! Elapsed wall clock time (in seconds):3.771
3.37/3.88	o 141
3.37/3.89	c And the winner is solver0
3.42/4.38	c Got one! Elapsed wall clock time (in seconds):4.275
3.42/4.38	o 140
3.42/4.39	c And the winner is solver0
3.44/4.88	c Got one! Elapsed wall clock time (in seconds):4.778
3.44/4.88	o 138
3.44/4.90	c And the winner is solver0
3.46/5.39	c Got one! Elapsed wall clock time (in seconds):5.281
3.46/5.39	o 127
3.48/5.40	c And the winner is solver0
3.49/5.89	c Got one! Elapsed wall clock time (in seconds):5.784
3.49/5.89	o 123
3.50/5.93	c And the winner is solver0
3.59/6.39	c Got one! Elapsed wall clock time (in seconds):6.287
3.59/6.39	o 119
3.61/6.44	c And the winner is solver0
3.72/6.90	c Got one! Elapsed wall clock time (in seconds):6.79
3.72/6.90	o 116
4.18/7.11	c And the winner is solver0
4.23/7.40	c Got one! Elapsed wall clock time (in seconds):7.293
4.23/7.40	o 113
4.23/7.46	c And the winner is solver0
4.39/7.90	c Got one! Elapsed wall clock time (in seconds):7.796
4.39/7.90	o 108
4.61/8.06	c And the winner is solver0
4.77/8.40	c Got one! Elapsed wall clock time (in seconds):8.299
4.77/8.40	o 103
5.16/8.65	c And the winner is solver0
5.27/8.91	c Got one! Elapsed wall clock time (in seconds):8.801
5.27/8.91	o 98
5.45/9.09	c cleaning 4661 clauses out of 9330 with flag 5148/9330
5.71/9.12	c And the winner is solver0
5.83/9.41	c Got one! Elapsed wall clock time (in seconds):9.304
5.83/9.41	o 96
5.83/9.47	c And the winner is solver0
5.97/9.91	c Got one! Elapsed wall clock time (in seconds):9.807
5.97/9.91	o 95
5.97/9.93	c And the winner is solver0
5.97/10.42	c Got one! Elapsed wall clock time (in seconds):10.311
5.97/10.42	o 90
5.97/10.46	c And the winner is solver0
6.08/10.92	c Got one! Elapsed wall clock time (in seconds):10.814
6.08/10.92	o 71
6.23/11.03	c And the winner is solver0
6.30/11.42	c Got one! Elapsed wall clock time (in seconds):11.317
6.30/11.42	o 64
6.68/11.60	c And the winner is solver0
6.71/11.93	c Got one! Elapsed wall clock time (in seconds):11.823
6.71/11.93	o 59
6.71/11.95	c And the winner is solver0
6.75/12.44	c Got one! Elapsed wall clock time (in seconds):12.329
6.75/12.44	o 52
6.87/12.50	c And the winner is solver0
6.89/12.94	c Got one! Elapsed wall clock time (in seconds):12.837
6.89/12.94	o 51
7.24/13.15	c And the winner is solver0
7.38/13.45	c Got one! Elapsed wall clock time (in seconds):13.346
7.38/13.45	o 50
7.38/13.48	c And the winner is solver0
7.44/13.96	c Got one! Elapsed wall clock time (in seconds):13.855
7.44/13.96	o 47
7.78/14.15	c cleaning 6376 clauses out of 12766 with flag 10284/17427
7.78/14.15	c And the winner is solver0
7.94/14.47	c Got one! Elapsed wall clock time (in seconds):14.364
7.94/14.47	o 45
8.05/14.53	c And the winner is solver0
8.10/14.98	c Got one! Elapsed wall clock time (in seconds):14.874
8.10/14.98	o 44
8.12/15.03	c And the winner is solver0
8.23/15.49	c Got one! Elapsed wall clock time (in seconds):15.384
8.23/15.49	o 41
8.42/15.60	c And the winner is solver0
8.45/16.00	c Got one! Elapsed wall clock time (in seconds):15.893
8.45/16.00	o 39
9.27/16.41	c cleaning 6157 clauses out of 12328 with flag 26729/23365
9.27/16.47	c And the winner is solver0
9.44/16.51	c Got one! Elapsed wall clock time (in seconds):16.404
9.44/16.51	o 33
10.06/16.83	c And the winner is solver0
10.15/17.02	c Got one! Elapsed wall clock time (in seconds):16.916
10.15/17.02	o 32
10.49/17.21	c cleaning 6075 clauses out of 12157 with flag 13119/29351
10.68/17.37	c And the winner is solver0
10.87/17.54	c Got one! Elapsed wall clock time (in seconds):17.43
10.87/17.54	o 31
11.42/17.80	c cleaning 5664 clauses out of 11330 with flag 23691/34599
11.42/17.87	c And the winner is solver0
11.60/18.05	c Got one! Elapsed wall clock time (in seconds):17.947
11.60/18.05	o 30
12.06/18.39	c cleaning 5370 clauses out of 10758 with flag 30968/39691
12.26/18.49	c And the winner is solver0
12.52/18.57	c Got one! Elapsed wall clock time (in seconds):18.465
12.52/18.57	o 25
13.16/18.92	c cleaning 5203 clauses out of 10422 with flag 34584/44725
13.36/19.01	c And the winner is solver0
13.36/19.09	c Got one! Elapsed wall clock time (in seconds):18.984
13.36/19.09	o 24
14.00/19.41	c And the winner is solver0
14.07/19.61	c Got one! Elapsed wall clock time (in seconds):19.505
14.07/19.61	o 22
14.07/19.69	c And the winner is solver0
14.23/20.13	c Got one! Elapsed wall clock time (in seconds):20.028
14.23/20.13	o 21
14.33/20.26	c And the winner is solver0
14.53/20.66	c Got one! Elapsed wall clock time (in seconds):20.552
14.53/20.66	o 18
14.58/20.77	c cleaning 6411 clauses out of 12833 with flag 8296/52339
15.59/21.26	c cleaning 6204 clauses out of 12422 with flag 62447/58339
16.19/21.58	c And the winner is solver0
16.37/21.69	c Got one! Elapsed wall clock time (in seconds):21.574
16.37/21.69	o 15
16.61/21.81	c And the winner is solver0
16.67/22.21	c Got one! Elapsed wall clock time (in seconds):22.099
16.67/22.21	o 14
16.84/22.34	c cleaning 6119 clauses out of 12245 with flag 8044/64366
17.27/22.50	c And the winner is solver0
17.33/22.73	c Got one! Elapsed wall clock time (in seconds):22.627
17.33/22.73	o 10
17.42/22.84	c And the winner is solver0
17.55/23.27	c Got one! Elapsed wall clock time (in seconds):23.153
17.55/23.27	o 9
17.80/23.44	c cleaning 5827 clauses out of 11663 with flag 15016/69903
18.80/23.91	c cleaning 5909 clauses out of 11835 with flag 68495/75902
19.00/24.00	c And the winner is solver0
19.04/24.30	c Got one! Elapsed wall clock time (in seconds):24.188
19.04/24.30	o 8
19.61/24.62	c cleaning 5615 clauses out of 11255 with flag 31622/81231
20.46/25.08	c cleaning 5811 clauses out of 11640 with flag 80793/87231
21.27/25.46	c And the winner is solver0
21.41/25.83	c Got one! Elapsed wall clock time (in seconds):25.721
21.41/25.83	o 6
21.51/25.96	c cleaning 5709 clauses out of 11420 with flag 8435/92822
21.94/26.15	c And the winner is solver0
22.07/26.36	c Got one! Elapsed wall clock time (in seconds):26.255
22.07/26.36	o 5
22.31/26.56	c And the winner is solver0
22.47/26.90	c Got one! Elapsed wall clock time (in seconds):26.792
22.47/26.90	o 4
22.63/27.01	c And the winner is solver0
22.68/27.43	c Got one! Elapsed wall clock time (in seconds):27.329
22.68/27.43	o 3
22.78/27.56	c cleaning 6085 clauses out of 12170 with flag 7823/99281
23.61/27.93	c And the winner is solver0
23.61/27.97	c Got one! Elapsed wall clock time (in seconds):27.865
23.61/27.97	o 2
23.74/28.09	c cleaning 5802 clauses out of 11623 with flag 5991/104819
24.33/28.35	c And the winner is solver0
24.47/28.51	c Got one! Elapsed wall clock time (in seconds):28.402
24.47/28.51	o 1
24.62/28.63	c cleaning 5471 clauses out of 10954 with flag 6905/109952
25.21/28.93	c cleaning 5741 clauses out of 11482 with flag 37500/115951
25.62/29.18	c cleaning 6368 clauses out of 12737 with flag 66565/122951
26.03/29.31	c And the winner is solver0
26.14/29.67	c >>>>>>>>>> Solver number 0 (52 answers) <<<<<<<<<<<<<<<<<<
26.14/29.67	c starts		: 171
26.14/29.67	c conflicts		: 127849
26.14/29.67	c decisions		: 274237
26.14/29.67	c propagations		: 13164480
26.14/29.67	c inspects		: 102157494
26.14/29.67	c shortcuts		: 0
26.14/29.67	c learnt literals	: 11
26.14/29.67	c learnt binary clauses	: 96
26.14/29.67	c learnt ternary clauses	: 420
26.14/29.67	c learnt constraints	: 127837
26.14/29.67	c ignored constraints	: 0
26.14/29.67	c root simplifications	: 0
26.14/29.67	c removed literals (reason simplification)	: 573822
26.14/29.67	c reason swapping (by a shorter reason)	: 0
26.14/29.67	c Calls to reduceDB	: 20
26.14/29.67	c Number of update (reduction) of LBD	: 59253
26.14/29.67	c Imported unit clauses	: 0
26.14/29.67	c number of reductions to clauses (during analyze)	: 0
26.14/29.67	c number of learned constraints concerned by reduction	: 0
26.14/29.67	c number of learning phase by resolution	: 0
26.14/29.67	c number of learning phase by cutting planes	: 0
26.14/29.67	c speed (assignments/second)	: 448809.4913405155
26.14/29.67	c non guided choices	6078
26.14/29.67	c learnt constraints type 
26.14/29.67	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
26.14/29.67	c starts		: 61
26.14/29.67	c conflicts		: 2301
26.14/29.67	c decisions		: 63967
26.14/29.67	c propagations		: 181871
26.14/29.67	c inspects		: 15379345
26.14/29.67	c shortcuts		: 0
26.14/29.67	c learnt literals	: 0
26.14/29.67	c learnt binary clauses	: 0
26.14/29.67	c learnt ternary clauses	: 0
26.14/29.67	c learnt constraints	: 2273
26.14/29.67	c ignored constraints	: 0
26.14/29.67	c root simplifications	: 0
26.14/29.67	c removed literals (reason simplification)	: 0
26.14/29.67	c reason swapping (by a shorter reason)	: 0
26.14/29.67	c Calls to reduceDB	: 0
26.14/29.67	c Number of update (reduction) of LBD	: 0
26.14/29.67	c Imported unit clauses	: 0
26.14/29.67	c number of reductions to clauses (during analyze)	: 0
26.14/29.67	c number of learned constraints concerned by reduction	: 0
26.14/29.67	c number of learning phase by resolution	: 0
26.14/29.67	c number of learning phase by cutting planes	: 0
26.14/29.67	c speed (assignments/second)	: 169025.09293680298
26.14/29.67	c non guided choices	5047
26.14/29.67	c learnt constraints type 
26.14/29.67	s OPTIMUM FOUND
26.14/29.67	c Found 51 solution(s)
26.14/29.67	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 
26.14/29.67	c objective function=1
26.14/29.67	c Total wall clock time (in seconds): 29.569

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-4109913-1467321516/watcher-4109913-1467321516 -o /tmp/evaluation-result-4109913-1467321516/solver-4109913-1467321516 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109913-1467321516.wbo 

pid=5204
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.80 1.53 1.73 2/194 5207
/proc/meminfo: memFree=30386288/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 11171520 98570240 977 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 24065 977 743 9 0 16771 0
[pid=5207/tid=5208] ppid=5204 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) R 5204 5207 23565 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 11171521 98570240 978 33554432000 1073741824 1073778376 140734581939184 140218867351080 211458803072 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 1.80 1.53 1.73 2/194 5207
/proc/meminfo: memFree=30386288/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 4549 0 1 0 10 1 0 0 20 0 18 0 11171520 9787879424 5657 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 2389619 5658 2156 9 0 2380296 0
[pid=5207/tid=5208] ppid=5204 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) R 5204 5207 23565 0 -1 4202560 2442 0 1 0 7 0 0 0 20 0 18 0 11171521 9787879424 5658 33554432000 1073741824 1073778376 140734581939184 140218867354528 211462186253 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 1.80 1.53 1.73 2/194 5207
/proc/meminfo: memFree=30386288/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 4838 0 1 0 24 1 0 0 20 0 18 0 11171520 9787879424 6406 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 2389619 6406 2213 9 0 2380296 0
[pid=5207/tid=5208] ppid=5204 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) R 5204 5207 23565 0 -1 4202560 2458 0 1 0 17 0 0 0 20 0 18 0 11171521 9787879424 6406 33554432000 1073741824 1073778376 140734581939184 140218867354528 140218871483895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300321 s]
/proc/loadavg: 1.80 1.53 1.73 2/194 5207
/proc/meminfo: memFree=30386288/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 5899 0 1 0 47 1 0 0 20 0 18 0 11171520 9787879424 8510 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 2389619 8510 2231 9 0 2380296 0
[pid=5207/tid=5208] ppid=5204 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) R 5204 5207 23565 0 -1 4202560 2461 0 1 0 27 0 0 0 20 0 18 0 11171521 9787879424 8510 33554432000 1073741824 1073778376 140734581939184 140218867355064 211462175800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700324 s]
/proc/loadavg: 1.80 1.53 1.73 2/194 5207
/proc/meminfo: memFree=30386288/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 11558 0 1 0 125 4 0 0 20 0 19 0 11171520 10060525568 12541 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 2456183 12541 2260 9 0 2446860 0
[pid=5207/tid=5208] ppid=5204 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) S 5204 5207 23565 0 -1 4202560 2478 0 1 0 31 0 0 0 20 0 19 0 11171521 10060525568 12541 33554432000 1073741824 1073778376 140734581939184 140218867356536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.80 1.53 1.73 6/216 5241
/proc/meminfo: memFree=30307748/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 24329 0 1 0 220 10 0 0 20 0 19 0 11171520 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 2456183 21829 2265 9 0 2446860 0
[pid=5207/tid=5208] ppid=5204 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) S 5204 5207 23565 0 -1 4202560 2479 0 1 0 33 0 0 0 20 0 19 0 11171521 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218867356536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5210] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218806085800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5211] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218805033256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5212] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218709260712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5207/tid=5213] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218708208168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5214] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5214/stat : 5214 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218707155624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5215] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5215/stat : 5215 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218706103080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5216] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5216/stat : 5216 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218705050536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5217] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5217/stat : 5217 (java) S 5204 5207 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218703997992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5218] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11171522 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218691586152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5219] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5219/stat : 5219 (java) S 5204 5207 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11171523 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218690532472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5220] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11171523 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218689479816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5221] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218688428560 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5222] ppid=5204 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/5207/task/5222/stat : 5222 (java) S 5204 5207 23565 0 -1 4202560 7715 0 0 0 70 0 0 0 20 0 19 0 11171525 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218687375928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5223] ppid=5204 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/5207/task/5223/stat : 5223 (java) S 5204 5207 23565 0 -1 4202560 12784 0 0 0 76 2 0 0 20 0 19 0 11171525 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218686323384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5224] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5224/stat : 5224 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218685271032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5225] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5225/stat : 5225 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218684218696 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5231] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5231/stat : 5231 (java) S 5204 5207 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11171555 10060525568 21829 33554432000 1073741824 1073778376 140734581939184 140218681009192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 1.65 1.51 1.72 1/213 5253
/proc/meminfo: memFree=30293428/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 26871 0 1 0 302 17 0 0 20 0 19 0 11171520 10060525568 33928 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 2456183 33928 2269 9 0 2446860 0
[pid=5207/tid=5208] ppid=5204 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) S 5204 5207 23565 0 -1 4202560 2482 0 1 0 34 1 0 0 20 0 19 0 11171521 10060525568 33928 33554432000 1073741824 1073778376 140734581939184 140218867356536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5210] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 33928 33554432000 1073741824 1073778376 140734581939184 140218806085800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5211] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 33928 33554432000 1073741824 1073778376 140734581939184 140218805033256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5212] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 33928 33554432000 1073741824 1073778376 140734581939184 140218709260712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5207/tid=5213] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 33928 33554432000 1073741824 1073778376 140734581939184 140218708208168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5214] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5214/stat : 5214 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218707155624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5215] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5215/stat : 5215 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218706103080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5216] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5216/stat : 5216 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218705050536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5217] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5217/stat : 5217 (java) S 5204 5207 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218703997992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5218] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11171522 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218691586152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5219] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5219/stat : 5219 (java) S 5204 5207 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11171523 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218690532472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5220] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11171523 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218689479816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5221] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218688428560 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5222] ppid=5204 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/5207/task/5222/stat : 5222 (java) R 5204 5207 23565 0 -1 4202560 10131 0 0 0 88 2 0 0 20 0 19 0 11171525 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218687375928 211458428747 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5223] ppid=5204 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/5207/task/5223/stat : 5223 (java) S 5204 5207 23565 0 -1 4202560 12862 0 0 0 96 2 0 0 20 0 19 0 11171525 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218686323384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5224] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5224/stat : 5224 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218685271032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5225] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5225/stat : 5225 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218684218696 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5231] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5231/stat : 5231 (java) S 5204 5207 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11171555 10060525568 33929 33554432000 1073741824 1073778376 140734581939184 140218681009192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 9824732

[startup+6.3008 s]
/proc/loadavg: 1.65 1.51 1.72 1/213 5292
/proc/meminfo: memFree=30201264/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=9824732 CPUtime=3.59 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 27141 0 1 0 334 25 0 0 20 0 19 0 11171520 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 2456183 47245 2283 9 0 2446860 0
[pid=5207/tid=5208] ppid=5204 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) S 5204 5207 23565 0 -1 4202560 2484 0 1 0 36 2 0 0 20 0 19 0 11171521 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218867356536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5210] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218806085800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5211] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218805033256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5212] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218709260712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5207/tid=5213] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218708208168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5214] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5214/stat : 5214 (java) S 5204 5207 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218707155624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5215] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5215/stat : 5215 (java) S 5204 5207 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218706103080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5207/tid=5216] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5216/stat : 5216 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218705050536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5217] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5217/stat : 5217 (java) S 5204 5207 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11171521 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218703997992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5218] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11171522 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218691586152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5219] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5219/stat : 5219 (java) S 5204 5207 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11171523 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218690532472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5220] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11171523 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218689479816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5221] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218688428560 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5222] ppid=5204 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/5207/task/5222/stat : 5222 (java) S 5204 5207 23565 0 -1 4202560 10274 0 0 0 97 2 0 0 20 0 19 0 11171525 10060525568 47245 33554432000 1073741824 1073778376 140734581939184 140218687375928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5223] ppid=5204 vsize=9824732 CPUtime=1.03 cores=1,3,5,7

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

[pid=5207/tid=5218] ppid=5204 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 23565 0 -1 4202560 446 0 0 0 1 10 0 0 20 0 19 0 11171522 10060525568 187543 33554432000 1073741824 1073778376 140734581939184 140218691586152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5207/tid=5219] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5219/stat : 5219 (java) S 5204 5207 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11171523 10060525568 187543 33554432000 1073741824 1073778376 140734581939184 140218690532472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5220] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 23565 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 11171523 10060525568 187543 33554432000 1073741824 1073778376 140734581939184 140218689479816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5221] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 187543 33554432000 1073741824 1073778376 140734581939184 140218688428560 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5222] ppid=5204 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/5207/task/5222/stat : 5222 (java) S 5204 5207 23565 0 -1 4202560 10298 0 0 0 114 2 0 0 20 0 19 0 11171525 10060525568 187543 33554432000 1073741824 1073778376 140734581939184 140218687375928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5207/tid=5223] ppid=5204 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/5207/task/5223/stat : 5223 (java) S 5204 5207 23565 0 -1 4202560 12911 0 0 0 132 2 0 0 20 0 19 0 11171525 10060525568 187543 33554432000 1073741824 1073778376 140734581939184 140218686323384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5224] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5224/stat : 5224 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 187543 33554432000 1073741824 1073778376 140734581939184 140218685271032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5225] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5225/stat : 5225 (java) S 5204 5207 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 187543 33554432000 1073741824 1073778376 140734581939184 140218684218696 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5231] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5231/stat : 5231 (java) S 5204 5207 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11171555 10060525568 187543 33554432000 1073741824 1073778376 140734581939184 140218681009192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.68
Current children cumulated vsize (KiB) 9824732

[startup+28.801 s]
/proc/loadavg: 1.41 1.46 1.70 3/215 5537
/proc/meminfo: memFree=29293644/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=9824732 CPUtime=25.01 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 28531 0 1 0 2374 127 0 0 20 0 22 0 11171520 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 2456183 191649 2288 9 0 2446860 0
[pid=5207/tid=5208] ppid=5204 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) S 5204 5207 23565 0 -1 4202560 2499 0 1 0 98 2 0 0 20 0 22 0 11171521 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218867356536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5210] ppid=5204 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 23565 0 -1 4202560 42 0 0 0 10 2 0 0 20 0 22 0 11171521 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218806085800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5211] ppid=5204 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 23565 0 -1 4202560 33 0 0 0 11 1 0 0 20 0 22 0 11171521 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218805033256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5212] ppid=5204 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 23565 0 -1 4202560 28 0 0 0 9 2 0 0 20 0 22 0 11171521 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218709260712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5213] ppid=5204 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 23565 0 -1 4202560 59 0 0 0 13 3 0 0 20 0 22 0 11171521 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218708208168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5214] ppid=5204 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/5207/task/5214/stat : 5214 (java) S 5204 5207 23565 0 -1 4202560 53 0 0 0 14 3 0 0 20 0 22 0 11171521 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218707155624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5215] ppid=5204 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/5207/task/5215/stat : 5215 (java) S 5204 5207 23565 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 22 0 11171521 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218706103080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5216] ppid=5204 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/5207/task/5216/stat : 5216 (java) S 5204 5207 23565 0 -1 4202560 37 0 0 0 11 2 0 0 20 0 22 0 11171521 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218705050536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5217] ppid=5204 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/5207/task/5217/stat : 5217 (java) S 5204 5207 23565 0 -1 4202560 55 0 0 0 13 2 0 0 20 0 22 0 11171521 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218703997992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5218] ppid=5204 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 23565 0 -1 4202560 446 0 0 0 1 10 0 0 20 0 22 0 11171522 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218691586152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5219] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5219/stat : 5219 (java) S 5204 5207 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11171523 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218690532472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5220] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 23565 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 11171523 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218689479816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5221] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11171525 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218688428560 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5222] ppid=5204 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/5207/task/5222/stat : 5222 (java) S 5204 5207 23565 0 -1 4202560 10298 0 0 0 114 2 0 0 20 0 22 0 11171525 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218687375928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5207/tid=5223] ppid=5204 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/5207/task/5223/stat : 5223 (java) S 5204 5207 23565 0 -1 4202560 12911 0 0 0 132 2 0 0 20 0 22 0 11171525 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218686323384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5224] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5224/stat : 5224 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11171525 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218685271032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5225] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5225/stat : 5225 (java) S 5204 5207 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11171525 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218684218696 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5231] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5231/stat : 5231 (java) S 5204 5207 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11171555 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218681009192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5536] ppid=5204 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/5207/task/5536/stat : 5536 (java) R 5204 5207 23565 0 -1 4202560 3 0 0 0 23 0 0 0 20 0 22 0 11174375 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218679958248 140218807647530 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5537] ppid=5204 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/5207/task/5537/stat : 5537 (java) R 5204 5207 23565 0 -1 4202560 2 0 0 0 23 0 0 0 20 0 22 0 11174375 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218682061848 140218807898648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5538] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5538/stat : 5538 (java) S 5204 5207 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11174380 10060525568 191649 33554432000 1073741824 1073778376 140734581939184 140218683114792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 9824732

[startup+29.2009 s]
/proc/loadavg: 1.41 1.46 1.70 3/215 5537
/proc/meminfo: memFree=29293644/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=9824732 CPUtime=25.83 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 28534 0 1 0 2456 127 0 0 20 0 22 0 11171520 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 2456183 191652 2288 9 0 2446860 0
[pid=5207/tid=5208] ppid=5204 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) S 5204 5207 23565 0 -1 4202560 2499 0 1 0 98 2 0 0 20 0 22 0 11171521 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218867356536 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5210] ppid=5204 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 23565 0 -1 4202560 42 0 0 0 10 2 0 0 20 0 22 0 11171521 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218806085800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5211] ppid=5204 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 23565 0 -1 4202560 33 0 0 0 11 1 0 0 20 0 22 0 11171521 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218805033256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5212] ppid=5204 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 23565 0 -1 4202560 28 0 0 0 9 2 0 0 20 0 22 0 11171521 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218709260712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5213] ppid=5204 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 23565 0 -1 4202560 59 0 0 0 13 3 0 0 20 0 22 0 11171521 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218708208168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5214] ppid=5204 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/5207/task/5214/stat : 5214 (java) S 5204 5207 23565 0 -1 4202560 53 0 0 0 14 3 0 0 20 0 22 0 11171521 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218707155624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5215] ppid=5204 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/5207/task/5215/stat : 5215 (java) S 5204 5207 23565 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 22 0 11171521 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218706103080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5216] ppid=5204 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/5207/task/5216/stat : 5216 (java) S 5204 5207 23565 0 -1 4202560 37 0 0 0 11 2 0 0 20 0 22 0 11171521 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218705050536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5217] ppid=5204 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/5207/task/5217/stat : 5217 (java) S 5204 5207 23565 0 -1 4202560 55 0 0 0 13 2 0 0 20 0 22 0 11171521 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218703997992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5218] ppid=5204 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 23565 0 -1 4202560 446 0 0 0 1 10 0 0 20 0 22 0 11171522 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218691586152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5219] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5219/stat : 5219 (java) S 5204 5207 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11171523 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218690532472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5220] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 23565 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 11171523 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218689479816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5221] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11171525 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218688428560 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5222] ppid=5204 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/5207/task/5222/stat : 5222 (java) S 5204 5207 23565 0 -1 4202560 10298 0 0 0 116 2 0 0 20 0 22 0 11171525 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218687375928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5223] ppid=5204 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/5207/task/5223/stat : 5223 (java) S 5204 5207 23565 0 -1 4202560 12911 0 0 0 132 2 0 0 20 0 22 0 11171525 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218686323384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5224] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5224/stat : 5224 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11171525 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218685271032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5225] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5225/stat : 5225 (java) S 5204 5207 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11171525 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218684218696 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5231] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5231/stat : 5231 (java) S 5204 5207 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11171555 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218681009192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5536] ppid=5204 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/5207/task/5536/stat : 5536 (java) R 5204 5207 23565 0 -1 4202560 5 0 0 0 63 0 0 0 20 0 22 0 11174375 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218679958248 140218807741063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5537] ppid=5204 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/5207/task/5537/stat : 5537 (java) R 5204 5207 23565 0 -1 4202560 3 0 0 0 63 0 0 0 20 0 22 0 11174375 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218682062104 140218807898648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5538] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5538/stat : 5538 (java) S 5204 5207 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11174380 10060525568 191652 33554432000 1073741824 1073778376 140734581939184 140218683114792 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.83
Current children cumulated vsize (KiB) 9824732

[startup+29.6007 s]
/proc/loadavg: 1.41 1.46 1.70 3/215 5537
/proc/meminfo: memFree=29293644/32872528 swapFree=480748/529804
[pid=5207] ppid=5204 vsize=9824732 CPUtime=26.14 cores=1,3,5,7
/proc/5207/stat : 5207 (java) S 5204 5207 23565 0 -1 4202496 28534 0 1 0 2485 129 0 0 20 0 19 0 11171520 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140734581930320 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5207/statm: 2456183 191642 2288 9 0 2446860 0
[pid=5207/tid=5208] ppid=5204 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/5207/task/5208/stat : 5208 (java) R 5204 5207 23565 0 -1 4202560 2499 0 1 0 103 2 0 0 20 0 19 0 11171521 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218867356216 140218807314352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5210] ppid=5204 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5207/task/5210/stat : 5210 (java) S 5204 5207 23565 0 -1 4202560 42 0 0 0 10 2 0 0 20 0 19 0 11171521 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218806085800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5211] ppid=5204 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/5207/task/5211/stat : 5211 (java) S 5204 5207 23565 0 -1 4202560 33 0 0 0 11 1 0 0 20 0 19 0 11171521 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218805033256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5212] ppid=5204 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5207/task/5212/stat : 5212 (java) S 5204 5207 23565 0 -1 4202560 28 0 0 0 9 2 0 0 20 0 19 0 11171521 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218709260712 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5213] ppid=5204 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/5207/task/5213/stat : 5213 (java) S 5204 5207 23565 0 -1 4202560 59 0 0 0 13 3 0 0 20 0 19 0 11171521 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218708208168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5214] ppid=5204 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/5207/task/5214/stat : 5214 (java) S 5204 5207 23565 0 -1 4202560 53 0 0 0 14 3 0 0 20 0 19 0 11171521 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218707155624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5215] ppid=5204 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/5207/task/5215/stat : 5215 (java) S 5204 5207 23565 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 11171521 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218706103080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5216] ppid=5204 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/5207/task/5216/stat : 5216 (java) S 5204 5207 23565 0 -1 4202560 37 0 0 0 11 2 0 0 20 0 19 0 11171521 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218705050536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5217] ppid=5204 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/5207/task/5217/stat : 5217 (java) S 5204 5207 23565 0 -1 4202560 55 0 0 0 13 2 0 0 20 0 19 0 11171521 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218703997992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5218] ppid=5204 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/5207/task/5218/stat : 5218 (java) S 5204 5207 23565 0 -1 4202560 446 0 0 0 1 10 0 0 20 0 19 0 11171522 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218691586152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5219] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5219/stat : 5219 (java) S 5204 5207 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11171523 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218690532472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5220] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5220/stat : 5220 (java) S 5204 5207 23565 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 11171523 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218689479816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5221] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5221/stat : 5221 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218688428560 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5207/tid=5222] ppid=5204 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/5207/task/5222/stat : 5222 (java) S 5204 5207 23565 0 -1 4202560 10298 0 0 0 116 2 0 0 20 0 19 0 11171525 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218687375928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5223] ppid=5204 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/5207/task/5223/stat : 5223 (java) R 5204 5207 23565 0 -1 4202560 12911 0 0 0 133 2 0 0 20 0 19 0 11171525 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218686323384 140218870235456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5224] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5224/stat : 5224 (java) S 5204 5207 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218685271032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5207/tid=5225] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5225/stat : 5225 (java) S 5204 5207 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11171525 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218684218696 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5207/tid=5231] ppid=5204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/5207/task/5231/stat : 5231 (java) S 5204 5207 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11171555 10060525568 191642 33554432000 1073741824 1073778376 140734581939184 140218681009192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 26.14
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 29.6842
CPU time (s): 26.301
CPU user time (s): 24.8682
CPU system time (s): 1.43278
CPU usage (%): 88.6028
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.8682
system time used= 1.43278
maximum resident set size= 766608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28542
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2754
involuntary context switches= 1832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.115982 second user time and 0.161975 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:18:36
IDJOB=4109913
IDBENCH=78967
IDSOLVER=2552
FILE ID=node141/4109913-1467321516
RUNJOBID= node141-1467319102-29021
PBS_JOBID= 20005274
Free space on /tmp= 71704 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.1900669797--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109913-1467321516/watcher-4109913-1467321516 -o /tmp/evaluation-result-4109913-1467321516/solver-4109913-1467321516 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109913-1467321516.wbo

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

MD5SUM BENCH= ebc456211cf99aa767d1987ef9daf648
RANDOM SEED=245961214

node141.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.448
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.89
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.448
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.448
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.448
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.448
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.448
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	: 5339.30
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.448
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.53
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.448
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:        30386452 kB
Buffers:          175652 kB
Cached:           862640 kB
SwapCached:            0 kB
Active:           487720 kB
Inactive:         717836 kB
Active(anon):     169412 kB
Inactive(anon):        4 kB
Active(file):     318308 kB
Inactive(file):   717832 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:        786164 kB
Mapped:            22292 kB
Shmem:               204 kB
Slab:             620364 kB
SReclaimable:      63720 kB
SUnreclaim:       556644 kB
KernelStack:        1768 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1225636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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= 71700 MiB
End job on node141 at 2016-06-30 23:19:06