Trace number 4109276

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 15.9906 14.6699

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969170--soft-66-100-0.wbo
MD5SUM569bc66899871f531ac68d505b942740
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark16.1995
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109276-1466343609.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     211
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 42 literals
0.27/0.26	c SATISFIABLE
0.27/0.26	c OPTIMIZING...
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.157
0.27/0.26	o 1134
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.233
0.53/0.33	o 626
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.252
0.53/0.35	o 621
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.256
0.53/0.36	o 570
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.263
0.53/0.36	o 568
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.266
0.53/0.37	o 547
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.269
0.53/0.37	o 533
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.273
0.53/0.37	o 531
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.277
0.53/0.38	o 521
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.287
0.53/0.39	o 512
0.53/0.40	c Got one! Elapsed wall clock time (in seconds):0.294
0.53/0.40	o 508
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.309
0.69/0.41	o 499
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.316
0.69/0.42	o 493
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.344
0.69/0.45	o 492
0.81/0.50	c Got one! Elapsed wall clock time (in seconds):0.4
0.81/0.50	o 491
0.81/0.52	c Got one! Elapsed wall clock time (in seconds):0.413
0.81/0.52	o 487
0.81/0.52	c Got one! Elapsed wall clock time (in seconds):0.417
0.81/0.52	o 480
0.81/0.52	c Got one! Elapsed wall clock time (in seconds):0.423
0.81/0.52	o 474
0.81/0.53	c Got one! Elapsed wall clock time (in seconds):0.427
0.81/0.53	o 457
0.81/0.53	c Got one! Elapsed wall clock time (in seconds):0.431
0.81/0.53	o 454
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
0.81/0.54	o 435
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.447
0.81/0.55	o 429
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.45
0.81/0.55	o 420
0.81/0.56	c Got one! Elapsed wall clock time (in seconds):0.455
0.81/0.56	o 416
0.81/0.56	c Got one! Elapsed wall clock time (in seconds):0.46
0.81/0.56	o 414
0.81/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
0.81/0.57	o 411
0.81/0.57	c Got one! Elapsed wall clock time (in seconds):0.467
0.81/0.57	o 408
0.81/0.57	c Got one! Elapsed wall clock time (in seconds):0.472
0.81/0.57	o 407
0.81/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
0.81/0.58	o 401
0.81/0.59	c Got one! Elapsed wall clock time (in seconds):0.487
0.81/0.59	o 395
0.81/0.59	c Got one! Elapsed wall clock time (in seconds):0.491
0.81/0.59	o 389
0.93/0.62	c Got one! Elapsed wall clock time (in seconds):0.523
0.93/0.62	o 344
0.93/0.63	c Got one! Elapsed wall clock time (in seconds):0.526
0.93/0.63	o 327
0.93/0.64	c Got one! Elapsed wall clock time (in seconds):0.539
0.93/0.64	o 318
0.93/0.65	c Got one! Elapsed wall clock time (in seconds):0.549
0.93/0.65	o 317
0.93/0.66	c Got one! Elapsed wall clock time (in seconds):0.56
0.93/0.66	o 314
0.93/0.67	c Got one! Elapsed wall clock time (in seconds):0.57
0.93/0.67	o 307
0.93/0.68	c Got one! Elapsed wall clock time (in seconds):0.578
0.93/0.68	o 301
0.93/0.68	c Got one! Elapsed wall clock time (in seconds):0.583
0.93/0.68	o 283
0.93/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
0.93/0.69	o 269
0.93/0.69	c Got one! Elapsed wall clock time (in seconds):0.589
0.93/0.69	o 266
0.93/0.69	c Got one! Elapsed wall clock time (in seconds):0.593
0.93/0.69	o 265
1.07/0.70	c Got one! Elapsed wall clock time (in seconds):0.597
1.07/0.70	o 256
1.07/0.70	c Got one! Elapsed wall clock time (in seconds):0.599
1.07/0.70	o 245
1.07/0.71	c Got one! Elapsed wall clock time (in seconds):0.604
1.07/0.71	o 242
1.07/0.74	c Got one! Elapsed wall clock time (in seconds):0.639
1.07/0.74	o 235
1.07/0.75	c Got one! Elapsed wall clock time (in seconds):0.647
1.07/0.75	o 234
1.07/0.76	c Got one! Elapsed wall clock time (in seconds):0.659
1.07/0.76	o 228
1.07/0.77	c Got one! Elapsed wall clock time (in seconds):0.668
1.07/0.77	o 207
1.22/0.84	c Got one! Elapsed wall clock time (in seconds):0.739
1.22/0.84	o 203
1.22/0.85	c Got one! Elapsed wall clock time (in seconds):0.745
1.22/0.85	o 194
1.35/0.97	c cleaning 8453 clauses out of 16908 with flag 6621/16908
1.35/0.99	c Got one! Elapsed wall clock time (in seconds):0.885
1.35/0.99	o 193
1.58/1.15	c Got one! Elapsed wall clock time (in seconds):1.053
1.58/1.15	o 191
1.68/1.21	c cleaning 7196 clauses out of 14395 with flag 3216/22848
1.82/1.30	c Got one! Elapsed wall clock time (in seconds):1.197
1.82/1.30	o 187
1.92/1.42	c cleaning 6337 clauses out of 12674 with flag 10576/28323
1.92/1.46	c Got one! Elapsed wall clock time (in seconds):1.356
1.92/1.46	o 182
1.92/1.47	c Got one! Elapsed wall clock time (in seconds):1.366
1.92/1.47	o 178
1.92/1.48	c Got one! Elapsed wall clock time (in seconds):1.38
1.92/1.48	o 166
2.04/1.54	c Got one! Elapsed wall clock time (in seconds):1.436
2.04/1.54	o 165
2.04/1.55	c Got one! Elapsed wall clock time (in seconds):1.451
2.04/1.55	o 164
2.04/1.57	c Got one! Elapsed wall clock time (in seconds):1.47
2.04/1.57	o 163
2.04/1.58	c Got one! Elapsed wall clock time (in seconds):1.477
2.04/1.58	o 160
2.04/1.58	c Got one! Elapsed wall clock time (in seconds):1.48
2.04/1.58	o 159
2.20/1.61	c Got one! Elapsed wall clock time (in seconds):1.508
2.20/1.61	o 158
2.31/1.70	c Got one! Elapsed wall clock time (in seconds):1.6
2.31/1.70	o 153
2.41/1.84	c cleaning 8062 clauses out of 16125 with flag 9647/38111
2.61/2.07	c cleaning 7032 clauses out of 14063 with flag 28048/44111
2.92/2.35	c cleaning 7012 clauses out of 14034 with flag 52618/51114
3.21/2.68	c cleaning 7506 clauses out of 15019 with flag 84918/59111
3.61/3.08	c cleaning 8250 clauses out of 16515 with flag 123248/68113
3.61/3.08	c Got one! Elapsed wall clock time (in seconds):2.983
3.61/3.08	o 147
3.81/3.25	c Got one! Elapsed wall clock time (in seconds):3.153
3.81/3.25	o 146
3.81/3.27	c Got one! Elapsed wall clock time (in seconds):3.172
3.81/3.27	o 140
3.81/3.30	c Got one! Elapsed wall clock time (in seconds):3.197
3.81/3.30	o 131
3.92/3.35	c cleaning 7484 clauses out of 14975 with flag 4011/74823
4.11/3.57	c cleaning 6742 clauses out of 13492 with flag 25775/80824
4.21/3.67	c Got one! Elapsed wall clock time (in seconds):3.572
4.21/3.67	o 126
4.31/3.75	c cleaning 6061 clauses out of 12127 with flag 8551/86201
4.51/3.97	c cleaning 6024 clauses out of 12066 with flag 32835/92201
4.71/4.12	c Got one! Elapsed wall clock time (in seconds):4.017
4.71/4.12	o 101
4.71/4.16	c cleaning 5728 clauses out of 11468 with flag 4022/97627
4.81/4.24	c Got one! Elapsed wall clock time (in seconds):4.139
4.81/4.24	o 87
4.91/4.36	c cleaning 5583 clauses out of 11172 with flag 11734/103059
5.12/4.56	c cleaning 5793 clauses out of 11593 with flag 34158/109063
5.41/4.81	c cleaning 6398 clauses out of 12797 with flag 59698/116060
5.71/5.12	c cleaning 7194 clauses out of 14397 with flag 90821/124058
6.01/5.49	c cleaning 8096 clauses out of 16203 with flag 126611/133058
6.52/5.92	c cleaning 9047 clauses out of 18107 with flag 168004/143058
7.02/6.42	c cleaning 10025 clauses out of 20060 with flag 223854/154058
7.62/7.03	c cleaning 11017 clauses out of 22037 with flag 288358/166060
7.72/7.15	c Got one! Elapsed wall clock time (in seconds):7.049
7.72/7.15	o 76
7.82/7.24	c cleaning 8167 clauses out of 16335 with flag 8656/171375
8.02/7.47	c cleaning 7081 clauses out of 14167 with flag 31025/177375
8.33/7.73	c cleaning 7037 clauses out of 14085 with flag 56539/184374
8.63/8.03	c cleaning 7519 clauses out of 15047 with flag 87345/192374
9.03/8.41	c cleaning 8263 clauses out of 16530 with flag 126256/201376
9.13/8.54	c Got one! Elapsed wall clock time (in seconds):8.434
9.13/8.54	o 74
9.23/8.63	c cleaning 6857 clauses out of 13739 with flag 8862/206848
9.43/8.85	c cleaning 6433 clauses out of 12882 with flag 35199/212848
9.72/9.12	c cleaning 6725 clauses out of 13451 with flag 68427/219850
10.03/9.44	c cleaning 7358 clauses out of 14725 with flag 102690/227849
10.43/9.82	c cleaning 8183 clauses out of 16370 with flag 143647/236852
10.83/10.28	c cleaning 9091 clauses out of 18186 with flag 185067/246851
11.20/10.49	c Got one! Elapsed wall clock time (in seconds):10.393
11.20/10.49	o 72
11.41/10.54	c Got one! Elapsed wall clock time (in seconds):10.443
11.41/10.54	o 71
11.68/10.76	c cleaning 9811 clauses out of 19624 with flag 17473/257380
11.84/10.86	c Got one! Elapsed wall clock time (in seconds):10.76
11.84/10.86	o 70
12.26/11.01	c cleaning 7862 clauses out of 15726 with flag 13186/263293
12.54/11.25	c cleaning 6928 clauses out of 13864 with flag 38091/269293
12.85/11.53	c cleaning 6962 clauses out of 13938 with flag 68934/276296
13.15/11.83	c cleaning 7484 clauses out of 14976 with flag 102329/284296
13.46/12.20	c cleaning 8238 clauses out of 16487 with flag 140013/293293
13.95/12.63	c cleaning 9119 clauses out of 18249 with flag 183643/303294
14.25/12.93	c Got one! Elapsed wall clock time (in seconds):12.823
14.25/12.93	o 65
14.35/13.04	c Got one! Elapsed wall clock time (in seconds):12.935
14.35/13.04	o 64
14.45/13.20	c cleaning 10805 clauses out of 21620 with flag 13217/315784
14.56/13.28	c Got one! Elapsed wall clock time (in seconds):13.181
14.56/13.28	o 61
14.75/13.43	c cleaning 7990 clauses out of 15992 with flag 15745/320961
14.95/13.67	c cleaning 6997 clauses out of 14002 with flag 44739/326961
15.05/13.74	c Got one! Elapsed wall clock time (in seconds):13.64
15.05/13.74	o 51
15.05/13.78	c Got one! Elapsed wall clock time (in seconds):13.679
15.05/13.78	o 50
15.15/13.86	c cleaning 6152 clauses out of 12309 with flag 8794/332267
15.35/14.09	c cleaning 6073 clauses out of 12157 with flag 33753/338269
15.66/14.36	c cleaning 6533 clauses out of 13077 with flag 64344/345267
15.76/14.49	c Got one! Elapsed wall clock time (in seconds):14.386
15.76/14.49	o 49
15.85/14.57	c cleaning 6162 clauses out of 12341 with flag 7732/351066
15.95/14.66	c starts		: 364
15.95/14.66	c conflicts		: 353588
15.95/14.66	c decisions		: 584444
15.95/14.66	c propagations		: 8579414
15.95/14.66	c inspects		: 175071969
15.95/14.66	c shortcuts		: 0
15.95/14.66	c learnt literals	: 24
15.95/14.66	c learnt binary clauses	: 3
15.95/14.66	c learnt ternary clauses	: 567
15.95/14.66	c learnt constraints	: 353563
15.95/14.66	c ignored constraints	: 0
15.95/14.66	c root simplifications	: 0
15.95/14.66	c removed literals (reason simplification)	: 0
15.95/14.66	c reason swapping (by a shorter reason)	: 0
15.95/14.66	c Calls to reduceDB	: 46
15.95/14.66	c Number of update (reduction) of LBD	: 95477
15.95/14.66	c Imported unit clauses	: 0
15.95/14.66	c number of reductions to clauses (during analyze)	: 0
15.95/14.66	c number of learned constraints concerned by reduction	: 0
15.95/14.66	c number of learning phase by resolution	: 0
15.95/14.66	c number of learning phase by cutting planes	: 0
15.95/14.66	c speed (assignments/second)	: 591602.1238449869
15.95/14.66	c non guided choices	2949
15.95/14.66	c learnt constraints type 
15.95/14.66	s OPTIMUM FOUND
15.95/14.66	c Found 82 solution(s)
15.95/14.66	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 
15.95/14.66	c objective function=49
15.95/14.66	c Total wall clock time (in seconds): 14.56

Verifier Data

OK	49

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-4109276-1466343609/watcher-4109276-1466343609 -o /tmp/evaluation-result-4109276-1466343609/solver-4109276-1466343609 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5260 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109276-1466343609.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.20 1.85 4/195 5548
/proc/meminfo: memFree=30425324/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36410100 98570240 978 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 24065 978 744 9 0 16771 0
[pid=5548/tid=5549] ppid=5545 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 135 0 0 0 0 0 0 0 20 0 2 0 36410101 98582528 983 33554432000 1073741824 1073778376 140737148738720 140712463826472 219513963933 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.23 2.20 1.85 4/195 5548
/proc/meminfo: memFree=30425324/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 4552 0 1 0 9 1 0 0 20 0 18 0 36410100 9787879424 5668 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 2389619 5668 2157 9 0 2380296 0
[pid=5548/tid=5549] ppid=5545 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 2424 0 1 0 6 1 0 0 20 0 18 0 36410101 9787879424 5669 33554432000 1073741824 1073778376 140737148738720 140712463829920 219517347085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 2.23 2.20 1.85 4/195 5548
/proc/meminfo: memFree=30425324/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 6708 0 1 0 25 2 0 0 20 0 19 0 36410100 9856040960 8282 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 2406260 8282 2232 9 0 2396937 0
[pid=5548/tid=5549] ppid=5545 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 2458 0 1 0 16 1 0 0 20 0 19 0 36410101 9856040960 8282 33554432000 1073741824 1073778376 140737148738720 140712463831680 140712336115438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300285 s]
/proc/loadavg: 2.23 2.20 1.85 4/195 5548
/proc/meminfo: memFree=30425324/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 7433 0 1 0 51 2 0 0 20 0 19 0 36410100 9856040960 8339 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 2406260 8339 2244 9 0 2396937 0
[pid=5548/tid=5549] ppid=5545 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 2460 0 1 0 26 1 0 0 20 0 19 0 36410101 9856040960 8339 33554432000 1073741824 1073778376 140737148738720 140712463831016 140712336461923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700167 s]
/proc/loadavg: 2.23 2.20 1.85 4/195 5548
/proc/meminfo: memFree=30425324/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 8548 0 1 0 104 3 0 0 20 0 19 0 36410100 9856040960 9269 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 2406260 9269 2254 9 0 2396937 0
[pid=5548/tid=5549] ppid=5545 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 2462 0 1 0 66 1 0 0 20 0 19 0 36410101 9856040960 9269 33554432000 1073741824 1073778376 140737148738720 140712463823152 219517336632 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.23 2.20 1.85 5/214 5567
/proc/meminfo: memFree=30386952/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 9804 0 1 0 201 3 0 0 20 0 19 0 36410100 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 2406260 10899 2261 9 0 2396937 0
[pid=5548/tid=5549] ppid=5545 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 2466 0 1 0 146 2 0 0 20 0 19 0 36410101 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712463829464 140712336533856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5551] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712307673640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5552] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712306620840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5553] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712305568040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5554] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712304515240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5555] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712303463464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5556] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712302410664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5557] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712301357864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5558] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5545 5548 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712300305064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5559] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5545 5548 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712287893992 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5560] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5545 5548 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712286840056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5561] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712285787144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5562] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5562/stat : 5562 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712284735632 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5563] ppid=5545 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5548/task/5563/stat : 5563 (java) S 5545 5548 5243 0 -1 4202560 2936 0 0 0 27 0 0 0 20 0 19 0 36410105 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712283683768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5564] ppid=5545 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5548/task/5564/stat : 5564 (java) S 5545 5548 5243 0 -1 4202560 3130 0 0 0 24 1 0 0 20 0 19 0 36410105 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712282630968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5565] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5565/stat : 5565 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712281578360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5566] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5566/stat : 5566 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712280525768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5567] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410117 9856040960 10899 33554432000 1073741824 1073778376 140737148738720 140712279471272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.29 2.22 1.85 4/214 5567
/proc/meminfo: memFree=30367780/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=9625040 CPUtime=3.71 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 10244 0 1 0 368 3 0 0 20 0 19 0 36410100 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 2406260 12959 2263 9 0 2396937 0
[pid=5548/tid=5549] ppid=5545 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 2470 0 1 0 306 2 0 0 20 0 19 0 36410101 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712463822528 140712336482932 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5551] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712307673640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5552] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712306620840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5553] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712305568040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5554] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712304515240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5555] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712303463464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5556] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712302410664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5557] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712301357864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5558] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5545 5548 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712300305064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5559] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5545 5548 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712287893992 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5560] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5545 5548 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712286840056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5561] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712285787144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5562] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5562/stat : 5562 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712284735632 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5563] ppid=5545 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5548/task/5563/stat : 5563 (java) S 5545 5548 5243 0 -1 4202560 2938 0 0 0 29 0 0 0 20 0 19 0 36410105 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712283683768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5564] ppid=5545 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/5548/task/5564/stat : 5564 (java) S 5545 5548 5243 0 -1 4202560 3564 0 0 0 29 1 0 0 20 0 19 0 36410105 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712282630968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5565] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5565/stat : 5565 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712281578360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5566] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5566/stat : 5566 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712280525768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5567] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410117 9856040960 12959 33554432000 1073741824 1073778376 140737148738720 140712279471272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.29 2.22 1.85 3/214 5567
/proc/meminfo: memFree=30337812/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=9625040 CPUtime=6.92 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 10255 0 1 0 688 4 0 0 20 0 19 0 36410100 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 2406260 17385 2264 9 0 2396937 0
[pid=5548/tid=5549] ppid=5545 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 2480 0 1 0 625 2 0 0 20 0 19 0 36410101 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712463822528 140712336483103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5551] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712307673640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5552] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712306620840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5553] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712305568040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5554] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712304515240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5555] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712303463464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5556] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712302410664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5557] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712301357864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5558] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5545 5548 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712300305064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5559] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5545 5548 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712287893992 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5560] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5545 5548 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712286840056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5561] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712285787144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5562] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5562/stat : 5562 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712284735632 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5563] ppid=5545 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5548/task/5563/stat : 5563 (java) S 5545 5548 5243 0 -1 4202560 2938 0 0 0 29 0 0 0 20 0 19 0 36410105 9856040960 17385 33554432000 1073741824 1073778376 140737148738720 140712283683768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5564] ppid=5545 vsize=9625040 CPUtime=0.3 cores=1,3,5,7

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

[pid=5548/tid=5553] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712305568040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5554] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712304515240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5555] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712303463464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5556] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712302410664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5557] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712301357864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5558] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5545 5548 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712300305064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5559] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5545 5548 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712287893992 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5560] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5545 5548 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712286840056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5561] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712285787144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5562] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5562/stat : 5562 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712284735632 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5563] ppid=5545 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5548/task/5563/stat : 5563 (java) S 5545 5548 5243 0 -1 4202560 2978 0 0 0 32 0 0 0 20 0 19 0 36410105 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712283683768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5564] ppid=5545 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/5548/task/5564/stat : 5564 (java) S 5545 5548 5243 0 -1 4202560 12884 0 0 0 98 3 0 0 20 0 19 0 36410105 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712282630968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5565] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5565/stat : 5565 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712281578360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5566] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5566/stat : 5566 (java) S 5545 5548 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712280525768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5567] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410117 9856040960 30802 33554432000 1073741824 1073778376 140737148738720 140712279471272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 9625040

[startup+13.6008 s]
/proc/loadavg: 2.25 2.21 1.86 3/214 5632
/proc/meminfo: memFree=30297396/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=9625040 CPUtime=14.95 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 19637 0 1 0 1489 6 0 0 20 0 19 0 36410100 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 2406260 31826 2264 9 0 2396937 0
[pid=5548/tid=5549] ppid=5545 vsize=9625040 CPUtime=13.54 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 2502 0 1 0 1352 2 0 0 20 0 19 0 36410101 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712463822528 140712336533842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5551] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712307673640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5552] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712306620840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5553] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712305568040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5554] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712304515240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5555] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712303463464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5556] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712302410664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5557] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712301357864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5558] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5545 5548 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712300305064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5559] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5545 5548 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712287893992 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5560] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5545 5548 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712286840056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5561] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712285787144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5562] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5562/stat : 5562 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712284735632 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5563] ppid=5545 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5548/task/5563/stat : 5563 (java) S 5545 5548 5243 0 -1 4202560 2978 0 0 0 32 0 0 0 20 0 19 0 36410105 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712283683768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5564] ppid=5545 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/5548/task/5564/stat : 5564 (java) S 5545 5548 5243 0 -1 4202560 12884 0 0 0 98 3 0 0 20 0 19 0 36410105 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712282630968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5565] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5565/stat : 5565 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712281578360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5566] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5566/stat : 5566 (java) S 5545 5548 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712280525768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5567] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410117 9856040960 31826 33554432000 1073741824 1073778376 140737148738720 140712279471272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 9625040

[startup+14.4077 s]
/proc/loadavg: 2.25 2.21 1.86 3/214 5632
/proc/meminfo: memFree=30290776/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=9625040 CPUtime=15.76 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 19640 0 1 0 1570 6 0 0 20 0 19 0 36410100 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 2406260 33362 2264 9 0 2396937 0
[pid=5548/tid=5549] ppid=5545 vsize=9625040 CPUtime=14.34 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 2505 0 1 0 1432 2 0 0 20 0 19 0 36410101 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712463822528 140712336533856 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5551] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712307673640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5552] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712306620840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5553] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712305568040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5554] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712304515240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5555] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712303463464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5556] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712302410664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5557] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712301357864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5558] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5545 5548 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712300305064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5559] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5545 5548 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712287893992 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5560] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5545 5548 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712286840056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5561] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712285787144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5562] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5562/stat : 5562 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712284735632 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5563] ppid=5545 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5548/task/5563/stat : 5563 (java) S 5545 5548 5243 0 -1 4202560 2978 0 0 0 32 0 0 0 20 0 19 0 36410105 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712283683768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5564] ppid=5545 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/5548/task/5564/stat : 5564 (java) S 5545 5548 5243 0 -1 4202560 12884 0 0 0 98 3 0 0 20 0 19 0 36410105 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712282630968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5565] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5565/stat : 5565 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712281578360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5566] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5566/stat : 5566 (java) S 5545 5548 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712280525768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5567] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410117 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712279471272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 9625040

[startup+14.6008 s]
/proc/loadavg: 2.25 2.21 1.86 3/214 5632
/proc/meminfo: memFree=30290776/32872528 swapFree=1075284/1157044
[pid=5548] ppid=5545 vsize=9625040 CPUtime=15.95 cores=1,3,5,7
/proc/5548/stat : 5548 (java) S 5545 5548 5243 0 -1 4202496 19640 0 1 0 1589 6 0 0 20 0 19 0 36410100 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140737148729856 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5548/statm: 2406260 33362 2264 9 0 2396937 0
[pid=5548/tid=5549] ppid=5545 vsize=9625040 CPUtime=14.54 cores=1,3,5,7
/proc/5548/task/5549/stat : 5549 (java) R 5545 5548 5243 0 -1 4202560 2505 0 1 0 1452 2 0 0 20 0 19 0 36410101 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712463822528 140712336488919 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5551] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5551/stat : 5551 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712307673640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5552] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5552/stat : 5552 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712306620840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5553] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5553/stat : 5553 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712305568040 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5554] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5554/stat : 5554 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712304515240 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5555] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5555/stat : 5555 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712303463464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5556] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5556/stat : 5556 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712302410664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5557] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5557/stat : 5557 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712301357864 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5548/tid=5558] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5558/stat : 5558 (java) S 5545 5548 5243 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36410102 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712300305064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5559] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5559/stat : 5559 (java) S 5545 5548 5243 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712287893992 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5560] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5560/stat : 5560 (java) S 5545 5548 5243 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712286840056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5561] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5561/stat : 5561 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410103 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712285787144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5562] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5562/stat : 5562 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712284735632 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5563] ppid=5545 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5548/task/5563/stat : 5563 (java) S 5545 5548 5243 0 -1 4202560 2978 0 0 0 32 0 0 0 20 0 19 0 36410105 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712283683768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5548/tid=5564] ppid=5545 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/5548/task/5564/stat : 5564 (java) S 5545 5548 5243 0 -1 4202560 12884 0 0 0 98 3 0 0 20 0 19 0 36410105 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712282630968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5565] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5565/stat : 5565 (java) S 5545 5548 5243 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712281578360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5548/tid=5566] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5566/stat : 5566 (java) S 5545 5548 5243 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36410105 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712280525768 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5548/tid=5567] ppid=5545 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5548/task/5567/stat : 5567 (java) S 5545 5548 5243 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36410117 9856040960 33362 33554432000 1073741824 1073778376 140737148738720 140712279471272 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 15.95
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 14.6699
CPU time (s): 15.9906
CPU user time (s): 15.9096
CPU system time (s): 0.080987
CPU usage (%): 109.003
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9096
system time used= 0.080987
maximum resident set size= 135560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19665
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= 647
involuntary context switches= 72

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.072988 second user time and 0.117982 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-19 15:40:09
IDJOB=4109276
IDBENCH=78763
IDSOLVER=2551
FILE ID=node114/4109276-1466343609
RUNJOBID= node114-1466341822-5260
PBS_JOBID= 19922038
Free space on /tmp= 71724 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.1110969170--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109276-1466343609/watcher-4109276-1466343609 -o /tmp/evaluation-result-4109276-1466343609/solver-4109276-1466343609 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466341822-5260 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109276-1466343609.wbo

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

MD5SUM BENCH= 569bc66899871f531ac68d505b942740
RANDOM SEED=169042050

node114.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.761
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.761
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.56
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.761
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.54
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.761
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.761
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.761
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.761
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.761
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:        30425248 kB
Buffers:          145856 kB
Cached:           327076 kB
SwapCached:          836 kB
Active:           184504 kB
Inactive:         339248 kB
Active(anon):      51280 kB
Inactive(anon):     1760 kB
Active(file):     133224 kB
Inactive(file):   337488 kB
Unevictable:     1157044 kB
Mlocked:         1075284 kB
SwapTotal:      67108856 kB
SwapFree:       67100572 kB
Dirty:              1752 kB
Writeback:             0 kB
AnonPages:       1215744 kB
Mapped:            16368 kB
Shmem:                 0 kB
Slab:             623188 kB
SReclaimable:      66684 kB
SUnreclaim:       556504 kB
KernelStack:        1608 kB
PageTables:         6432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1845148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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= 71724 MiB
End job on node114 at 2016-06-19 15:40:23