Trace number 4110188

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 Resolution PB16OPTIMUM 9.8615 8.56861

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973364--soft-0-100-0.wbo
MD5SUM720f64c2f6f2c9ea73cb79f37d5ddc49
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.2715
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1246
Number of bits of the biggest sum of numbers11
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4110188-1466343838.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 101 literals
0.27/0.25	c SATISFIABLE
0.27/0.25	c OPTIMIZING...
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.144
0.27/0.25	o 737
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.161
0.27/0.27	o 670
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.275
0.50/0.38	o 631
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.283
0.50/0.39	o 623
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.50/0.39	o 590
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.29
0.50/0.39	o 588
0.65/0.40	c Got one! Elapsed wall clock time (in seconds):0.293
0.65/0.40	o 576
0.65/0.40	c Got one! Elapsed wall clock time (in seconds):0.298
0.65/0.40	o 561
0.65/0.41	c Got one! Elapsed wall clock time (in seconds):0.303
0.65/0.41	o 534
0.65/0.42	c Got one! Elapsed wall clock time (in seconds):0.313
0.65/0.42	o 516
0.65/0.42	c Got one! Elapsed wall clock time (in seconds):0.32
0.65/0.42	o 506
0.65/0.43	c Got one! Elapsed wall clock time (in seconds):0.33
0.65/0.43	o 503
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.333
0.65/0.44	o 461
0.65/0.45	c Got one! Elapsed wall clock time (in seconds):0.35
0.65/0.45	o 457
0.65/0.46	c Got one! Elapsed wall clock time (in seconds):0.355
0.65/0.46	o 456
0.65/0.46	c Got one! Elapsed wall clock time (in seconds):0.36
0.65/0.46	o 441
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.65/0.47	o 433
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.37
0.65/0.47	o 413
0.86/0.54	c Got one! Elapsed wall clock time (in seconds):0.437
0.86/0.54	o 406
0.86/0.56	c Got one! Elapsed wall clock time (in seconds):0.452
0.86/0.56	o 403
0.86/0.59	c Got one! Elapsed wall clock time (in seconds):0.484
0.86/0.59	o 395
0.97/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
0.97/0.60	o 382
0.97/0.61	c Got one! Elapsed wall clock time (in seconds):0.506
0.97/0.61	o 380
0.97/0.62	c Got one! Elapsed wall clock time (in seconds):0.512
0.97/0.62	o 372
0.97/0.62	c Got one! Elapsed wall clock time (in seconds):0.518
0.97/0.62	o 360
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.529
0.97/0.63	o 354
0.97/0.65	c Got one! Elapsed wall clock time (in seconds):0.546
0.97/0.65	o 339
0.97/0.66	c Got one! Elapsed wall clock time (in seconds):0.555
0.97/0.66	o 333
0.97/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
0.97/0.68	o 324
0.97/0.69	c Got one! Elapsed wall clock time (in seconds):0.587
0.97/0.69	o 294
1.13/0.70	c Got one! Elapsed wall clock time (in seconds):0.599
1.13/0.70	o 274
1.13/0.73	c Got one! Elapsed wall clock time (in seconds):0.625
1.13/0.73	o 273
1.13/0.74	c Got one! Elapsed wall clock time (in seconds):0.636
1.13/0.74	o 271
1.13/0.75	c Got one! Elapsed wall clock time (in seconds):0.642
1.13/0.75	o 265
1.13/0.76	c Got one! Elapsed wall clock time (in seconds):0.652
1.13/0.76	o 249
1.33/0.80	c Got one! Elapsed wall clock time (in seconds):0.7
1.33/0.80	o 244
1.33/0.89	c cleaning 6421 clauses out of 12850 with flag 3539/12850
1.47/0.95	c Got one! Elapsed wall clock time (in seconds):0.843
1.47/0.95	o 242
1.47/0.95	c Got one! Elapsed wall clock time (in seconds):0.85
1.47/0.95	o 239
1.63/1.03	c Got one! Elapsed wall clock time (in seconds):0.922
1.63/1.03	o 238
1.63/1.05	c Got one! Elapsed wall clock time (in seconds):0.943
1.63/1.05	o 236
1.63/1.05	c Got one! Elapsed wall clock time (in seconds):0.946
1.63/1.05	o 220
1.85/1.21	c cleaning 6452 clauses out of 12913 with flag 13365/19334
1.85/1.27	c Got one! Elapsed wall clock time (in seconds):1.164
1.85/1.27	o 219
1.85/1.28	c Got one! Elapsed wall clock time (in seconds):1.179
1.85/1.28	o 218
1.85/1.29	c Got one! Elapsed wall clock time (in seconds):1.185
1.85/1.29	o 216
1.95/1.30	c Got one! Elapsed wall clock time (in seconds):1.198
1.95/1.30	o 203
2.05/1.43	c Got one! Elapsed wall clock time (in seconds):1.329
2.05/1.43	o 199
2.05/1.44	c Got one! Elapsed wall clock time (in seconds):1.341
2.05/1.44	o 198
2.15/1.53	c Got one! Elapsed wall clock time (in seconds):1.424
2.15/1.53	o 193
2.15/1.59	c cleaning 6939 clauses out of 13886 with flag 4187/26759
2.27/1.60	c Got one! Elapsed wall clock time (in seconds):1.493
2.27/1.60	o 188
2.27/1.60	c Got one! Elapsed wall clock time (in seconds):1.496
2.27/1.60	o 185
2.27/1.67	c Got one! Elapsed wall clock time (in seconds):1.568
2.27/1.67	o 183
2.27/1.68	c Got one! Elapsed wall clock time (in seconds):1.574
2.27/1.68	o 176
2.37/1.70	c Got one! Elapsed wall clock time (in seconds):1.596
2.37/1.70	o 173
2.37/1.73	c Got one! Elapsed wall clock time (in seconds):1.623
2.37/1.73	o 171
2.37/1.78	c Got one! Elapsed wall clock time (in seconds):1.677
2.37/1.78	o 169
2.57/1.92	c Got one! Elapsed wall clock time (in seconds):1.814
2.57/1.92	o 162
2.57/1.98	c cleaning 7276 clauses out of 14557 with flag 4228/34369
2.57/1.99	c Got one! Elapsed wall clock time (in seconds):1.887
2.57/1.99	o 140
2.67/2.01	c Got one! Elapsed wall clock time (in seconds):1.911
2.67/2.01	o 133
2.67/2.03	c Got one! Elapsed wall clock time (in seconds):1.928
2.67/2.03	o 132
2.67/2.06	c Got one! Elapsed wall clock time (in seconds):1.951
2.67/2.06	o 126
2.67/2.06	c Got one! Elapsed wall clock time (in seconds):1.96
2.67/2.06	o 125
2.83/2.15	c Got one! Elapsed wall clock time (in seconds):2.043
2.83/2.15	o 122
2.94/2.27	c Got one! Elapsed wall clock time (in seconds):2.169
2.94/2.27	o 116
2.94/2.29	c Got one! Elapsed wall clock time (in seconds):2.189
2.94/2.29	o 115
3.05/2.30	c Got one! Elapsed wall clock time (in seconds):2.2
3.05/2.30	o 111
3.05/2.31	c Got one! Elapsed wall clock time (in seconds):2.203
3.05/2.31	o 109
3.05/2.38	c Got one! Elapsed wall clock time (in seconds):2.274
3.05/2.38	o 108
3.14/2.47	c cleaning 7866 clauses out of 15733 with flag 3656/42821
3.14/2.50	c Got one! Elapsed wall clock time (in seconds):2.391
3.14/2.50	o 93
3.34/2.52	c Got one! Elapsed wall clock time (in seconds):2.411
3.34/2.52	o 92
3.34/2.55	c Got one! Elapsed wall clock time (in seconds):2.441
3.34/2.55	o 91
3.34/2.57	c Got one! Elapsed wall clock time (in seconds):2.468
3.34/2.57	o 90
3.54/2.60	c Got one! Elapsed wall clock time (in seconds):2.496
3.54/2.60	o 86
3.54/2.69	c Got one! Elapsed wall clock time (in seconds):2.582
3.54/2.69	o 83
3.95/2.81	c Got one! Elapsed wall clock time (in seconds):2.702
3.95/2.81	o 75
4.09/2.93	c cleaning 8356 clauses out of 16720 with flag 8302/51674
4.39/3.22	c cleaning 7180 clauses out of 14365 with flag 33269/57675
4.39/3.24	c Got one! Elapsed wall clock time (in seconds):3.137
4.39/3.24	o 74
4.39/3.25	c Got one! Elapsed wall clock time (in seconds):3.147
4.39/3.25	o 73
4.39/3.28	c Got one! Elapsed wall clock time (in seconds):3.179
4.39/3.28	o 71
4.49/3.34	c Got one! Elapsed wall clock time (in seconds):3.24
4.49/3.34	o 70
4.49/3.40	c Got one! Elapsed wall clock time (in seconds):3.293
4.49/3.40	o 69
4.59/3.41	c Got one! Elapsed wall clock time (in seconds):3.304
4.59/3.41	o 66
4.59/3.47	c Got one! Elapsed wall clock time (in seconds):3.365
4.59/3.47	o 65
4.69/3.50	c Got one! Elapsed wall clock time (in seconds):3.397
4.69/3.50	o 59
4.69/3.51	c Got one! Elapsed wall clock time (in seconds):3.401
4.69/3.51	o 58
4.69/3.55	c Got one! Elapsed wall clock time (in seconds):3.445
4.69/3.55	o 57
4.79/3.64	c Got one! Elapsed wall clock time (in seconds):3.539
4.79/3.64	o 56
4.79/3.69	c Got one! Elapsed wall clock time (in seconds):3.59
4.79/3.69	o 55
4.90/3.71	c Got one! Elapsed wall clock time (in seconds):3.603
4.90/3.71	o 48
4.90/3.78	c cleaning 9347 clauses out of 18704 with flag 3702/69194
5.21/4.05	c cleaning 7674 clauses out of 15357 with flag 28275/75194
5.31/4.16	c Got one! Elapsed wall clock time (in seconds):4.052
5.31/4.16	o 47
5.41/4.25	c cleaning 6365 clauses out of 12734 with flag 8324/80245
5.72/4.50	c cleaning 6185 clauses out of 12370 with flag 35240/86246
5.72/4.59	c Got one! Elapsed wall clock time (in seconds):4.485
5.72/4.59	o 44
5.91/4.72	c cleaning 5705 clauses out of 11418 with flag 13765/91479
5.91/4.77	c Got one! Elapsed wall clock time (in seconds):4.669
5.91/4.77	o 21
6.02/4.90	c Got one! Elapsed wall clock time (in seconds):4.791
6.02/4.90	o 17
6.12/4.94	c cleaning 5734 clauses out of 11476 with flag 3293/97242
6.12/4.98	c Got one! Elapsed wall clock time (in seconds):4.88
6.12/4.98	o 13
6.23/5.00	c Got one! Elapsed wall clock time (in seconds):4.894
6.23/5.00	o 11
6.23/5.01	c Got one! Elapsed wall clock time (in seconds):4.91
6.23/5.01	o 10
6.33/5.10	c Got one! Elapsed wall clock time (in seconds):4.998
6.33/5.10	o 9
6.33/5.19	c cleaning 6311 clauses out of 12632 with flag 7081/104133
6.63/5.42	c cleaning 6157 clauses out of 12320 with flag 28143/110132
6.63/5.46	c Got one! Elapsed wall clock time (in seconds):5.352
6.63/5.46	o 8
6.84/5.60	c cleaning 5722 clauses out of 11464 with flag 14356/115434
7.04/5.83	c cleaning 5868 clauses out of 11743 with flag 38764/121435
7.25/6.03	c Got one! Elapsed wall clock time (in seconds):5.922
7.25/6.03	o 7
7.46/6.25	c cleaning 8137 clauses out of 16284 with flag 20476/131847
7.66/6.49	c cleaning 7072 clauses out of 14147 with flag 45449/137848
7.76/6.57	c Got one! Elapsed wall clock time (in seconds):6.461
7.76/6.57	o 6
7.87/6.69	c cleaning 6117 clauses out of 12241 with flag 12815/143015
8.16/6.92	c cleaning 6062 clauses out of 12126 with flag 36645/149017
8.26/7.01	c Got one! Elapsed wall clock time (in seconds):6.907
8.26/7.01	o 5
8.38/7.13	c cleaning 5885 clauses out of 11774 with flag 12603/154728
8.58/7.36	c cleaning 5935 clauses out of 11885 with flag 38179/160726
8.88/7.64	c cleaning 6471 clauses out of 12947 with flag 68076/167727
9.09/7.83	c Got one! Elapsed wall clock time (in seconds):7.725
9.09/7.83	o 4
9.09/7.88	c cleaning 6218 clauses out of 12442 with flag 4340/173696
9.09/7.88	c Got one! Elapsed wall clock time (in seconds):7.778
9.09/7.88	o 3
9.29/8.07	c cleaning 5642 clauses out of 11294 with flag 22018/178766
9.59/8.30	c cleaning 5816 clauses out of 11652 with flag 49141/184766
9.79/8.55	c Got one! Elapsed wall clock time (in seconds):8.448
9.79/8.55	o 2
9.79/8.56	c starts		: 251
9.79/8.56	c conflicts		: 191484
9.79/8.56	c decisions		: 332527
9.79/8.56	c propagations		: 5545117
9.79/8.56	c inspects		: 86726226
9.79/8.56	c shortcuts		: 0
9.79/8.56	c learnt literals	: 17
9.79/8.56	c learnt binary clauses	: 27
9.79/8.56	c learnt ternary clauses	: 506
9.79/8.56	c learnt constraints	: 191467
9.79/8.56	c ignored constraints	: 0
9.79/8.56	c root simplifications	: 0
9.79/8.56	c removed literals (reason simplification)	: 0
9.79/8.56	c reason swapping (by a shorter reason)	: 0
9.79/8.56	c Calls to reduceDB	: 27
9.79/8.56	c Number of update (reduction) of LBD	: 55763
9.79/8.56	c Imported unit clauses	: 0
9.79/8.56	c number of reductions to clauses (during analyze)	: 0
9.79/8.56	c number of learned constraints concerned by reduction	: 0
9.79/8.56	c number of learning phase by resolution	: 0
9.79/8.56	c number of learning phase by cutting planes	: 0
9.79/8.56	c speed (assignments/second)	: 660368.8221984041
9.79/8.56	c non guided choices	4579
9.79/8.56	c learnt constraints type 
9.79/8.56	s OPTIMUM FOUND
9.79/8.56	c Found 102 solution(s)
9.79/8.56	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 
9.79/8.56	c objective function=2
9.79/8.56	c Total wall clock time (in seconds): 8.457

Verifier Data

OK	2

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-4110188-1466343838/watcher-4110188-1466343838 -o /tmp/evaluation-result-4110188-1466343838/solver-4110188-1466343838 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110188-1466343838.wbo 

pid=14378
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.22 2.09 1.79 3/194 14381
/proc/meminfo: memFree=31016792/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 36428640 94019584 917 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 22954 917 697 9 0 16769 0
[pid=14381/tid=14382] ppid=14378 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) D 14378 14381 13098 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 36428640 94019584 917 33554432000 1073741824 1073778376 140736739367776 140486270557736 243756264743 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.22 2.09 1.79 3/194 14381
/proc/meminfo: memFree=31016792/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 4431 0 1 0 9 1 0 0 20 0 18 0 36428640 9787879424 6063 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 2389619 6063 2140 9 0 2380296 0
[pid=14381/tid=14382] ppid=14378 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14378 14381 13098 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 36428640 9787879424 6063 33554432000 1073741824 1073778376 140736739367776 140486270561184 243768812813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.22 2.09 1.79 3/194 14381
/proc/meminfo: memFree=31016792/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 6459 0 1 0 25 2 0 0 20 0 19 0 36428640 9856040960 8145 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 2406260 8145 2233 9 0 2396937 0
[pid=14381/tid=14382] ppid=14378 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14378 14381 13098 0 -1 4202560 2415 0 1 0 16 1 0 0 20 0 19 0 36428640 9856040960 8145 33554432000 1073741824 1073778376 140736739367776 140486270562944 140486273848149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300365 s]
/proc/loadavg: 2.22 2.09 1.79 3/194 14381
/proc/meminfo: memFree=31016792/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 6918 0 1 0 48 2 0 0 20 0 19 0 36428640 9856040960 8722 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 2406260 8722 2243 9 0 2396937 0
[pid=14381/tid=14382] ppid=14378 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14378 14381 13098 0 -1 4202560 2417 0 1 0 26 1 0 0 20 0 19 0 36428640 9856040960 8722 33554432000 1073741824 1073778376 140736739367776 140486270562600 140486115726975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700163 s]
/proc/loadavg: 2.22 2.09 1.79 3/194 14381
/proc/meminfo: memFree=31016792/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 11788 0 1 0 110 3 0 0 20 0 19 0 36428640 9856040960 11489 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 2406260 11489 2256 9 0 2396937 0
[pid=14381/tid=14382] ppid=14378 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14378 14381 13098 0 -1 4202560 2419 0 1 0 66 1 0 0 20 0 19 0 36428640 9856040960 11489 33554432000 1073741824 1073778376 140736739367776 140486270562600 140486115784440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.22 2.09 1.79 3/213 14400
/proc/meminfo: memFree=30981716/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 12080 0 1 0 211 4 0 0 20 0 19 0 36428640 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 2406260 11332 2262 9 0 2396937 0
[pid=14381/tid=14382] ppid=14378 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14378 14381 13098 0 -1 4202560 2422 0 1 0 146 2 0 0 20 0 19 0 36428640 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140486270554416 140486115776384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14384] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14384/stat : 14384 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140486243015080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14385] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14385/stat : 14385 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140486241962536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14386] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14386/stat : 14386 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140486240909480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14387] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14387/stat : 14387 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140486239856936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14388] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14388/stat : 14388 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140486238804904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14389] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14389/stat : 14389 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140486237752360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14390] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14390/stat : 14390 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140486236699304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14391] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14391/stat : 14391 (java) S 14378 14381 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140486235646760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14392] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14392/stat : 14392 (java) S 14378 14381 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36428642 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140485624572264 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14393] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14393/stat : 14393 (java) S 14378 14381 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140485623518584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14394] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14394/stat : 14394 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140485622465416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14395] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14395/stat : 14395 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140485621414160 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14396] ppid=14378 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/14381/task/14396/stat : 14396 (java) S 14378 14381 13098 0 -1 4202560 2599 0 0 0 29 0 0 0 20 0 19 0 36428645 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140485620362040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14397] ppid=14378 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/14381/task/14397/stat : 14397 (java) S 14378 14381 13098 0 -1 4202560 5787 0 0 0 33 2 0 0 20 0 19 0 36428645 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140485619309496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14398] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14398/stat : 14398 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140485618256632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14399] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14399/stat : 14399 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140485617204296 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14400] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14400/stat : 14400 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428656 9856040960 11332 33554432000 1073741824 1073778376 140736739367776 140485616149544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.20 2.08 1.79 3/213 14400
/proc/meminfo: memFree=30973772/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=9625040 CPUtime=4.29 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 18655 0 1 0 424 5 0 0 20 0 19 0 36428640 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 2406260 18014 2263 9 0 2396937 0
[pid=14381/tid=14382] ppid=14378 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14378 14381 13098 0 -1 4202560 2428 0 1 0 305 2 0 0 20 0 19 0 36428640 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140486270562808 140486115785856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14384] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14384/stat : 14384 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140486243015080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14385] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14385/stat : 14385 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140486241962536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14386] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14386/stat : 14386 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140486240909480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14387] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14387/stat : 14387 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140486239856936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14388] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14388/stat : 14388 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140486238804904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14389] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14389/stat : 14389 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140486237752360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14390] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14390/stat : 14390 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140486236699304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14391] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14391/stat : 14391 (java) S 14378 14381 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140486235646760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14392] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14392/stat : 14392 (java) S 14378 14381 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36428642 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140485624572264 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14393] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14393/stat : 14393 (java) S 14378 14381 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140485623518584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14394] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14394/stat : 14394 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140485622465416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14395] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14395/stat : 14395 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140485621414160 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14396] ppid=14378 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/14381/task/14396/stat : 14396 (java) S 14378 14381 13098 0 -1 4202560 9096 0 0 0 70 2 0 0 20 0 19 0 36428645 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140485620362040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14397] ppid=14378 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/14381/task/14397/stat : 14397 (java) S 14378 14381 13098 0 -1 4202560 5859 0 0 0 43 2 0 0 20 0 19 0 36428645 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140485619309496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14398] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14398/stat : 14398 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140485618256632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14399] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14399/stat : 14399 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140485617204296 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14400] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14400/stat : 14400 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428656 9856040960 18014 33554432000 1073741824 1073778376 140736739367776 140485616149544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.20 2.08 1.79 3/213 14400
/proc/meminfo: memFree=30945396/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=9625040 CPUtime=7.56 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 18670 0 1 0 751 5 0 0 20 0 19 0 36428640 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 2406260 20877 2266 9 0 2396937 0
[pid=14381/tid=14382] ppid=14378 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14378 14381 13098 0 -1 4202560 2440 0 1 0 624 2 0 0 20 0 19 0 36428640 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140486270553792 140486115830737 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14384] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14384/stat : 14384 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140486243015080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14385] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14385/stat : 14385 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140486241962536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14386] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14386/stat : 14386 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140486240909480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14387] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14387/stat : 14387 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140486239856936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14388] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14388/stat : 14388 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140486238804904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14389] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14389/stat : 14389 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140486237752360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14390] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14390/stat : 14390 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140486236699304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14391] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14391/stat : 14391 (java) S 14378 14381 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140486235646760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14392] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14392/stat : 14392 (java) S 14378 14381 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36428642 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140485624572264 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14393] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14393/stat : 14393 (java) S 14378 14381 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140485623518584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14394] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14394/stat : 14394 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140485622465416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14395] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14395/stat : 14395 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140485621414160 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14396] ppid=14378 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/14381/task/14396/stat : 14396 (java) S 14378 14381 13098 0 -1 4202560 9098 0 0 0 78 2 0 0 20 0 19 0 36428645 9856040960 20877 33554432000 1073741824 1073778376 140736739367776 140485620362040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14397] ppid=14378 vsize=9625040 CPUtime=0.46 cores=0,2,4,6

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

[pid=14381/tid=14386] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14386/stat : 14386 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140486240909480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14387] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14387/stat : 14387 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140486239856936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14388] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14388/stat : 14388 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140486238804904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14389] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14389/stat : 14389 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140486237752360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14390] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14390/stat : 14390 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140486236699304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14391] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14391/stat : 14391 (java) S 14378 14381 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140486235646760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14392] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14392/stat : 14392 (java) S 14378 14381 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36428642 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140485624572264 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14393] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14393/stat : 14393 (java) S 14378 14381 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140485623518584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14394] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14394/stat : 14394 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140485622465416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14395] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14395/stat : 14395 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140485621414160 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14396] ppid=14378 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/14381/task/14396/stat : 14396 (java) S 14378 14381 13098 0 -1 4202560 9098 0 0 0 79 2 0 0 20 0 19 0 36428645 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140485620362040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14397] ppid=14378 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14381/task/14397/stat : 14397 (java) S 14378 14381 13098 0 -1 4202560 5859 0 0 0 44 2 0 0 20 0 19 0 36428645 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140485619309496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14398] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14398/stat : 14398 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140485618256632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14399] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14399/stat : 14399 (java) S 14378 14381 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140485617204296 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14400] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14400/stat : 14400 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428656 9856040960 22413 33554432000 1073741824 1073778376 140736739367776 140485616149544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 9625040

[startup+8.00078 s]
/proc/loadavg: 2.19 2.08 1.79 3/213 14400
/proc/meminfo: memFree=30933372/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=9625040 CPUtime=9.29 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 18676 0 1 0 924 5 0 0 20 0 19 0 36428640 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 2406260 23437 2266 9 0 2396937 0
[pid=14381/tid=14382] ppid=14378 vsize=9625040 CPUtime=7.96 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14378 14381 13098 0 -1 4202560 2446 0 1 0 794 2 0 0 20 0 19 0 36428640 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140486270553792 140486115803791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14384] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14384/stat : 14384 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140486243015080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14385] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14385/stat : 14385 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140486241962536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14386] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14386/stat : 14386 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140486240909480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14387] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14387/stat : 14387 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140486239856936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14388] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14388/stat : 14388 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140486238804904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14389] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14389/stat : 14389 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140486237752360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14390] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14390/stat : 14390 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140486236699304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14391] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14391/stat : 14391 (java) S 14378 14381 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140486235646760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14392] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14392/stat : 14392 (java) S 14378 14381 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36428642 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140485624572264 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14393] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14393/stat : 14393 (java) S 14378 14381 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140485623518584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14394] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14394/stat : 14394 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140485622465416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14395] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14395/stat : 14395 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140485621414160 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14396] ppid=14378 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/14381/task/14396/stat : 14396 (java) S 14378 14381 13098 0 -1 4202560 9098 0 0 0 80 2 0 0 20 0 19 0 36428645 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140485620362040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14397] ppid=14378 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14381/task/14397/stat : 14397 (java) S 14378 14381 13098 0 -1 4202560 5859 0 0 0 44 2 0 0 20 0 19 0 36428645 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140485619309496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14398] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14398/stat : 14398 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140485618256632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14399] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14399/stat : 14399 (java) S 14378 14381 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140485617204296 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14400] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14400/stat : 14400 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428656 9856040960 23437 33554432000 1073741824 1073778376 140736739367776 140485616149544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 9625040

[startup+8.40075 s]
/proc/loadavg: 2.19 2.08 1.79 3/213 14400
/proc/meminfo: memFree=30933372/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=9625040 CPUtime=9.69 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 18678 0 1 0 964 5 0 0 20 0 19 0 36428640 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 2406260 23949 2266 9 0 2396937 0
[pid=14381/tid=14382] ppid=14378 vsize=9625040 CPUtime=8.36 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14378 14381 13098 0 -1 4202560 2448 0 1 0 834 2 0 0 20 0 19 0 36428640 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140486270553792 140486115778784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14384] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14384/stat : 14384 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140486243015080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14385] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14385/stat : 14385 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140486241962536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14386] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14386/stat : 14386 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140486240909480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14387] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14387/stat : 14387 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140486239856936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14388] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14388/stat : 14388 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140486238804904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14389] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14389/stat : 14389 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140486237752360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14390] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14390/stat : 14390 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140486236699304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14391] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14391/stat : 14391 (java) S 14378 14381 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140486235646760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14392] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14392/stat : 14392 (java) S 14378 14381 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36428642 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140485624572264 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14393] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14393/stat : 14393 (java) S 14378 14381 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140485623518584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14394] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14394/stat : 14394 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140485622465416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14395] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14395/stat : 14395 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140485621414160 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14396] ppid=14378 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/14381/task/14396/stat : 14396 (java) S 14378 14381 13098 0 -1 4202560 9098 0 0 0 80 2 0 0 20 0 19 0 36428645 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140485620362040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14397] ppid=14378 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14381/task/14397/stat : 14397 (java) S 14378 14381 13098 0 -1 4202560 5859 0 0 0 44 2 0 0 20 0 19 0 36428645 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140485619309496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14398] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14398/stat : 14398 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140485618256632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14399] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14399/stat : 14399 (java) S 14378 14381 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140485617204296 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14400] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14400/stat : 14400 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428656 9856040960 23949 33554432000 1073741824 1073778376 140736739367776 140485616149544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 9625040

[startup+8.50074 s]
/proc/loadavg: 2.19 2.08 1.79 3/213 14400
/proc/meminfo: memFree=30933372/32872528 swapFree=8292/8292
[pid=14381] ppid=14378 vsize=9625040 CPUtime=9.79 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14378 14381 13098 0 -1 4202496 18679 0 1 0 974 5 0 0 20 0 19 0 36428640 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140736739358912 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14381/statm: 2406260 24461 2266 9 0 2396937 0
[pid=14381/tid=14382] ppid=14378 vsize=9625040 CPUtime=8.46 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14378 14381 13098 0 -1 4202560 2449 0 1 0 844 2 0 0 20 0 19 0 36428640 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140486270553792 140486115804848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14384] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14384/stat : 14384 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140486243015080 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14385] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14385/stat : 14385 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140486241962536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14386] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14386/stat : 14386 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140486240909480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14387] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14387/stat : 14387 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140486239856936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14388] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14388/stat : 14388 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140486238804904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14389] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14389/stat : 14389 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140486237752360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14390] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14390/stat : 14390 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140486236699304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14381/tid=14391] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14391/stat : 14391 (java) S 14378 14381 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36428641 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140486235646760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14392] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14392/stat : 14392 (java) S 14378 14381 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36428642 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140485624572264 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14393] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14393/stat : 14393 (java) S 14378 14381 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140485623518584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14394] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14394/stat : 14394 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428643 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140485622465416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14395] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14395/stat : 14395 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140485621414160 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14396] ppid=14378 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/14381/task/14396/stat : 14396 (java) S 14378 14381 13098 0 -1 4202560 9098 0 0 0 80 2 0 0 20 0 19 0 36428645 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140485620362040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14381/tid=14397] ppid=14378 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/14381/task/14397/stat : 14397 (java) S 14378 14381 13098 0 -1 4202560 5859 0 0 0 44 2 0 0 20 0 19 0 36428645 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140485619309496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14398] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14398/stat : 14398 (java) S 14378 14381 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140485618256632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14381/tid=14399] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14399/stat : 14399 (java) S 14378 14381 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36428645 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140485617204296 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14381/tid=14400] ppid=14378 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14400/stat : 14400 (java) S 14378 14381 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428656 9856040960 24461 33554432000 1073741824 1073778376 140736739367776 140485616149544 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 8.56861
CPU time (s): 9.8615
CPU user time (s): 9.77051
CPU system time (s): 0.090986
CPU usage (%): 115.089
Max. virtual memory (cumulated for all children) (KiB): 9626652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.77051
system time used= 0.090986
maximum resident set size= 97908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18703
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 520
involuntary context switches= 31

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026995 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:43:58
IDJOB=4110188
IDBENCH=79194
IDSOLVER=2551
FILE ID=node151/4110188-1466343838
RUNJOBID= node151-1466341797-13114
PBS_JOBID= 19922011
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973364--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110188-1466343838/watcher-4110188-1466343838 -o /tmp/evaluation-result-4110188-1466343838/solver-4110188-1466343838 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110188-1466343838.wbo

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

MD5SUM BENCH= 720f64c2f6f2c9ea73cb79f37d5ddc49
RANDOM SEED=377482204

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.54
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		: 2667.103
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.55
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		: 2667.103
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        31017700 kB
Buffers:          120124 kB
Cached:           198000 kB
SwapCached:         1712 kB
Active:           881100 kB
Inactive:         195832 kB
Active(anon):     757680 kB
Inactive(anon):     3280 kB
Active(file):     123420 kB
Inactive(file):   192552 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               728 kB
Writeback:             0 kB
AnonPages:        858812 kB
Mapped:            16616 kB
Shmem:                 0 kB
Slab:             638712 kB
SReclaimable:      81748 kB
SUnreclaim:       556964 kB
KernelStack:        1760 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1036180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 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= 71740 MiB
End job on node151 at 2016-06-19 15:44:07