Trace number 4090902

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 20.3299 19.1072

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966483--soft-0-100-0.wbo
MD5SUM2001343def6115cfc261dcde547cf23c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark3.80442
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1298
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.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.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090902-1466067843.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.53/0.32	c SATISFIABLE
0.53/0.32	c OPTIMIZING...
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.218
0.53/0.32	o 476
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.227
0.53/0.33	o 458
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.234
0.53/0.33	o 456
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.251
0.53/0.35	o 452
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.53/0.36	o 446
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.264
0.53/0.36	o 434
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.268
0.53/0.37	o 427
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.272
0.53/0.37	o 419
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.28
0.53/0.38	o 416
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.284
0.53/0.38	o 387
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.289
0.53/0.39	o 386
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.302
0.69/0.40	o 371
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.305
0.69/0.41	o 359
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.31
0.69/0.41	o 358
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.314
0.69/0.41	o 334
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.319
0.69/0.42	o 325
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.324
0.69/0.42	o 323
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.359
0.69/0.46	o 308
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.364
0.69/0.46	o 299
0.84/0.59	c Got one! Elapsed wall clock time (in seconds):0.495
0.84/0.59	o 296
1.05/0.72	c cleaning 4433 clauses out of 8876 with flag 7205/8876
1.31/0.90	c Got one! Elapsed wall clock time (in seconds):0.802
1.31/0.90	o 291
1.31/0.94	c Got one! Elapsed wall clock time (in seconds):0.837
1.31/0.94	o 289
1.41/1.02	c Got one! Elapsed wall clock time (in seconds):0.917
1.41/1.02	o 279
1.41/1.07	c cleaning 5861 clauses out of 11733 with flag 3782/16166
1.63/1.21	c Got one! Elapsed wall clock time (in seconds):1.11
1.63/1.21	o 276
1.63/1.23	c Got one! Elapsed wall clock time (in seconds):1.126
1.63/1.23	o 274
1.63/1.24	c Got one! Elapsed wall clock time (in seconds):1.144
1.63/1.24	o 273
1.63/1.26	c Got one! Elapsed wall clock time (in seconds):1.161
1.63/1.26	o 271
1.82/1.30	c Got one! Elapsed wall clock time (in seconds):1.197
1.82/1.30	o 269
1.82/1.39	c Got one! Elapsed wall clock time (in seconds):1.292
1.82/1.39	o 249
1.95/1.46	c cleaning 6862 clauses out of 13723 with flag 3699/24017
1.95/1.46	c Got one! Elapsed wall clock time (in seconds):1.359
1.95/1.46	o 246
2.16/1.68	c Got one! Elapsed wall clock time (in seconds):1.584
2.16/1.68	o 243
2.26/1.75	c cleaning 6279 clauses out of 12574 with flag 4441/29730
2.26/1.77	c Got one! Elapsed wall clock time (in seconds):1.673
2.26/1.77	o 242
2.26/1.78	c Got one! Elapsed wall clock time (in seconds):1.683
2.26/1.78	o 236
2.37/1.82	c Got one! Elapsed wall clock time (in seconds):1.72
2.37/1.82	o 235
2.37/1.85	c Got one! Elapsed wall clock time (in seconds):1.754
2.37/1.85	o 219
2.47/1.96	c Got one! Elapsed wall clock time (in seconds):1.862
2.47/1.96	o 216
2.66/2.13	c cleaning 7109 clauses out of 14231 with flag 12974/37666
2.66/2.18	c Got one! Elapsed wall clock time (in seconds):2.079
2.66/2.18	o 209
2.66/2.19	c Got one! Elapsed wall clock time (in seconds):2.087
2.66/2.19	o 204
2.80/2.21	c Got one! Elapsed wall clock time (in seconds):2.109
2.80/2.21	o 195
3.04/2.42	c cleaning 6451 clauses out of 12913 with flag 17745/43457
3.34/2.71	c cleaning 6231 clauses out of 12464 with flag 42949/49459
3.64/3.04	c cleaning 6613 clauses out of 13232 with flag 71057/56458
3.64/3.09	c Got one! Elapsed wall clock time (in seconds):2.988
3.64/3.09	o 194
3.84/3.22	c Got one! Elapsed wall clock time (in seconds):3.121
3.84/3.22	o 192
3.84/3.29	c Got one! Elapsed wall clock time (in seconds):3.187
3.84/3.29	o 188
3.84/3.30	c Got one! Elapsed wall clock time (in seconds):3.197
3.84/3.30	o 184
3.94/3.36	c cleaning 6511 clauses out of 13047 with flag 4217/62886
3.94/3.38	c Got one! Elapsed wall clock time (in seconds):3.285
3.94/3.38	o 175
4.05/3.43	c Got one! Elapsed wall clock time (in seconds):3.327
4.05/3.43	o 162
4.05/3.43	c Got one! Elapsed wall clock time (in seconds):3.335
4.05/3.43	o 161
4.14/3.56	c Got one! Elapsed wall clock time (in seconds):3.456
4.14/3.56	o 159
4.14/3.59	c Got one! Elapsed wall clock time (in seconds):3.492
4.14/3.59	o 155
4.34/3.73	c Got one! Elapsed wall clock time (in seconds):3.632
4.34/3.73	o 151
4.34/3.74	c Got one! Elapsed wall clock time (in seconds):3.644
4.34/3.74	o 139
4.34/3.78	c Got one! Elapsed wall clock time (in seconds):3.679
4.34/3.78	o 136
4.44/3.85	c cleaning 8079 clauses out of 16168 with flag 4299/72518
4.54/3.92	c Got one! Elapsed wall clock time (in seconds):3.824
4.54/3.92	o 120
4.54/3.94	c Got one! Elapsed wall clock time (in seconds):3.841
4.54/3.94	o 114
4.54/3.99	c Got one! Elapsed wall clock time (in seconds):3.892
4.54/3.99	o 106
4.76/4.12	c Got one! Elapsed wall clock time (in seconds):4.019
4.76/4.12	o 103
4.76/4.17	c Got one! Elapsed wall clock time (in seconds):4.066
4.76/4.17	o 102
4.76/4.17	c Got one! Elapsed wall clock time (in seconds):4.071
4.76/4.17	o 100
4.88/4.27	c cleaning 7684 clauses out of 15368 with flag 4356/79797
4.88/4.29	c Got one! Elapsed wall clock time (in seconds):4.186
4.88/4.29	o 96
5.49/4.56	c cleaning 6537 clauses out of 13081 with flag 19836/85194
5.86/4.79	c Got one! Elapsed wall clock time (in seconds):4.686
5.86/4.79	o 95
5.96/4.81	c Got one! Elapsed wall clock time (in seconds):4.708
5.96/4.81	o 94
5.96/4.87	c cleaning 6465 clauses out of 12941 with flag 4299/91591
6.07/4.96	c Got one! Elapsed wall clock time (in seconds):4.858
6.07/4.96	o 91
6.07/4.99	c Got one! Elapsed wall clock time (in seconds):4.89
6.07/4.99	o 87
6.17/5.02	c Got one! Elapsed wall clock time (in seconds):4.924
6.17/5.02	o 86
6.17/5.08	c Got one! Elapsed wall clock time (in seconds):4.976
6.17/5.08	o 85
6.28/5.18	c cleaning 6622 clauses out of 13252 with flag 7213/98367
6.48/5.34	c Got one! Elapsed wall clock time (in seconds):5.242
6.48/5.34	o 83
6.58/5.44	c cleaning 6280 clauses out of 12563 with flag 7802/104300
6.58/5.48	c Got one! Elapsed wall clock time (in seconds):5.384
6.58/5.48	o 80
6.78/5.64	c Got one! Elapsed wall clock time (in seconds):5.541
6.78/5.64	o 79
6.78/5.69	c cleaning 5969 clauses out of 11954 with flag 3849/109971
7.07/5.95	c cleaning 5988 clauses out of 11987 with flag 26891/115973
7.37/6.26	c cleaning 6497 clauses out of 12996 with flag 55268/122970
7.47/6.30	c Got one! Elapsed wall clock time (in seconds):6.204
7.47/6.30	o 77
7.47/6.32	c Got one! Elapsed wall clock time (in seconds):6.215
7.47/6.32	o 74
7.57/6.42	c Got one! Elapsed wall clock time (in seconds):6.321
7.57/6.42	o 66
7.57/6.47	c Got one! Elapsed wall clock time (in seconds):6.375
7.57/6.47	o 64
7.68/6.53	c cleaning 6325 clauses out of 12672 with flag 3929/129143
7.68/6.55	c Got one! Elapsed wall clock time (in seconds):6.449
7.68/6.55	o 63
7.78/6.70	c Got one! Elapsed wall clock time (in seconds):6.603
7.78/6.70	o 50
7.88/6.75	c cleaning 6035 clauses out of 12095 with flag 3420/134891
8.07/6.98	c cleaning 6026 clauses out of 12060 with flag 26885/140891
8.27/7.18	c Got one! Elapsed wall clock time (in seconds):7.083
8.27/7.18	o 47
8.57/7.43	c cleaning 8251 clauses out of 16509 with flag 19952/151366
8.78/7.69	c cleaning 7121 clauses out of 14259 with flag 45818/157367
9.08/7.98	c cleaning 7067 clauses out of 14136 with flag 76288/164365
9.38/8.21	c Got one! Elapsed wall clock time (in seconds):8.114
9.38/8.21	o 44
9.58/8.47	c cleaning 8959 clauses out of 17921 with flag 24696/175217
9.78/8.65	c Got one! Elapsed wall clock time (in seconds):8.554
9.78/8.65	o 42
9.88/8.71	c cleaning 7249 clauses out of 14508 with flag 5097/180763
10.09/8.96	c cleaning 6629 clauses out of 13262 with flag 33594/186766
10.28/9.18	c Got one! Elapsed wall clock time (in seconds):9.082
10.28/9.18	o 41
10.58/9.41	c cleaning 8487 clauses out of 16976 with flag 18832/197109
10.78/9.66	c cleaning 7242 clauses out of 14489 with flag 40386/203109
11.09/9.95	c cleaning 7116 clauses out of 14247 with flag 66365/210110
11.48/10.30	c cleaning 7558 clauses out of 15130 with flag 98182/218109
11.79/10.68	c cleaning 8281 clauses out of 16571 with flag 138486/227108
12.30/11.11	c cleaning 9138 clauses out of 18290 with flag 181393/237108
12.30/11.12	c Got one! Elapsed wall clock time (in seconds):11.023
12.30/11.12	o 30
12.49/11.33	c cleaning 7262 clauses out of 14546 with flag 20437/242502
12.69/11.56	c cleaning 6640 clauses out of 13284 with flag 44098/248502
12.98/11.83	c cleaning 6818 clauses out of 13647 with flag 72108/255506
13.28/12.14	c cleaning 7412 clauses out of 14825 with flag 100709/263503
13.67/12.54	c cleaning 8205 clauses out of 16413 with flag 138557/272503
14.07/12.99	c cleaning 9102 clauses out of 18208 with flag 182854/282503
14.67/13.53	c cleaning 10052 clauses out of 20109 with flag 233340/293506
15.27/14.14	c cleaning 11026 clauses out of 22054 with flag 287430/305503
15.98/14.80	c cleaning 12007 clauses out of 24025 with flag 341829/318502
16.69/15.51	c cleaning 13007 clauses out of 26018 with flag 399611/332503
17.18/16.05	c Got one! Elapsed wall clock time (in seconds):15.949
17.18/16.05	o 26
17.48/16.38	c cleaning 14376 clauses out of 28754 with flag 22165/348248
17.79/16.68	c cleaning 10174 clauses out of 20376 with flag 46678/354247
18.18/17.00	c cleaning 8593 clauses out of 17201 with flag 77423/361246
18.48/17.33	c cleaning 8295 clauses out of 16607 with flag 109845/369247
18.89/17.73	c cleaning 8651 clauses out of 17310 with flag 148979/378246
18.98/17.90	c Got one! Elapsed wall clock time (in seconds):17.795
18.98/17.90	o 22
19.08/17.94	c cleaning 7026 clauses out of 14074 with flag 4212/383661
19.28/18.17	c cleaning 6520 clauses out of 13047 with flag 26978/389662
19.48/18.36	c Got one! Elapsed wall clock time (in seconds):18.257
19.48/18.36	o 19
19.68/18.57	c cleaning 8404 clauses out of 16808 with flag 18899/399949
20.00/18.81	c cleaning 7192 clauses out of 14399 with flag 41498/405948
20.19/19.09	c cleaning 7099 clauses out of 14199 with flag 68795/412948
20.29/19.10	c starts		: 236
20.29/19.10	c conflicts		: 413182
20.29/19.10	c decisions		: 727511
20.29/19.10	c propagations		: 12547553
20.29/19.10	c inspects		: 218799372
20.29/19.10	c shortcuts		: 0
20.29/19.10	c learnt literals	: 42
20.29/19.10	c learnt binary clauses	: 24
20.29/19.10	c learnt ternary clauses	: 886
20.29/19.10	c learnt constraints	: 413139
20.29/19.10	c ignored constraints	: 0
20.29/19.10	c root simplifications	: 0
20.29/19.10	c removed literals (reason simplification)	: 0
20.29/19.10	c reason swapping (by a shorter reason)	: 0
20.29/19.10	c Calls to reduceDB	: 53
20.29/19.10	c Number of update (reduction) of LBD	: 131729
20.29/19.10	c Imported unit clauses	: 0
20.29/19.10	c number of reductions to clauses (during analyze)	: 0
20.29/19.10	c number of learned constraints concerned by reduction	: 0
20.29/19.10	c number of learning phase by resolution	: 0
20.29/19.10	c number of learning phase by cutting planes	: 0
20.29/19.10	c speed (assignments/second)	: 662454.6222480334
20.29/19.10	c non guided choices	3769
20.29/19.10	c learnt constraints type 
20.29/19.10	s OPTIMUM FOUND
20.29/19.10	c Found 81 solution(s)
20.29/19.10	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 
20.29/19.10	c objective function=19
20.29/19.10	c Total wall clock time (in seconds): 19.0

Verifier Data

OK	19

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-4090902-1466067843/watcher-4090902-1466067843 -o /tmp/evaluation-result-4090902-1466067843/solver-4090902-1466067843 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466062131-13168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090902-1466067843.wbo 

pid=14766
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.36 2.26 2.19 3/194 14769
/proc/meminfo: memFree=30073412/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8832910 98570240 978 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 24065 978 744 9 0 16771 0
[pid=14769/tid=14770] ppid=14766 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8832911 98570240 978 33554432000 1073741824 1073778376 140734319587856 140298755874344 272886482304 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.36 2.26 2.19 3/194 14769
/proc/meminfo: memFree=30073412/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 4490 0 1 0 10 1 0 0 20 0 18 0 8832910 9787879424 6123 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 2389619 6123 2157 9 0 2380296 0
[pid=14769/tid=14770] ppid=14766 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 8832911 9787879424 6123 33554432000 1073741824 1073778376 140734319587856 140298755877792 272889865485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200385 s]
/proc/loadavg: 2.36 2.26 2.19 3/194 14769
/proc/meminfo: memFree=30073412/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 6571 0 1 0 27 1 0 0 20 0 19 0 8832910 9856040960 8201 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 2406260 8192 2233 9 0 2396937 0
[pid=14769/tid=14770] ppid=14766 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 19 0 8832911 9856040960 8207 33554432000 1073741824 1073778376 140734319587856 140298755879552 140298613227392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300381 s]
/proc/loadavg: 2.36 2.26 2.19 3/194 14769
/proc/meminfo: memFree=30073412/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 7242 0 1 0 52 1 0 0 20 0 19 0 8832910 9856040960 8205 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 2406260 8205 2243 9 0 2396937 0
[pid=14769/tid=14770] ppid=14766 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 2405 0 1 0 27 0 0 0 20 0 19 0 8832911 9856040960 8205 33554432000 1073741824 1073778376 140734319587856 140298755878712 140298613664198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700265 s]
/proc/loadavg: 2.36 2.26 2.19 3/194 14769
/proc/meminfo: memFree=30073412/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 8394 0 1 0 104 1 0 0 20 0 19 0 8832910 9856040960 9746 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 2406260 9746 2254 9 0 2396937 0
[pid=14769/tid=14770] ppid=14766 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 2407 0 1 0 67 0 0 0 20 0 19 0 8832911 9856040960 9746 33554432000 1073741824 1073778376 140734319587856 140298755879160 140298613252265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.36 2.26 2.19 3/213 14788
/proc/meminfo: memFree=30038376/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 11063 0 1 0 205 2 0 0 20 0 19 0 8832910 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 2406260 11372 2261 9 0 2396937 0
[pid=14769/tid=14770] ppid=14766 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 2411 0 1 0 147 0 0 0 20 0 19 0 8832911 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298755871024 140298613693254 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14769/tid=14772] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14772/stat : 14772 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298733980584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14773] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14773/stat : 14773 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298732928040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14774] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14774/stat : 14774 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298731874984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14769/tid=14775] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14775/stat : 14775 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298395052840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14776] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14776/stat : 14776 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298393999784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14777] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14777/stat : 14777 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298392947240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14778] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14778/stat : 14778 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298391894184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14779] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14779/stat : 14779 (java) S 14766 14769 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298390841640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14780] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14780/stat : 14780 (java) S 14766 14769 13151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298378644328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14781] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14781/stat : 14781 (java) S 14766 14769 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298377590648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14782] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14782/stat : 14782 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298376537480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14783] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14783/stat : 14783 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298375486224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14784] ppid=14766 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14769/task/14784/stat : 14784 (java) S 14766 14769 13151 0 -1 4202560 4534 0 0 0 33 0 0 0 20 0 19 0 8832915 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298374433080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14785] ppid=14766 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14769/task/14785/stat : 14785 (java) S 14766 14769 13151 0 -1 4202560 2848 0 0 0 23 0 0 0 20 0 19 0 8832915 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298373380536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14786] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14786/stat : 14786 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298372327672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14787] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14787/stat : 14787 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298371275336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14788] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14788/stat : 14788 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832927 9856040960 11372 33554432000 1073741824 1073778376 140734319587856 140298370123304 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.36 2.26 2.19 4/213 14788
/proc/meminfo: memFree=30031116/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 12013 0 1 0 372 2 0 0 20 0 19 0 8832910 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 2406260 13431 2262 9 0 2396937 0
[pid=14769/tid=14770] ppid=14766 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 2415 0 1 0 304 2 0 0 20 0 19 0 8832911 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298755870400 140298613430216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14772] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14772/stat : 14772 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298733980584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14773] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14773/stat : 14773 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298732928040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14774] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14774/stat : 14774 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298731874984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14769/tid=14775] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14775/stat : 14775 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298395052840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14776] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14776/stat : 14776 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298393999784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14777] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14777/stat : 14777 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298392947240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14778] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14778/stat : 14778 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298391894184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14779] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14779/stat : 14779 (java) S 14766 14769 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298390841640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14780] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14780/stat : 14780 (java) S 14766 14769 13151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298378644328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14781] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14781/stat : 14781 (java) S 14766 14769 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298377590648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14782] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14782/stat : 14782 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298376537480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14783] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14783/stat : 14783 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298375486224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14784] ppid=14766 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14769/task/14784/stat : 14784 (java) S 14766 14769 13151 0 -1 4202560 5469 0 0 0 40 0 0 0 20 0 19 0 8832915 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298374433080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14785] ppid=14766 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14769/task/14785/stat : 14785 (java) S 14766 14769 13151 0 -1 4202560 2859 0 0 0 26 0 0 0 20 0 19 0 8832915 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298373380536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14786] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14786/stat : 14786 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298372327672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14787] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14787/stat : 14787 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298371275336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14788] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14788/stat : 14788 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832927 9856040960 13431 33554432000 1073741824 1073778376 140734319587856 140298370123304 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.33 2.25 2.19 3/213 14788
/proc/meminfo: memFree=30013880/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=9625040 CPUtime=7.47 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 19496 0 1 0 742 5 0 0 20 0 19 0 8832910 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 2406260 18064 2264 9 0 2396937 0
[pid=14769/tid=14770] ppid=14766 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 2427 0 1 0 622 2 0 0 20 0 19 0 8832911 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298755871024 140298613664269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14772] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14772/stat : 14772 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298733980584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14773] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14773/stat : 14773 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298732928040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14774] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14774/stat : 14774 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298731874984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14769/tid=14775] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14775/stat : 14775 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298395052840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14776] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14776/stat : 14776 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298393999784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14777] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14777/stat : 14777 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298392947240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14778] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14778/stat : 14778 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298391894184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14779] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14779/stat : 14779 (java) S 14766 14769 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298390841640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14780] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14780/stat : 14780 (java) S 14766 14769 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298378644328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14781] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14781/stat : 14781 (java) S 14766 14769 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298377590648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14782] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14782/stat : 14782 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298376537480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14783] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14783/stat : 14783 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298375486224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14784] ppid=14766 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/14769/task/14784/stat : 14784 (java) S 14766 14769 13151 0 -1 4202560 12790 0 0 0 87 2 0 0 20 0 19 0 8832915 9856040960 18064 33554432000 1073741824 1073778376 140734319587856 140298374433080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14785] ppid=14766 vsize=9625040 CPUtime=0.31 cores=1,3,5,7

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

[pid=14769/tid=14774] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14774/stat : 14774 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298731874984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14769/tid=14775] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14775/stat : 14775 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298395052840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14776] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14776/stat : 14776 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298393999784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14777] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14777/stat : 14777 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298392947240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14778] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14778/stat : 14778 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298391894184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14779] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14779/stat : 14779 (java) S 14766 14769 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298390841640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14780] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14780/stat : 14780 (java) S 14766 14769 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298378644328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14781] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14781/stat : 14781 (java) S 14766 14769 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298377590648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14782] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14782/stat : 14782 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298376537480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14783] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14783/stat : 14783 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298375486224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14784] ppid=14766 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/14769/task/14784/stat : 14784 (java) S 14766 14769 13151 0 -1 4202560 12790 0 0 0 89 3 0 0 20 0 19 0 8832915 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298374433080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14785] ppid=14766 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14769/task/14785/stat : 14785 (java) S 14766 14769 13151 0 -1 4202560 3007 0 0 0 33 0 0 0 20 0 19 0 8832915 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298373380536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14786] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14786/stat : 14786 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298372327672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14787] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14787/stat : 14787 (java) S 14766 14769 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298371275336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14788] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14788/stat : 14788 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832927 9856040960 33424 33554432000 1073741824 1073778376 140734319587856 140298370123304 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 19.58
Current children cumulated vsize (KiB) 9625040

[startup+18.8079 s]
/proc/loadavg: 2.26 2.24 2.19 3/213 14788
/proc/meminfo: memFree=29957060/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=9625040 CPUtime=20 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 19529 0 1 0 1994 6 0 0 20 0 19 0 8832910 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 2406260 33936 2264 9 0 2396937 0
[pid=14769/tid=14770] ppid=14766 vsize=9625040 CPUtime=18.72 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 2460 0 1 0 1869 3 0 0 20 0 19 0 8832911 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298755870416 140298614004618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14772] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14772/stat : 14772 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298733980584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14773] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14773/stat : 14773 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298732928040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14774] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14774/stat : 14774 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298731874984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14769/tid=14775] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14775/stat : 14775 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298395052840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14776] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14776/stat : 14776 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298393999784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14777] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14777/stat : 14777 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298392947240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14778] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14778/stat : 14778 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298391894184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14779] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14779/stat : 14779 (java) S 14766 14769 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298390841640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14780] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14780/stat : 14780 (java) S 14766 14769 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298378644328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14781] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14781/stat : 14781 (java) S 14766 14769 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298377590648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14782] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14782/stat : 14782 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298376537480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14783] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14783/stat : 14783 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298375486224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14784] ppid=14766 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/14769/task/14784/stat : 14784 (java) S 14766 14769 13151 0 -1 4202560 12790 0 0 0 89 3 0 0 20 0 19 0 8832915 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298374433080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14785] ppid=14766 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14769/task/14785/stat : 14785 (java) S 14766 14769 13151 0 -1 4202560 3007 0 0 0 33 0 0 0 20 0 19 0 8832915 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298373380536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14786] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14786/stat : 14786 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298372327672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14787] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14787/stat : 14787 (java) S 14766 14769 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298371275336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14788] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14788/stat : 14788 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832927 9856040960 33936 33554432000 1073741824 1073778376 140734319587856 140298370123304 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (KiB) 9625040

[startup+19.0009 s]
/proc/loadavg: 2.26 2.24 2.19 3/213 14788
/proc/meminfo: memFree=29957060/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=9625040 CPUtime=20.19 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 19530 0 1 0 2013 6 0 0 20 0 19 0 8832910 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 2406260 34448 2264 9 0 2396937 0
[pid=14769/tid=14770] ppid=14766 vsize=9625040 CPUtime=18.92 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 2461 0 1 0 1889 3 0 0 20 0 19 0 8832911 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298755870416 140298613664254 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14772] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14772/stat : 14772 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298733980584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14773] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14773/stat : 14773 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298732928040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14774] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14774/stat : 14774 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298731874984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14769/tid=14775] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14775/stat : 14775 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298395052840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14776] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14776/stat : 14776 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298393999784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14777] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14777/stat : 14777 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298392947240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14778] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14778/stat : 14778 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298391894184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14779] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14779/stat : 14779 (java) S 14766 14769 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298390841640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14780] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14780/stat : 14780 (java) S 14766 14769 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298378644328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14781] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14781/stat : 14781 (java) S 14766 14769 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298377590648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14782] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14782/stat : 14782 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298376537480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14783] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14783/stat : 14783 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298375486224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14784] ppid=14766 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/14769/task/14784/stat : 14784 (java) S 14766 14769 13151 0 -1 4202560 12790 0 0 0 89 3 0 0 20 0 19 0 8832915 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298374433080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14785] ppid=14766 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14769/task/14785/stat : 14785 (java) S 14766 14769 13151 0 -1 4202560 3007 0 0 0 33 0 0 0 20 0 19 0 8832915 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298373380536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14786] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14786/stat : 14786 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298372327672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14787] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14787/stat : 14787 (java) S 14766 14769 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298371275336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14788] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14788/stat : 14788 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832927 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298370123304 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.19
Current children cumulated vsize (KiB) 9625040

[startup+19.1008 s]
/proc/loadavg: 2.26 2.24 2.19 3/213 14788
/proc/meminfo: memFree=29957060/32872528 swapFree=1243920/1391088
[pid=14769] ppid=14766 vsize=9625040 CPUtime=20.29 cores=1,3,5,7
/proc/14769/stat : 14769 (java) S 14766 14769 13151 0 -1 4202496 19531 0 1 0 2023 6 0 0 20 0 19 0 8832910 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140734319578992 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14769/statm: 2406260 34448 2264 9 0 2396937 0
[pid=14769/tid=14770] ppid=14766 vsize=9625040 CPUtime=19.02 cores=1,3,5,7
/proc/14769/task/14770/stat : 14770 (java) R 14766 14769 13151 0 -1 4202560 2462 0 1 0 1899 3 0 0 20 0 19 0 8832911 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298755879416 140298613275771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14772] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14772/stat : 14772 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298733980584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14773] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14773/stat : 14773 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298732928040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14774] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14774/stat : 14774 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298731874984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14769/tid=14775] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14775/stat : 14775 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298395052840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14776] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14776/stat : 14776 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298393999784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14777] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14777/stat : 14777 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298392947240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14778] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14778/stat : 14778 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298391894184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14779] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14779/stat : 14779 (java) S 14766 14769 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832912 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298390841640 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14780] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14780/stat : 14780 (java) S 14766 14769 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298378644328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14781] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14781/stat : 14781 (java) S 14766 14769 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298377590648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14782] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14782/stat : 14782 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832913 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298376537480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14783] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14783/stat : 14783 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298375486224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14784] ppid=14766 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/14769/task/14784/stat : 14784 (java) S 14766 14769 13151 0 -1 4202560 12790 0 0 0 89 3 0 0 20 0 19 0 8832915 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298374433080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14769/tid=14785] ppid=14766 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14769/task/14785/stat : 14785 (java) S 14766 14769 13151 0 -1 4202560 3007 0 0 0 33 0 0 0 20 0 19 0 8832915 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298373380536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14786] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14786/stat : 14786 (java) S 14766 14769 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298372327672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14769/tid=14787] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14787/stat : 14787 (java) S 14766 14769 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8832915 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298371275336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14769/tid=14788] ppid=14766 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14769/task/14788/stat : 14788 (java) S 14766 14769 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832927 9856040960 34448 33554432000 1073741824 1073778376 140734319587856 140298370123304 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.29
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 19.1072
CPU time (s): 20.3299
CPU user time (s): 20.2389
CPU system time (s): 0.090986
CPU usage (%): 106.399
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2389
system time used= 0.090986
maximum resident set size= 137856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19554
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= 746
involuntary context switches= 216

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.134979 second user time and 0.167974 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 11:04:03
IDJOB=4090902
IDBENCH=79225
IDSOLVER=2551
FILE ID=node119/4090902-1466067843
RUNJOBID= node119-1466062131-13168
PBS_JOBID= 19904019
Free space on /tmp= 71736 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.1110966483--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090902-1466067843/watcher-4090902-1466067843 -o /tmp/evaluation-result-4090902-1466067843/solver-4090902-1466067843 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466062131-13168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090902-1466067843.wbo

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

MD5SUM BENCH= 2001343def6115cfc261dcde547cf23c
RANDOM SEED=1863284948

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        30074056 kB
Buffers:            9180 kB
Cached:            45004 kB
SwapCached:          932 kB
Active:           678524 kB
Inactive:          31388 kB
Active(anon):     657016 kB
Inactive(anon):     1328 kB
Active(file):      21508 kB
Inactive(file):    30060 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:       2105088 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             565236 kB
SReclaimable:       8928 kB
SUnreclaim:       556308 kB
KernelStack:        1760 kB
PageTables:         8148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2188088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    843776 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= 71736 MiB
End job on node119 at 2016-06-16 11:04:22