Trace number 4109929

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 272.484 271.04

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900563250--soft-33-100-0.wbo
MD5SUM4dbce9c855a469b24d5770190ca01b65
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 benchmark45.1201
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 constraints1783
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 90636
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90635
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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-4109929-1466345476.wbo
0.09/0.12	c reading problem ... 
0.47/0.34	c ... done. Wall clock time 0.218s.
0.47/0.34	c declared #vars     231
0.47/0.34	c internal #vars     2014
0.47/0.34	c #constraints  2707
0.47/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2597
0.47/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 87
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2597
0.47/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c objective function length is 1783 literals
0.72/0.45	c And the winner is solver0
1.06/0.84	c SATISFIABLE
1.06/0.84	c OPTIMIZING...
1.06/0.84	c Got one! Elapsed wall clock time (in seconds):0.724
1.06/0.84	o 602
1.06/0.88	c And the winner is solver0
1.59/1.36	c Got one! Elapsed wall clock time (in seconds):1.238
1.59/1.36	o 387
1.59/1.38	c And the winner is solver0
1.82/1.87	c Got one! Elapsed wall clock time (in seconds):1.748
1.82/1.87	o 364
1.82/1.88	c And the winner is solver0
23.39/21.98	c Got one! Elapsed wall clock time (in seconds):21.862
23.39/21.98	o 310
23.39/21.99	c And the winner is solver0
23.46/22.49	c Got one! Elapsed wall clock time (in seconds):22.369
23.46/22.49	o 278
23.47/22.54	c And the winner is solver0
23.58/22.99	c Got one! Elapsed wall clock time (in seconds):22.875
23.58/22.99	o 265
23.58/23.01	c And the winner is solver0
23.60/23.50	c Got one! Elapsed wall clock time (in seconds):23.382
23.60/23.50	o 253
23.60/23.52	c And the winner is solver0
23.70/24.01	c Got one! Elapsed wall clock time (in seconds):23.887
23.70/24.01	o 249
23.70/24.08	c And the winner is solver0
23.94/24.51	c Got one! Elapsed wall clock time (in seconds):24.391
23.94/24.51	o 239
23.94/24.56	c And the winner is solver0
24.04/25.02	c Got one! Elapsed wall clock time (in seconds):24.895
24.04/25.02	o 238
24.04/25.03	c And the winner is solver0
24.09/25.52	c Got one! Elapsed wall clock time (in seconds):25.399
24.09/25.52	o 236
24.09/25.53	c And the winner is solver0
24.09/26.02	c Got one! Elapsed wall clock time (in seconds):25.903
24.09/26.02	o 211
24.09/26.04	c And the winner is solver0
24.15/26.53	c Got one! Elapsed wall clock time (in seconds):26.407
24.15/26.53	o 191
24.15/26.54	c And the winner is solver0
24.15/27.03	c Got one! Elapsed wall clock time (in seconds):26.911
24.15/27.03	o 184
24.29/27.11	c And the winner is solver0
24.34/27.53	c Got one! Elapsed wall clock time (in seconds):27.415
24.34/27.53	o 175
24.34/27.55	c And the winner is solver0
24.39/28.04	c Got one! Elapsed wall clock time (in seconds):27.919
24.39/28.04	o 169
24.50/28.16	c And the winner is solver0
24.66/28.54	c Got one! Elapsed wall clock time (in seconds):28.422
24.66/28.54	o 167
24.66/28.55	c And the winner is solver0
24.66/29.05	c Got one! Elapsed wall clock time (in seconds):28.927
24.66/29.05	o 166
24.66/29.08	c And the winner is solver0
24.75/29.55	c Got one! Elapsed wall clock time (in seconds):29.431
24.75/29.55	o 165
24.75/29.56	c And the winner is solver0
24.77/30.05	c Got one! Elapsed wall clock time (in seconds):29.934
24.77/30.05	o 160
24.77/30.06	c And the winner is solver0
24.78/30.56	c Got one! Elapsed wall clock time (in seconds):30.438
24.78/30.56	o 135
24.85/30.60	c And the winner is solver0
24.88/31.06	c Got one! Elapsed wall clock time (in seconds):30.942
24.88/31.06	o 133
24.88/31.07	c And the winner is solver0
24.88/31.57	c Got one! Elapsed wall clock time (in seconds):31.446
24.88/31.57	o 122
24.93/31.61	c And the winner is solver0
24.99/32.07	c Got one! Elapsed wall clock time (in seconds):31.95
24.99/32.07	o 117
24.99/32.09	c And the winner is solver0
25.02/32.57	c Got one! Elapsed wall clock time (in seconds):32.454
25.02/32.57	o 102
25.02/32.59	c And the winner is solver0
25.06/33.08	c Got one! Elapsed wall clock time (in seconds):32.958
25.06/33.08	o 100
25.11/33.11	c And the winner is solver0
25.13/33.58	c Got one! Elapsed wall clock time (in seconds):33.463
25.13/33.58	o 99
25.15/33.63	c And the winner is solver0
25.23/34.09	c Got one! Elapsed wall clock time (in seconds):33.967
25.23/34.09	o 97
25.23/34.10	c And the winner is solver0
25.25/34.59	c Got one! Elapsed wall clock time (in seconds):34.471
25.25/34.59	o 86
25.25/34.61	c And the winner is solver0
25.30/35.10	c Got one! Elapsed wall clock time (in seconds):34.976
25.30/35.10	o 80
25.79/35.37	c And the winner is solver0
25.94/35.60	c Got one! Elapsed wall clock time (in seconds):35.481
25.94/35.60	o 70
25.94/35.63	c And the winner is solver0
26.00/36.11	c Got one! Elapsed wall clock time (in seconds):35.986
26.00/36.11	o 68
26.00/36.18	c And the winner is solver0
26.16/36.61	c Got one! Elapsed wall clock time (in seconds):36.492
26.16/36.61	o 66
26.32/36.75	c And the winner is solver0
26.45/37.12	c Got one! Elapsed wall clock time (in seconds):36.999
26.45/37.12	o 53
26.60/37.23	c And the winner is solver0
26.69/37.62	c Got one! Elapsed wall clock time (in seconds):37.505
26.69/37.62	o 52
26.83/37.73	c And the winner is solver0
26.94/38.13	c Got one! Elapsed wall clock time (in seconds):38.013
26.94/38.13	o 51
27.27/38.35	c And the winner is solver0
27.40/38.64	c Got one! Elapsed wall clock time (in seconds):38.521
27.40/38.64	o 49
27.40/38.66	c And the winner is solver0
27.53/39.15	c Got one! Elapsed wall clock time (in seconds):39.03
27.53/39.15	o 32
27.82/39.31	c And the winner is solver0
27.88/39.66	c Got one! Elapsed wall clock time (in seconds):39.539
27.88/39.66	o 31
27.96/39.79	c And the winner is solver0
28.21/40.17	c Got one! Elapsed wall clock time (in seconds):40.05
28.21/40.17	o 30
28.26/40.30	c cleaning 7184 clauses out of 14384 with flag 8209/14384
28.48/40.34	c And the winner is solver0
28.60/40.68	c Got one! Elapsed wall clock time (in seconds):40.56
28.60/40.68	o 29
28.65/40.71	c And the winner is solver0
28.67/41.19	c Got one! Elapsed wall clock time (in seconds):41.07
28.67/41.19	o 27
28.68/41.22	c And the winner is solver0
28.73/41.70	c Got one! Elapsed wall clock time (in seconds):41.581
28.73/41.70	o 25
28.73/41.72	c And the winner is solver0
243.95/253.70	c Got one! Elapsed wall clock time (in seconds):253.58
243.95/253.70	o 21
244.56/254.04	c And the winner is solver0
244.70/254.30	c Got one! Elapsed wall clock time (in seconds):254.176
244.70/254.30	o 16
245.04/254.53	c cleaning 6666 clauses out of 13338 with flag 14403/20522
245.85/254.99	c cleaning 6332 clauses out of 12672 with flag 56710/26522
247.05/255.53	c And the winner is solver0
247.17/255.86	c Got one! Elapsed wall clock time (in seconds):255.741
247.17/255.86	o 15
247.57/256.11	c And the winner is solver0
247.65/256.43	c Got one! Elapsed wall clock time (in seconds):256.307
247.65/256.43	o 14
248.36/256.80	c cleaning 8805 clauses out of 17625 with flag 23940/37807
248.36/256.82	c And the winner is solver0
248.49/257.00	c Got one! Elapsed wall clock time (in seconds):256.875
248.49/257.00	o 13
248.83/257.28	c And the winner is solver0
249.07/257.56	c Got one! Elapsed wall clock time (in seconds):257.442
249.07/257.56	o 10
249.27/257.74	c And the winner is solver0
249.40/258.13	c Got one! Elapsed wall clock time (in seconds):258.01
249.40/258.13	o 3
249.66/258.30	c cleaning 7341 clauses out of 14685 with flag 9664/43672
249.66/258.32	c And the winner is solver0
249.76/258.70	c Got one! Elapsed wall clock time (in seconds):258.58
249.76/258.70	o 2
250.48/259.13	c cleaning 6345 clauses out of 12714 with flag 47529/49042
251.28/259.54	c cleaning 6172 clauses out of 12369 with flag 104982/55042
252.28/260.05	c cleaning 6582 clauses out of 13197 with flag 176049/62042
253.71/260.72	c cleaning 7309 clauses out of 14618 with flag 258180/70045
255.30/261.49	c cleaning 8153 clauses out of 16308 with flag 335280/79045
256.62/261.98	c And the winner is solver0
256.81/262.27	c Got one! Elapsed wall clock time (in seconds):262.151
256.81/262.27	o 1
256.99/262.44	c cleaning 7057 clauses out of 14130 with flag 6192/85020
258.01/262.91	c cleaning 6530 clauses out of 13071 with flag 50856/91018
259.25/263.54	c cleaning 6767 clauses out of 13540 with flag 106017/98018
260.66/264.28	c cleaning 7381 clauses out of 14773 with flag 163497/106018
262.67/265.21	c cleaning 8198 clauses out of 16395 with flag 235307/115021
264.71/266.26	c cleaning 9090 clauses out of 18195 with flag 314644/125020
267.11/267.43	c cleaning 10052 clauses out of 20105 with flag 396437/136020
269.11/268.46	c cleaning 11025 clauses out of 22049 with flag 467383/148019
270.53/269.17	c And the winner is solver0
272.37/271.03	c >>>>>>>>>> Solver number 0 (53 answers) <<<<<<<<<<<<<<<<<<
272.37/271.03	c starts		: 116
272.37/271.03	c conflicts		: 156836
272.37/271.03	c decisions		: 325096
272.37/271.03	c propagations		: 10424519
272.37/271.03	c inspects		: 177032397
272.37/271.03	c shortcuts		: 0
272.37/271.03	c learnt literals	: 20
272.37/271.03	c learnt binary clauses	: 133
272.37/271.03	c learnt ternary clauses	: 634
272.37/271.03	c learnt constraints	: 156815
272.37/271.03	c ignored constraints	: 0
272.37/271.03	c root simplifications	: 0
272.37/271.03	c removed literals (reason simplification)	: 792568
272.37/271.03	c reason swapping (by a shorter reason)	: 0
272.37/271.03	c Calls to reduceDB	: 18
272.37/271.03	c Number of update (reduction) of LBD	: 67402
272.37/271.03	c Imported unit clauses	: 0
272.37/271.03	c number of reductions to clauses (during analyze)	: 0
272.37/271.03	c number of learned constraints concerned by reduction	: 0
272.37/271.03	c number of learning phase by resolution	: 0
272.37/271.03	c number of learning phase by cutting planes	: 0
272.37/271.03	c speed (assignments/second)	: 38513.47387243601
272.37/271.03	c non guided choices	5631
272.37/271.03	c learnt constraints type 
272.37/271.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
272.37/271.03	c starts		: 77
272.37/271.03	c conflicts		: 5373
272.37/271.03	c decisions		: 150704
272.37/271.03	c propagations		: 630891
272.37/271.03	c inspects		: 107203716
272.37/271.03	c shortcuts		: 0
272.37/271.03	c learnt literals	: 0
272.37/271.03	c learnt binary clauses	: 0
272.37/271.03	c learnt ternary clauses	: 0
272.37/271.03	c learnt constraints	: 5345
272.37/271.03	c ignored constraints	: 0
272.37/271.03	c root simplifications	: 0
272.37/271.03	c removed literals (reason simplification)	: 0
272.37/271.03	c reason swapping (by a shorter reason)	: 0
272.37/271.03	c Calls to reduceDB	: 0
272.37/271.03	c Number of update (reduction) of LBD	: 0
272.37/271.03	c Imported unit clauses	: 0
272.37/271.03	c number of reductions to clauses (during analyze)	: 0
272.37/271.03	c number of learned constraints concerned by reduction	: 0
272.37/271.03	c number of learning phase by resolution	: 0
272.37/271.03	c number of learning phase by cutting planes	: 0
272.37/271.03	c speed (assignments/second)	: 73393.55514192648
272.37/271.03	c non guided choices	4538
272.37/271.03	c learnt constraints type 
272.37/271.03	s OPTIMUM FOUND
272.37/271.03	c Found 52 solution(s)
272.37/271.03	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 
272.37/271.03	c objective function=1
272.37/271.03	c Total wall clock time (in seconds): 270.908

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-4109929-1466345476/watcher-4109929-1466345476 -o /tmp/evaluation-result-4109929-1466345476/solver-4109929-1466345476 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466341823-29626 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109929-1466345476.wbo 

pid=1435
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.06 2.16 2.04 3/196 1446
/proc/meminfo: memFree=27471952/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1446/stat : 1446 (java) D 1435 1446 29610 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 36597653 9515008 182 33554432000 1073741824 1073778376 140735181589408 140735181580440 251143208629 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/1446/statm: 2323 182 140 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.06 2.16 2.04 3/196 1446
/proc/meminfo: memFree=27471952/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1435 1446 29610 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 36597653 9787879424 6041 33554432000 1073741824 1073778376 140734556865872 140734556857008 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1446/statm: 2389619 6041 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.06 2.16 2.04 3/196 1446
/proc/meminfo: memFree=27471952/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1435 1446 29610 0 -1 4202496 4729 0 1 0 22 1 0 0 20 0 18 0 36597653 9787879424 6805 33554432000 1073741824 1073778376 140734556865872 140734556857008 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1446/statm: 2389619 6805 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300188 s]
/proc/loadavg: 2.06 2.16 2.04 3/196 1446
/proc/meminfo: memFree=27471952/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1435 1446 29610 0 -1 4202496 5709 0 1 0 45 2 0 0 20 0 18 0 36597653 9787879424 8468 33554432000 1073741824 1073778376 140734556865872 140734556857008 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1446/statm: 2389619 8468 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700262 s]
/proc/loadavg: 2.06 2.16 2.04 3/196 1446
/proc/meminfo: memFree=27471952/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1435 1446 29610 0 -1 4202496 8195 0 1 0 102 4 0 0 20 0 19 0 36597653 10060525568 11933 33554432000 1073741824 1073778376 140734556865872 140734556857008 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1446/statm: 2456183 11933 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 2.06 2.16 2.04 3/215 1472
/proc/meminfo: memFree=27407676/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1435 1446 29610 0 -1 4202496 16861 0 1 0 172 10 0 0 20 0 19 0 36597653 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140734556857008 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1446/statm: 2456183 19138 2264 9 0 2446860 0
[pid=1446/tid=1448] ppid=1435 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) S 1435 1446 29610 0 -1 4202560 2425 0 1 0 32 1 0 0 20 0 19 0 36597654 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139675644792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597655 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139637135656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1450] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597655 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139636082856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1451] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597655 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139635030568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1453] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597655 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139633977768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1454] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597655 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139632925480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1455] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597655 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139631872680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1456] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597655 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139630820392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1457] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1435 1446 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36597655 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139629767592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1458] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1435 1446 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36597656 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139617356008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1459] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1435 1446 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36597656 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139498038264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1460] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1435 1446 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597656 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139496985864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1461] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597659 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139495934352 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1462] ppid=1435 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1435 1446 29610 0 -1 4202560 8120 0 0 0 62 2 0 0 20 0 19 0 36597659 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139494881976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1463] ppid=1435 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1435 1446 29610 0 -1 4202560 4970 0 0 0 47 2 0 0 20 0 19 0 36597659 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139493829176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1464] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597659 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139492777080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1465] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597659 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139491724488 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1468] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1468/stat : 1468 (java) S 1435 1446 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597688 10060525568 19138 33554432000 1073741824 1073778376 140734556865872 140139488564392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 1.97 2.14 2.03 4/217 1478
/proc/meminfo: memFree=27362996/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9824732 CPUtime=3.69 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1435 1446 29610 0 -1 4202496 19373 0 1 0 358 11 0 0 20 0 21 0 36597653 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140734556857008 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1446/statm: 2456183 38362 2269 9 0 2446860 0
[pid=1446/tid=1448] ppid=1435 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) S 1435 1446 29610 0 -1 4202560 2426 0 1 0 33 1 0 0 20 0 21 0 36597654 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139675644792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139637135656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1450] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139636082856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1451] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139635030568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1453] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139633977768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1454] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139632925480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1455] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139631872680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1456] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139630820392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1457] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1435 1446 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139629767592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1458] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1435 1446 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36597656 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139617356008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1459] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1435 1446 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 21 0 36597656 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139498038264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1460] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1435 1446 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36597656 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139496985864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1461] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597659 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139495934352 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1462] ppid=1435 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1435 1446 29610 0 -1 4202560 8160 0 0 0 82 2 0 0 20 0 21 0 36597659 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139494881976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1463] ppid=1435 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1435 1446 29610 0 -1 4202560 7394 0 0 0 92 2 0 0 20 0 21 0 36597659 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139493829176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1464] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597659 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139492777080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1465] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597659 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139491724488 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1468] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1468/stat : 1468 (java) S 1435 1446 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36597688 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139488564392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1477] ppid=1435 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/1446/task/1477/stat : 1477 (java) R 1435 1446 29610 0 -1 4202560 41 0 0 0 120 0 0 0 20 0 21 0 36597840 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139489614184 140139498816780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1478] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1478/stat : 1478 (java) S 1435 1446 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36597841 10060525568 38362 33554432000 1073741824 1073778376 140734556865872 140139487511976 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 1.97 2.14 2.03 5/217 1478
/proc/meminfo: memFree=27288116/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9824732 CPUtime=7.15 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1435 1446 29610 0 -1 4202496 19465 0 1 0 700 15 0 0 20 0 21 0 36597653 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140734556857008 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1446/statm: 2456183 52663 2282 9 0 2446860 0
[pid=1446/tid=1448] ppid=1435 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) S 1435 1446 29610 0 -1 4202560 2427 0 1 0 33 1 0 0 20 0 21 0 36597654 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139675644792 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1435 1446 29610 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139637135656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1450] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1435 1446 29610 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139636082856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1451] ppid=1435 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1435 1446 29610 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 21 0 36597655 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139635030568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1453] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1435 1446 29610 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139633977768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1454] ppid=1435 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1435 1446 29610 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 21 0 36597655 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139632925480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1455] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1435 1446 29610 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139631872680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1456] ppid=1435 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1435 1446 29610 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 21 0 36597655 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139630820392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1457] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1435 1446 29610 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 36597655 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139629767592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1458] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1435 1446 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36597656 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139617356008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1459] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1435 1446 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36597656 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139498038264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1460] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1435 1446 29610 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 36597656 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139496985864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1461] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597659 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139495934352 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1462] ppid=1435 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1435 1446 29610 0 -1 4202560 8160 0 0 0 84 2 0 0 20 0 21 0 36597659 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139494881976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1463] ppid=1435 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1435 1446 29610 0 -1 4202560 7394 0 0 0 104 2 0 0 20 0 21 0 36597659 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139493829176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1464] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597659 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139492777080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1465] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36597659 10060525568 52663 33554432000 1073741824 1073778376 140734556865872 140139491724488 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1468] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/1446/task/1459/stat : 1459 (java) S 1435 1446 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36597656 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139498038264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1460] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1435 1446 29610 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 22 0 36597656 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139496985864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1461] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36597659 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139495934352 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1462] ppid=1435 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1435 1446 29610 0 -1 4202560 8229 0 0 0 115 2 0 0 20 0 22 0 36597659 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139494881976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1435 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1435 1446 29610 0 -1 4202560 13740 0 0 0 183 3 0 0 20 0 22 0 36597659 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139493829176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36597659 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139492777080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1465] ppid=1435 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1435 1446 29610 0 -1 4202560 15 0 0 0 2 3 0 0 20 0 22 0 36597659 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139491724488 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1468] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1468/stat : 1468 (java) S 1435 1446 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36597688 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139488564392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1639] ppid=1435 vsize=9824732 CPUtime=6.37 cores=0,2,4,6
/proc/1446/task/1639/stat : 1639 (java) R 1435 1446 29610 0 -1 4202560 6 0 0 0 637 0 0 0 20 0 22 0 36623887 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139487502240 140139498612353 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1640] ppid=1435 vsize=9824732 CPUtime=6.37 cores=0,2,4,6
/proc/1446/task/1640/stat : 1640 (java) R 1435 1446 29610 0 -1 4202560 76 0 0 0 636 1 0 0 20 0 22 0 36623887 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139490668080 140139498985039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1641] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1641/stat : 1641 (java) S 1435 1446 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36623896 10060525568 340593 33554432000 1073741824 1073778376 140734556865872 140139489617192 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 269.51
Current children cumulated vsize (KiB) 9824732

[startup+270.401 s]
/proc/loadavg: 2.19 2.08 2.01 3/215 1641
/proc/meminfo: memFree=25913888/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9824732 CPUtime=271.38 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1435 1446 29610 0 -1 4202496 29992 0 1 0 26957 181 0 0 20 0 19 0 36597653 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140734556857008 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1446/statm: 2456183 343159 2296 9 0 2446860 0
[pid=1446/tid=1448] ppid=1435 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) R 1435 1446 29610 0 -1 4202560 2453 0 1 0 224 4 0 0 20 0 19 0 36597654 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139675642416 140139498313654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1435 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1435 1446 29610 0 -1 4202560 306 0 0 0 72 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139637135656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1450] ppid=1435 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1435 1446 29610 0 -1 4202560 146 0 0 0 71 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139636082856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1451] ppid=1435 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1435 1446 29610 0 -1 4202560 175 0 0 0 67 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139635030568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1453] ppid=1435 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1435 1446 29610 0 -1 4202560 223 0 0 0 69 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139633977768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1454] ppid=1435 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1435 1446 29610 0 -1 4202560 274 0 0 0 73 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139632925480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1455] ppid=1435 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1435 1446 29610 0 -1 4202560 283 0 0 0 75 8 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139631872680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1456] ppid=1435 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1435 1446 29610 0 -1 4202560 198 0 0 0 72 9 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139630820392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1457] ppid=1435 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1435 1446 29610 0 -1 4202560 393 0 0 0 76 9 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139629767592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1458] ppid=1435 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1435 1446 29610 0 -1 4202560 859 0 0 0 89 6 0 0 20 0 19 0 36597656 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139617356008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1459] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1435 1446 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36597656 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139498038264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1460] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1435 1446 29610 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 36597656 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139496985864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1461] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139495934352 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1462] ppid=1435 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1435 1446 29610 0 -1 4202560 8229 0 0 0 115 2 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139494881976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1435 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1435 1446 29610 0 -1 4202560 13740 0 0 0 183 3 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139493829176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139492777080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1465] ppid=1435 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1435 1446 29610 0 -1 4202560 17 0 0 0 2 3 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139491724488 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1468] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1468/stat : 1468 (java) S 1435 1446 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597688 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139488564392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 271.38
Current children cumulated vsize (KiB) 9824732

[startup+270.801 s]
/proc/loadavg: 2.19 2.08 2.01 3/215 1641
/proc/meminfo: memFree=25913896/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9824732 CPUtime=271.78 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1435 1446 29610 0 -1 4202496 29992 0 1 0 26997 181 0 0 20 0 19 0 36597653 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140734556857008 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1446/statm: 2456183 343159 2296 9 0 2446860 0
[pid=1446/tid=1448] ppid=1435 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) R 1435 1446 29610 0 -1 4202560 2453 0 1 0 263 4 0 0 20 0 19 0 36597654 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139675642416 140139498313648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1435 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1435 1446 29610 0 -1 4202560 306 0 0 0 72 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139637135656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1450] ppid=1435 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1435 1446 29610 0 -1 4202560 146 0 0 0 71 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139636082856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1451] ppid=1435 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1435 1446 29610 0 -1 4202560 175 0 0 0 67 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139635030568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1453] ppid=1435 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1435 1446 29610 0 -1 4202560 223 0 0 0 69 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139633977768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1454] ppid=1435 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1435 1446 29610 0 -1 4202560 274 0 0 0 73 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139632925480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1455] ppid=1435 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1435 1446 29610 0 -1 4202560 283 0 0 0 75 8 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139631872680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1456] ppid=1435 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1435 1446 29610 0 -1 4202560 198 0 0 0 72 9 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139630820392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1457] ppid=1435 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1435 1446 29610 0 -1 4202560 393 0 0 0 76 9 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139629767592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1458] ppid=1435 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1435 1446 29610 0 -1 4202560 859 0 0 0 89 6 0 0 20 0 19 0 36597656 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139617356008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1459] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1435 1446 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36597656 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139498038264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1460] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1435 1446 29610 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 36597656 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139496985864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1461] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139495934352 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1462] ppid=1435 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1435 1446 29610 0 -1 4202560 8229 0 0 0 115 2 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139494881976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1435 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1435 1446 29610 0 -1 4202560 13740 0 0 0 183 3 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139493829176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139492777080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1465] ppid=1435 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1435 1446 29610 0 -1 4202560 17 0 0 0 2 3 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139491724488 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1468] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1468/stat : 1468 (java) S 1435 1446 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597688 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139488564392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 271.78
Current children cumulated vsize (KiB) 9824732

[startup+271.001 s]
/proc/loadavg: 2.19 2.08 2.01 3/215 1641
/proc/meminfo: memFree=25913896/32872528 swapFree=241348/274052
[pid=1446] ppid=1435 vsize=9824732 CPUtime=271.98 cores=0,2,4,6
/proc/1446/stat : 1446 (java) S 1435 1446 29610 0 -1 4202496 29993 0 1 0 27017 181 0 0 20 0 19 0 36597653 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140734556857008 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1446/statm: 2456183 343159 2296 9 0 2446860 0
[pid=1446/tid=1448] ppid=1435 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/1446/task/1448/stat : 1448 (java) R 1435 1446 29610 0 -1 4202560 2454 0 1 0 283 4 0 0 20 0 19 0 36597654 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139675642416 140139499367069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1449] ppid=1435 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/1446/task/1449/stat : 1449 (java) S 1435 1446 29610 0 -1 4202560 306 0 0 0 72 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139637135656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1450] ppid=1435 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/1446/task/1450/stat : 1450 (java) S 1435 1446 29610 0 -1 4202560 146 0 0 0 71 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139636082856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1451] ppid=1435 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/1446/task/1451/stat : 1451 (java) S 1435 1446 29610 0 -1 4202560 175 0 0 0 67 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139635030568 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1453] ppid=1435 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/1446/task/1453/stat : 1453 (java) S 1435 1446 29610 0 -1 4202560 223 0 0 0 69 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139633977768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1454] ppid=1435 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/1446/task/1454/stat : 1454 (java) S 1435 1446 29610 0 -1 4202560 274 0 0 0 73 7 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139632925480 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1455] ppid=1435 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/1446/task/1455/stat : 1455 (java) S 1435 1446 29610 0 -1 4202560 283 0 0 0 75 8 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139631872680 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1456] ppid=1435 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/1446/task/1456/stat : 1456 (java) S 1435 1446 29610 0 -1 4202560 198 0 0 0 72 9 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139630820392 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1457] ppid=1435 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/1446/task/1457/stat : 1457 (java) S 1435 1446 29610 0 -1 4202560 393 0 0 0 76 9 0 0 20 0 19 0 36597655 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139629767592 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1458] ppid=1435 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/1446/task/1458/stat : 1458 (java) S 1435 1446 29610 0 -1 4202560 859 0 0 0 89 6 0 0 20 0 19 0 36597656 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139617356008 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1459] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1459/stat : 1459 (java) S 1435 1446 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36597656 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139498038264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1460] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1460/stat : 1460 (java) S 1435 1446 29610 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 36597656 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139496985864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1461] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1461/stat : 1461 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139495934352 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1462] ppid=1435 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/1446/task/1462/stat : 1462 (java) S 1435 1446 29610 0 -1 4202560 8229 0 0 0 115 2 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139494881976 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1446/tid=1463] ppid=1435 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/1446/task/1463/stat : 1463 (java) S 1435 1446 29610 0 -1 4202560 13740 0 0 0 183 3 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139493829176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1446/tid=1464] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1464/stat : 1464 (java) S 1435 1446 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139492777080 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1446/tid=1465] ppid=1435 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1446/task/1465/stat : 1465 (java) S 1435 1446 29610 0 -1 4202560 17 0 0 0 2 3 0 0 20 0 19 0 36597659 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139491724488 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1446/tid=1468] ppid=1435 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1446/task/1468/stat : 1468 (java) S 1435 1446 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597688 10060525568 343159 33554432000 1073741824 1073778376 140734556865872 140139488564392 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 271.98
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.390015
#  lost CPU user time (s): 0.440018
#  lost CPU system time (s): -0.05

Real time (s): 271.04
CPU time (s): 272.484
CPU user time (s): 270.601
CPU system time (s): 1.88271
CPU usage (%): 100.533
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 270.161
system time used= 1.93271
maximum resident set size= 1372672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30000
page faults= 1
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14047
involuntary context switches= 14306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.85972 second user time and 2.57461 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-19 16:11:16
IDJOB=4109929
IDBENCH=78973
IDSOLVER=2552
FILE ID=node107/4109929-1466345476
RUNJOBID= node107-1466341823-29626
PBS_JOBID= 19922041
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.1900563250--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109929-1466345476/watcher-4109929-1466345476 -o /tmp/evaluation-result-4109929-1466345476/solver-4109929-1466345476 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466341823-29626 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109929-1466345476.wbo

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

MD5SUM BENCH= 4dbce9c855a469b24d5770190ca01b65
RANDOM SEED=1624076927

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.953
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27472868 kB
Buffers:          183248 kB
Cached:           468764 kB
SwapCached:         3140 kB
Active:          3848872 kB
Inactive:         521652 kB
Active(anon):    3718004 kB
Inactive(anon):     2968 kB
Active(file):     130868 kB
Inactive(file):   518684 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099728 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       3935968 kB
Mapped:            17180 kB
Shmem:                 0 kB
Slab:             618584 kB
SReclaimable:      62012 kB
SUnreclaim:       556572 kB
KernelStack:        1792 kB
PageTables:        12084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4300600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3627008 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= 71704 MiB
End job on node107 at 2016-06-19 16:15:47