Trace number 4090595

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 20.07 18.4375

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971363--soft-33-100-0.wbo
MD5SUM9aae741b51a1836a01c8daeb1bffcdf7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark12.1871
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090595-1466065091.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.058s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 69 literals
0.55/0.30	c SATISFIABLE
0.55/0.30	c OPTIMIZING...
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.191
0.55/0.30	o 914
0.55/0.30	c Got one! Elapsed wall clock time (in seconds):0.196
0.55/0.30	o 681
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.21
0.55/0.32	o 680
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.217
0.55/0.32	o 651
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.221
0.55/0.33	o 329
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.231
0.55/0.34	o 328
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.251
0.55/0.36	o 323
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.259
0.55/0.37	o 320
0.94/0.61	c cleaning 3549 clauses out of 7111 with flag 17801/7111
1.06/0.76	c Got one! Elapsed wall clock time (in seconds):0.65
1.06/0.76	o 299
1.06/0.78	c Got one! Elapsed wall clock time (in seconds):0.669
1.06/0.78	o 298
1.06/0.78	c Got one! Elapsed wall clock time (in seconds):0.677
1.06/0.78	o 287
1.23/0.88	c cleaning 4728 clauses out of 9473 with flag 7897/13022
1.44/1.06	c Got one! Elapsed wall clock time (in seconds):0.953
1.44/1.06	o 283
1.55/1.11	c cleaning 5084 clauses out of 10180 with flag 3264/18457
1.65/1.26	c Got one! Elapsed wall clock time (in seconds):1.158
1.65/1.26	o 282
1.75/1.36	c cleaning 5376 clauses out of 10751 with flag 5660/24112
1.75/1.36	c Got one! Elapsed wall clock time (in seconds):1.256
1.75/1.36	o 281
1.86/1.49	c Got one! Elapsed wall clock time (in seconds):1.385
1.86/1.49	o 278
1.96/1.54	c Got one! Elapsed wall clock time (in seconds):1.429
1.96/1.54	o 275
1.96/1.54	c Got one! Elapsed wall clock time (in seconds):1.438
1.96/1.54	o 274
1.96/1.56	c Got one! Elapsed wall clock time (in seconds):1.45
1.96/1.56	o 273
1.96/1.56	c Got one! Elapsed wall clock time (in seconds):1.453
1.96/1.56	o 256
2.07/1.61	c cleaning 5606 clauses out of 11223 with flag 3851/29960
2.07/1.68	c Got one! Elapsed wall clock time (in seconds):1.568
2.07/1.68	o 251
2.07/1.69	c Got one! Elapsed wall clock time (in seconds):1.587
2.07/1.69	o 249
2.18/1.79	c Got one! Elapsed wall clock time (in seconds):1.686
2.18/1.79	o 248
2.18/1.80	c Got one! Elapsed wall clock time (in seconds):1.689
2.18/1.80	o 231
2.28/1.87	c Got one! Elapsed wall clock time (in seconds):1.762
2.28/1.87	o 228
2.39/1.92	c cleaning 6255 clauses out of 12522 with flag 4506/36865
2.59/2.13	c cleaning 6120 clauses out of 12267 with flag 26977/42865
2.80/2.38	c cleaning 6552 clauses out of 13148 with flag 50799/49866
2.99/2.58	c Got one! Elapsed wall clock time (in seconds):2.469
2.99/2.58	o 224
3.09/2.60	c Got one! Elapsed wall clock time (in seconds):2.494
3.09/2.60	o 219
3.09/2.66	c cleaning 6370 clauses out of 12753 with flag 3754/56023
3.29/2.80	c Got one! Elapsed wall clock time (in seconds):2.69
3.29/2.80	o 215
3.29/2.85	c Got one! Elapsed wall clock time (in seconds):2.739
3.29/2.85	o 211
3.39/2.90	c cleaning 5884 clauses out of 11782 with flag 3832/61422
3.59/3.12	c Got one! Elapsed wall clock time (in seconds):3.018
3.59/3.12	o 210
3.69/3.22	c Got one! Elapsed wall clock time (in seconds):3.115
3.69/3.22	o 202
3.69/3.23	c Got one! Elapsed wall clock time (in seconds):3.121
3.69/3.23	o 176
3.69/3.26	c Got one! Elapsed wall clock time (in seconds):3.155
3.69/3.26	o 175
3.89/3.49	c Got one! Elapsed wall clock time (in seconds):3.38
3.89/3.49	o 169
3.99/3.52	c Got one! Elapsed wall clock time (in seconds):3.409
3.99/3.52	o 168
3.99/3.60	c cleaning 9254 clauses out of 18524 with flag 4786/74048
4.09/3.62	c Got one! Elapsed wall clock time (in seconds):3.511
4.09/3.62	o 163
4.09/3.64	c Got one! Elapsed wall clock time (in seconds):3.529
4.09/3.64	o 158
4.29/3.85	c Got one! Elapsed wall clock time (in seconds):3.739
4.29/3.85	o 157
4.44/3.91	c cleaning 7644 clauses out of 15311 with flag 4048/80089
4.54/4.01	c Got one! Elapsed wall clock time (in seconds):3.901
4.54/4.01	o 155
4.64/4.17	c cleaning 6429 clauses out of 12857 with flag 14939/85279
4.74/4.21	c Got one! Elapsed wall clock time (in seconds):4.1
4.74/4.21	o 154
4.74/4.24	c Got one! Elapsed wall clock time (in seconds):4.128
4.74/4.24	o 152
4.89/4.37	c Got one! Elapsed wall clock time (in seconds):4.267
4.89/4.37	o 151
5.06/4.41	c Got one! Elapsed wall clock time (in seconds):4.304
5.06/4.41	o 145
5.06/4.44	c Got one! Elapsed wall clock time (in seconds):4.332
5.06/4.44	o 142
5.06/4.45	c Got one! Elapsed wall clock time (in seconds):4.339
5.06/4.45	o 141
5.06/4.50	c Got one! Elapsed wall clock time (in seconds):4.394
5.06/4.50	o 140
5.22/4.56	c cleaning 7204 clauses out of 14408 with flag 4566/93259
5.22/4.56	c Got one! Elapsed wall clock time (in seconds):4.453
5.22/4.56	o 139
5.51/4.80	c cleaning 6121 clauses out of 12253 with flag 24451/98308
5.51/4.83	c Got one! Elapsed wall clock time (in seconds):4.719
5.51/4.83	o 130
5.61/4.93	c Got one! Elapsed wall clock time (in seconds):4.825
5.61/4.93	o 128
5.61/5.00	c Got one! Elapsed wall clock time (in seconds):4.889
5.61/5.00	o 127
5.73/5.01	c Got one! Elapsed wall clock time (in seconds):4.9
5.73/5.01	o 126
5.73/5.06	c Got one! Elapsed wall clock time (in seconds):4.949
5.73/5.06	o 125
5.85/5.11	c Got one! Elapsed wall clock time (in seconds):5.007
5.85/5.11	o 113
6.01/5.20	c cleaning 6767 clauses out of 13538 with flag 4274/105714
6.01/5.22	c Got one! Elapsed wall clock time (in seconds):5.114
6.01/5.22	o 111
6.01/5.25	c Got one! Elapsed wall clock time (in seconds):5.146
6.01/5.25	o 108
6.01/5.29	c Got one! Elapsed wall clock time (in seconds):5.183
6.01/5.29	o 107
6.27/5.34	c Got one! Elapsed wall clock time (in seconds):5.235
6.27/5.34	o 106
6.27/5.38	c Got one! Elapsed wall clock time (in seconds):5.273
6.27/5.38	o 100
6.80/5.61	c cleaning 7226 clauses out of 14456 with flag 16841/113399
6.80/5.64	c Got one! Elapsed wall clock time (in seconds):5.538
6.80/5.64	o 99
7.38/5.90	c cleaning 6609 clauses out of 13220 with flag 22210/119389
7.63/6.16	c Got one! Elapsed wall clock time (in seconds):6.055
7.63/6.16	o 98
7.84/6.38	c Got one! Elapsed wall clock time (in seconds):6.276
7.84/6.38	o 88
7.95/6.43	c Got one! Elapsed wall clock time (in seconds):6.323
7.95/6.43	o 87
7.95/6.47	c Got one! Elapsed wall clock time (in seconds):6.361
7.95/6.47	o 86
8.05/6.54	c cleaning 9563 clauses out of 19151 with flag 4195/131929
8.05/6.54	c Got one! Elapsed wall clock time (in seconds):6.434
8.05/6.54	o 85
8.05/6.56	c Got one! Elapsed wall clock time (in seconds):6.458
8.05/6.56	o 65
8.28/6.72	c Got one! Elapsed wall clock time (in seconds):6.61
8.28/6.72	o 63
8.37/6.83	c cleaning 7836 clauses out of 15672 with flag 8839/138013
8.67/7.10	c cleaning 6915 clauses out of 13835 with flag 32719/144012
8.97/7.43	c cleaning 6949 clauses out of 13920 with flag 62583/151012
9.38/7.82	c cleaning 7479 clauses out of 14971 with flag 102502/159012
9.78/8.26	c cleaning 8239 clauses out of 16492 with flag 148848/168012
9.87/8.34	c Got one! Elapsed wall clock time (in seconds):8.234
9.87/8.34	o 53
10.07/8.52	c cleaning 7121 clauses out of 14251 with flag 17783/174010
10.17/8.67	c Got one! Elapsed wall clock time (in seconds):8.566
10.17/8.67	o 47
10.17/8.68	c Got one! Elapsed wall clock time (in seconds):8.573
10.17/8.68	o 45
10.27/8.73	c Got one! Elapsed wall clock time (in seconds):8.622
10.27/8.73	o 44
10.38/8.82	c cleaning 7043 clauses out of 14086 with flag 7733/180966
10.57/9.06	c cleaning 6522 clauses out of 13044 with flag 31708/186967
10.88/9.36	c cleaning 6743 clauses out of 13517 with flag 58802/193963
11.29/9.71	c cleaning 7385 clauses out of 14775 with flag 91787/201964
11.59/10.09	c cleaning 8190 clauses out of 16388 with flag 129058/210963
11.79/10.21	c Got one! Elapsed wall clock time (in seconds):10.099
11.79/10.21	o 42
11.89/10.34	c cleaning 7057 clauses out of 14133 with flag 12666/216898
12.09/10.56	c cleaning 6533 clauses out of 13076 with flag 34622/222898
12.39/10.84	c cleaning 6772 clauses out of 13543 with flag 60677/229898
12.69/11.16	c cleaning 7379 clauses out of 14770 with flag 91652/237898
13.10/11.55	c cleaning 8184 clauses out of 16391 with flag 127686/246899
13.61/12.00	c cleaning 9103 clauses out of 18205 with flag 165747/256898
14.11/12.50	c cleaning 10043 clauses out of 20101 with flag 208144/267898
14.61/13.08	c cleaning 11017 clauses out of 22057 with flag 252738/279899
15.31/13.75	c cleaning 12004 clauses out of 24038 with flag 304697/292899
16.11/14.56	c cleaning 13006 clauses out of 26034 with flag 363019/306900
16.61/15.01	c Got one! Elapsed wall clock time (in seconds):14.906
16.61/15.01	o 41
16.91/15.33	c cleaning 13249 clauses out of 26499 with flag 21346/320371
17.21/15.63	c cleaning 9617 clauses out of 19243 with flag 46020/326366
17.51/15.96	c cleaning 8308 clauses out of 16625 with flag 73923/333366
17.81/16.29	c Got one! Elapsed wall clock time (in seconds):16.185
17.81/16.29	o 38
18.17/16.57	c cleaning 10595 clauses out of 21192 with flag 18780/346243
18.17/16.57	c Got one! Elapsed wall clock time (in seconds):16.466
18.17/16.57	o 37
18.46/16.80	c cleaning 7867 clauses out of 15736 with flag 19084/351383
18.66/17.05	c cleaning 6928 clauses out of 13866 with flag 40922/357380
18.86/17.21	c Got one! Elapsed wall clock time (in seconds):17.104
18.86/17.21	o 36
18.86/17.26	c cleaning 6190 clauses out of 12384 with flag 3687/362826
19.06/17.48	c cleaning 6091 clauses out of 12192 with flag 24785/368826
19.37/17.75	c cleaning 6539 clauses out of 13104 with flag 50264/375829
19.37/17.76	c Got one! Elapsed wall clock time (in seconds):17.657
19.37/17.76	o 31
19.57/17.96	c cleaning 5989 clauses out of 11985 with flag 19511/381249
19.77/18.17	c cleaning 5990 clauses out of 11992 with flag 40899/387248
19.97/18.36	c Got one! Elapsed wall clock time (in seconds):18.256
19.97/18.36	o 30
20.07/18.42	c Got one! Elapsed wall clock time (in seconds):18.31
20.07/18.42	o 29
20.07/18.42	c Got one! Elapsed wall clock time (in seconds):18.312
20.07/18.42	o 28
20.07/18.42	c Got one! Elapsed wall clock time (in seconds):18.313
20.07/18.42	o 27
20.07/18.42	c Got one! Elapsed wall clock time (in seconds):18.314
20.07/18.42	o 25
20.07/18.43	c starts		: 189
20.07/18.43	c conflicts		: 393813
20.07/18.43	c decisions		: 693781
20.07/18.43	c propagations		: 10349402
20.07/18.43	c inspects		: 207572755
20.07/18.43	c shortcuts		: 0
20.07/18.43	c learnt literals	: 28
20.07/18.43	c learnt binary clauses	: 19
20.07/18.43	c learnt ternary clauses	: 1213
20.07/18.43	c learnt constraints	: 393785
20.07/18.43	c ignored constraints	: 0
20.07/18.43	c root simplifications	: 0
20.07/18.43	c removed literals (reason simplification)	: 0
20.07/18.43	c reason swapping (by a shorter reason)	: 0
20.07/18.43	c Calls to reduceDB	: 51
20.07/18.43	c Number of update (reduction) of LBD	: 112861
20.07/18.43	c Imported unit clauses	: 0
20.07/18.43	c number of reductions to clauses (during analyze)	: 0
20.07/18.43	c number of learned constraints concerned by reduction	: 0
20.07/18.43	c number of learning phase by resolution	: 0
20.07/18.43	c number of learning phase by cutting planes	: 0
20.07/18.43	c speed (assignments/second)	: 566779.9561883899
20.07/18.43	c non guided choices	3389
20.07/18.43	c learnt constraints type 
20.07/18.43	s OPTIMUM FOUND
20.07/18.43	c Found 80 solution(s)
20.07/18.43	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
20.07/18.43	c objective function=25
20.07/18.43	c Total wall clock time (in seconds): 18.323

Verifier Data

OK	25

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-4090595-1466065091/watcher-4090595-1466065091 -o /tmp/evaluation-result-4090595-1466065091/solver-4090595-1466065091 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090595-1466065091.wbo 

pid=10421
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.13 2.04 1.92 4/194 10424
/proc/meminfo: memFree=32030264/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8553872 98570240 977 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 24065 977 744 9 0 16771 0
[pid=10424/tid=10425] ppid=10421 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8553873 98570240 977 33554432000 1073741824 1073778376 140737103450176 139837621673512 243765429632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.13 2.04 1.92 4/194 10424
/proc/meminfo: memFree=32030264/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 4463 0 1 0 9 1 0 0 20 0 18 0 8553872 9787879424 5589 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 2389619 5589 2140 9 0 2380296 0
[pid=10424/tid=10425] ppid=10421 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 2430 0 1 0 6 1 0 0 20 0 18 0 8553873 9787879424 5589 33554432000 1073741824 1073778376 140737103450176 139837621676960 243768811957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 2.13 2.04 1.92 4/194 10424
/proc/meminfo: memFree=32030264/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 5573 0 1 0 25 1 0 0 20 0 19 0 8553872 9856040960 7389 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 2406260 7398 2222 9 0 2396937 0
[pid=10424/tid=10425] ppid=10421 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 2459 0 1 0 16 1 0 0 20 0 19 0 8553873 9856040960 7415 33554432000 1073741824 1073778376 140737103450176 139837621678720 139837561482363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300317 s]
/proc/loadavg: 2.13 2.04 1.92 4/194 10424
/proc/meminfo: memFree=32030264/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 7375 0 1 0 53 2 0 0 20 0 19 0 8553872 9856040960 8511 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 2406260 8511 2244 9 0 2396937 0
[pid=10424/tid=10425] ppid=10421 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 2462 0 1 0 26 1 0 0 20 0 19 0 8553873 9856040960 8511 33554432000 1073741824 1073778376 140737103450176 139837621678720 139837561915478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700192 s]
/proc/loadavg: 2.13 2.04 1.92 4/194 10424
/proc/meminfo: memFree=32030264/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 8503 0 1 0 104 2 0 0 20 0 19 0 8553872 9856040960 9383 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 2406260 9383 2257 9 0 2396937 0
[pid=10424/tid=10425] ppid=10421 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 2463 0 1 0 66 1 0 0 20 0 19 0 8553873 9856040960 9383 33554432000 1073741824 1073778376 140737103450176 139837621678568 139837561636790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.13 2.04 1.92 3/213 10443
/proc/meminfo: memFree=31980232/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 9225 0 1 0 194 2 0 0 20 0 19 0 8553872 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 2406260 11148 2260 9 0 2396937 0
[pid=10424/tid=10425] ppid=10421 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 2467 0 1 0 146 1 0 0 20 0 19 0 8553873 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837621670192 139837561879646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10427] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10427/stat : 10427 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837560409128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10428] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10428/stat : 10428 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837463804840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10429] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10429/stat : 10429 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837462752040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10424/tid=10430] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10430/stat : 10430 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837461699240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10431] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10431/stat : 10431 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837460646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10432] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10432/stat : 10432 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837459593640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10433] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10433/stat : 10433 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837458540840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10434] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10434/stat : 10434 (java) S 10421 10424 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837457488040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10435] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10435/stat : 10435 (java) S 10421 10424 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553874 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837445290984 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10436] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10436/stat : 10436 (java) S 10421 10424 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837444237048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10437] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10437/stat : 10437 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837443184136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10438] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10438/stat : 10438 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837442132624 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10439] ppid=10421 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/10424/task/10439/stat : 10439 (java) S 10421 10424 9094 0 -1 4202560 2088 0 0 0 18 0 0 0 20 0 19 0 8553877 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837441079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10440] ppid=10421 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10424/task/10440/stat : 10440 (java) S 10421 10424 9094 0 -1 4202560 3399 0 0 0 26 0 0 0 20 0 19 0 8553877 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837440026936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10441] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10441/stat : 10441 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837438974328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10442] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10442/stat : 10442 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837437921736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10443] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10443/stat : 10443 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553889 9856040960 11148 33554432000 1073741824 1073778376 140737103450176 139837436868264 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.13 2.04 1.92 3/213 10443
/proc/meminfo: memFree=31967076/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=9625040 CPUtime=3.59 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 9234 0 1 0 357 2 0 0 20 0 19 0 8553872 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 2406260 13201 2261 9 0 2396937 0
[pid=10424/tid=10425] ppid=10421 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 2471 0 1 0 305 2 0 0 20 0 19 0 8553873 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837621669552 139837561830992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10427] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10427/stat : 10427 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837560409128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10428] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10428/stat : 10428 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837463804840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10429] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10429/stat : 10429 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837462752040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10424/tid=10430] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10430/stat : 10430 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837461699240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10431] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10431/stat : 10431 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837460646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10432] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10432/stat : 10432 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837459593640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10433] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10433/stat : 10433 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837458540840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10434] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10434/stat : 10434 (java) S 10421 10424 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837457488040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10435] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10435/stat : 10435 (java) S 10421 10424 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553874 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837445290984 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10436] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10436/stat : 10436 (java) S 10421 10424 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837444237048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10437] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10437/stat : 10437 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837443184136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10438] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10438/stat : 10438 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837442132624 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10439] ppid=10421 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/10424/task/10439/stat : 10439 (java) S 10421 10424 9094 0 -1 4202560 2093 0 0 0 21 0 0 0 20 0 19 0 8553877 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837441079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10440] ppid=10421 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10424/task/10440/stat : 10440 (java) S 10421 10424 9094 0 -1 4202560 3399 0 0 0 26 0 0 0 20 0 19 0 8553877 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837440026936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10441] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10441/stat : 10441 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837438974328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10442] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10442/stat : 10442 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837437921736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10443] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10443/stat : 10443 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553889 9856040960 13201 33554432000 1073741824 1073778376 140737103450176 139837436868264 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.12 2.04 1.92 5/213 10508
/proc/meminfo: memFree=31942664/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=9625040 CPUtime=7.84 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 25863 0 1 0 779 5 0 0 20 0 19 0 8553872 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 2406260 23703 2264 9 0 2396937 0
[pid=10424/tid=10425] ppid=10421 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 2481 0 1 0 624 2 0 0 20 0 19 0 8553873 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837621676472 139837561824787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10427] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10427/stat : 10427 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837560409128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10428] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10428/stat : 10428 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837463804840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10429] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10429/stat : 10429 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837462752040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10424/tid=10430] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10430/stat : 10430 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837461699240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10431] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10431/stat : 10431 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837460646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10432] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10432/stat : 10432 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837459593640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10433] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10433/stat : 10433 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837458540840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10434] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10434/stat : 10434 (java) S 10421 10424 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837457488040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10435] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10435/stat : 10435 (java) S 10421 10424 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553874 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837445290984 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10436] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10436/stat : 10436 (java) S 10421 10424 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837444237048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10437] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10437/stat : 10437 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837443184136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10438] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10438/stat : 10438 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837442132624 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10439] ppid=10421 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/10424/task/10439/stat : 10439 (java) S 10421 10424 9094 0 -1 4202560 12194 0 0 0 90 2 0 0 20 0 19 0 8553877 9856040960 23703 33554432000 1073741824 1073778376 140737103450176 139837441079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10440] ppid=10421 vsize=9625040 CPUtime=0.61 cores=0,2,4,6

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

[pid=10424/tid=10436] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10436/stat : 10436 (java) S 10421 10424 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 30590 33554432000 1073741824 1073778376 140737103450176 139837444237048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10437] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10437/stat : 10437 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 30590 33554432000 1073741824 1073778376 140737103450176 139837443184136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10438] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10438/stat : 10438 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 30590 33554432000 1073741824 1073778376 140737103450176 139837442132624 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10439] ppid=10421 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/10424/task/10439/stat : 10439 (java) S 10421 10424 9094 0 -1 4202560 12194 0 0 0 90 2 0 0 20 0 19 0 8553877 9856040960 30590 33554432000 1073741824 1073778376 140737103450176 139837441079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10440] ppid=10421 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10424/task/10440/stat : 10440 (java) S 10421 10424 9094 0 -1 4202560 9916 0 0 0 67 0 0 0 20 0 19 0 8553877 9856040960 30590 33554432000 1073741824 1073778376 140737103450176 139837440026936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10441] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10441/stat : 10441 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 30590 33554432000 1073741824 1073778376 140737103450176 139837438974328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10442] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10442/stat : 10442 (java) S 10421 10424 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 30590 33554432000 1073741824 1073778376 140737103450176 139837437921736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10443] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10443/stat : 10443 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553889 9856040960 30590 33554432000 1073741824 1073778376 140737103450176 139837436868264 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 17.61
Current children cumulated vsize (KiB) 9625040

[startup+17.6007 s]
/proc/loadavg: 2.17 2.05 1.93 3/213 10508
/proc/meminfo: memFree=31842808/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=9625040 CPUtime=19.27 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 25889 0 1 0 1920 7 0 0 20 0 19 0 8553872 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 2406260 32126 2264 9 0 2396937 0
[pid=10424/tid=10425] ppid=10421 vsize=9625040 CPUtime=17.54 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 2507 0 1 0 1751 3 0 0 20 0 19 0 8553873 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837621678584 139837561798071 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10427] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10427/stat : 10427 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837560409128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10428] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10428/stat : 10428 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837463804840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10429] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10429/stat : 10429 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837462752040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10424/tid=10430] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10430/stat : 10430 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837461699240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10431] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10431/stat : 10431 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837460646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10432] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10432/stat : 10432 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837459593640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10433] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10433/stat : 10433 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837458540840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10434] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10434/stat : 10434 (java) S 10421 10424 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837457488040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10435] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10435/stat : 10435 (java) S 10421 10424 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553874 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837445290984 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10436] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10436/stat : 10436 (java) S 10421 10424 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837444237048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10437] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10437/stat : 10437 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837443184136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10438] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10438/stat : 10438 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837442132624 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10439] ppid=10421 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10424/task/10439/stat : 10439 (java) S 10421 10424 9094 0 -1 4202560 12194 0 0 0 94 2 0 0 20 0 19 0 8553877 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837441079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10440] ppid=10421 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10424/task/10440/stat : 10440 (java) S 10421 10424 9094 0 -1 4202560 9916 0 0 0 67 0 0 0 20 0 19 0 8553877 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837440026936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10441] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10441/stat : 10441 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837438974328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10442] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10442/stat : 10442 (java) S 10421 10424 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837437921736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10443] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10443/stat : 10443 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553889 9856040960 32126 33554432000 1073741824 1073778376 140737103450176 139837436868264 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.27
Current children cumulated vsize (KiB) 9625040

[startup+18.0007 s]
/proc/loadavg: 2.17 2.05 1.93 3/213 10508
/proc/meminfo: memFree=31842808/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=9625040 CPUtime=19.67 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 25890 0 1 0 1960 7 0 0 20 0 19 0 8553872 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 2406260 32638 2264 9 0 2396937 0
[pid=10424/tid=10425] ppid=10421 vsize=9625040 CPUtime=17.93 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 2508 0 1 0 1790 3 0 0 20 0 19 0 8553873 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837621669568 139837562226594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10427] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10427/stat : 10427 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837560409128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10428] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10428/stat : 10428 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837463804840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10429] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10429/stat : 10429 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837462752040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10424/tid=10430] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10430/stat : 10430 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837461699240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10431] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10431/stat : 10431 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837460646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10432] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10432/stat : 10432 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837459593640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10433] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10433/stat : 10433 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837458540840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10434] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10434/stat : 10434 (java) S 10421 10424 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837457488040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10435] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10435/stat : 10435 (java) S 10421 10424 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553874 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837445290984 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10436] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10436/stat : 10436 (java) S 10421 10424 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837444237048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10437] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10437/stat : 10437 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837443184136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10438] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10438/stat : 10438 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837442132624 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10439] ppid=10421 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10424/task/10439/stat : 10439 (java) S 10421 10424 9094 0 -1 4202560 12194 0 0 0 94 2 0 0 20 0 19 0 8553877 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837441079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10440] ppid=10421 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10424/task/10440/stat : 10440 (java) S 10421 10424 9094 0 -1 4202560 9916 0 0 0 67 0 0 0 20 0 19 0 8553877 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837440026936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10441] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10441/stat : 10441 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837438974328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10442] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10442/stat : 10442 (java) S 10421 10424 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837437921736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10443] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10443/stat : 10443 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553889 9856040960 32638 33554432000 1073741824 1073778376 140737103450176 139837436868264 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.67
Current children cumulated vsize (KiB) 9625040

[startup+18.4007 s]
/proc/loadavg: 2.17 2.05 1.93 3/213 10508
/proc/meminfo: memFree=31842808/32872528 swapFree=7268/7268
[pid=10424] ppid=10421 vsize=9625040 CPUtime=20.07 cores=0,2,4,6
/proc/10424/stat : 10424 (java) S 10421 10424 9094 0 -1 4202496 25892 0 1 0 2000 7 0 0 20 0 19 0 8553872 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 140737103441312 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10424/statm: 2406260 33150 2264 9 0 2396937 0
[pid=10424/tid=10425] ppid=10421 vsize=9625040 CPUtime=18.33 cores=0,2,4,6
/proc/10424/task/10425/stat : 10425 (java) R 10421 10424 9094 0 -1 4202560 2510 0 1 0 1830 3 0 0 20 0 19 0 8553873 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837621676520 139837561807760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10427] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10427/stat : 10427 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837560409128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10428] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10428/stat : 10428 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837463804840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10429] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10429/stat : 10429 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837462752040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10424/tid=10430] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10430/stat : 10430 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837461699240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10431] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10431/stat : 10431 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837460646440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10432] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10432/stat : 10432 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837459593640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10424/tid=10433] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10433/stat : 10433 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837458540840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10434] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10434/stat : 10434 (java) S 10421 10424 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553873 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837457488040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10435] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10435/stat : 10435 (java) S 10421 10424 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553874 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837445290984 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10436] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10436/stat : 10436 (java) S 10421 10424 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837444237048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10437] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10437/stat : 10437 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553875 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837443184136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10438] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10438/stat : 10438 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837442132624 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10439] ppid=10421 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10424/task/10439/stat : 10439 (java) S 10421 10424 9094 0 -1 4202560 12194 0 0 0 94 2 0 0 20 0 19 0 8553877 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837441079736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10440] ppid=10421 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10424/task/10440/stat : 10440 (java) S 10421 10424 9094 0 -1 4202560 9916 0 0 0 67 0 0 0 20 0 19 0 8553877 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837440026936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10441] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10441/stat : 10441 (java) S 10421 10424 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837438974328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10424/tid=10442] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10442/stat : 10442 (java) S 10421 10424 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8553877 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837437921736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10424/tid=10443] ppid=10421 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10424/task/10443/stat : 10443 (java) S 10421 10424 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553889 9856040960 33150 33554432000 1073741824 1073778376 140737103450176 139837436868264 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10424 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=978962
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=81987
# CPU time returned by wait4() is 20.0609
# while last known CPU time is 20.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 18.4375
CPU time (s): 20.07
CPU user time (s): 20
CPU system time (s): 0.07
CPU usage (%): 108.855
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.979
system time used= 0.081987
maximum resident set size= 134712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25916
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= 723
involuntary context switches= 71

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.135979 second user time and 0.160975 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:18:11
IDJOB=4090595
IDBENCH=78850
IDSOLVER=2551
FILE ID=node151/4090595-1466065091
RUNJOBID= node151-1466062104-9110
PBS_JOBID= 19903998
Free space on /tmp= 71748 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.1110971363--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090595-1466065091/watcher-4090595-1466065091 -o /tmp/evaluation-result-4090595-1466065091/solver-4090595-1466065091 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090595-1466065091.wbo

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

MD5SUM BENCH= 9aae741b51a1836a01c8daeb1bffcdf7
RANDOM SEED=1066192328

node151.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        32031156 kB
Buffers:            5176 kB
Cached:            39024 kB
SwapCached:        61608 kB
Active:            51144 kB
Inactive:          81800 kB
Active(anon):      30096 kB
Inactive(anon):    61024 kB
Active(file):      21048 kB
Inactive(file):    20776 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1936 kB
Writeback:             0 kB
AnonPages:        105012 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             565788 kB
SReclaimable:       8856 kB
SUnreclaim:       556932 kB
KernelStack:        1672 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71748 MiB
End job on node151 at 2016-06-16 10:18:29