Trace number 4109949

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 39.265 37.212

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900566157--soft-66-100-0.wbo
MD5SUMd542ebd8fdf9cdf1064a589ed9ad7045
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark28.3377
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 constraints930
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 46532
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46531
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
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-4109949-1466345512.wbo
0.11/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.216s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     1161
0.48/0.32	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 => 2534
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
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 => 150
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2534
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 930 literals
0.79/0.44	c And the winner is solver0
1.12/0.83	c SATISFIABLE
1.12/0.83	c OPTIMIZING...
1.12/0.83	c Got one! Elapsed wall clock time (in seconds):0.721
1.12/0.83	o 473
1.12/0.85	c And the winner is solver0
1.55/1.34	c Got one! Elapsed wall clock time (in seconds):1.228
1.55/1.34	o 467
1.55/1.36	c And the winner is solver0
1.88/1.84	c Got one! Elapsed wall clock time (in seconds):1.735
1.88/1.84	o 462
1.88/1.85	c And the winner is solver0
2.01/2.35	c Got one! Elapsed wall clock time (in seconds):2.24
2.01/2.35	o 449
2.01/2.36	c And the winner is solver0
2.04/2.85	c Got one! Elapsed wall clock time (in seconds):2.743
2.04/2.85	o 415
2.04/2.87	c And the winner is solver0
2.10/3.35	c Got one! Elapsed wall clock time (in seconds):3.247
2.10/3.35	o 342
2.10/3.37	c And the winner is solver0
2.18/3.86	c Got one! Elapsed wall clock time (in seconds):3.75
2.18/3.86	o 339
2.18/3.87	c And the winner is solver0
2.19/4.36	c Got one! Elapsed wall clock time (in seconds):4.253
2.19/4.36	o 325
2.19/4.37	c And the winner is solver0
2.26/4.86	c Got one! Elapsed wall clock time (in seconds):4.756
2.26/4.86	o 295
2.26/4.88	c And the winner is solver0
2.38/5.37	c Got one! Elapsed wall clock time (in seconds):5.259
2.38/5.37	o 289
2.38/5.38	c And the winner is solver0
2.43/5.87	c Got one! Elapsed wall clock time (in seconds):5.761
2.43/5.87	o 273
2.43/5.89	c And the winner is solver0
2.54/6.37	c Got one! Elapsed wall clock time (in seconds):6.264
2.54/6.37	o 272
2.54/6.38	c And the winner is solver0
2.58/6.87	c Got one! Elapsed wall clock time (in seconds):6.766
2.58/6.87	o 264
2.58/6.88	c And the winner is solver0
2.60/7.37	c Got one! Elapsed wall clock time (in seconds):7.268
2.60/7.37	o 250
2.60/7.38	c And the winner is solver0
2.61/7.88	c Got one! Elapsed wall clock time (in seconds):7.77
2.61/7.88	o 237
2.67/7.92	c And the winner is solver0
2.76/8.38	c Got one! Elapsed wall clock time (in seconds):8.271
2.76/8.38	o 212
2.81/8.46	c And the winner is solver0
3.05/8.88	c Got one! Elapsed wall clock time (in seconds):8.773
3.05/8.88	o 206
3.05/8.90	c And the winner is solver0
3.10/9.38	c Got one! Elapsed wall clock time (in seconds):9.275
3.10/9.38	o 198
3.10/9.39	c And the winner is solver0
3.13/9.88	c Got one! Elapsed wall clock time (in seconds):9.776
3.13/9.88	o 193
3.13/9.89	c And the winner is solver0
3.13/10.38	c Got one! Elapsed wall clock time (in seconds):10.278
3.13/10.38	o 160
3.15/10.49	c And the winner is solver0
3.37/10.89	c Got one! Elapsed wall clock time (in seconds):10.779
3.37/10.89	o 159
3.39/10.94	c And the winner is solver0
3.53/11.39	c Got one! Elapsed wall clock time (in seconds):11.281
3.53/11.39	o 155
3.55/11.41	c And the winner is solver0
3.59/11.89	c Got one! Elapsed wall clock time (in seconds):11.783
3.59/11.89	o 152
3.86/12.04	c And the winner is solver0
3.97/12.39	c Got one! Elapsed wall clock time (in seconds):12.284
3.97/12.39	o 140
3.98/12.44	c And the winner is solver0
4.10/12.89	c Got one! Elapsed wall clock time (in seconds):12.786
4.10/12.89	o 125
4.10/12.96	c And the winner is solver0
4.24/13.39	c Got one! Elapsed wall clock time (in seconds):13.287
4.24/13.39	o 124
4.92/13.73	c cleaning 5538 clauses out of 11089 with flag 15243/11089
4.92/13.75	c And the winner is solver0
5.10/13.90	c Got one! Elapsed wall clock time (in seconds):13.789
5.10/13.90	o 119
5.72/14.26	c And the winner is solver0
5.89/14.40	c Got one! Elapsed wall clock time (in seconds):14.291
5.89/14.40	o 116
5.90/14.46	c And the winner is solver0
6.05/14.90	c Got one! Elapsed wall clock time (in seconds):14.792
6.05/14.90	o 107
6.05/14.91	c And the winner is solver0
6.07/15.40	c Got one! Elapsed wall clock time (in seconds):15.294
6.07/15.40	o 102
6.28/15.51	c cleaning 5766 clauses out of 11537 with flag 6369/17075
6.70/15.79	c And the winner is solver0
6.91/15.90	c Got one! Elapsed wall clock time (in seconds):15.796
6.91/15.90	o 97
7.33/16.18	c cleaning 5865 clauses out of 11762 with flag 22927/23066
7.75/16.31	c And the winner is solver0
7.79/16.40	c Got one! Elapsed wall clock time (in seconds):16.297
7.79/16.40	o 90
7.79/16.46	c And the winner is solver0
7.92/16.91	c Got one! Elapsed wall clock time (in seconds):16.799
7.92/16.91	o 77
7.92/16.92	c And the winner is solver0
7.94/17.41	c Got one! Elapsed wall clock time (in seconds):17.302
7.94/17.41	o 57
8.12/17.54	c And the winner is solver0
8.23/17.91	c Got one! Elapsed wall clock time (in seconds):17.805
8.23/17.91	o 56
8.23/17.99	c And the winner is solver0
8.40/18.42	c Got one! Elapsed wall clock time (in seconds):18.309
8.40/18.42	o 36
8.55/18.57	c And the winner is solver0
8.74/18.92	c Got one! Elapsed wall clock time (in seconds):18.814
8.74/18.92	o 31
8.94/19.05	c cleaning 7006 clauses out of 14022 with flag 6506/31191
9.98/19.50	c cleaning 6509 clauses out of 13018 with flag 49120/37193
11.30/20.07	c And the winner is solver0
11.47/20.43	c Got one! Elapsed wall clock time (in seconds):20.321
11.47/20.43	o 26
12.42/20.95	c cleaning 8956 clauses out of 17923 with flag 38195/48608
13.80/21.42	c And the winner is solver0
13.80/21.44	c Got one! Elapsed wall clock time (in seconds):21.329
13.80/21.44	o 25
14.83/21.95	c And the winner is solver0
14.96/22.44	c Got one! Elapsed wall clock time (in seconds):22.338
14.96/22.44	o 22
15.05/22.57	c cleaning 10150 clauses out of 20326 with flag 7203/59967
15.25/22.64	c And the winner is solver0
15.36/22.95	c Got one! Elapsed wall clock time (in seconds):22.847
15.36/22.95	o 20
16.03/23.31	c cleaning 7641 clauses out of 15298 with flag 30651/65089
17.03/23.81	c cleaning 6819 clauses out of 13657 with flag 82420/71089
17.69/24.12	c And the winner is solver0
17.79/24.46	c Got one! Elapsed wall clock time (in seconds):24.356
17.79/24.46	o 18
18.13/24.62	c cleaning 6211 clauses out of 12436 with flag 12677/76687
18.53/24.85	c And the winner is solver0
18.70/24.97	c Got one! Elapsed wall clock time (in seconds):24.866
18.70/24.97	o 17
18.95/25.12	c And the winner is solver0
19.02/25.48	c Got one! Elapsed wall clock time (in seconds):25.378
19.02/25.48	o 16
19.07/25.58	c cleaning 6416 clauses out of 12849 with flag 7717/83311
20.05/26.04	c And the winner is solver0
20.16/26.50	c Got one! Elapsed wall clock time (in seconds):26.389
20.16/26.50	o 15
21.15/27.04	c cleaning 8484 clauses out of 16968 with flag 41874/93847
21.55/27.29	c And the winner is solver0
21.76/27.51	c Got one! Elapsed wall clock time (in seconds):27.403
21.76/27.51	o 10
22.40/27.87	c cleaning 6981 clauses out of 13975 with flag 22388/99338
23.60/28.45	c cleaning 6482 clauses out of 12989 with flag 72138/105333
25.00/29.11	c cleaning 6749 clauses out of 13508 with flag 123504/112334
26.65/29.93	c cleaning 7374 clauses out of 14759 with flag 188632/120334
27.25/30.28	c And the winner is solver0
27.43/30.53	c Got one! Elapsed wall clock time (in seconds):30.42
27.43/30.53	o 7
27.75/30.75	c cleaning 6465 clauses out of 12947 with flag 14037/125896
28.95/31.31	c cleaning 6241 clauses out of 12484 with flag 58404/131898
30.18/32.00	c cleaning 6615 clauses out of 13241 with flag 112841/138899
31.97/32.80	c cleaning 7307 clauses out of 14624 with flag 171520/146897
33.84/33.71	c cleaning 8157 clauses out of 16315 with flag 238832/155896
35.63/34.69	c cleaning 9075 clauses out of 18157 with flag 308319/165897
36.43/35.05	c And the winner is solver0
36.54/35.55	c Got one! Elapsed wall clock time (in seconds):35.439
36.54/35.55	o 6
36.82/35.78	c cleaning 7445 clauses out of 14900 with flag 11850/171717
37.82/36.21	c cleaning 6719 clauses out of 13452 with flag 48637/177717
38.82/36.77	c cleaning 6861 clauses out of 13730 with flag 87827/184717
39.02/36.80	c And the winner is solver0
39.18/37.20	c >>>>>>>>>> Solver number 0 (49 answers) <<<<<<<<<<<<<<<<<<
39.18/37.20	c starts		: 266
39.18/37.20	c conflicts		: 185172
39.18/37.20	c decisions		: 349971
39.18/37.20	c propagations		: 13302702
39.18/37.20	c inspects		: 208386643
39.18/37.20	c shortcuts		: 0
39.18/37.20	c learnt literals	: 20
39.18/37.20	c learnt binary clauses	: 184
39.18/37.20	c learnt ternary clauses	: 800
39.18/37.20	c learnt constraints	: 185151
39.18/37.20	c ignored constraints	: 0
39.18/37.20	c root simplifications	: 0
39.18/37.20	c removed literals (reason simplification)	: 1240135
39.18/37.20	c reason swapping (by a shorter reason)	: 0
39.18/37.20	c Calls to reduceDB	: 25
39.18/37.20	c Number of update (reduction) of LBD	: 96638
39.18/37.20	c Imported unit clauses	: 0
39.18/37.20	c number of reductions to clauses (during analyze)	: 0
39.18/37.20	c number of learned constraints concerned by reduction	: 0
39.18/37.20	c number of learning phase by resolution	: 0
39.18/37.20	c number of learning phase by cutting planes	: 0
39.18/37.20	c speed (assignments/second)	: 360858.88671875
39.18/37.20	c non guided choices	5332
39.18/37.20	c learnt constraints type 
39.18/37.20	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
39.18/37.20	c starts		: 65
39.18/37.20	c conflicts		: 2926
39.18/37.20	c decisions		: 53365
39.18/37.20	c propagations		: 188088
39.18/37.20	c inspects		: 25159689
39.18/37.20	c shortcuts		: 0
39.18/37.20	c learnt literals	: 0
39.18/37.20	c learnt binary clauses	: 0
39.18/37.20	c learnt ternary clauses	: 0
39.18/37.20	c learnt constraints	: 2900
39.18/37.20	c ignored constraints	: 0
39.18/37.20	c root simplifications	: 0
39.18/37.20	c removed literals (reason simplification)	: 0
39.18/37.20	c reason swapping (by a shorter reason)	: 0
39.18/37.20	c Calls to reduceDB	: 0
39.18/37.20	c Number of update (reduction) of LBD	: 0
39.18/37.20	c Imported unit clauses	: 0
39.18/37.20	c number of reductions to clauses (during analyze)	: 0
39.18/37.20	c number of learned constraints concerned by reduction	: 0
39.18/37.20	c number of learning phase by resolution	: 0
39.18/37.20	c number of learning phase by cutting planes	: 0
39.18/37.20	c speed (assignments/second)	: 117775.82968065122
39.18/37.20	c non guided choices	4879
39.18/37.20	c learnt constraints type 
39.18/37.20	s OPTIMUM FOUND
39.18/37.20	c Found 48 solution(s)
39.18/37.20	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 
39.18/37.20	c objective function=6
39.18/37.20	c Total wall clock time (in seconds): 37.093

Verifier Data

OK	6

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-4109949-1466345512/watcher-4109949-1466345512 -o /tmp/evaluation-result-4109949-1466345512/solver-4109949-1466345512 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466341814-21071 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109949-1466345512.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.41 2.26 2.15 2/194 23530
/proc/meminfo: memFree=30217544/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 36597731 98570240 978 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 24065 978 744 9 0 16771 0
[pid=23530/tid=23531] ppid=23527 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) R 23527 23530 21054 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36597732 98570240 978 33554432000 1073741824 1073778376 140735996158016 139811437436456 252263089536 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.41 2.26 2.15 2/194 23530
/proc/meminfo: memFree=30217544/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 4479 0 1 0 10 1 0 0 20 0 18 0 36597731 9787879424 6109 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 2389619 6109 2156 9 0 2380296 0
[pid=23530/tid=23531] ppid=23527 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) R 23527 23530 21054 0 -1 4202560 2390 0 1 0 7 0 0 0 20 0 18 0 36597732 9787879424 6113 33554432000 1073741824 1073778376 140735996158016 139811437439904 139811444868293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 2.41 2.26 2.15 2/194 23530
/proc/meminfo: memFree=30217544/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 4720 0 1 0 24 1 0 0 20 0 18 0 36597731 9787879424 6813 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 2389619 6813 2209 9 0 2380296 0
[pid=23530/tid=23531] ppid=23527 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) R 23527 23530 21054 0 -1 4202560 2408 0 1 0 17 0 0 0 20 0 18 0 36597732 9787879424 6813 33554432000 1073741824 1073778376 140735996158016 139811437439904 139811268688167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300356 s]
/proc/loadavg: 2.41 2.26 2.15 2/194 23530
/proc/meminfo: memFree=30217544/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 5692 0 1 0 47 1 0 0 20 0 18 0 36597731 9787879424 8414 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 2389619 8414 2231 9 0 2380296 0
[pid=23530/tid=23531] ppid=23527 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) R 23527 23530 21054 0 -1 4202560 2410 0 1 0 27 0 0 0 20 0 18 0 36597732 9787879424 8414 33554432000 1073741824 1073778376 140735996158016 139811437439904 139811268665135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700258 s]
/proc/loadavg: 2.41 2.26 2.15 2/194 23530
/proc/meminfo: memFree=30217544/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 8190 0 1 0 108 4 0 0 20 0 19 0 36597731 10060525568 11964 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 2456183 11964 2258 9 0 2446860 0
[pid=23530/tid=23531] ppid=23527 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) S 23527 23530 21054 0 -1 4202560 2428 0 1 0 30 0 0 0 20 0 19 0 36597732 10060525568 11964 33554432000 1073741824 1073778376 140735996158016 139811437441912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 2.38 2.26 2.15 2/213 23561
/proc/meminfo: memFree=30148408/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 18853 0 1 0 178 10 0 0 20 0 19 0 36597731 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 2456183 18195 2261 9 0 2446860 0
[pid=23530/tid=23531] ppid=23527 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) S 23527 23530 21054 0 -1 4202560 2429 0 1 0 32 0 0 0 20 0 19 0 36597732 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811437441912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23533] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23533/stat : 23533 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811398933288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23534] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23534/stat : 23534 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811397880488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23535] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23535/stat : 23535 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811396828200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23536] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23536/stat : 23536 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811395775400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23537] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23537/stat : 23537 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811394722088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23538] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23538/stat : 23538 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811393669288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23539] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23539/stat : 23539 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811392617000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23540] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23540/stat : 23540 (java) S 23527 23530 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811391564200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23541] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23541/stat : 23541 (java) S 23527 23530 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36597733 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811261217512 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23542] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23542/stat : 23542 (java) S 23527 23530 21054 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36597734 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811260163576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23543] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23543/stat : 23543 (java) S 23527 23530 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597734 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811259111176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23544] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23544/stat : 23544 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811258059664 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23545] ppid=23527 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/23530/task/23545/stat : 23545 (java) S 23527 23530 21054 0 -1 4202560 4895 0 0 0 43 0 0 0 20 0 19 0 36597736 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811257006264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23546] ppid=23527 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/23530/task/23546/stat : 23546 (java) S 23527 23530 21054 0 -1 4202560 10185 0 0 0 72 2 0 0 20 0 19 0 36597736 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811255953464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23547] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23547/stat : 23547 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811254901368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23548] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23548/stat : 23548 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139811253848776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23555] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23555/stat : 23555 (java) S 23527 23530 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597765 10060525568 18195 33554432000 1073741824 1073778376 140735996158016 139810242016808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 2.38 2.26 2.15 3/216 23576
/proc/meminfo: memFree=30122032/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 20433 0 1 0 198 12 0 0 20 0 19 0 36597731 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 2456183 22297 2264 9 0 2446860 0
[pid=23530/tid=23531] ppid=23527 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) S 23527 23530 21054 0 -1 4202560 2430 0 1 0 33 0 0 0 20 0 19 0 36597732 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811437441912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23533] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23533/stat : 23533 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811398933288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23534] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23534/stat : 23534 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811397880488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23535] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23535/stat : 23535 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811396828200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23536] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23536/stat : 23536 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811395775400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23537] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23537/stat : 23537 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811394722088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23538] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23538/stat : 23538 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811393669288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23539] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23539/stat : 23539 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811392617000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23540] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23540/stat : 23540 (java) S 23527 23530 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811391564200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23541] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23541/stat : 23541 (java) S 23527 23530 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36597733 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811261217512 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23542] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23542/stat : 23542 (java) S 23527 23530 21054 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36597734 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811260163576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23543] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23543/stat : 23543 (java) S 23527 23530 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597734 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811259111176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23544] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23544/stat : 23544 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811258059664 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23545] ppid=23527 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/23530/task/23545/stat : 23545 (java) S 23527 23530 21054 0 -1 4202560 6449 0 0 0 53 1 0 0 20 0 19 0 36597736 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811257006264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23546] ppid=23527 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/23530/task/23546/stat : 23546 (java) S 23527 23530 21054 0 -1 4202560 10185 0 0 0 78 2 0 0 20 0 19 0 36597736 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811255953464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23547] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23547/stat : 23547 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811254901368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23548] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23548/stat : 23548 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139811253848776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23555] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23555/stat : 23555 (java) S 23527 23530 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597765 10060525568 22297 33554432000 1073741824 1073778376 140735996158016 139810242016808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=23 pid=1811 uid=0 cmd=

[startup+6.30086 s]
/proc/loadavg: 2.38 2.26 2.15 1/213 23615
/proc/meminfo: memFree=30030968/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 21785 0 1 0 233 21 0 0 20 0 19 0 36597731 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 2456183 32416 2267 9 0 2446860 0
[pid=23530/tid=23531] ppid=23527 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) S 23527 23530 21054 0 -1 4202560 2434 0 1 0 34 1 0 0 20 0 19 0 36597732 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811437441912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23533] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23533/stat : 23533 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811398933288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23534] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23534/stat : 23534 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811397880488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23535] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23535/stat : 23535 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811396828200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23536] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23536/stat : 23536 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811395775400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23537] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23537/stat : 23537 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811394722088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23538] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23538/stat : 23538 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811393669288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23539] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23539/stat : 23539 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811392617000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23540] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23540/stat : 23540 (java) S 23527 23530 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36597732 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811391564200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23541] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23541/stat : 23541 (java) S 23527 23530 21054 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36597733 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811261217512 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23542] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23542/stat : 23542 (java) S 23527 23530 21054 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36597734 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811260163576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23543] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23543/stat : 23543 (java) S 23527 23530 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597734 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811259111176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23544] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23544/stat : 23544 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 32416 33554432000 1073741824 1073778376 140735996158016 139811258059664 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23545] ppid=23527 vsize=9824732 CPUtime=0.72 cores=1,3,5,7

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

[pid=23530/tid=23538] ppid=23527 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23530/task/23538/stat : 23538 (java) S 23527 23530 21054 0 -1 4202560 63 0 0 0 13 4 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811393669288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23539] ppid=23527 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23530/task/23539/stat : 23539 (java) S 23527 23530 21054 0 -1 4202560 45 0 0 0 10 3 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811392617000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23540] ppid=23527 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23530/task/23540/stat : 23540 (java) S 23527 23530 21054 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811391564200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23541] ppid=23527 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23530/task/23541/stat : 23541 (java) S 23527 23530 21054 0 -1 4202560 973 0 0 0 1 4 0 0 20 0 19 0 36597733 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811261217512 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23542] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23542/stat : 23542 (java) S 23527 23530 21054 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 36597734 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811260163576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23543] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23543/stat : 23543 (java) S 23527 23530 21054 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 36597734 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811259111176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23544] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23544/stat : 23544 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811258059664 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23545] ppid=23527 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/23530/task/23545/stat : 23545 (java) S 23527 23530 21054 0 -1 4202560 17720 0 0 0 191 3 0 0 20 0 19 0 36597736 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811257006264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23546] ppid=23527 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/23530/task/23546/stat : 23546 (java) S 23527 23530 21054 0 -1 4202560 10214 0 0 0 119 2 0 0 20 0 19 0 36597736 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811255953464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23547] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23547/stat : 23547 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811254901368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23548] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23548/stat : 23548 (java) S 23527 23530 21054 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811253848776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23555] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23555/stat : 23555 (java) S 23527 23530 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597765 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139810242016808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 36.54
Current children cumulated vsize (KiB) 9824732

[startup+36.0009 s]
/proc/loadavg: 2.39 2.26 2.15 1/213 23914
/proc/meminfo: memFree=28725484/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=9824732 CPUtime=37.42 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 34636 0 1 0 3624 118 0 0 20 0 22 0 36597731 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 2456183 360576 2288 9 0 2446860 0
[pid=23530/tid=23531] ppid=23527 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) S 23527 23530 21054 0 -1 4202560 2441 0 1 0 52 2 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811437441912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23533] ppid=23527 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23530/task/23533/stat : 23533 (java) S 23527 23530 21054 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811398933288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23534] ppid=23527 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23530/task/23534/stat : 23534 (java) S 23527 23530 21054 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811397880488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23535] ppid=23527 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23530/task/23535/stat : 23535 (java) S 23527 23530 21054 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811396828200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23536] ppid=23527 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23530/task/23536/stat : 23536 (java) S 23527 23530 21054 0 -1 4202560 42 0 0 0 7 0 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811395775400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23537] ppid=23527 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23530/task/23537/stat : 23537 (java) S 23527 23530 21054 0 -1 4202560 75 0 0 0 13 3 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811394722088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23538] ppid=23527 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23530/task/23538/stat : 23538 (java) S 23527 23530 21054 0 -1 4202560 63 0 0 0 13 4 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811393669288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23539] ppid=23527 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23530/task/23539/stat : 23539 (java) S 23527 23530 21054 0 -1 4202560 45 0 0 0 10 3 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811392617000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23540] ppid=23527 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23530/task/23540/stat : 23540 (java) S 23527 23530 21054 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811391564200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23541] ppid=23527 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23530/task/23541/stat : 23541 (java) S 23527 23530 21054 0 -1 4202560 973 0 0 0 1 4 0 0 20 0 22 0 36597733 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811261217512 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23542] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23542/stat : 23542 (java) S 23527 23530 21054 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 36597734 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811260163576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23543] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23543/stat : 23543 (java) S 23527 23530 21054 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 36597734 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811259111176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23544] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23544/stat : 23544 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36597736 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811258059664 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23545] ppid=23527 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/23530/task/23545/stat : 23545 (java) S 23527 23530 21054 0 -1 4202560 17721 0 0 0 192 3 0 0 20 0 22 0 36597736 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811257006264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23546] ppid=23527 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/23530/task/23546/stat : 23546 (java) S 23527 23530 21054 0 -1 4202560 10214 0 0 0 120 2 0 0 20 0 22 0 36597736 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811255953464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23547] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23547/stat : 23547 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36597736 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811254901368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23548] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23548/stat : 23548 (java) S 23527 23530 21054 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36597736 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811253848776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23555] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23555/stat : 23555 (java) S 23527 23530 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36597765 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139810242016808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 37.42
Current children cumulated vsize (KiB) 9824732

[startup+36.8009 s]
/proc/loadavg: 2.36 2.26 2.15 3/216 23923
/proc/meminfo: memFree=28713220/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=9824732 CPUtime=39.02 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 34636 0 1 0 3784 118 0 0 20 0 22 0 36597731 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 2456183 360576 2288 9 0 2446860 0
[pid=23530/tid=23531] ppid=23527 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) S 23527 23530 21054 0 -1 4202560 2441 0 1 0 52 2 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811437441912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23533] ppid=23527 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23530/task/23533/stat : 23533 (java) S 23527 23530 21054 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811398933288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23534] ppid=23527 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23530/task/23534/stat : 23534 (java) S 23527 23530 21054 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811397880488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23535] ppid=23527 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23530/task/23535/stat : 23535 (java) S 23527 23530 21054 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811396828200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23536] ppid=23527 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23530/task/23536/stat : 23536 (java) S 23527 23530 21054 0 -1 4202560 42 0 0 0 7 0 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811395775400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23537] ppid=23527 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23530/task/23537/stat : 23537 (java) S 23527 23530 21054 0 -1 4202560 75 0 0 0 13 3 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811394722088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23538] ppid=23527 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23530/task/23538/stat : 23538 (java) S 23527 23530 21054 0 -1 4202560 63 0 0 0 13 4 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811393669288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23539] ppid=23527 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23530/task/23539/stat : 23539 (java) S 23527 23530 21054 0 -1 4202560 45 0 0 0 10 3 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811392617000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23540] ppid=23527 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23530/task/23540/stat : 23540 (java) S 23527 23530 21054 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 22 0 36597732 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811391564200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23541] ppid=23527 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23530/task/23541/stat : 23541 (java) S 23527 23530 21054 0 -1 4202560 973 0 0 0 1 4 0 0 20 0 22 0 36597733 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811261217512 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23542] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23542/stat : 23542 (java) S 23527 23530 21054 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 36597734 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811260163576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23543] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23543/stat : 23543 (java) S 23527 23530 21054 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 36597734 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811259111176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23544] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23544/stat : 23544 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36597736 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811258059664 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23545] ppid=23527 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/23530/task/23545/stat : 23545 (java) S 23527 23530 21054 0 -1 4202560 17721 0 0 0 192 3 0 0 20 0 22 0 36597736 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811257006264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23546] ppid=23527 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/23530/task/23546/stat : 23546 (java) S 23527 23530 21054 0 -1 4202560 10214 0 0 0 120 2 0 0 20 0 22 0 36597736 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811255953464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23547] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23547/stat : 23547 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36597736 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811254901368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23548] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23548/stat : 23548 (java) S 23527 23530 21054 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36597736 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139811253848776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23555] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23555/stat : 23555 (java) S 23527 23530 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36597765 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139810242016808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23915] ppid=23527 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/23530/task/23915/stat : 23915 (java) R 23527 23530 21054 0 -1 4202560 2 0 0 0 121 0 0 0 20 0 22 0 36601289 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139810245165200 139811269193560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23916] ppid=23527 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/23530/task/23916/stat : 23916 (java) R 23527 23530 21054 0 -1 4202560 2 0 0 0 121 0 0 0 20 0 22 0 36601289 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139810243067320 139811269450308 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23917] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23917/stat : 23917 (java) S 23527 23530 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36601292 10060525568 360576 33554432000 1073741824 1073778376 140735996158016 139810244122152 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 39.02
Current children cumulated vsize (KiB) 9824732

[startup+37.2008 s]
/proc/loadavg: 2.36 2.26 2.15 3/216 23923
/proc/meminfo: memFree=28713220/32872528 swapFree=1200228/1314692
[pid=23530] ppid=23527 vsize=9824732 CPUtime=39.18 cores=1,3,5,7
/proc/23530/stat : 23530 (java) S 23527 23530 21054 0 -1 4202496 34636 0 1 0 3798 120 0 0 20 0 19 0 36597731 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 140735996149152 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23530/statm: 2456183 360570 2288 9 0 2446860 0
[pid=23530/tid=23531] ppid=23527 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/23530/task/23531/stat : 23531 (java) R 23527 23530 21054 0 -1 4202560 2441 0 1 0 64 2 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811437441440 139811268859767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23533] ppid=23527 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/23530/task/23533/stat : 23533 (java) S 23527 23530 21054 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811398933288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23534] ppid=23527 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23530/task/23534/stat : 23534 (java) S 23527 23530 21054 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811397880488 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23535] ppid=23527 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23530/task/23535/stat : 23535 (java) S 23527 23530 21054 0 -1 4202560 54 0 0 0 12 2 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811396828200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23536] ppid=23527 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23530/task/23536/stat : 23536 (java) S 23527 23530 21054 0 -1 4202560 42 0 0 0 7 0 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811395775400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23537] ppid=23527 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23530/task/23537/stat : 23537 (java) S 23527 23530 21054 0 -1 4202560 75 0 0 0 13 3 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811394722088 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23538] ppid=23527 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23530/task/23538/stat : 23538 (java) S 23527 23530 21054 0 -1 4202560 63 0 0 0 13 4 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811393669288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23539] ppid=23527 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/23530/task/23539/stat : 23539 (java) S 23527 23530 21054 0 -1 4202560 45 0 0 0 10 3 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811392617000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23540] ppid=23527 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/23530/task/23540/stat : 23540 (java) S 23527 23530 21054 0 -1 4202560 51 0 0 0 11 3 0 0 20 0 19 0 36597732 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811391564200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23530/tid=23541] ppid=23527 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23530/task/23541/stat : 23541 (java) S 23527 23530 21054 0 -1 4202560 973 0 0 0 1 4 0 0 20 0 19 0 36597733 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811261217512 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23542] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23542/stat : 23542 (java) S 23527 23530 21054 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 36597734 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811260163576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23543] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23543/stat : 23543 (java) S 23527 23530 21054 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 36597734 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811259111176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23544] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23544/stat : 23544 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811258059664 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23530/tid=23545] ppid=23527 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/23530/task/23545/stat : 23545 (java) S 23527 23530 21054 0 -1 4202560 17721 0 0 0 192 3 0 0 20 0 19 0 36597736 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811257006264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23546] ppid=23527 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/23530/task/23546/stat : 23546 (java) S 23527 23530 21054 0 -1 4202560 10214 0 0 0 120 2 0 0 20 0 19 0 36597736 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811255953464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23547] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23547/stat : 23547 (java) S 23527 23530 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811254901368 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23530/tid=23548] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23548/stat : 23548 (java) S 23527 23530 21054 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36597736 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139811253848776 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23530/tid=23555] ppid=23527 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23530/task/23555/stat : 23555 (java) S 23527 23530 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36597765 10060525568 360570 33554432000 1073741824 1073778376 140735996158016 139810242016808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 39.18
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 37.212
CPU time (s): 39.265
CPU user time (s): 37.9352
CPU system time (s): 1.3298
CPU usage (%): 105.517
Max. virtual memory (cumulated for all children) (KiB): 9826452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.9352
system time used= 1.3298
maximum resident set size= 1442312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34642
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2956
involuntary context switches= 2554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.159975 second user time and 0.224965 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-19 16:11:52
IDJOB=4109949
IDBENCH=78979
IDSOLVER=2552
FILE ID=node131/4109949-1466345512
RUNJOBID= node131-1466341814-21071
PBS_JOBID= 19922022
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.1900566157--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109949-1466345512/watcher-4109949-1466345512 -o /tmp/evaluation-result-4109949-1466345512/solver-4109949-1466345512 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466341814-21071 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109949-1466345512.wbo

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

MD5SUM BENCH= d542ebd8fdf9cdf1064a589ed9ad7045
RANDOM SEED=208686960

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30218196 kB
Buffers:          190792 kB
Cached:           308084 kB
SwapCached:         1512 kB
Active:           251012 kB
Inactive:         341736 kB
Active(anon):      92784 kB
Inactive(anon):     3056 kB
Active(file):     158228 kB
Inactive(file):   338680 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099952 kB
Dirty:              2084 kB
Writeback:             0 kB
AnonPages:       1345856 kB
Mapped:            15532 kB
Shmem:                 0 kB
Slab:             610228 kB
SReclaimable:      53704 kB
SUnreclaim:       556524 kB
KernelStack:        1776 kB
PageTables:         6644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2005240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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 node131 at 2016-06-19 16:12:29