Trace number 4090922

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 14.9107 13.4384

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217392--soft-0-100-0.wbo
MD5SUM86727f41c04b3a3cda96c180ef39a0ad
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark4.27235
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090922-1466067798.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.054s.
0.09/0.17	c declared #vars     169
0.09/0.17	c internal #vars     270
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.17	c 101 constraints processed.
0.09/0.17	c objective function length is 101 literals
0.25/0.29	c SATISFIABLE
0.25/0.29	c OPTIMIZING...
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.175
0.25/0.29	o 559
0.25/0.30	c Got one! Elapsed wall clock time (in seconds):0.182
0.25/0.30	o 550
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.193
0.49/0.31	o 547
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.199
0.49/0.31	o 541
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.207
0.49/0.32	o 529
0.49/0.33	c Got one! Elapsed wall clock time (in seconds):0.215
0.49/0.33	o 527
0.49/0.33	c Got one! Elapsed wall clock time (in seconds):0.221
0.49/0.33	o 462
0.49/0.34	c Got one! Elapsed wall clock time (in seconds):0.224
0.49/0.34	o 420
0.49/0.37	c Got one! Elapsed wall clock time (in seconds):0.261
0.49/0.37	o 419
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.265
0.49/0.38	o 385
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.272
0.49/0.39	o 372
0.64/0.41	c Got one! Elapsed wall clock time (in seconds):0.298
0.64/0.41	o 368
0.64/0.47	c Got one! Elapsed wall clock time (in seconds):0.354
0.64/0.47	o 357
0.64/0.47	c Got one! Elapsed wall clock time (in seconds):0.359
0.64/0.47	o 356
0.93/0.64	c cleaning 3925 clauses out of 7850 with flag 10965/7850
0.93/0.67	c Got one! Elapsed wall clock time (in seconds):0.56
0.93/0.67	o 352
0.93/0.69	c Got one! Elapsed wall clock time (in seconds):0.581
0.93/0.69	o 351
1.06/0.78	c Got one! Elapsed wall clock time (in seconds):0.663
1.06/0.78	o 334
1.19/0.80	c Got one! Elapsed wall clock time (in seconds):0.686
1.19/0.80	o 329
1.19/0.81	c Got one! Elapsed wall clock time (in seconds):0.692
1.19/0.81	o 326
1.30/0.97	c Got one! Elapsed wall clock time (in seconds):0.859
1.30/0.97	o 325
1.40/1.00	c Got one! Elapsed wall clock time (in seconds):0.888
1.40/1.00	o 314
1.40/1.02	c Got one! Elapsed wall clock time (in seconds):0.906
1.40/1.02	o 311
1.40/1.08	c cleaning 6383 clauses out of 12771 with flag 3582/16696
1.51/1.11	c Got one! Elapsed wall clock time (in seconds):0.994
1.51/1.11	o 309
1.51/1.11	c Got one! Elapsed wall clock time (in seconds):1.001
1.51/1.11	o 307
1.51/1.12	c Got one! Elapsed wall clock time (in seconds):1.008
1.51/1.12	o 303
1.51/1.15	c Got one! Elapsed wall clock time (in seconds):1.031
1.51/1.15	o 296
1.73/1.29	c Got one! Elapsed wall clock time (in seconds):1.172
1.73/1.29	o 293
1.85/1.32	c Got one! Elapsed wall clock time (in seconds):1.206
1.85/1.32	o 292
1.95/1.41	c Got one! Elapsed wall clock time (in seconds):1.296
1.95/1.41	o 280
1.95/1.43	c Got one! Elapsed wall clock time (in seconds):1.314
1.95/1.43	o 277
1.95/1.43	c Got one! Elapsed wall clock time (in seconds):1.32
1.95/1.43	o 276
1.95/1.46	c Got one! Elapsed wall clock time (in seconds):1.342
1.95/1.46	o 255
2.05/1.52	c cleaning 7641 clauses out of 15281 with flag 3630/25589
2.05/1.53	c Got one! Elapsed wall clock time (in seconds):1.417
2.05/1.53	o 241
2.17/1.65	c Got one! Elapsed wall clock time (in seconds):1.533
2.17/1.65	o 233
2.27/1.73	c Got one! Elapsed wall clock time (in seconds):1.613
2.27/1.73	o 231
2.27/1.77	c Got one! Elapsed wall clock time (in seconds):1.654
2.27/1.77	o 223
2.37/1.89	c cleaning 7443 clauses out of 14904 with flag 7995/32853
2.47/1.90	c Got one! Elapsed wall clock time (in seconds):1.79
2.47/1.90	o 219
2.47/1.94	c Got one! Elapsed wall clock time (in seconds):1.831
2.47/1.94	o 218
2.47/1.99	c Got one! Elapsed wall clock time (in seconds):1.878
2.47/1.99	o 215
2.64/2.03	c Got one! Elapsed wall clock time (in seconds):1.919
2.64/2.03	o 210
2.64/2.08	c Got one! Elapsed wall clock time (in seconds):1.966
2.64/2.08	o 203
2.86/2.24	c Got one! Elapsed wall clock time (in seconds):2.131
2.86/2.24	o 201
2.96/2.31	c Got one! Elapsed wall clock time (in seconds):2.192
2.96/2.31	o 200
2.96/2.37	c cleaning 8287 clauses out of 16573 with flag 4165/41965
3.06/2.41	c Got one! Elapsed wall clock time (in seconds):2.3
3.06/2.41	o 193
3.06/2.45	c Got one! Elapsed wall clock time (in seconds):2.337
3.06/2.45	o 191
3.06/2.46	c Got one! Elapsed wall clock time (in seconds):2.342
3.06/2.46	o 187
3.06/2.49	c Got one! Elapsed wall clock time (in seconds):2.38
3.06/2.49	o 185
3.16/2.55	c Got one! Elapsed wall clock time (in seconds):2.434
3.16/2.55	o 177
3.26/2.62	c Got one! Elapsed wall clock time (in seconds):2.505
3.26/2.62	o 176
3.26/2.65	c Got one! Elapsed wall clock time (in seconds):2.532
3.26/2.65	o 173
3.36/2.75	c Got one! Elapsed wall clock time (in seconds):2.635
3.36/2.75	o 158
3.46/2.80	c Got one! Elapsed wall clock time (in seconds):2.686
3.46/2.80	o 155
3.46/2.88	c Got one! Elapsed wall clock time (in seconds):2.764
3.46/2.88	o 144
3.56/2.91	c Got one! Elapsed wall clock time (in seconds):2.801
3.56/2.91	o 138
3.56/2.99	c Got one! Elapsed wall clock time (in seconds):2.879
3.56/2.99	o 133
3.66/3.07	c cleaning 10202 clauses out of 20404 with flag 4462/54083
3.66/3.07	c Got one! Elapsed wall clock time (in seconds):2.957
3.66/3.07	o 131
3.97/3.33	c cleaning 7656 clauses out of 15311 with flag 22614/59192
3.97/3.38	c Got one! Elapsed wall clock time (in seconds):3.263
3.97/3.38	o 130
3.97/3.39	c Got one! Elapsed wall clock time (in seconds):3.276
3.97/3.39	o 114
4.08/3.50	c Got one! Elapsed wall clock time (in seconds):3.388
4.08/3.50	o 98
4.31/3.65	c cleaning 6581 clauses out of 13173 with flag 9646/64710
4.74/3.89	c Got one! Elapsed wall clock time (in seconds):3.775
4.74/3.89	o 94
4.92/3.93	c Got one! Elapsed wall clock time (in seconds):3.818
4.92/3.93	o 93
4.92/3.95	c Got one! Elapsed wall clock time (in seconds):3.84
4.92/3.95	o 91
4.92/3.98	c Got one! Elapsed wall clock time (in seconds):3.871
4.92/3.98	o 88
5.02/4.07	c Got one! Elapsed wall clock time (in seconds):3.96
5.02/4.07	o 84
5.02/4.08	c Got one! Elapsed wall clock time (in seconds):3.967
5.02/4.08	o 83
5.12/4.17	c Got one! Elapsed wall clock time (in seconds):4.058
5.12/4.17	o 77
5.22/4.23	c Got one! Elapsed wall clock time (in seconds):4.12
5.22/4.23	o 76
5.22/4.27	c Got one! Elapsed wall clock time (in seconds):4.155
5.22/4.27	o 70
5.57/4.50	c cleaning 10761 clauses out of 21536 with flag 11346/79654
6.15/4.84	c cleaning 8377 clauses out of 16774 with flag 38020/85653
6.49/5.11	c Got one! Elapsed wall clock time (in seconds):4.997
6.49/5.11	o 69
6.59/5.21	c Got one! Elapsed wall clock time (in seconds):5.093
6.59/5.21	o 66
6.59/5.24	c Got one! Elapsed wall clock time (in seconds):5.122
6.59/5.24	o 63
6.70/5.39	c Got one! Elapsed wall clock time (in seconds):5.272
6.70/5.39	o 60
6.91/5.52	c cleaning 10709 clauses out of 21428 with flag 9827/98684
7.10/5.75	c Got one! Elapsed wall clock time (in seconds):5.634
7.10/5.75	o 56
7.10/5.78	c Got one! Elapsed wall clock time (in seconds):5.669
7.10/5.78	o 50
7.20/5.84	c cleaning 8621 clauses out of 17264 with flag 3686/105229
7.30/5.92	c Got one! Elapsed wall clock time (in seconds):5.806
7.30/5.92	o 49
7.30/5.95	c Got one! Elapsed wall clock time (in seconds):5.84
7.30/5.95	o 48
7.40/6.09	c cleaning 7394 clauses out of 14790 with flag 12073/111376
7.70/6.33	c cleaning 6697 clauses out of 13395 with flag 33151/117375
8.01/6.61	c cleaning 6842 clauses out of 13695 with flag 59383/124372
8.01/6.62	c Got one! Elapsed wall clock time (in seconds):6.511
8.01/6.62	o 47
8.20/6.83	c cleaning 6131 clauses out of 12265 with flag 18567/129784
8.41/7.06	c cleaning 6061 clauses out of 12136 with flag 40354/135786
8.71/7.33	c cleaning 6538 clauses out of 13075 with flag 66896/142786
8.71/7.38	c Got one! Elapsed wall clock time (in seconds):7.271
8.71/7.38	o 46
8.91/7.54	c cleaning 6002 clauses out of 12010 with flag 14425/148259
9.12/7.79	c Got one! Elapsed wall clock time (in seconds):7.671
9.12/7.79	o 41
9.22/7.84	c Got one! Elapsed wall clock time (in seconds):7.726
9.22/7.84	o 40
9.31/7.99	c Got one! Elapsed wall clock time (in seconds):7.873
9.31/7.99	o 33
9.41/8.04	c cleaning 8700 clauses out of 17405 with flag 3470/159656
9.61/8.21	c Got one! Elapsed wall clock time (in seconds):8.094
9.61/8.21	o 28
9.61/8.26	c cleaning 7038 clauses out of 14079 with flag 4300/165030
9.81/8.49	c cleaning 6521 clauses out of 13041 with flag 26774/171030
10.11/8.75	c cleaning 6753 clauses out of 13520 with flag 52187/178031
10.22/8.85	c Got one! Elapsed wall clock time (in seconds):8.736
10.22/8.85	o 27
10.32/8.93	c cleaning 5916 clauses out of 11836 with flag 7981/183100
10.53/9.15	c cleaning 5954 clauses out of 11916 with flag 30675/189096
10.83/9.40	c cleaning 6475 clauses out of 12961 with flag 55732/196096
11.12/9.71	c cleaning 7240 clauses out of 14485 with flag 83219/204096
11.22/9.86	c Got one! Elapsed wall clock time (in seconds):9.746
11.22/9.86	o 26
11.22/9.90	c cleaning 6189 clauses out of 12385 with flag 3501/209236
11.53/10.12	c cleaning 6087 clauses out of 12196 with flag 25043/215236
11.72/10.40	c cleaning 6547 clauses out of 13109 with flag 52462/222236
11.82/10.46	c Got one! Elapsed wall clock time (in seconds):10.346
11.82/10.46	o 21
12.03/10.61	c cleaning 6177 clauses out of 12368 with flag 15342/228042
12.13/10.74	c Got one! Elapsed wall clock time (in seconds):10.626
12.13/10.74	o 17
12.24/10.82	c cleaning 5996 clauses out of 12001 with flag 8449/233852
12.34/10.94	c Got one! Elapsed wall clock time (in seconds):10.824
12.34/10.94	o 16
12.47/11.02	c cleaning 5906 clauses out of 11817 with flag 7334/239665
12.66/11.23	c cleaning 5956 clauses out of 11911 with flag 28238/245666
12.86/11.48	c cleaning 6473 clauses out of 12953 with flag 56168/252665
13.06/11.66	c Got one! Elapsed wall clock time (in seconds):11.551
13.06/11.66	o 13
13.26/11.89	c cleaning 8567 clauses out of 17141 with flag 21284/263329
13.36/11.90	c Got one! Elapsed wall clock time (in seconds):11.787
13.36/11.90	o 12
13.47/12.10	c cleaning 6932 clauses out of 13863 with flag 20480/268619
13.77/12.32	c cleaning 6465 clauses out of 12930 with flag 44928/274618
13.97/12.59	c cleaning 6726 clauses out of 13461 with flag 74787/281618
14.37/12.90	c cleaning 7358 clauses out of 14731 with flag 107407/289619
14.68/13.28	c cleaning 8179 clauses out of 16368 with flag 144945/298619
14.87/13.40	c Got one! Elapsed wall clock time (in seconds):13.284
14.87/13.40	o 11
14.87/13.42	c Got one! Elapsed wall clock time (in seconds):13.303
14.87/13.42	o 3
14.87/13.42	c Got one! Elapsed wall clock time (in seconds):13.309
14.87/13.42	o 2
14.87/13.43	c starts		: 259
14.87/13.43	c conflicts		: 302292
14.87/13.43	c decisions		: 533810
14.87/13.43	c propagations		: 9153408
14.87/13.43	c inspects		: 146996118
14.87/13.43	c shortcuts		: 0
14.87/13.43	c learnt literals	: 39
14.87/13.43	c learnt binary clauses	: 19
14.87/13.43	c learnt ternary clauses	: 728
14.87/13.43	c learnt constraints	: 302253
14.87/13.43	c ignored constraints	: 0
14.87/13.43	c root simplifications	: 0
14.87/13.43	c removed literals (reason simplification)	: 0
14.87/13.43	c reason swapping (by a shorter reason)	: 0
14.87/13.43	c Calls to reduceDB	: 41
14.87/13.43	c Number of update (reduction) of LBD	: 94457
14.87/13.43	c Imported unit clauses	: 0
14.87/13.43	c number of reductions to clauses (during analyze)	: 0
14.87/13.43	c number of learned constraints concerned by reduction	: 0
14.87/13.43	c number of learning phase by resolution	: 0
14.87/13.43	c number of learning phase by cutting planes	: 0
14.87/13.43	c speed (assignments/second)	: 690354.3253639038
14.87/13.43	c non guided choices	4490
14.87/13.43	c learnt constraints type 
14.87/13.43	s OPTIMUM FOUND
14.87/13.43	c Found 92 solution(s)
14.87/13.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 
14.87/13.43	c objective function=2
14.87/13.43	c Total wall clock time (in seconds): 13.317

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-4090922-1466067798/watcher-4090922-1466067798 -o /tmp/evaluation-result-4090922-1466067798/solver-4090922-1466067798 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090922-1466067798.wbo 

pid=9343
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.26 2.22 2.18 3/194 9346
/proc/meminfo: memFree=29802240/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/9346/stat : 9346 (java) R 9343 9346 7986 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 8825028 278528 34 33554432000 1073741824 1073778376 140735808204752 140735893691736 213410475303 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9346/statm: 68 34 25 9 0 25 0

[startup+0.100161 s]
/proc/loadavg: 2.26 2.22 2.18 3/194 9346
/proc/meminfo: memFree=29802240/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9346/stat : 9346 (java) S 9343 9346 7986 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 8825028 9787879424 6023 33554432000 1073741824 1073778376 140735808204752 140735808195888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9346/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.26 2.22 2.18 3/194 9346
/proc/meminfo: memFree=29802240/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9346/stat : 9346 (java) S 9343 9346 7986 0 -1 4202496 5729 0 1 0 23 2 0 0 20 0 19 0 8825028 9856040960 7533 33554432000 1073741824 1073778376 140735808204752 140735808195888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9346/statm: 2406260 7533 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.30022 s]
/proc/loadavg: 2.26 2.22 2.18 3/194 9346
/proc/meminfo: memFree=29802240/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/9346/stat : 9346 (java) S 9343 9346 7986 0 -1 4202496 6706 0 1 0 47 2 0 0 20 0 19 0 8825028 9856040960 8537 33554432000 1073741824 1073778376 140735808204752 140735808195888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9346/statm: 2406260 8537 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700195 s]
/proc/loadavg: 2.26 2.22 2.18 3/194 9346
/proc/meminfo: memFree=29802240/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/9346/stat : 9346 (java) S 9343 9346 7986 0 -1 4202496 8519 0 1 0 104 2 0 0 20 0 19 0 8825028 9856040960 9158 33554432000 1073741824 1073778376 140735808204752 140735808195888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9346/statm: 2406260 9158 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 9365
/proc/meminfo: memFree=29769728/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/9346/stat : 9346 (java) S 9343 9346 7986 0 -1 4202496 11940 0 1 0 202 3 0 0 20 0 19 0 8825028 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140735808195888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9346/statm: 2406260 11712 2261 9 0 2396937 0
[pid=9346/tid=9348] ppid=9343 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/9346/task/9348/stat : 9348 (java) R 9343 9346 7986 0 -1 4202560 2423 0 1 0 145 1 0 0 20 0 19 0 8825029 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140406121197872 140405987844446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9349] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9349/stat : 9349 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140406110268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9350] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9350/stat : 9350 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140406109215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9351] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9351/stat : 9351 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140406108163112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9352] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9352/stat : 9352 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140406107110312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9353] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9353/stat : 9353 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140406106057000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9354] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9354/stat : 9354 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405959768232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9355] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9355/stat : 9355 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405958715944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9356] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9356/stat : 9356 (java) S 9343 9346 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405957663144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9357] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9357/stat : 9357 (java) S 9343 9346 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405945465576 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9358] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9358/stat : 9358 (java) S 9343 9346 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405944411640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9359] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9359/stat : 9359 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405943359240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9360] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9360/stat : 9360 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405942307728 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9361] ppid=9343 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9346/task/9361/stat : 9361 (java) S 9343 9346 7986 0 -1 4202560 4903 0 0 0 26 2 0 0 20 0 19 0 8825034 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405941254328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9362] ppid=9343 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9346/task/9362/stat : 9362 (java) S 9343 9346 7986 0 -1 4202560 3342 0 0 0 27 0 0 0 20 0 19 0 8825034 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405940201528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9363] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9363/stat : 9363 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405939149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9364] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9364/stat : 9364 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405938096840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9365] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9365/stat : 9365 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825045 9856040960 11712 33554432000 1073741824 1073778376 140735808204752 140405936993704 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 9365
/proc/meminfo: memFree=29759368/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=9625040 CPUtime=3.76 cores=1,3,5,7
/proc/9346/stat : 9346 (java) S 9343 9346 7986 0 -1 4202496 11981 0 1 0 373 3 0 0 20 0 19 0 8825028 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140735808195888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9346/statm: 2406260 13796 2262 9 0 2396937 0
[pid=9346/tid=9348] ppid=9343 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/9346/task/9348/stat : 9348 (java) R 9343 9346 7986 0 -1 4202560 2428 0 1 0 304 1 0 0 20 0 19 0 8825029 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140406121204200 140405987823417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9349] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9349/stat : 9349 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140406110268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9350] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9350/stat : 9350 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140406109215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9351] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9351/stat : 9351 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140406108163112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9352] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9352/stat : 9352 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140406107110312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9353] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9353/stat : 9353 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140406106057000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9354] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9354/stat : 9354 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405959768232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9355] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9355/stat : 9355 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405958715944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9356] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9356/stat : 9356 (java) S 9343 9346 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405957663144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9357] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9357/stat : 9357 (java) S 9343 9346 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405945465576 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9358] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9358/stat : 9358 (java) S 9343 9346 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405944411640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9359] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9359/stat : 9359 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405943359240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9360] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9360/stat : 9360 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405942307728 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9361] ppid=9343 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/9346/task/9361/stat : 9361 (java) S 9343 9346 7986 0 -1 4202560 4939 0 0 0 36 2 0 0 20 0 19 0 8825034 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405941254328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9362] ppid=9343 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9346/task/9362/stat : 9362 (java) S 9343 9346 7986 0 -1 4202560 3342 0 0 0 28 0 0 0 20 0 19 0 8825034 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405940201528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9363] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9363/stat : 9363 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405939149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9364] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9364/stat : 9364 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405938096840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9365] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9365/stat : 9365 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825045 9856040960 13796 33554432000 1073741824 1073778376 140735808204752 140405936993704 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.24 2.22 2.18 3/213 9365
/proc/meminfo: memFree=29731656/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=9625040 CPUtime=7.7 cores=1,3,5,7
/proc/9346/stat : 9346 (java) S 9343 9346 7986 0 -1 4202496 20713 0 1 0 766 4 0 0 20 0 19 0 8825028 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140735808195888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9346/statm: 2406260 20912 2264 9 0 2396937 0
[pid=9346/tid=9348] ppid=9343 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/9346/task/9348/stat : 9348 (java) R 9343 9346 7986 0 -1 4202560 2438 0 1 0 624 1 0 0 20 0 19 0 8825029 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140406121197872 140405987804123 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9349] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9349/stat : 9349 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140406110268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9350] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9350/stat : 9350 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140406109215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9351] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9351/stat : 9351 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140406108163112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9352] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9352/stat : 9352 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140406107110312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9353] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9353/stat : 9353 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140406106057000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9354] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9354/stat : 9354 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405959768232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9355] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9355/stat : 9355 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405958715944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9356] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9356/stat : 9356 (java) S 9343 9346 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405957663144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9357] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9357/stat : 9357 (java) S 9343 9346 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405945465576 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9358] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9358/stat : 9358 (java) S 9343 9346 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405944411640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9359] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9359/stat : 9359 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405943359240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9360] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9360/stat : 9360 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405942307728 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9361] ppid=9343 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/9346/task/9361/stat : 9361 (java) S 9343 9346 7986 0 -1 4202560 4965 0 0 0 45 2 0 0 20 0 19 0 8825034 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405941254328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9362] ppid=9343 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/9346/task/9362/stat : 9362 (java) S 9343 9346 7986 0 -1 4202560 12037 0 0 0 93 1 0 0 20 0 19 0 8825034 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405940201528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9363] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9363/stat : 9363 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405939149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9364] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9364/stat : 9364 (java) S 9343 9346 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405938096840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9365] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9365/stat : 9365 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825045 9856040960 20912 33554432000 1073741824 1073778376 140735808204752 140405936993704 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9625040


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

/proc/9346/task/9354/stat : 9354 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405959768232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9355] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9355/stat : 9355 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405958715944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9356] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9356/stat : 9356 (java) S 9343 9346 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405957663144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9357] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9357/stat : 9357 (java) S 9343 9346 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405945465576 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9358] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9358/stat : 9358 (java) S 9343 9346 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405944411640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9359] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9359/stat : 9359 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405943359240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9360] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9360/stat : 9360 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405942307728 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9361] ppid=9343 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9346/task/9361/stat : 9361 (java) S 9343 9346 7986 0 -1 4202560 4965 0 0 0 49 2 0 0 20 0 19 0 8825034 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405941254328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9362] ppid=9343 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/9346/task/9362/stat : 9362 (java) S 9343 9346 7986 0 -1 4202560 12037 0 0 0 95 1 0 0 20 0 19 0 8825034 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405940201528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9363] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9363/stat : 9363 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405939149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9364] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9364/stat : 9364 (java) S 9343 9346 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405938096840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9365] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9365/stat : 9365 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825045 9856040960 29616 33554432000 1073741824 1073778376 140735808204752 140405936993704 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.17
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9346 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8009 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 9365
/proc/meminfo: memFree=29692944/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=9625040 CPUtime=14.27 cores=1,3,5,7
/proc/9346/stat : 9346 (java) S 9343 9346 7986 0 -1 4202496 20734 0 1 0 1422 5 0 0 20 0 19 0 8825028 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140735808195888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9346/statm: 2406260 30128 2264 9 0 2396937 0
[pid=9346/tid=9348] ppid=9343 vsize=9625040 CPUtime=12.73 cores=1,3,5,7
/proc/9346/task/9348/stat : 9348 (java) R 9343 9346 7986 0 -1 4202560 2459 0 1 0 1271 2 0 0 20 0 19 0 8825029 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140406121197264 140405987823904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9349] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9349/stat : 9349 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140406110268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9350] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9350/stat : 9350 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140406109215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9351] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9351/stat : 9351 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140406108163112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9352] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9352/stat : 9352 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140406107110312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9353] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9353/stat : 9353 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140406106057000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9354] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9354/stat : 9354 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405959768232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9355] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9355/stat : 9355 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405958715944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9356] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9356/stat : 9356 (java) S 9343 9346 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405957663144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9357] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9357/stat : 9357 (java) S 9343 9346 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405945465576 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9358] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9358/stat : 9358 (java) S 9343 9346 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405944411640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9359] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9359/stat : 9359 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405943359240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9360] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9360/stat : 9360 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405942307728 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9361] ppid=9343 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9346/task/9361/stat : 9361 (java) S 9343 9346 7986 0 -1 4202560 4965 0 0 0 49 2 0 0 20 0 19 0 8825034 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405941254328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9362] ppid=9343 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/9346/task/9362/stat : 9362 (java) S 9343 9346 7986 0 -1 4202560 12037 0 0 0 95 1 0 0 20 0 19 0 8825034 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405940201528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9363] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9363/stat : 9363 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405939149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9364] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9364/stat : 9364 (java) S 9343 9346 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405938096840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9365] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9365/stat : 9365 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825045 9856040960 30128 33554432000 1073741824 1073778376 140735808204752 140405936993704 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 9625040

[startup+13.2008 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 9365
/proc/meminfo: memFree=29686800/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=9625040 CPUtime=14.68 cores=1,3,5,7
/proc/9346/stat : 9346 (java) S 9343 9346 7986 0 -1 4202496 20735 0 1 0 1463 5 0 0 20 0 19 0 8825028 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140735808195888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9346/statm: 2406260 30640 2264 9 0 2396937 0
[pid=9346/tid=9348] ppid=9343 vsize=9625040 CPUtime=13.13 cores=1,3,5,7
/proc/9346/task/9348/stat : 9348 (java) R 9343 9346 7986 0 -1 4202560 2460 0 1 0 1311 2 0 0 20 0 19 0 8825029 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406121197264 140405987804373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9349] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9349/stat : 9349 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406110268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9350] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9350/stat : 9350 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406109215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9351] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9351/stat : 9351 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406108163112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9352] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9352/stat : 9352 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406107110312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9353] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9353/stat : 9353 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406106057000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9354] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9354/stat : 9354 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405959768232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9355] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9355/stat : 9355 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405958715944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9356] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9356/stat : 9356 (java) S 9343 9346 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405957663144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9357] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9357/stat : 9357 (java) S 9343 9346 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405945465576 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9358] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9358/stat : 9358 (java) S 9343 9346 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405944411640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9359] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9359/stat : 9359 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405943359240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9360] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9360/stat : 9360 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405942307728 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9361] ppid=9343 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9346/task/9361/stat : 9361 (java) S 9343 9346 7986 0 -1 4202560 4965 0 0 0 49 2 0 0 20 0 19 0 8825034 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405941254328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9362] ppid=9343 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/9346/task/9362/stat : 9362 (java) S 9343 9346 7986 0 -1 4202560 12037 0 0 0 95 1 0 0 20 0 19 0 8825034 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405940201528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9363] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9363/stat : 9363 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405939149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9364] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9364/stat : 9364 (java) S 9343 9346 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405938096840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9365] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9365/stat : 9365 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825045 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405936993704 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.68
Current children cumulated vsize (KiB) 9625040

[startup+13.4008 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 9365
/proc/meminfo: memFree=29686800/32872528 swapFree=1399392/1569044
[pid=9346] ppid=9343 vsize=9625040 CPUtime=14.87 cores=1,3,5,7
/proc/9346/stat : 9346 (java) S 9343 9346 7986 0 -1 4202496 20735 0 1 0 1482 5 0 0 20 0 19 0 8825028 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140735808195888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9346/statm: 2406260 30640 2264 9 0 2396937 0
[pid=9346/tid=9348] ppid=9343 vsize=9625040 CPUtime=13.33 cores=1,3,5,7
/proc/9346/task/9348/stat : 9348 (java) R 9343 9346 7986 0 -1 4202560 2460 0 1 0 1331 2 0 0 20 0 19 0 8825029 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406121197264 140405987782008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9349] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9349/stat : 9349 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406110268200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9350] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9350/stat : 9350 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406109215400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9351] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9351/stat : 9351 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406108163112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9352] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9352/stat : 9352 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406107110312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9353] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9353/stat : 9353 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140406106057000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9354] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9354/stat : 9354 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405959768232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9346/tid=9355] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9355/stat : 9355 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405958715944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9356] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9356/stat : 9356 (java) S 9343 9346 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825030 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405957663144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9357] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9357/stat : 9357 (java) S 9343 9346 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405945465576 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9358] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9358/stat : 9358 (java) S 9343 9346 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405944411640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9359] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9359/stat : 9359 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825031 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405943359240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9360] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9360/stat : 9360 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405942307728 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9361] ppid=9343 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/9346/task/9361/stat : 9361 (java) S 9343 9346 7986 0 -1 4202560 4965 0 0 0 49 2 0 0 20 0 19 0 8825034 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405941254328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9346/tid=9362] ppid=9343 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/9346/task/9362/stat : 9362 (java) S 9343 9346 7986 0 -1 4202560 12037 0 0 0 95 1 0 0 20 0 19 0 8825034 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405940201528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9363] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9363/stat : 9363 (java) S 9343 9346 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405939149432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9346/tid=9364] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9364/stat : 9364 (java) S 9343 9346 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8825034 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405938096840 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9346/tid=9365] ppid=9343 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9346/task/9365/stat : 9365 (java) S 9343 9346 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825045 9856040960 30640 33554432000 1073741824 1073778376 140735808204752 140405936993704 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.4384
CPU time (s): 14.9107
CPU user time (s): 14.8187
CPU system time (s): 0.091986
CPU usage (%): 110.956
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8187
system time used= 0.091986
maximum resident set size= 122624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20759
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= 639
involuntary context switches= 46

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082987 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 11:03:18
IDJOB=4090922
IDBENCH=79195
IDSOLVER=2551
FILE ID=node140/4090922-1466067798
RUNJOBID= node140-1466062109-8003
PBS_JOBID= 19904000
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217392--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090922-1466067798/watcher-4090922-1466067798 -o /tmp/evaluation-result-4090922-1466067798/solver-4090922-1466067798 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090922-1466067798.wbo

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

MD5SUM BENCH= 86727f41c04b3a3cda96c180ef39a0ad
RANDOM SEED=979624001

node140.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.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.42
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.714
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.714
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.714
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.714
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.714
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.714
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.54
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.714
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:        29803156 kB
Buffers:            9052 kB
Cached:            42856 kB
SwapCached:         2572 kB
Active:           772540 kB
Inactive:          29568 kB
Active(anon):     750904 kB
Inactive(anon):     1792 kB
Active(file):      21636 kB
Inactive(file):    27776 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096812 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       2360804 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             564544 kB
SReclaimable:       8632 kB
SUnreclaim:       555912 kB
KernelStack:        1760 kB
PageTables:         9000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2613076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    935936 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 node140 at 2016-06-16 11:03:32