Trace number 4109536

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 12.1312 10.6947

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224451--soft-33-100-0.wbo
MD5SUM5926e2c90dc5b6ba4fb54742b482e07b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.2402
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 1261
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4109536-1466343655.wbo
0.08/0.12	c reading problem ... 
0.08/0.18	c ... done. Wall clock time 0.054s.
0.08/0.18	c declared #vars     169
0.08/0.18	c internal #vars     233
0.08/0.18	c #constraints  101
0.08/0.18	c constraints type 
0.08/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.08/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.08/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.08/0.18	c 101 constraints processed.
0.08/0.18	c objective function length is 64 literals
0.23/0.29	c SATISFIABLE
0.23/0.29	c OPTIMIZING...
0.23/0.29	c Got one! Elapsed wall clock time (in seconds):0.171
0.23/0.29	o 1090
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.178
0.52/0.30	o 979
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.182
0.52/0.30	o 638
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.189
0.52/0.31	o 636
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.191
0.52/0.31	o 602
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.198
0.52/0.32	o 575
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.206
0.52/0.33	o 567
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.214
0.52/0.34	o 566
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.226
0.52/0.35	o 553
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.253
0.52/0.37	o 542
0.80/0.59	c cleaning 3658 clauses out of 7328 with flag 15377/7328
0.94/0.62	c Got one! Elapsed wall clock time (in seconds):0.496
0.94/0.62	o 528
0.94/0.62	c Got one! Elapsed wall clock time (in seconds):0.5
0.94/0.62	o 517
0.94/0.63	c Got one! Elapsed wall clock time (in seconds):0.503
0.94/0.63	o 499
0.94/0.63	c Got one! Elapsed wall clock time (in seconds):0.507
0.94/0.63	o 496
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.513
0.94/0.64	o 489
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.518
0.94/0.64	o 483
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.522
0.94/0.64	o 452
0.94/0.65	c Got one! Elapsed wall clock time (in seconds):0.527
0.94/0.65	o 448
0.94/0.66	c Got one! Elapsed wall clock time (in seconds):0.536
0.94/0.66	o 445
0.94/0.66	c Got one! Elapsed wall clock time (in seconds):0.542
0.94/0.66	o 438
0.94/0.67	c Got one! Elapsed wall clock time (in seconds):0.546
0.94/0.67	o 437
0.94/0.69	c Got one! Elapsed wall clock time (in seconds):0.565
0.94/0.69	o 422
0.94/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
0.94/0.69	o 413
0.94/0.69	c Got one! Elapsed wall clock time (in seconds):0.572
0.94/0.69	o 405
1.12/0.71	c Got one! Elapsed wall clock time (in seconds):0.587
1.12/0.71	o 401
1.12/0.71	c Got one! Elapsed wall clock time (in seconds):0.589
1.12/0.71	o 374
1.25/0.87	c Got one! Elapsed wall clock time (in seconds):0.748
1.25/0.87	o 359
1.25/0.90	c Got one! Elapsed wall clock time (in seconds):0.773
1.25/0.90	o 358
1.35/0.90	c Got one! Elapsed wall clock time (in seconds):0.777
1.35/0.90	o 357
1.35/0.90	c Got one! Elapsed wall clock time (in seconds):0.783
1.35/0.90	o 334
1.35/0.92	c Got one! Elapsed wall clock time (in seconds):0.794
1.35/0.92	o 327
1.35/0.95	c Got one! Elapsed wall clock time (in seconds):0.826
1.35/0.95	o 326
1.45/1.02	c Got one! Elapsed wall clock time (in seconds):0.901
1.45/1.02	o 303
1.45/1.08	c cleaning 7499 clauses out of 14998 with flag 2987/18656
1.56/1.14	c Got one! Elapsed wall clock time (in seconds):1.022
1.56/1.14	o 302
1.76/1.32	c cleaning 6562 clauses out of 13125 with flag 12582/24282
1.76/1.38	c Got one! Elapsed wall clock time (in seconds):1.255
1.76/1.38	o 300
1.97/1.50	c Got one! Elapsed wall clock time (in seconds):1.375
1.97/1.50	o 294
2.07/1.60	c cleaning 6549 clauses out of 13102 with flag 6612/30821
2.17/1.76	c Got one! Elapsed wall clock time (in seconds):1.64
2.17/1.76	o 292
2.17/1.78	c Got one! Elapsed wall clock time (in seconds):1.659
2.17/1.78	o 291
2.27/1.83	c cleaning 5997 clauses out of 12004 with flag 3402/36272
2.27/1.86	c Got one! Elapsed wall clock time (in seconds):1.74
2.27/1.86	o 285
2.27/1.89	c Got one! Elapsed wall clock time (in seconds):1.772
2.27/1.89	o 271
2.37/1.97	c Got one! Elapsed wall clock time (in seconds):1.852
2.37/1.97	o 267
2.50/2.02	c Got one! Elapsed wall clock time (in seconds):1.899
2.50/2.02	o 252
2.60/2.11	c cleaning 6472 clauses out of 12945 with flag 7546/43210
2.60/2.19	c Got one! Elapsed wall clock time (in seconds):2.066
2.60/2.19	o 236
2.72/2.21	c Got one! Elapsed wall clock time (in seconds):2.085
2.72/2.21	o 230
2.72/2.23	c Got one! Elapsed wall clock time (in seconds):2.107
2.72/2.23	o 227
2.97/2.32	c Got one! Elapsed wall clock time (in seconds):2.199
2.97/2.32	o 214
2.97/2.37	c cleaning 6325 clauses out of 12667 with flag 3786/49404
2.97/2.39	c Got one! Elapsed wall clock time (in seconds):2.269
2.97/2.39	o 209
3.18/2.58	c Got one! Elapsed wall clock time (in seconds):2.463
3.18/2.58	o 208
3.28/2.64	c cleaning 6359 clauses out of 12731 with flag 4142/55793
3.28/2.64	c Got one! Elapsed wall clock time (in seconds):2.516
3.28/2.64	o 204
3.28/2.64	c Got one! Elapsed wall clock time (in seconds):2.519
3.28/2.64	o 203
3.48/2.84	c Got one! Elapsed wall clock time (in seconds):2.721
3.48/2.84	o 197
3.48/2.89	c Got one! Elapsed wall clock time (in seconds):2.764
3.48/2.89	o 190
3.58/2.94	c cleaning 6634 clauses out of 13277 with flag 4061/62698
3.58/2.97	c Got one! Elapsed wall clock time (in seconds):2.845
3.58/2.97	o 183
3.69/3.01	c Got one! Elapsed wall clock time (in seconds):2.891
3.69/3.01	o 182
3.78/3.19	c cleaning 6335 clauses out of 12675 with flag 17125/68730
3.89/3.27	c Got one! Elapsed wall clock time (in seconds):3.147
3.89/3.27	o 169
3.89/3.27	c Got one! Elapsed wall clock time (in seconds):3.151
3.89/3.27	o 168
4.01/3.40	c cleaning 5733 clauses out of 11469 with flag 12015/73859
4.30/3.65	c cleaning 5859 clauses out of 11736 with flag 37361/79859
4.40/3.74	c Got one! Elapsed wall clock time (in seconds):3.623
4.40/3.74	o 167
4.40/3.76	c Got one! Elapsed wall clock time (in seconds):3.639
4.40/3.76	o 156
4.60/3.90	c cleaning 5974 clauses out of 11972 with flag 15283/85954
4.60/3.91	c Got one! Elapsed wall clock time (in seconds):3.786
4.60/3.91	o 148
4.71/4.09	c Got one! Elapsed wall clock time (in seconds):3.969
4.71/4.09	o 146
4.82/4.14	c cleaning 5866 clauses out of 11743 with flag 4755/91699
4.82/4.15	c Got one! Elapsed wall clock time (in seconds):4.024
4.82/4.15	o 144
5.02/4.36	c cleaning 5463 clauses out of 10953 with flag 25329/96775
5.23/4.54	c Got one! Elapsed wall clock time (in seconds):4.414
5.23/4.54	o 136
5.23/4.55	c Got one! Elapsed wall clock time (in seconds):4.425
5.23/4.55	o 134
5.23/4.59	c cleaning 5493 clauses out of 10992 with flag 4920/102277
5.32/4.61	c Got one! Elapsed wall clock time (in seconds):4.487
5.32/4.61	o 129
5.32/4.63	c Got one! Elapsed wall clock time (in seconds):4.511
5.32/4.63	o 120
5.32/4.65	c Got one! Elapsed wall clock time (in seconds):4.525
5.32/4.65	o 119
5.52/4.89	c cleaning 5906 clauses out of 11819 with flag 28505/108597
5.82/5.11	c Got one! Elapsed wall clock time (in seconds):4.987
5.82/5.11	o 109
5.82/5.15	c Got one! Elapsed wall clock time (in seconds):5.027
5.82/5.15	o 108
6.02/5.36	c Got one! Elapsed wall clock time (in seconds):5.239
6.02/5.36	o 102
6.14/5.48	c cleaning 8960 clauses out of 17925 with flag 9691/120609
6.34/5.62	c Got one! Elapsed wall clock time (in seconds):5.5
6.34/5.62	o 99
6.44/5.72	c cleaning 7114 clauses out of 14244 with flag 9754/125888
6.44/5.75	c Got one! Elapsed wall clock time (in seconds):5.632
6.44/5.75	o 94
6.54/5.89	c Got one! Elapsed wall clock time (in seconds):5.769
6.54/5.89	o 92
6.64/5.98	c cleaning 6651 clauses out of 13310 with flag 10144/132068
6.64/5.99	c Got one! Elapsed wall clock time (in seconds):5.865
6.64/5.99	o 90
6.74/6.02	c Got one! Elapsed wall clock time (in seconds):5.896
6.74/6.02	o 71
6.84/6.12	c Got one! Elapsed wall clock time (in seconds):5.999
6.84/6.12	o 70
6.94/6.26	c cleaning 6569 clauses out of 13140 with flag 15059/138549
7.04/6.30	c Got one! Elapsed wall clock time (in seconds):6.181
7.04/6.30	o 58
7.14/6.45	c cleaning 5846 clauses out of 11702 with flag 16332/143680
7.34/6.66	c Got one! Elapsed wall clock time (in seconds):6.537
7.34/6.66	o 46
7.34/6.69	c Got one! Elapsed wall clock time (in seconds):6.568
7.34/6.69	o 38
7.44/6.77	c Got one! Elapsed wall clock time (in seconds):6.65
7.44/6.77	o 37
7.64/6.95	c cleaning 9141 clauses out of 18284 with flag 15322/156108
7.84/7.16	c Got one! Elapsed wall clock time (in seconds):7.038
7.84/7.16	o 36
8.16/7.42	c cleaning 9713 clauses out of 19428 with flag 19682/166393
8.55/7.69	c cleaning 7855 clauses out of 15718 with flag 45260/172396
8.72/7.72	c Got one! Elapsed wall clock time (in seconds):7.595
8.72/7.72	o 31
8.72/7.77	c Got one! Elapsed wall clock time (in seconds):7.647
8.72/7.77	o 29
9.12/7.93	c Got one! Elapsed wall clock time (in seconds):7.806
9.12/7.93	o 28
9.12/8.00	c cleaning 7493 clauses out of 14985 with flag 4263/179518
9.32/8.00	c Got one! Elapsed wall clock time (in seconds):7.877
9.32/8.00	o 25
9.32/8.05	c Got one! Elapsed wall clock time (in seconds):7.929
9.32/8.05	o 9
9.53/8.20	c cleaning 6599 clauses out of 13204 with flag 17248/185231
9.73/8.43	c cleaning 6300 clauses out of 12603 with flag 42367/191231
10.04/8.70	c cleaning 6643 clauses out of 13300 with flag 71258/198230
10.15/8.86	c Got one! Elapsed wall clock time (in seconds):8.74
10.15/8.86	o 6
10.25/8.91	c cleaning 5942 clauses out of 11894 with flag 5071/203467
10.25/8.94	c Got one! Elapsed wall clock time (in seconds):8.818
10.25/8.94	o 5
10.44/9.15	c cleaning 5961 clauses out of 11931 with flag 24576/209447
10.64/9.39	c cleaning 5983 clauses out of 11968 with flag 51979/215447
10.74/9.43	c Got one! Elapsed wall clock time (in seconds):9.313
10.74/9.43	o 3
10.99/9.61	c cleaning 5721 clauses out of 11444 with flag 21119/220908
11.19/9.85	c cleaning 5857 clauses out of 11722 with flag 50824/226908
11.19/9.86	c Got one! Elapsed wall clock time (in seconds):9.737
11.19/9.86	o 2
11.40/10.06	c cleaning 5576 clauses out of 11169 with flag 25196/232214
11.59/10.29	c cleaning 5786 clauses out of 11589 with flag 54335/238214
11.89/10.57	c cleaning 6392 clauses out of 12798 with flag 87574/245214
11.99/10.68	c starts		: 247
11.99/10.68	c conflicts		: 248190
11.99/10.68	c decisions		: 405196
11.99/10.68	c propagations		: 6852453
11.99/10.68	c inspects		: 112266262
11.99/10.68	c shortcuts		: 0
11.99/10.68	c learnt literals	: 34
11.99/10.68	c learnt binary clauses	: 9
11.99/10.68	c learnt ternary clauses	: 288
11.99/10.68	c learnt constraints	: 248155
11.99/10.68	c ignored constraints	: 0
11.99/10.68	c root simplifications	: 0
11.99/10.68	c removed literals (reason simplification)	: 0
11.99/10.68	c reason swapping (by a shorter reason)	: 0
11.99/10.68	c Calls to reduceDB	: 37
11.99/10.69	c Number of update (reduction) of LBD	: 73472
11.99/10.69	c Imported unit clauses	: 0
11.99/10.69	c number of reductions to clauses (during analyze)	: 0
11.99/10.69	c number of learned constraints concerned by reduction	: 0
11.99/10.69	c number of learning phase by resolution	: 0
11.99/10.69	c number of learning phase by cutting planes	: 0
11.99/10.69	c speed (assignments/second)	: 652303.950499762
11.99/10.69	c non guided choices	3454
11.99/10.69	c learnt constraints type 
11.99/10.69	s OPTIMUM FOUND
11.99/10.69	c Found 89 solution(s)
11.99/10.69	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 
11.99/10.69	c objective function=2
11.99/10.69	c Total wall clock time (in seconds): 10.565

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109536-1466343655/watcher-4109536-1466343655 -o /tmp/evaluation-result-4109536-1466343655/solver-4109536-1466343655 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109536-1466343655.wbo 

pid=6466
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.10 2.13 1.85 3/195 6469
/proc/meminfo: memFree=31253920/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/6469/stat : 6469 (java) R 6466 6469 5514 0 -1 4202496 495 0 0 0 0 0 0 0 20 0 1 0 36412263 9515008 148 33554432000 1073741824 1073778376 140735041451632 140735041448760 140306053033223 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2323 156 115 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.10 2.13 1.85 3/195 6469
/proc/meminfo: memFree=31253920/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5514 0 -1 4202496 4436 0 1 0 8 0 0 0 20 0 18 0 36412263 9787879424 5053 33554432000 1073741824 1073778376 140735041451632 140735041442768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2389619 5053 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.10 2.13 1.85 3/195 6469
/proc/meminfo: memFree=31253920/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5514 0 -1 4202496 4821 0 1 0 22 1 0 0 20 0 19 0 36412263 9856040960 6417 33554432000 1073741824 1073778376 140735041451632 140735041442768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2406260 6417 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.30021 s]
/proc/loadavg: 2.10 2.13 1.85 3/195 6469
/proc/meminfo: memFree=31253920/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5514 0 -1 4202496 7271 0 1 0 51 1 0 0 20 0 19 0 36412263 9856040960 8135 33554432000 1073741824 1073778376 140735041451632 140735041442768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2406260 8135 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700168 s]
/proc/loadavg: 2.10 2.13 1.85 3/195 6469
/proc/meminfo: memFree=31253920/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5514 0 -1 4202496 9458 0 1 0 110 2 0 0 20 0 19 0 36412263 9856040960 9511 33554432000 1073741824 1073778376 140735041451632 140735041442768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2406260 9511 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.09 2.13 1.85 3/214 6488
/proc/meminfo: memFree=31214252/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9625040 CPUtime=1.97 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5514 0 -1 4202496 9489 0 1 0 195 2 0 0 20 0 19 0 36412263 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140735041442768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2406260 11074 2261 9 0 2396937 0
[pid=6469/tid=6471] ppid=6466 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/6469/task/6471/stat : 6471 (java) R 6466 6469 5514 0 -1 4202560 2467 0 1 0 146 0 0 0 20 0 19 0 36412264 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140306041409840 140305981753277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305980148136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305883675176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305882622120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305881569576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305880517544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305879465000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305878411944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305877359400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305865161064 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305864107384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305863054216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305862002960 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5514 0 -1 4202560 1918 0 0 0 21 0 0 0 20 0 19 0 36412270 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305860950840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5514 0 -1 4202560 3831 0 0 0 26 0 0 0 20 0 19 0 36412270 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305859898296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305858845432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305857793096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412282 9856040960 11074 33554432000 1073741824 1073778376 140735041451632 140305856738344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.09 2.13 1.85 3/214 6488
/proc/meminfo: memFree=31203880/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5514 0 -1 4202496 12391 0 1 0 376 2 0 0 20 0 19 0 36412263 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140735041442768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2406260 14606 2262 9 0 2396937 0
[pid=6469/tid=6471] ppid=6466 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/6469/task/6471/stat : 6471 (java) R 6466 6469 5514 0 -1 4202560 2472 0 1 0 305 0 0 0 20 0 19 0 36412264 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140306041418128 140305981606064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305980148136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305883675176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305882622120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305881569576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305880517544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305879465000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305878411944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305877359400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305865161064 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305864107384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305863054216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305862002960 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5514 0 -1 4202560 2914 0 0 0 27 0 0 0 20 0 19 0 36412270 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305860950840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5514 0 -1 4202560 5732 0 0 0 42 1 0 0 20 0 19 0 36412270 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305859898296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305858845432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305857793096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412282 9856040960 14606 33554432000 1073741824 1073778376 140735041451632 140305856738344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.08 2.13 1.86 3/213 6488
/proc/meminfo: memFree=31161756/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9625040 CPUtime=7.04 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5514 0 -1 4202496 12433 0 1 0 702 2 0 0 20 0 19 0 36412263 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140735041442768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2406260 18986 2264 9 0 2396937 0
[pid=6469/tid=6471] ppid=6466 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/6469/task/6471/stat : 6471 (java) R 6466 6469 5514 0 -1 4202560 2482 0 1 0 626 0 0 0 20 0 19 0 36412264 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140306041409840 140305981636935 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305980148136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305883675176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305882622120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305881569576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305880517544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305879465000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305878411944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305877359400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305865161064 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305864107384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305863054216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305862002960 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5514 0 -1 4202560 2919 0 0 0 30 0 0 0 20 0 19 0 36412270 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305860950840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5514 0 -1 4202560 5758 0 0 0 44 1 0 0 20 0 19 0 36412270 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305859898296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305858845432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305857793096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412282 9856040960 18986 33554432000 1073741824 1073778376 140735041451632 140305856738344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625040


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

[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 25216 33554432000 1073741824 1073778376 140735041451632 140305882622120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 25216 33554432000 1073741824 1073778376 140735041451632 140305881569576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 25217 33554432000 1073741824 1073778376 140735041451632 140305880517544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 25217 33554432000 1073741824 1073778376 140735041451632 140305879465000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 25217 33554432000 1073741824 1073778376 140735041451632 140305878411944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 25218 33554432000 1073741824 1073778376 140735041451632 140305877359400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 25218 33554432000 1073741824 1073778376 140735041451632 140305865161064 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 25218 33554432000 1073741824 1073778376 140735041451632 140305864107384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 25218 33554432000 1073741824 1073778376 140735041451632 140305863054216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 25218 33554432000 1073741824 1073778376 140735041451632 140305862002960 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) R 6466 6469 5514 0 -1 4202560 12524 0 0 0 81 2 0 0 20 0 19 0 36412270 9856040960 25218 33554432000 1073741824 1073778376 140735041451632 140305860938120 242166746595 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5514 0 -1 4202560 5792 0 0 0 48 1 0 0 20 0 19 0 36412270 9856040960 25219 33554432000 1073741824 1073778376 140735041451632 140305859898296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 25219 33554432000 1073741824 1073778376 140735041451632 140305858845432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 25219 33554432000 1073741824 1073778376 140735041451632 140305857793096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412282 9856040960 25219 33554432000 1073741824 1073778376 140735041451632 140305856738344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.32
Current children cumulated vsize (KiB) 9625040

[startup+9.60085 s]
/proc/loadavg: 2.08 2.13 1.86 3/212 6553
/proc/meminfo: memFree=31166220/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9625040 CPUtime=10.99 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5514 0 -1 4202496 22237 0 1 0 1095 4 0 0 20 0 19 0 36412263 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140735041442768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2406260 27459 2264 9 0 2396937 0
[pid=6469/tid=6471] ppid=6466 vsize=9625040 CPUtime=9.56 cores=1,3,5,7
/proc/6469/task/6471/stat : 6471 (java) R 6466 6469 5514 0 -1 4202560 2493 0 1 0 954 2 0 0 20 0 19 0 36412264 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140306041418264 140305981376378 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305980148136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305883675176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305882622120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305881569576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305880517544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305879465000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305878411944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305877359400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305865161064 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305864107384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305863054216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305862002960 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5514 0 -1 4202560 12678 0 0 0 89 3 0 0 20 0 19 0 36412270 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305860950840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5514 0 -1 4202560 5792 0 0 0 48 1 0 0 20 0 19 0 36412270 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305859898296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305858845432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305857793096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412282 9856040960 27459 33554432000 1073741824 1073778376 140735041451632 140305856738344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10.99
Current children cumulated vsize (KiB) 9625040

[startup+10.4008 s]
/proc/loadavg: 2.08 2.13 1.86 3/212 6553
/proc/meminfo: memFree=31153808/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9625040 CPUtime=11.79 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5514 0 -1 4202496 22240 0 1 0 1175 4 0 0 20 0 19 0 36412263 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140735041442768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2406260 28053 2264 9 0 2396937 0
[pid=6469/tid=6471] ppid=6466 vsize=9625040 CPUtime=10.36 cores=1,3,5,7
/proc/6469/task/6471/stat : 6471 (java) R 6466 6469 5514 0 -1 4202560 2496 0 1 0 1034 2 0 0 20 0 19 0 36412264 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140306041418280 140305981625639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305980148136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305883675176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305882622120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305881569576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305880517544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305879465000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305878411944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305877359400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305865161064 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305864107384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305863054216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305862002960 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5514 0 -1 4202560 12678 0 0 0 89 3 0 0 20 0 19 0 36412270 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305860950840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5514 0 -1 4202560 5792 0 0 0 48 1 0 0 20 0 19 0 36412270 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305859898296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305858845432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305857793096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412282 9856040960 28053 33554432000 1073741824 1073778376 140735041451632 140305856738344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 9625040

[startup+10.6008 s]
/proc/loadavg: 2.08 2.13 1.86 3/212 6553
/proc/meminfo: memFree=31153808/32872528 swapFree=338416/354768
[pid=6469] ppid=6466 vsize=9625040 CPUtime=11.99 cores=1,3,5,7
/proc/6469/stat : 6469 (java) S 6466 6469 5514 0 -1 4202496 22241 0 1 0 1195 4 0 0 20 0 19 0 36412263 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140735041442768 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6469/statm: 2406260 28565 2264 9 0 2396937 0
[pid=6469/tid=6471] ppid=6466 vsize=9625040 CPUtime=10.56 cores=1,3,5,7
/proc/6469/task/6471/stat : 6471 (java) R 6466 6469 5514 0 -1 4202560 2497 0 1 0 1054 2 0 0 20 0 19 0 36412264 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140306041418280 140305981537214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6472] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6472/stat : 6472 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305980148136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6473] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6473/stat : 6473 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305883675176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6474] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6474/stat : 6474 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305882622120 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6475] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6475/stat : 6475 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305881569576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6476] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6476/stat : 6476 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305880517544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6477] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6477/stat : 6477 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305879465000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6478] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6478/stat : 6478 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305878411944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6479] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6479/stat : 6479 (java) S 6466 6469 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412265 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305877359400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6480] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6480/stat : 6480 (java) S 6466 6469 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305865161064 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6469/tid=6481] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6481/stat : 6481 (java) S 6466 6469 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305864107384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6482] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6482/stat : 6482 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412267 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305863054216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6483] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6483/stat : 6483 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305862002960 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6484] ppid=6466 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/6469/task/6484/stat : 6484 (java) S 6466 6469 5514 0 -1 4202560 12678 0 0 0 89 3 0 0 20 0 19 0 36412270 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305860950840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6485] ppid=6466 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6469/task/6485/stat : 6485 (java) S 6466 6469 5514 0 -1 4202560 5792 0 0 0 48 1 0 0 20 0 19 0 36412270 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305859898296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6469/tid=6486] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6486/stat : 6486 (java) S 6466 6469 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305858845432 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6469/tid=6487] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6487/stat : 6487 (java) S 6466 6469 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412270 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305857793096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6469/tid=6488] ppid=6466 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6469/task/6488/stat : 6488 (java) S 6466 6469 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412282 9856040960 28565 33554432000 1073741824 1073778376 140735041451632 140305856738344 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 10.6947
CPU time (s): 12.1312
CPU user time (s): 12.0292
CPU system time (s): 0.101984
CPU usage (%): 113.431
Max. virtual memory (cumulated for all children) (KiB): 9626684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0292
system time used= 0.101984
maximum resident set size= 114324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22265
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= 557
involuntary context switches= 94

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076988 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:40:55
IDJOB=4109536
IDBENCH=78842
IDSOLVER=2551
FILE ID=node126/4109536-1466343655
RUNJOBID= node126-1466341816-5531
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.1111224451--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109536-1466343655/watcher-4109536-1466343655 -o /tmp/evaluation-result-4109536-1466343655/solver-4109536-1466343655 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109536-1466343655.wbo

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

MD5SUM BENCH= 5926e2c90dc5b6ba4fb54742b482e07b
RANDOM SEED=1415091496

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:        31254448 kB
Buffers:          173700 kB
Cached:           277376 kB
SwapCached:         1796 kB
Active:           162196 kB
Inactive:         345288 kB
Active(anon):      56856 kB
Inactive(anon):     1916 kB
Active(file):     105340 kB
Inactive(file):   343372 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1980 kB
Writeback:             0 kB
AnonPages:        477552 kB
Mapped:            17044 kB
Shmem:                 0 kB
Slab:             609436 kB
SReclaimable:      52704 kB
SUnreclaim:       556732 kB
KernelStack:        1768 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042496 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= 71740 MiB
End job on node126 at 2016-06-19 15:41:06