Trace number 4109300

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 16.4715 14.9828

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213670--soft-33-100-0.wbo
MD5SUMd3a3522693d056b12d5b1d76acf2f0e6
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark14.6288
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
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@2b21cc40
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@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109300-1466343612.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.055s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     233
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.minisat.constraints.card.MinWatchCard => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 64 literals
0.26/0.26	c SATISFIABLE
0.26/0.26	c OPTIMIZING...
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.148
0.26/0.26	o 921
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.171
0.26/0.29	o 726
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.18
0.26/0.29	o 677
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.191
0.56/0.31	o 675
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.206
0.56/0.32	o 674
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.212
0.56/0.33	o 671
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.219
0.56/0.33	o 653
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.225
0.56/0.34	o 652
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.231
0.56/0.35	o 632
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.246
0.56/0.36	o 628
0.84/0.56	c cleaning 3422 clauses out of 6857 with flag 13895/6857
0.84/0.58	c Got one! Elapsed wall clock time (in seconds):0.466
0.84/0.58	o 623
1.00/0.60	c Got one! Elapsed wall clock time (in seconds):0.481
1.00/0.60	o 603
1.00/0.61	c Got one! Elapsed wall clock time (in seconds):0.494
1.00/0.61	o 592
1.00/0.61	c Got one! Elapsed wall clock time (in seconds):0.496
1.00/0.61	o 591
1.00/0.61	c Got one! Elapsed wall clock time (in seconds):0.499
1.00/0.61	o 572
1.00/0.62	c Got one! Elapsed wall clock time (in seconds):0.504
1.00/0.62	o 569
1.00/0.63	c Got one! Elapsed wall clock time (in seconds):0.516
1.00/0.63	o 562
1.00/0.65	c Got one! Elapsed wall clock time (in seconds):0.532
1.00/0.65	o 557
1.00/0.65	c Got one! Elapsed wall clock time (in seconds):0.535
1.00/0.65	o 535
1.00/0.66	c Got one! Elapsed wall clock time (in seconds):0.547
1.00/0.66	o 526
1.00/0.67	c Got one! Elapsed wall clock time (in seconds):0.553
1.00/0.67	o 503
1.16/0.70	c Got one! Elapsed wall clock time (in seconds):0.583
1.16/0.70	o 500
1.16/0.71	c Got one! Elapsed wall clock time (in seconds):0.592
1.16/0.71	o 483
1.16/0.72	c Got one! Elapsed wall clock time (in seconds):0.603
1.16/0.72	o 463
1.16/0.73	c Got one! Elapsed wall clock time (in seconds):0.617
1.16/0.73	o 457
1.16/0.74	c Got one! Elapsed wall clock time (in seconds):0.623
1.16/0.74	o 456
1.16/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.16/0.74	o 454
1.16/0.78	c Got one! Elapsed wall clock time (in seconds):0.669
1.16/0.78	o 453
1.28/0.81	c Got one! Elapsed wall clock time (in seconds):0.697
1.28/0.81	o 440
1.28/0.83	c Got one! Elapsed wall clock time (in seconds):0.719
1.28/0.83	o 439
1.28/0.84	c Got one! Elapsed wall clock time (in seconds):0.729
1.28/0.84	o 432
1.28/0.87	c Got one! Elapsed wall clock time (in seconds):0.751
1.28/0.87	o 411
1.28/0.87	c Got one! Elapsed wall clock time (in seconds):0.76
1.28/0.87	o 404
1.28/0.88	c Got one! Elapsed wall clock time (in seconds):0.766
1.28/0.88	o 396
1.49/1.07	c cleaning 7987 clauses out of 15993 with flag 12471/19415
1.80/1.33	c Got one! Elapsed wall clock time (in seconds):1.22
1.80/1.33	o 374
1.90/1.40	c Got one! Elapsed wall clock time (in seconds):1.29
1.90/1.40	o 364
1.90/1.47	c Got one! Elapsed wall clock time (in seconds):1.354
1.90/1.47	o 362
1.90/1.48	c Got one! Elapsed wall clock time (in seconds):1.367
1.90/1.48	o 360
2.00/1.56	c Got one! Elapsed wall clock time (in seconds):1.446
2.00/1.56	o 358
2.10/1.62	c Got one! Elapsed wall clock time (in seconds):1.509
2.10/1.62	o 357
2.24/1.70	c cleaning 10117 clauses out of 20235 with flag 2868/31644
2.24/1.72	c Got one! Elapsed wall clock time (in seconds):1.61
2.24/1.72	o 353
2.24/1.77	c Got one! Elapsed wall clock time (in seconds):1.656
2.24/1.77	o 334
2.36/1.81	c Got one! Elapsed wall clock time (in seconds):1.694
2.36/1.81	o 326
2.57/2.01	c cleaning 8339 clauses out of 16682 with flag 13363/38208
2.57/2.01	c Got one! Elapsed wall clock time (in seconds):1.897
2.57/2.01	o 312
2.81/2.11	c Got one! Elapsed wall clock time (in seconds):2.0
2.81/2.11	o 311
2.81/2.14	c Got one! Elapsed wall clock time (in seconds):2.03
2.81/2.14	o 304
2.95/2.25	c Got one! Elapsed wall clock time (in seconds):2.133
2.95/2.25	o 302
2.95/2.30	c cleaning 7408 clauses out of 14820 with flag 3299/44685
3.14/2.42	c Got one! Elapsed wall clock time (in seconds):2.306
3.14/2.42	o 301
3.24/2.52	c cleaning 6204 clauses out of 12423 with flag 6574/49696
3.34/2.63	c Got one! Elapsed wall clock time (in seconds):2.516
3.34/2.63	o 290
3.44/2.77	c cleaning 6073 clauses out of 12160 with flag 10415/55637
3.44/2.78	c Got one! Elapsed wall clock time (in seconds):2.669
3.44/2.78	o 282
3.64/2.92	c Got one! Elapsed wall clock time (in seconds):2.802
3.64/2.92	o 277
3.64/2.95	c Got one! Elapsed wall clock time (in seconds):2.835
3.64/2.95	o 269
3.64/2.95	c Got one! Elapsed wall clock time (in seconds):2.84
3.64/2.95	o 268
3.74/3.05	c cleaning 6450 clauses out of 12909 with flag 6521/62459
3.74/3.06	c Got one! Elapsed wall clock time (in seconds):2.95
3.74/3.06	o 266
3.84/3.18	c Got one! Elapsed wall clock time (in seconds):3.069
3.84/3.18	o 260
3.94/3.27	c cleaning 5921 clauses out of 11841 with flag 6213/67841
4.17/3.42	c Got one! Elapsed wall clock time (in seconds):3.309
4.17/3.42	o 258
4.17/3.47	c cleaning 5500 clauses out of 11008 with flag 3816/72929
4.36/3.62	c Got one! Elapsed wall clock time (in seconds):3.507
4.36/3.62	o 254
4.46/3.73	c cleaning 5583 clauses out of 11176 with flag 7789/78597
4.46/3.78	c Got one! Elapsed wall clock time (in seconds):3.669
4.46/3.78	o 252
4.66/3.96	c cleaning 5506 clauses out of 11022 with flag 14330/84026
4.86/4.11	c Got one! Elapsed wall clock time (in seconds):4.0
4.86/4.11	o 244
4.97/4.20	c Got one! Elapsed wall clock time (in seconds):4.085
4.97/4.20	o 242
4.97/4.26	c cleaning 6076 clauses out of 12158 with flag 4090/90668
4.97/4.28	c Got one! Elapsed wall clock time (in seconds):4.166
4.97/4.28	o 241
5.18/4.50	c cleaning 5848 clauses out of 11724 with flag 18751/96310
5.18/4.50	c Got one! Elapsed wall clock time (in seconds):4.387
5.18/4.50	o 206
5.28/4.58	c Got one! Elapsed wall clock time (in seconds):4.463
5.28/4.58	o 193
5.48/4.77	c cleaning 5907 clauses out of 11863 with flag 16977/102297
5.58/4.82	c Got one! Elapsed wall clock time (in seconds):4.705
5.58/4.82	o 192
5.78/5.00	c cleaning 5646 clauses out of 11310 with flag 16354/107651
5.98/5.26	c cleaning 5825 clauses out of 11664 with flag 40817/113651
6.18/5.47	c Got one! Elapsed wall clock time (in seconds):5.359
6.18/5.47	o 163
6.48/5.71	c Got one! Elapsed wall clock time (in seconds):5.595
6.48/5.71	o 157
6.48/5.78	c cleaning 8503 clauses out of 17019 with flag 3779/124831
6.77/6.06	c cleaning 7259 clauses out of 14517 with flag 27303/130832
6.77/6.06	c Got one! Elapsed wall clock time (in seconds):5.943
6.77/6.06	o 152
6.97/6.24	c Got one! Elapsed wall clock time (in seconds):6.121
6.97/6.24	o 146
6.97/6.30	c cleaning 6255 clauses out of 12518 with flag 3682/136092
7.19/6.46	c Got one! Elapsed wall clock time (in seconds):6.342
7.19/6.46	o 135
7.29/6.56	c cleaning 5976 clauses out of 11968 with flag 7653/141797
7.49/6.78	c Got one! Elapsed wall clock time (in seconds):6.666
7.49/6.78	o 120
7.69/6.97	c Got one! Elapsed wall clock time (in seconds):6.855
7.69/6.97	o 114
7.79/7.09	c cleaning 8372 clauses out of 16756 with flag 8913/152561
7.89/7.17	c Got one! Elapsed wall clock time (in seconds):7.058
7.89/7.17	o 111
8.09/7.37	c cleaning 7086 clauses out of 14182 with flag 16856/158359
8.39/7.64	c cleaning 6545 clauses out of 13097 with flag 46842/164360
8.39/7.70	c Got one! Elapsed wall clock time (in seconds):7.587
8.39/7.70	o 109
8.49/7.79	c Got one! Elapsed wall clock time (in seconds):7.673
8.49/7.79	o 108
8.69/7.93	c cleaning 6443 clauses out of 12893 with flag 14623/170701
8.69/7.98	c Got one! Elapsed wall clock time (in seconds):7.864
8.69/7.98	o 107
8.89/8.17	c cleaning 5815 clauses out of 11633 with flag 21494/175884
9.19/8.45	c cleaning 5897 clauses out of 11818 with flag 56079/181884
9.29/8.57	c Got one! Elapsed wall clock time (in seconds):8.46
9.29/8.57	o 61
9.39/8.65	c cleaning 5512 clauses out of 11037 with flag 6673/187000
9.59/8.88	c cleaning 5762 clauses out of 11524 with flag 27608/192999
10.05/9.20	c cleaning 6371 clauses out of 12760 with flag 56558/199997
10.05/9.28	c Got one! Elapsed wall clock time (in seconds):9.162
10.05/9.28	o 60
10.46/9.46	c cleaning 6175 clauses out of 12355 with flag 15160/205963
11.06/9.71	c cleaning 6085 clauses out of 12180 with flag 38554/211963
11.06/9.79	c Got one! Elapsed wall clock time (in seconds):9.68
11.06/9.79	o 59
11.39/9.92	c cleaning 5727 clauses out of 11468 with flag 12174/217336
11.39/9.95	c Got one! Elapsed wall clock time (in seconds):9.84
11.39/9.95	o 58
11.58/10.15	c cleaning 5825 clauses out of 11661 with flag 20097/223256
11.58/10.18	c Got one! Elapsed wall clock time (in seconds):10.062
11.58/10.18	o 53
11.78/10.31	c cleaning 5461 clauses out of 10930 with flag 14565/228350
11.78/10.32	c Got one! Elapsed wall clock time (in seconds):10.203
11.78/10.32	o 52
11.88/10.46	c Got one! Elapsed wall clock time (in seconds):10.345
11.88/10.46	o 51
11.98/10.50	c cleaning 5485 clauses out of 10991 with flag 3776/233872
12.18/10.72	c cleaning 5753 clauses out of 11507 with flag 27076/239873
12.38/10.97	c cleaning 6373 clauses out of 12753 with flag 53732/246872
12.68/11.20	c Got one! Elapsed wall clock time (in seconds):11.083
12.68/11.20	o 49
12.88/11.41	c cleaning 8654 clauses out of 17313 with flag 19949/257805
13.08/11.66	c cleaning 7323 clauses out of 14660 with flag 45447/263806
13.38/11.94	c cleaning 7166 clauses out of 14335 with flag 74946/270804
13.68/12.27	c cleaning 7583 clauses out of 15170 with flag 107525/278805
14.08/12.64	c cleaning 8294 clauses out of 16587 with flag 145131/287805
14.47/13.06	c cleaning 9144 clauses out of 18292 with flag 186091/297804
14.97/13.54	c cleaning 10067 clauses out of 20148 with flag 229775/308804
15.57/14.11	c cleaning 11041 clauses out of 22083 with flag 279958/320806
16.17/14.77	c cleaning 12014 clauses out of 24040 with flag 338930/333804
16.37/14.95	c Got one! Elapsed wall clock time (in seconds):14.834
16.37/14.95	o 48
16.37/14.95	c Got one! Elapsed wall clock time (in seconds):14.837
16.37/14.95	o 47
16.37/14.95	c Got one! Elapsed wall clock time (in seconds):14.838
16.37/14.95	o 29
16.37/14.96	c starts		: 238
16.37/14.96	c conflicts		: 337883
16.37/14.96	c decisions		: 581490
16.37/14.96	c propagations		: 9360074
16.37/14.96	c inspects		: 157354220
16.37/14.96	c shortcuts		: 0
16.37/14.96	c learnt literals	: 1
16.37/14.96	c learnt binary clauses	: 1
16.37/14.96	c learnt ternary clauses	: 388
16.37/14.96	c learnt constraints	: 337882
16.37/14.96	c ignored constraints	: 0
16.37/14.96	c root simplifications	: 0
16.37/14.96	c removed literals (reason simplification)	: 0
16.37/14.96	c reason swapping (by a shorter reason)	: 0
16.37/14.96	c Calls to reduceDB	: 47
16.37/14.96	c Number of update (reduction) of LBD	: 95229
16.37/14.96	c Imported unit clauses	: 0
16.37/14.96	c number of reductions to clauses (during analyze)	: 0
16.37/14.96	c number of learned constraints concerned by reduction	: 0
16.37/14.96	c number of learning phase by resolution	: 0
16.37/14.96	c number of learning phase by cutting planes	: 0
16.37/14.96	c speed (assignments/second)	: 632822.2567777702
16.37/14.96	c non guided choices	3431
16.37/14.96	c learnt constraints type 
16.37/14.96	s OPTIMUM FOUND
16.37/14.96	c Found 86 solution(s)
16.37/14.96	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 
16.37/14.96	c objective function=29
16.37/14.96	c Total wall clock time (in seconds): 14.85

Verifier Data

OK	29

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-4109300-1466343612/watcher-4109300-1466343612 -o /tmp/evaluation-result-4109300-1466343612/solver-4109300-1466343612 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5530 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109300-1466343612.wbo 

pid=5891
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.11 2.14 1.85 2/174 5897
/proc/meminfo: memFree=31323248/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 1298 0 0 0 0 0 0 0 20 0 2 0 36407955 96370688 931 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 23528 931 705 9 0 16769 0
[pid=5897/tid=5899] ppid=5891 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 36407956 98635776 959 33554432000 1073741824 1073778376 140737012273952 140118856584744 242158189107 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100066 s]
/proc/loadavg: 2.11 2.14 1.85 2/174 5897
/proc/meminfo: memFree=31323248/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 4399 0 1 0 9 1 0 0 20 0 18 0 36407955 9787879424 6028 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 2389619 6028 2125 9 0 2380296 0
[pid=5897/tid=5899] ppid=5891 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 36407956 9787879424 6028 33554432000 1073741824 1073778376 140737012273952 140118856589016 242167070139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 2.11 2.14 1.85 2/174 5897
/proc/meminfo: memFree=31323248/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 5344 0 1 0 24 2 0 0 20 0 19 0 36407955 9856040960 7228 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 2406260 7231 2222 9 0 2396937 0
[pid=5897/tid=5899] ppid=5891 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 2407 0 1 0 16 1 0 0 20 0 19 0 36407956 9856040960 7232 33554432000 1073741824 1073778376 140737012273952 140118856589952 140118694320806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300251 s]
/proc/loadavg: 2.11 2.14 1.85 2/174 5897
/proc/meminfo: memFree=31323248/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 7517 0 1 0 54 2 0 0 20 0 19 0 36407955 9856040960 8779 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 2406260 8779 2244 9 0 2396937 0
[pid=5897/tid=5899] ppid=5891 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 19 0 36407956 9856040960 8779 33554432000 1073741824 1073778376 140737012273952 140118856589952 140118694419864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.7003 s]
/proc/loadavg: 2.11 2.14 1.85 2/174 5897
/proc/meminfo: memFree=31323248/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=9625040 CPUtime=1.16 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 9930 0 1 0 114 2 0 0 20 0 19 0 36407955 9856040960 9334 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 2406260 9334 2258 9 0 2396937 0
[pid=5897/tid=5899] ppid=5891 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 36407956 9856040960 9334 33554432000 1073741824 1073778376 140737012273952 140118856581424 140118694798636 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.11 2.14 1.85 3/214 5968
/proc/meminfo: memFree=31260328/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=9625040 CPUtime=2 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 9938 0 1 0 197 3 0 0 20 0 19 0 36407955 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 2406260 10874 2261 9 0 2396937 0
[pid=5897/tid=5899] ppid=5891 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 2414 0 1 0 145 2 0 0 20 0 19 0 36407956 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118856581424 140118694756672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5902] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5902/stat : 5902 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118818081704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5903] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5903/stat : 5903 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118817029160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5904] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5904/stat : 5904 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118815976104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5905] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5905/stat : 5905 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118814923560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5906] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5906/stat : 5906 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118813870504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5907] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5907/stat : 5907 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118812817960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5908] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5908/stat : 5908 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118694291624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5909] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5909/stat : 5909 (java) S 5891 5897 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118693239080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5913] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5913/stat : 5913 (java) S 5891 5897 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407958 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118680828776 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5914] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5914/stat : 5914 (java) S 5891 5897 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118679775096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5915] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5915/stat : 5915 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140118678721928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5916] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5916/stat : 5916 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140117939317520 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5917] ppid=5891 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/5897/task/5917/stat : 5917 (java) S 5891 5897 5514 0 -1 4202560 1785 0 0 0 17 0 0 0 20 0 19 0 36407961 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140117938264376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5918] ppid=5891 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/5897/task/5918/stat : 5918 (java) S 5891 5897 5514 0 -1 4202560 4468 0 0 0 31 0 0 0 20 0 19 0 36407961 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140117937211832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5919] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5919/stat : 5919 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140117936158968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5920] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5920/stat : 5920 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140117935106632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5933] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5933/stat : 5933 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407973 9856040960 10874 33554432000 1073741824 1073778376 140737012273952 140117934052904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.11 2.14 1.85 5/214 5968
/proc/meminfo: memFree=31226032/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 14095 0 1 0 380 4 0 0 20 0 19 0 36407955 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 2406260 14821 2262 9 0 2396937 0
[pid=5897/tid=5899] ppid=5891 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 2419 0 1 0 305 2 0 0 20 0 19 0 36407956 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118856581424 140118694757728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5902] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5902/stat : 5902 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118818081704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5903] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5903/stat : 5903 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118817029160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5904] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5904/stat : 5904 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118815976104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5905] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5905/stat : 5905 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118814923560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5906] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5906/stat : 5906 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118813870504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5907] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5907/stat : 5907 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118812817960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5908] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5908/stat : 5908 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118694291624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5909] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5909/stat : 5909 (java) S 5891 5897 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118693239080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5913] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5913/stat : 5913 (java) S 5891 5897 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407958 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118680828776 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5914] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5914/stat : 5914 (java) S 5891 5897 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118679775096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5915] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5915/stat : 5915 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140118678721928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5916] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5916/stat : 5916 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140117939317520 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5917] ppid=5891 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/5897/task/5917/stat : 5917 (java) S 5891 5897 5514 0 -1 4202560 2825 0 0 0 24 0 0 0 20 0 19 0 36407961 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140117938264376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5918] ppid=5891 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/5897/task/5918/stat : 5918 (java) S 5891 5897 5514 0 -1 4202560 7580 0 0 0 48 1 0 0 20 0 19 0 36407961 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140117937211832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5919] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5919/stat : 5919 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140117936158968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5920] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5920/stat : 5920 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140117935106632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5933] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5933/stat : 5933 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407973 9856040960 14821 33554432000 1073741824 1073778376 140737012273952 140117934052904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.18 2.15 1.85 3/214 5968
/proc/meminfo: memFree=31195716/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=9625040 CPUtime=7.09 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 14155 0 1 0 705 4 0 0 20 0 19 0 36407955 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 2406260 17407 2264 9 0 2396937 0
[pid=5897/tid=5899] ppid=5891 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 2428 0 1 0 624 3 0 0 20 0 19 0 36407956 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118856580784 242170782893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5902] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5902/stat : 5902 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118818081704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5903] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5903/stat : 5903 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118817029160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5904] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5904/stat : 5904 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118815976104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5905] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5905/stat : 5905 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118814923560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5906] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5906/stat : 5906 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118813870504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5907] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5907/stat : 5907 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118812817960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5908] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5908/stat : 5908 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118694291624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5909] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5909/stat : 5909 (java) S 5891 5897 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118693239080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5913] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5913/stat : 5913 (java) S 5891 5897 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407958 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118680828776 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5914] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5914/stat : 5914 (java) S 5891 5897 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118679775096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5915] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5915/stat : 5915 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140118678721928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5916] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5916/stat : 5916 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140117939317520 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5917] ppid=5891 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/5897/task/5917/stat : 5917 (java) S 5891 5897 5514 0 -1 4202560 2825 0 0 0 27 0 0 0 20 0 19 0 36407961 9856040960 17407 33554432000 1073741824 1073778376 140737012273952 140117938264376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5918] ppid=5891 vsize=9625040 CPUtime=0.51 cores=0,2,4,6

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

[pid=5897/tid=5904] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5904/stat : 5904 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140118815976104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5905] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5905/stat : 5905 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140118814923560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5906] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5906/stat : 5906 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140118813870504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5907] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5907/stat : 5907 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140118812817960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5908] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5908/stat : 5908 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140118694291624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5909] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5909/stat : 5909 (java) S 5891 5897 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140118693239080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5913] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5913/stat : 5913 (java) S 5891 5897 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407958 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140118680828776 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5914] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5914/stat : 5914 (java) S 5891 5897 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140118679775096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5915] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5915/stat : 5915 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140118678721928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5916] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5916/stat : 5916 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140117939317520 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5917] ppid=5891 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/5897/task/5917/stat : 5917 (java) S 5891 5897 5514 0 -1 4202560 14382 0 0 0 90 3 0 0 20 0 19 0 36407961 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140117938264376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5918] ppid=5891 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/5897/task/5918/stat : 5918 (java) S 5891 5897 5514 0 -1 4202560 7630 0 0 0 53 2 0 0 20 0 19 0 36407961 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140117937211832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5919] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5919/stat : 5919 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140117936158968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5920] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5920/stat : 5920 (java) S 5891 5897 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140117935106632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5933] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5933/stat : 5933 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407973 9856040960 30961 33554432000 1073741824 1073778376 140737012273952 140117934052904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 9625040

[startup+14.4076 s]
/proc/loadavg: 2.15 2.15 1.85 3/214 6033
/proc/meminfo: memFree=31115228/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=9625040 CPUtime=15.88 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 25733 0 1 0 1581 7 0 0 20 0 19 0 36407955 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 2406260 31985 2264 9 0 2396937 0
[pid=5897/tid=5899] ppid=5891 vsize=9625040 CPUtime=14.37 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 2449 0 1 0 1434 3 0 0 20 0 19 0 36407956 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118856580784 140118694727159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5902] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5902/stat : 5902 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118818081704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5903] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5903/stat : 5903 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118817029160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5904] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5904/stat : 5904 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118815976104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5905] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5905/stat : 5905 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118814923560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5906] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5906/stat : 5906 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118813870504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5907] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5907/stat : 5907 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118812817960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5908] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5908/stat : 5908 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118694291624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5909] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5909/stat : 5909 (java) S 5891 5897 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118693239080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5913] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5913/stat : 5913 (java) S 5891 5897 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407958 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118680828776 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5914] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5914/stat : 5914 (java) S 5891 5897 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118679775096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5915] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5915/stat : 5915 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118678721928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5916] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5916/stat : 5916 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117939317520 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5917] ppid=5891 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/5897/task/5917/stat : 5917 (java) S 5891 5897 5514 0 -1 4202560 14382 0 0 0 90 3 0 0 20 0 19 0 36407961 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117938264376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5918] ppid=5891 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/5897/task/5918/stat : 5918 (java) S 5891 5897 5514 0 -1 4202560 7630 0 0 0 53 2 0 0 20 0 19 0 36407961 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117937211832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5919] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5919/stat : 5919 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117936158968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5920] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5920/stat : 5920 (java) S 5891 5897 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117935106632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5933] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5933/stat : 5933 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407973 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117934052904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 9625040

[startup+14.8007 s]
/proc/loadavg: 2.15 2.15 1.85 3/214 6033
/proc/meminfo: memFree=31115228/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=9625040 CPUtime=16.27 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 25733 0 1 0 1620 7 0 0 20 0 19 0 36407955 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 2406260 31985 2264 9 0 2396937 0
[pid=5897/tid=5899] ppid=5891 vsize=9625040 CPUtime=14.76 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 2449 0 1 0 1473 3 0 0 20 0 19 0 36407956 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118856580784 140118694798782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5902] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5902/stat : 5902 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118818081704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5903] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5903/stat : 5903 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118817029160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5904] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5904/stat : 5904 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118815976104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5905] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5905/stat : 5905 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118814923560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5906] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5906/stat : 5906 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118813870504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5907] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5907/stat : 5907 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118812817960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5908] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5908/stat : 5908 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118694291624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5909] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5909/stat : 5909 (java) S 5891 5897 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118693239080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5913] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5913/stat : 5913 (java) S 5891 5897 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407958 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118680828776 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5914] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5914/stat : 5914 (java) S 5891 5897 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118679775096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5915] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5915/stat : 5915 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140118678721928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5916] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5916/stat : 5916 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117939317520 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5917] ppid=5891 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/5897/task/5917/stat : 5917 (java) S 5891 5897 5514 0 -1 4202560 14382 0 0 0 90 3 0 0 20 0 19 0 36407961 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117938264376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5918] ppid=5891 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/5897/task/5918/stat : 5918 (java) S 5891 5897 5514 0 -1 4202560 7630 0 0 0 53 2 0 0 20 0 19 0 36407961 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117937211832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5919] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5919/stat : 5919 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117936158968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5920] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5920/stat : 5920 (java) S 5891 5897 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117935106632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5933] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5933/stat : 5933 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407973 9856040960 31985 33554432000 1073741824 1073778376 140737012273952 140117934052904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.27
Current children cumulated vsize (KiB) 9625040

[startup+14.9007 s]
/proc/loadavg: 2.15 2.15 1.85 3/214 6033
/proc/meminfo: memFree=31115228/32872528 swapFree=338416/354768
[pid=5897] ppid=5891 vsize=9625040 CPUtime=16.37 cores=0,2,4,6
/proc/5897/stat : 5897 (java) S 5891 5897 5514 0 -1 4202496 25734 0 1 0 1630 7 0 0 20 0 19 0 36407955 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140737012265088 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5897/statm: 2406260 32497 2264 9 0 2396937 0
[pid=5897/tid=5899] ppid=5891 vsize=9625040 CPUtime=14.86 cores=0,2,4,6
/proc/5897/task/5899/stat : 5899 (java) R 5891 5897 5514 0 -1 4202560 2450 0 1 0 1483 3 0 0 20 0 19 0 36407956 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118856580784 140118694799033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5902] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5902/stat : 5902 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118818081704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5903] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5903/stat : 5903 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118817029160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5904] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5904/stat : 5904 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118815976104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5905] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5905/stat : 5905 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118814923560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5906] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5906/stat : 5906 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118813870504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5907] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5907/stat : 5907 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118812817960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5908] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5908/stat : 5908 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118694291624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5909] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5909/stat : 5909 (java) S 5891 5897 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36407957 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118693239080 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5913] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5913/stat : 5913 (java) S 5891 5897 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36407958 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118680828776 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5914] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5914/stat : 5914 (java) S 5891 5897 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118679775096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5915] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5915/stat : 5915 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407959 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140118678721928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5897/tid=5916] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5916/stat : 5916 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140117939317520 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5917] ppid=5891 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/5897/task/5917/stat : 5917 (java) S 5891 5897 5514 0 -1 4202560 14382 0 0 0 90 3 0 0 20 0 19 0 36407961 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140117938264376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5897/tid=5918] ppid=5891 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/5897/task/5918/stat : 5918 (java) S 5891 5897 5514 0 -1 4202560 7630 0 0 0 53 2 0 0 20 0 19 0 36407961 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140117937211832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5919] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5919/stat : 5919 (java) S 5891 5897 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140117936158968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5897/tid=5920] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5920/stat : 5920 (java) S 5891 5897 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36407961 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140117935106632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5897/tid=5933] ppid=5891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5897/task/5933/stat : 5933 (java) S 5891 5897 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36407973 9856040960 32497 33554432000 1073741824 1073778376 140737012273952 140117934052904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.37
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 14.9828
CPU time (s): 16.4715
CPU user time (s): 16.3495
CPU system time (s): 0.121981
CPU usage (%): 109.936
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3495
system time used= 0.121981
maximum resident set size= 132092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25753
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= 609
involuntary context switches= 559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079987 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:40:12
IDJOB=4109300
IDBENCH=78769
IDSOLVER=2551
FILE ID=node126/4109300-1466343612
RUNJOBID= node126-1466341816-5530
PBS_JOBID= 19922027
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213670--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109300-1466343612/watcher-4109300-1466343612 -o /tmp/evaluation-result-4109300-1466343612/solver-4109300-1466343612 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5530 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109300-1466343612.wbo

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

MD5SUM BENCH= d3a3522693d056b12d5b1d76acf2f0e6
RANDOM SEED=458580562

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        31323564 kB
Buffers:          173408 kB
Cached:           277368 kB
SwapCached:         1796 kB
Active:           109952 kB
Inactive:         345068 kB
Active(anon):       4688 kB
Inactive(anon):     1916 kB
Active(file):     105264 kB
Inactive(file):   343152 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1104 kB
Writeback:             0 kB
AnonPages:        347852 kB
Mapped:             8972 kB
Shmem:                 0 kB
Slab:             609096 kB
SReclaimable:      52512 kB
SUnreclaim:       556584 kB
KernelStack:        1768 kB
PageTables:         4300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     452312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node126 at 2016-06-19 15:40:27