Trace number 4110268

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 12.4421 11.1282

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216823--soft-0-100-0.wbo
MD5SUM46ce32984e1f0f7f043d562c42c4188a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark5.15321
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 5395
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5394
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1207
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110268-1466343861.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.057s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 101 literals
0.26/0.22	c SATISFIABLE
0.26/0.22	c OPTIMIZING...
0.26/0.22	c Got one! Elapsed wall clock time (in seconds):0.113
0.26/0.23	o 701
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.201
0.50/0.31	o 697
0.50/0.32	c Got one! Elapsed wall clock time (in seconds):0.207
0.50/0.32	o 690
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.215
0.50/0.33	o 625
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.24
0.50/0.35	o 591
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.244
0.50/0.36	o 588
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.266
0.50/0.38	o 584
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.273
0.50/0.38	o 577
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.283
0.50/0.39	o 573
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.298
0.66/0.41	o 508
0.66/0.45	c Got one! Elapsed wall clock time (in seconds):0.342
0.66/0.45	o 506
0.66/0.46	c Got one! Elapsed wall clock time (in seconds):0.349
0.66/0.46	o 491
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.362
0.66/0.47	o 482
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.66/0.48	o 478
0.84/0.50	c Got one! Elapsed wall clock time (in seconds):0.388
0.84/0.50	o 474
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.396
0.84/0.51	o 463
0.84/0.54	c Got one! Elapsed wall clock time (in seconds):0.434
0.84/0.54	o 457
0.94/0.60	c Got one! Elapsed wall clock time (in seconds):0.489
0.94/0.60	o 455
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.529
0.94/0.64	o 437
0.94/0.68	c Got one! Elapsed wall clock time (in seconds):0.568
0.94/0.68	o 432
1.18/0.88	c cleaning 5878 clauses out of 11756 with flag 10734/11756
1.30/0.92	c Got one! Elapsed wall clock time (in seconds):0.805
1.30/0.92	o 428
1.30/0.93	c Got one! Elapsed wall clock time (in seconds):0.816
1.30/0.93	o 426
1.49/1.07	c Got one! Elapsed wall clock time (in seconds):0.961
1.49/1.07	o 417
1.49/1.09	c Got one! Elapsed wall clock time (in seconds):0.979
1.49/1.09	o 413
1.49/1.09	c Got one! Elapsed wall clock time (in seconds):0.981
1.49/1.09	o 395
1.64/1.12	c Got one! Elapsed wall clock time (in seconds):1.011
1.64/1.12	o 393
1.64/1.14	c Got one! Elapsed wall clock time (in seconds):1.03
1.64/1.14	o 392
1.64/1.15	c Got one! Elapsed wall clock time (in seconds):1.036
1.64/1.15	o 389
1.64/1.20	c Got one! Elapsed wall clock time (in seconds):1.088
1.64/1.20	o 388
1.77/1.23	c Got one! Elapsed wall clock time (in seconds):1.122
1.77/1.23	o 385
1.77/1.30	c cleaning 7105 clauses out of 14214 with flag 3101/20092
1.87/1.36	c Got one! Elapsed wall clock time (in seconds):1.25
1.87/1.36	o 384
1.97/1.47	c Got one! Elapsed wall clock time (in seconds):1.355
1.97/1.47	o 383
1.97/1.47	c Got one! Elapsed wall clock time (in seconds):1.362
1.97/1.47	o 382
2.08/1.50	c Got one! Elapsed wall clock time (in seconds):1.388
2.08/1.50	o 380
2.08/1.51	c Got one! Elapsed wall clock time (in seconds):1.397
2.08/1.51	o 369
2.08/1.58	c Got one! Elapsed wall clock time (in seconds):1.466
2.08/1.58	o 345
2.18/1.64	c cleaning 7002 clauses out of 14004 with flag 3580/26987
2.18/1.66	c Got one! Elapsed wall clock time (in seconds):1.551
2.18/1.66	o 344
2.31/1.77	c Got one! Elapsed wall clock time (in seconds):1.658
2.31/1.77	o 319
2.44/1.84	c Got one! Elapsed wall clock time (in seconds):1.726
2.44/1.84	o 318
2.44/1.86	c Got one! Elapsed wall clock time (in seconds):1.751
2.44/1.86	o 304
2.44/1.88	c Got one! Elapsed wall clock time (in seconds):1.77
2.44/1.88	o 302
2.58/1.94	c Got one! Elapsed wall clock time (in seconds):1.826
2.58/1.94	o 299
2.68/2.00	c cleaning 7056 clauses out of 14118 with flag 3769/34103
2.68/2.04	c Got one! Elapsed wall clock time (in seconds):1.929
2.68/2.04	o 296
2.78/2.19	c Got one! Elapsed wall clock time (in seconds):2.076
2.78/2.19	o 290
2.78/2.19	c Got one! Elapsed wall clock time (in seconds):2.081
2.78/2.19	o 282
2.89/2.22	c Got one! Elapsed wall clock time (in seconds):2.111
2.89/2.22	o 280
2.89/2.22	c Got one! Elapsed wall clock time (in seconds):2.113
2.89/2.22	o 275
2.89/2.24	c Got one! Elapsed wall clock time (in seconds):2.126
2.89/2.24	o 274
2.89/2.29	c cleaning 6615 clauses out of 13242 with flag 3734/40283
2.99/2.38	c Got one! Elapsed wall clock time (in seconds):2.266
2.99/2.38	o 237
3.18/2.50	c Got one! Elapsed wall clock time (in seconds):2.388
3.18/2.50	o 229
3.28/2.62	c cleaning 6429 clauses out of 12863 with flag 8354/46519
3.38/2.76	c Got one! Elapsed wall clock time (in seconds):2.653
3.38/2.76	o 191
3.38/2.80	c Got one! Elapsed wall clock time (in seconds):2.685
3.38/2.80	o 188
3.48/2.82	c Got one! Elapsed wall clock time (in seconds):2.713
3.48/2.82	o 179
3.48/2.84	c Got one! Elapsed wall clock time (in seconds):2.729
3.48/2.84	o 154
3.48/2.87	c Got one! Elapsed wall clock time (in seconds):2.761
3.48/2.87	o 151
3.58/2.91	c Got one! Elapsed wall clock time (in seconds):2.796
3.58/2.91	o 146
3.68/3.02	c cleaning 7136 clauses out of 14271 with flag 8457/54356
3.68/3.08	c Got one! Elapsed wall clock time (in seconds):2.973
3.68/3.08	o 142
3.78/3.15	c Got one! Elapsed wall clock time (in seconds):3.037
3.78/3.15	o 134
3.78/3.18	c Got one! Elapsed wall clock time (in seconds):3.07
3.78/3.18	o 132
3.91/3.29	c Got one! Elapsed wall clock time (in seconds):3.18
3.91/3.29	o 127
4.03/3.30	c Got one! Elapsed wall clock time (in seconds):3.194
4.03/3.30	o 123
4.03/3.33	c Got one! Elapsed wall clock time (in seconds):3.217
4.03/3.33	o 119
4.03/3.36	c Got one! Elapsed wall clock time (in seconds):3.252
4.03/3.36	o 117
4.03/3.38	c Got one! Elapsed wall clock time (in seconds):3.271
4.03/3.38	o 114
4.14/3.44	c Got one! Elapsed wall clock time (in seconds):3.328
4.14/3.44	o 110
4.14/3.46	c Got one! Elapsed wall clock time (in seconds):3.348
4.14/3.46	o 108
4.24/3.52	c Got one! Elapsed wall clock time (in seconds):3.409
4.24/3.52	o 105
4.37/3.62	c cleaning 8644 clauses out of 17301 with flag 3558/64522
4.59/3.77	c Got one! Elapsed wall clock time (in seconds):3.664
4.59/3.77	o 101
4.98/3.97	c cleaning 7324 clauses out of 14647 with flag 14231/70512
5.19/4.05	c Got one! Elapsed wall clock time (in seconds):3.942
5.19/4.05	o 86
5.44/4.26	c cleaning 6487 clauses out of 12976 with flag 16476/76165
5.75/4.54	c cleaning 6240 clauses out of 12489 with flag 40034/82165
5.84/4.65	c Got one! Elapsed wall clock time (in seconds):4.539
5.84/4.65	o 85
5.84/4.68	c Got one! Elapsed wall clock time (in seconds):4.567
5.84/4.68	o 69
6.05/4.82	c cleaning 6148 clauses out of 12300 with flag 11505/88216
6.15/4.92	c Got one! Elapsed wall clock time (in seconds):4.811
6.15/4.92	o 59
6.15/4.95	c Got one! Elapsed wall clock time (in seconds):4.841
6.15/4.95	o 58
6.15/4.96	c Got one! Elapsed wall clock time (in seconds):4.847
6.15/4.96	o 54
6.25/5.09	c cleaning 6319 clauses out of 12638 with flag 10118/94702
6.55/5.33	c cleaning 6150 clauses out of 12319 with flag 31245/100702
6.55/5.37	c Got one! Elapsed wall clock time (in seconds):5.26
6.55/5.37	o 53
6.77/5.53	c cleaning 5654 clauses out of 11314 with flag 13122/105847
6.96/5.76	c cleaning 5830 clauses out of 11662 with flag 32329/111849
7.16/5.93	c Got one! Elapsed wall clock time (in seconds):5.817
7.16/5.93	o 52
7.16/5.98	c cleaning 5746 clauses out of 11493 with flag 3302/117511
7.36/6.20	c cleaning 5868 clauses out of 11746 with flag 22034/123510
7.56/6.32	c Got one! Elapsed wall clock time (in seconds):6.207
7.56/6.32	o 49
7.66/6.40	c cleaning 5850 clauses out of 11713 with flag 6428/129346
7.87/6.64	c cleaning 5927 clauses out of 11862 with flag 27037/135345
7.97/6.79	c Got one! Elapsed wall clock time (in seconds):6.675
7.97/6.79	o 44
8.06/6.85	c Got one! Elapsed wall clock time (in seconds):6.738
8.06/6.85	o 34
8.06/6.89	c cleaning 6163 clauses out of 12343 with flag 3649/141753
8.26/7.01	c Got one! Elapsed wall clock time (in seconds):6.896
8.26/7.01	o 33
8.26/7.09	c cleaning 5818 clauses out of 11647 with flag 7036/147220
8.36/7.12	c Got one! Elapsed wall clock time (in seconds):7.01
8.36/7.12	o 28
8.56/7.30	c cleaning 5908 clauses out of 11822 with flag 17905/153213
8.76/7.51	c cleaning 5955 clauses out of 11916 with flag 37461/159215
8.97/7.76	c cleaning 6481 clauses out of 12962 with flag 59243/166216
9.27/8.06	c cleaning 7236 clauses out of 14477 with flag 85008/174213
9.68/8.42	c cleaning 8117 clauses out of 16238 with flag 115989/183213
9.68/8.43	c Got one! Elapsed wall clock time (in seconds):8.317
9.68/8.43	o 19
9.78/8.52	c Got one! Elapsed wall clock time (in seconds):8.408
9.78/8.52	o 18
9.89/8.64	c cleaning 7079 clauses out of 14175 with flag 10841/189268
9.99/8.70	c Got one! Elapsed wall clock time (in seconds):8.588
9.99/8.70	o 16
10.10/8.86	c cleaning 6451 clauses out of 12916 with flag 17318/195088
10.10/8.87	c Got one! Elapsed wall clock time (in seconds):8.758
10.10/8.87	o 15
10.20/8.92	c Got one! Elapsed wall clock time (in seconds):8.811
10.20/8.92	o 13
10.20/8.93	c Got one! Elapsed wall clock time (in seconds):8.82
10.20/8.93	o 10
10.20/8.95	c Got one! Elapsed wall clock time (in seconds):8.841
10.20/8.95	o 9
10.20/8.96	c Got one! Elapsed wall clock time (in seconds):8.851
10.20/8.96	o 6
10.41/9.13	c cleaning 6739 clauses out of 13509 with flag 18106/202132
10.41/9.13	c Got one! Elapsed wall clock time (in seconds):9.022
10.41/9.13	o 5
10.63/9.32	c cleaning 5906 clauses out of 11821 with flag 22210/207184
10.83/9.53	c cleaning 5949 clauses out of 11912 with flag 45232/213184
11.02/9.76	c Got one! Elapsed wall clock time (in seconds):9.649
11.02/9.76	o 4
11.33/10.01	c cleaning 8788 clauses out of 17581 with flag 22628/224805
11.53/10.28	c cleaning 7388 clauses out of 14794 with flag 49142/230806
11.83/10.57	c cleaning 7196 clauses out of 14405 with flag 81089/237805
11.93/10.64	c Got one! Elapsed wall clock time (in seconds):10.532
11.93/10.64	o 3
12.03/10.77	c cleaning 6196 clauses out of 12416 with flag 14233/243015
12.23/11.00	c cleaning 6098 clauses out of 12222 with flag 39542/249017
12.43/11.11	c Got one! Elapsed wall clock time (in seconds):11.004
12.43/11.11	o 1
12.43/11.12	c starts		: 255
12.43/11.12	c conflicts		: 252110
12.43/11.12	c decisions		: 437011
12.43/11.12	c propagations		: 7902235
12.43/11.12	c inspects		: 114286851
12.43/11.12	c shortcuts		: 0
12.43/11.12	c learnt literals	: 17
12.43/11.12	c learnt binary clauses	: 33
12.43/11.12	c learnt ternary clauses	: 762
12.43/11.12	c learnt constraints	: 252093
12.43/11.12	c ignored constraints	: 0
12.43/11.12	c root simplifications	: 0
12.43/11.12	c removed literals (reason simplification)	: 0
12.43/11.12	c reason swapping (by a shorter reason)	: 0
12.43/11.12	c Calls to reduceDB	: 37
12.43/11.12	c Number of update (reduction) of LBD	: 72121
12.43/11.12	c Imported unit clauses	: 0
12.43/11.12	c number of reductions to clauses (during analyze)	: 0
12.43/11.12	c number of learned constraints concerned by reduction	: 0
12.43/11.12	c number of learning phase by resolution	: 0
12.43/11.12	c number of learning phase by cutting planes	: 0
12.43/11.12	c speed (assignments/second)	: 721731.2083295279
12.43/11.12	c non guided choices	4175
12.43/11.12	c learnt constraints type 
12.43/11.12	s OPTIMUM FOUND
12.43/11.12	c Found 93 solution(s)
12.43/11.12	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 
12.43/11.12	c objective function=1
12.43/11.12	c Total wall clock time (in seconds): 11.01

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4110268-1466343861/watcher-4110268-1466343861 -o /tmp/evaluation-result-4110268-1466343861/solver-4110268-1466343861 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18888 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110268-1466343861.wbo 

pid=21059
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.13 2.11 1.83 3/194 21062
/proc/meminfo: memFree=31151244/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21062/stat : 21062 (java) D 21059 21062 18872 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 36436222 9515008 176 33554432000 1073741824 1073778376 140737183002832 140737182985560 270118241168 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2323 176 133 9 0 71 0

[startup+0.100094 s]
/proc/loadavg: 2.13 2.11 1.83 3/194 21062
/proc/meminfo: memFree=31151244/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21059 21062 18872 0 -1 4202496 4463 0 1 0 9 1 0 0 20 0 18 0 36436222 9787879424 5584 33554432000 1073741824 1073778376 140737183002832 140737182993968 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2389619 5584 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 2.13 2.11 1.83 3/194 21062
/proc/meminfo: memFree=31151244/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21059 21062 18872 0 -1 4202496 5643 0 1 0 25 1 0 0 20 0 19 0 36436222 9856040960 7031 33554432000 1073741824 1073778376 140737183002832 140737182993968 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2406260 7031 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300286 s]
/proc/loadavg: 2.13 2.11 1.83 3/194 21062
/proc/meminfo: memFree=31151244/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21059 21062 18872 0 -1 4202496 6877 0 1 0 49 1 0 0 20 0 19 0 36436222 9856040960 8245 33554432000 1073741824 1073778376 140737183002832 140737182993968 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2406260 8245 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70024 s]
/proc/loadavg: 2.13 2.11 1.83 3/194 21062
/proc/meminfo: memFree=31151244/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21059 21062 18872 0 -1 4202496 8550 0 1 0 104 1 0 0 20 0 19 0 36436222 9856040960 9345 33554432000 1073741824 1073778376 140737183002832 140737182993968 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2406260 9345 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.12 2.10 1.83 4/213 21081
/proc/meminfo: memFree=31111296/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21059 21062 18872 0 -1 4202496 11784 0 1 0 206 2 0 0 20 0 19 0 36436222 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 140737182993968 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2406260 10508 2262 9 0 2396937 0
[pid=21062/tid=21064] ppid=21059 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) R 21059 21062 18872 0 -1 4202560 2471 0 1 0 145 1 0 0 20 0 19 0 36436223 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139866142556464 139866082759774 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21065] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139866081294632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21066] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865985071272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21067] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865984018984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21068] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865982966184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21069] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865981913896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21070] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865980861096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21071] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865979808808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21072] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21059 21062 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865978756008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21073] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21059 21062 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436225 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865966557416 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21074] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21059 21062 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865965503480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21075] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865964451080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21076] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865963399568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21077] ppid=21059 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21059 21062 18872 0 -1 4202560 2651 0 0 0 20 0 0 0 20 0 19 0 36436228 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865962347192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21078] ppid=21059 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21059 21062 18872 0 -1 4202560 5390 0 0 0 37 0 0 0 20 0 19 0 36436228 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865961294392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21079] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865960242296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21080] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865959189704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21081] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21081/stat : 21081 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436240 9856040960 10508 33554432000 1073741824 1073778376 140737183002832 139865958134696 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.12 2.10 1.83 3/213 21081
/proc/meminfo: memFree=31098288/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9625040 CPUtime=3.78 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21059 21062 18872 0 -1 4202496 12780 0 1 0 376 2 0 0 20 0 19 0 36436222 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 140737182993968 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2406260 13078 2262 9 0 2396937 0
[pid=21062/tid=21064] ppid=21059 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) R 21059 21062 18872 0 -1 4202560 2477 0 1 0 304 1 0 0 20 0 19 0 36436223 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139866142556464 139866082714107 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21065] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139866081294632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21066] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865985071272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21067] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865984018984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21068] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865982966184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21069] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865981913896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21070] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865980861096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21071] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865979808808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21072] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21059 21062 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865978756008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21073] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21059 21062 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436225 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865966557416 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21074] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21059 21062 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865965503480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21075] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865964451080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21076] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865963399568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21077] ppid=21059 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21059 21062 18872 0 -1 4202560 2654 0 0 0 22 0 0 0 20 0 19 0 36436228 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865962347192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21078] ppid=21059 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21059 21062 18872 0 -1 4202560 6377 0 0 0 45 0 0 0 20 0 19 0 36436228 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865961294392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21079] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865960242296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21080] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865959189704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21081] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21081/stat : 21081 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436240 9856040960 13078 33554432000 1073741824 1073778376 140737183002832 139865958134696 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.12 2.10 1.83 3/213 21081
/proc/meminfo: memFree=31054504/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9625040 CPUtime=7.56 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21059 21062 18872 0 -1 4202496 20680 0 1 0 752 4 0 0 20 0 19 0 36436222 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 140737182993968 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2406260 18926 2264 9 0 2396937 0
[pid=21062/tid=21064] ppid=21059 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) R 21059 21062 18872 0 -1 4202560 2488 0 1 0 624 1 0 0 20 0 19 0 36436223 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139866142564888 139866082734398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21065] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139866081294632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21066] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865985071272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21067] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865984018984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21068] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865982966184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21069] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865981913896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21070] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865980861096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21071] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865979808808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21072] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21059 21062 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865978756008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21073] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21059 21062 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436225 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865966557416 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21074] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21059 21062 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865965503480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21075] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865964451080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21076] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865963399568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21077] ppid=21059 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21059 21062 18872 0 -1 4202560 2758 0 0 0 30 0 0 0 20 0 19 0 36436228 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865962347192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21078] ppid=21059 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21059 21062 18872 0 -1 4202560 14161 0 0 0 94 2 0 0 20 0 19 0 36436228 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865961294392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21079] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865960242296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21080] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21059 21062 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865959189704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21081] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21081/stat : 21081 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436240 9856040960 18926 33554432000 1073741824 1073778376 140737183002832 139865958134696 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9625040


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

[pid=21062/tid=21067] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865984018984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21068] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865982966184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21069] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865981913896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21070] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865980861096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21071] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865979808808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21072] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21059 21062 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865978756008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21073] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21059 21062 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436225 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865966557416 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21074] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21059 21062 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865965503480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21075] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865964451080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21076] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865963399568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21077] ppid=21059 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21059 21062 18872 0 -1 4202560 2759 0 0 0 35 0 0 0 20 0 19 0 36436228 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865962347192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21078] ppid=21059 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21059 21062 18872 0 -1 4202560 14161 0 0 0 95 2 0 0 20 0 19 0 36436228 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865961294392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21079] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865960242296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21080] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21059 21062 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865959189704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21081] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21081/stat : 21081 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436240 9856040960 24062 33554432000 1073741824 1073778376 140737183002832 139865958134696 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (KiB) 9625040

[startup+10.8007 s]
/proc/loadavg: 2.11 2.10 1.83 3/213 21081
/proc/meminfo: memFree=31003084/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9625040 CPUtime=12.13 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21059 21062 18872 0 -1 4202496 20694 0 1 0 1209 4 0 0 20 0 19 0 36436222 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 140737182993968 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2406260 24574 2264 9 0 2396937 0
[pid=21062/tid=21064] ppid=21059 vsize=9625040 CPUtime=10.73 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) R 21059 21062 18872 0 -1 4202560 2501 0 1 0 1071 2 0 0 20 0 19 0 36436223 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139866142555856 139866082733405 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21065] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139866081294632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21066] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865985071272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21067] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865984018984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21068] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865982966184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21069] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865981913896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21070] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865980861096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21071] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865979808808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21072] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21059 21062 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865978756008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21073] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21059 21062 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436225 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865966557416 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21074] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21059 21062 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865965503480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21075] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865964451080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21076] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865963399568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21077] ppid=21059 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21059 21062 18872 0 -1 4202560 2759 0 0 0 35 0 0 0 20 0 19 0 36436228 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865962347192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21078] ppid=21059 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21059 21062 18872 0 -1 4202560 14161 0 0 0 95 2 0 0 20 0 19 0 36436228 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865961294392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21079] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865960242296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21080] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21059 21062 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865959189704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21081] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21081/stat : 21081 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436240 9856040960 24574 33554432000 1073741824 1073778376 140737183002832 139865958134696 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 9625040

[startup+11.0008 s]
/proc/loadavg: 2.10 2.10 1.83 3/213 21081
/proc/meminfo: memFree=30992532/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9625040 CPUtime=12.33 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21059 21062 18872 0 -1 4202496 20695 0 1 0 1229 4 0 0 20 0 19 0 36436222 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 140737182993968 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2406260 25086 2264 9 0 2396937 0
[pid=21062/tid=21064] ppid=21059 vsize=9625040 CPUtime=10.94 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) R 21059 21062 18872 0 -1 4202560 2502 0 1 0 1092 2 0 0 20 0 19 0 36436223 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139866142555856 139866082759779 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21065] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139866081294632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21066] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865985071272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21067] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865984018984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21068] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865982966184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21069] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865981913896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21070] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865980861096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21071] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865979808808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21072] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21059 21062 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865978756008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21073] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21059 21062 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436225 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865966557416 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21074] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21059 21062 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865965503480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21075] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865964451080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21076] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865963399568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21077] ppid=21059 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21059 21062 18872 0 -1 4202560 2759 0 0 0 35 0 0 0 20 0 19 0 36436228 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865962347192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21078] ppid=21059 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21059 21062 18872 0 -1 4202560 14161 0 0 0 95 2 0 0 20 0 19 0 36436228 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865961294392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21079] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865960242296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21080] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21059 21062 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865959189704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21081] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21081/stat : 21081 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436240 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865958134696 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 9625040

[startup+11.1079 s]
/proc/loadavg: 2.10 2.10 1.83 3/213 21081
/proc/meminfo: memFree=30992532/32872528 swapFree=526336/559040
[pid=21062] ppid=21059 vsize=9625040 CPUtime=12.43 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21059 21062 18872 0 -1 4202496 20695 0 1 0 1239 4 0 0 20 0 19 0 36436222 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 140737182993968 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21062/statm: 2406260 25086 2264 9 0 2396937 0
[pid=21062/tid=21064] ppid=21059 vsize=9625040 CPUtime=11.04 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) R 21059 21062 18872 0 -1 4202560 2502 0 1 0 1102 2 0 0 20 0 19 0 36436223 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139866142555856 139866082759811 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21065] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139866081294632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21066] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865985071272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21067] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865984018984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21068] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865982966184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21069] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865981913896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21070] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865980861096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21071] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865979808808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21072] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21059 21062 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36436224 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865978756008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21073] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21059 21062 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36436225 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865966557416 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21074] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21059 21062 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865965503480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21075] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436226 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865964451080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21076] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865963399568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21077] ppid=21059 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21062/task/21077/stat : 21077 (java) S 21059 21062 18872 0 -1 4202560 2759 0 0 0 35 0 0 0 20 0 19 0 36436228 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865962347192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21062/tid=21078] ppid=21059 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/21062/task/21078/stat : 21078 (java) S 21059 21062 18872 0 -1 4202560 14161 0 0 0 95 2 0 0 20 0 19 0 36436228 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865961294392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21062/tid=21079] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21079/stat : 21079 (java) S 21059 21062 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865960242296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21062/tid=21080] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21080/stat : 21080 (java) S 21059 21062 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36436228 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865959189704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21062/tid=21081] ppid=21059 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21081/stat : 21081 (java) S 21059 21062 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36436240 9856040960 25086 33554432000 1073741824 1073778376 140737183002832 139865958134696 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.1282
CPU time (s): 12.4421
CPU user time (s): 12.3701
CPU system time (s): 0.071989
CPU usage (%): 111.807
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3701
system time used= 0.071989
maximum resident set size= 100400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20713
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= 544
involuntary context switches= 67

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.067989 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:44:21
IDJOB=4110268
IDBENCH=79223
IDSOLVER=2551
FILE ID=node106/4110268-1466343861
RUNJOBID= node106-1466341824-18888
PBS_JOBID= 19922042
Free space on /tmp= 71700 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.1111216823--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110268-1466343861/watcher-4110268-1466343861 -o /tmp/evaluation-result-4110268-1466343861/solver-4110268-1466343861 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110268-1466343861.wbo

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

MD5SUM BENCH= 46ce32984e1f0f7f043d562c42c4188a
RANDOM SEED=1201059233

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.38
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.073
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:        31151772 kB
Buffers:           72104 kB
Cached:           227552 kB
SwapCached:         1780 kB
Active:           160772 kB
Inactive:         240224 kB
Active(anon):     100896 kB
Inactive(anon):     3188 kB
Active(file):      59876 kB
Inactive(file):   237036 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:              2152 kB
Writeback:             4 kB
AnonPages:        662488 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             625588 kB
SReclaimable:      68808 kB
SUnreclaim:       556780 kB
KernelStack:        1648 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node106 at 2016-06-19 15:44:32