Trace number 4090903

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 17.2504 15.9635

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967142--soft-0-100-0.wbo
MD5SUM7fd7081013808377c58c0d6e2ccd3b26
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark17.0374
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090903-1466067881.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 101 literals
0.28/0.21	c SATISFIABLE
0.28/0.21	c OPTIMIZING...
0.28/0.21	c Got one! Elapsed wall clock time (in seconds):0.104
0.28/0.21	o 717
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.135
0.28/0.24	o 714
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.168
0.28/0.27	o 589
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.173
0.28/0.28	o 580
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.178
0.28/0.28	o 561
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.182
0.28/0.28	o 550
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.192
0.28/0.29	o 546
0.49/0.30	c Got one! Elapsed wall clock time (in seconds):0.198
0.49/0.30	o 536
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.204
0.49/0.31	o 522
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.215
0.49/0.32	o 518
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.221
0.49/0.32	o 517
0.63/0.45	c Got one! Elapsed wall clock time (in seconds):0.35
0.63/0.45	o 511
0.63/0.46	c Got one! Elapsed wall clock time (in seconds):0.355
0.63/0.46	o 492
0.63/0.46	c Got one! Elapsed wall clock time (in seconds):0.361
0.63/0.46	o 476
0.63/0.47	c Got one! Elapsed wall clock time (in seconds):0.365
0.63/0.47	o 470
0.63/0.47	c Got one! Elapsed wall clock time (in seconds):0.372
0.63/0.47	o 468
0.63/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.63/0.49	o 462
0.63/0.49	c Got one! Elapsed wall clock time (in seconds):0.391
0.63/0.49	o 455
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
0.82/0.50	o 424
0.82/0.56	c Got one! Elapsed wall clock time (in seconds):0.458
0.82/0.56	o 417
0.82/0.56	c Got one! Elapsed wall clock time (in seconds):0.462
0.82/0.56	o 409
0.82/0.58	c Got one! Elapsed wall clock time (in seconds):0.473
0.82/0.58	o 399
0.96/0.65	c cleaning 4235 clauses out of 8481 with flag 3251/8481
1.09/0.73	c Got one! Elapsed wall clock time (in seconds):0.624
1.09/0.73	o 393
1.09/0.77	c Got one! Elapsed wall clock time (in seconds):0.669
1.09/0.77	o 382
1.20/0.86	c Got one! Elapsed wall clock time (in seconds):0.753
1.20/0.86	o 381
1.20/0.88	c Got one! Elapsed wall clock time (in seconds):0.776
1.20/0.88	o 376
1.33/0.96	c Got one! Elapsed wall clock time (in seconds):0.859
1.33/0.96	o 368
1.44/1.00	c Got one! Elapsed wall clock time (in seconds):0.901
1.44/1.00	o 354
1.44/1.01	c Got one! Elapsed wall clock time (in seconds):0.909
1.44/1.01	o 307
1.44/1.07	c cleaning 6641 clauses out of 13289 with flag 3324/17524
1.74/1.38	c cleaning 6319 clauses out of 12647 with flag 27902/23523
2.16/1.75	c cleaning 6661 clauses out of 13328 with flag 55683/30523
2.46/2.00	c Got one! Elapsed wall clock time (in seconds):1.898
2.46/2.00	o 301
2.67/2.29	c cleaning 8368 clauses out of 16735 with flag 20256/40591
2.77/2.32	c Got one! Elapsed wall clock time (in seconds):2.222
2.77/2.32	o 297
2.87/2.40	c Got one! Elapsed wall clock time (in seconds):2.3
2.87/2.40	o 290
3.07/2.62	c cleaning 7377 clauses out of 14774 with flag 16170/46998
3.07/2.62	c Got one! Elapsed wall clock time (in seconds):2.516
3.07/2.62	o 276
3.38/2.87	c cleaning 6214 clauses out of 12430 with flag 23574/52031
3.38/2.88	c Got one! Elapsed wall clock time (in seconds):2.782
3.38/2.88	o 273
3.58/3.01	c Got one! Elapsed wall clock time (in seconds):2.906
3.58/3.01	o 269
3.58/3.03	c Got one! Elapsed wall clock time (in seconds):2.926
3.58/3.03	o 268
3.68/3.14	c Got one! Elapsed wall clock time (in seconds):3.033
3.68/3.14	o 264
3.68/3.19	c cleaning 6397 clauses out of 12802 with flag 3457/58617
3.90/3.38	c Got one! Elapsed wall clock time (in seconds):3.279
3.90/3.38	o 261
4.03/3.45	c Got one! Elapsed wall clock time (in seconds):3.345
4.03/3.45	o 257
4.17/3.51	c cleaning 6297 clauses out of 12619 with flag 4238/64831
4.17/3.53	c Got one! Elapsed wall clock time (in seconds):3.426
4.17/3.53	o 244
4.37/3.77	c cleaning 5891 clauses out of 11785 with flag 20401/70294
4.37/3.78	c Got one! Elapsed wall clock time (in seconds):3.675
4.37/3.78	o 238
4.47/3.84	c Got one! Elapsed wall clock time (in seconds):3.739
4.47/3.84	o 231
4.47/3.88	c Got one! Elapsed wall clock time (in seconds):3.775
4.47/3.88	o 230
4.57/3.97	c Got one! Elapsed wall clock time (in seconds):3.872
4.57/3.97	o 218
4.67/4.09	c cleaning 6188 clauses out of 12386 with flag 7898/76786
4.97/4.39	c cleaning 6086 clauses out of 12198 with flag 34663/82786
5.37/4.77	c cleaning 6551 clauses out of 13111 with flag 69416/89785
5.47/4.85	c Got one! Elapsed wall clock time (in seconds):4.747
5.47/4.85	o 213
5.67/5.02	c Got one! Elapsed wall clock time (in seconds):4.916
5.67/5.02	o 198
5.67/5.08	c cleaning 6383 clauses out of 12766 with flag 3946/95991
5.97/5.39	c cleaning 6190 clauses out of 12381 with flag 32700/101989
6.07/5.44	c Got one! Elapsed wall clock time (in seconds):5.336
6.07/5.44	o 196
6.07/5.50	c Got one! Elapsed wall clock time (in seconds):5.4
6.07/5.50	o 195
6.18/5.57	c Got one! Elapsed wall clock time (in seconds):5.469
6.18/5.57	o 193
6.28/5.61	c Got one! Elapsed wall clock time (in seconds):5.509
6.28/5.61	o 183
6.28/5.65	c Got one! Elapsed wall clock time (in seconds):5.544
6.28/5.65	o 182
6.28/5.69	c Got one! Elapsed wall clock time (in seconds):5.583
6.28/5.69	o 181
6.49/5.81	c cleaning 7151 clauses out of 14328 with flag 7310/110126
6.49/5.84	c Got one! Elapsed wall clock time (in seconds):5.736
6.49/5.84	o 178
6.69/6.00	c Got one! Elapsed wall clock time (in seconds):5.901
6.69/6.00	o 177
6.79/6.12	c cleaning 6593 clauses out of 13206 with flag 10000/116155
6.89/6.21	c Got one! Elapsed wall clock time (in seconds):6.112
6.89/6.21	o 174
6.99/6.36	c Got one! Elapsed wall clock time (in seconds):6.257
6.99/6.36	o 167
7.09/6.43	c Got one! Elapsed wall clock time (in seconds):6.328
7.09/6.43	o 163
7.19/6.50	c cleaning 6821 clauses out of 13676 with flag 5870/123218
7.30/6.65	c Got one! Elapsed wall clock time (in seconds):6.546
7.30/6.65	o 150
7.30/6.67	c Got one! Elapsed wall clock time (in seconds):6.569
7.30/6.67	o 143
7.41/6.73	c Got one! Elapsed wall clock time (in seconds):6.627
7.41/6.73	o 140
7.41/6.75	c Got one! Elapsed wall clock time (in seconds):6.648
7.41/6.75	o 137
7.41/6.77	c Got one! Elapsed wall clock time (in seconds):6.668
7.41/6.77	o 134
7.41/6.79	c Got one! Elapsed wall clock time (in seconds):6.692
7.41/6.79	o 130
7.50/6.80	c Got one! Elapsed wall clock time (in seconds):6.702
7.50/6.80	o 123
7.50/6.87	c cleaning 6923 clauses out of 13868 with flag 4128/130231
7.70/7.06	c Got one! Elapsed wall clock time (in seconds):6.955
7.70/7.06	o 119
7.70/7.08	c Got one! Elapsed wall clock time (in seconds):6.982
7.70/7.08	o 118
7.80/7.16	c Got one! Elapsed wall clock time (in seconds):7.061
7.80/7.16	o 108
7.90/7.23	c cleaning 6901 clauses out of 13812 with flag 4692/137098
7.90/7.28	c Got one! Elapsed wall clock time (in seconds):7.182
7.90/7.28	o 106
8.10/7.46	c Got one! Elapsed wall clock time (in seconds):7.354
8.10/7.46	o 99
8.10/7.48	c Got one! Elapsed wall clock time (in seconds):7.382
8.10/7.48	o 94
8.23/7.57	c cleaning 6488 clauses out of 12981 with flag 4244/143168
8.23/7.59	c Got one! Elapsed wall clock time (in seconds):7.486
8.23/7.59	o 88
8.70/7.71	c Got one! Elapsed wall clock time (in seconds):7.604
8.70/7.71	o 87
8.90/7.90	c cleaning 6235 clauses out of 12474 with flag 15922/149149
9.10/7.94	c Got one! Elapsed wall clock time (in seconds):7.838
9.10/7.94	o 85
9.10/7.95	c Got one! Elapsed wall clock time (in seconds):7.849
9.10/7.95	o 79
9.10/7.97	c Got one! Elapsed wall clock time (in seconds):7.866
9.10/7.97	o 69
9.10/7.98	c Got one! Elapsed wall clock time (in seconds):7.873
9.10/7.98	o 60
9.10/7.98	c Got one! Elapsed wall clock time (in seconds):7.881
9.10/7.98	o 51
9.10/7.99	c Got one! Elapsed wall clock time (in seconds):7.891
9.10/7.99	o 49
9.24/8.04	c Got one! Elapsed wall clock time (in seconds):7.937
9.24/8.04	o 48
9.34/8.17	c cleaning 6294 clauses out of 12608 with flag 13054/155518
9.34/8.18	c Got one! Elapsed wall clock time (in seconds):8.077
9.34/8.18	o 37
9.54/8.37	c cleaning 5750 clauses out of 11503 with flag 19294/160707
9.74/8.59	c cleaning 5868 clauses out of 11752 with flag 41619/166706
10.05/8.86	c cleaning 6440 clauses out of 12884 with flag 68411/173706
10.34/9.17	c cleaning 7222 clauses out of 14445 with flag 99052/181708
10.54/9.37	c Got one! Elapsed wall clock time (in seconds):9.269
10.54/9.37	o 31
10.84/9.61	c cleaning 8660 clauses out of 17319 with flag 18848/191804
11.05/9.85	c cleaning 7328 clauses out of 14659 with flag 41615/197804
11.35/10.14	c cleaning 7163 clauses out of 14329 with flag 70770/204802
11.65/10.46	c cleaning 7578 clauses out of 15165 with flag 101905/212802
12.05/10.83	c cleaning 8286 clauses out of 16588 with flag 136585/221804
12.36/11.18	c Got one! Elapsed wall clock time (in seconds):11.075
12.36/11.18	o 30
12.36/11.19	c Got one! Elapsed wall clock time (in seconds):11.084
12.36/11.19	o 28
12.65/11.42	c Got one! Elapsed wall clock time (in seconds):11.318
12.65/11.42	o 20
12.65/11.49	c cleaning 10699 clauses out of 21410 with flag 4457/234912
12.85/11.64	c Got one! Elapsed wall clock time (in seconds):11.536
12.85/11.64	o 10
12.96/11.72	c Got one! Elapsed wall clock time (in seconds):11.619
12.96/11.72	o 9
12.96/11.78	c cleaning 8479 clauses out of 16963 with flag 4757/241164
13.29/12.05	c cleaning 7240 clauses out of 14481 with flag 32715/247162
13.59/12.33	c cleaning 7121 clauses out of 14244 with flag 65177/254166
13.90/12.67	c cleaning 7559 clauses out of 15119 with flag 105714/262162
14.30/13.07	c cleaning 8277 clauses out of 16562 with flag 150126/271164
14.80/13.55	c cleaning 9140 clauses out of 18283 with flag 203335/281162
15.40/14.16	c cleaning 10067 clauses out of 20144 with flag 267649/292163
16.10/14.84	c cleaning 11035 clauses out of 22077 with flag 337575/304163
16.89/15.62	c cleaning 12015 clauses out of 24040 with flag 416338/317164
17.19/15.95	c starts		: 273
17.19/15.95	c conflicts		: 323285
17.19/15.95	c decisions		: 536343
17.19/15.95	c propagations		: 11073579
17.19/15.95	c inspects		: 176031118
17.19/15.95	c shortcuts		: 0
17.19/15.95	c learnt literals	: 28
17.19/15.95	c learnt binary clauses	: 17
17.19/15.95	c learnt ternary clauses	: 805
17.19/15.95	c learnt constraints	: 323256
17.19/15.95	c ignored constraints	: 0
17.19/15.95	c root simplifications	: 0
17.19/15.95	c removed literals (reason simplification)	: 0
17.19/15.95	c reason swapping (by a shorter reason)	: 0
17.19/15.95	c Calls to reduceDB	: 42
17.19/15.95	c Number of update (reduction) of LBD	: 104768
17.19/15.95	c Imported unit clauses	: 0
17.19/15.95	c number of reductions to clauses (during analyze)	: 0
17.19/15.95	c number of learned constraints concerned by reduction	: 0
17.19/15.95	c number of learning phase by resolution	: 0
17.19/15.95	c number of learning phase by cutting planes	: 0
17.19/15.95	c speed (assignments/second)	: 701081.2915479583
17.19/15.95	c non guided choices	3923
17.19/15.95	c learnt constraints type 
17.19/15.95	s OPTIMUM FOUND
17.19/15.95	c Found 86 solution(s)
17.19/15.96	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
17.19/15.96	c objective function=9
17.19/15.96	c Total wall clock time (in seconds): 15.854

Verifier Data

OK	9

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

pid=9734
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.17 2.19 2.18 3/194 9737
/proc/meminfo: memFree=29772872/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 8833299 98570240 976 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 24065 976 743 9 0 16771 0
[pid=9737/tid=9738] ppid=9734 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8833299 98570240 976 33554432000 1073741824 1073778376 140734967099664 140707694616104 213419640192 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.17 2.19 2.18 3/194 9737
/proc/meminfo: memFree=29772872/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 4513 0 1 0 10 0 0 0 20 0 18 0 8833299 9787879424 5624 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 2389619 5624 2155 9 0 2380296 0
[pid=9737/tid=9738] ppid=9734 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 8833299 9787879424 5624 33554432000 1073741824 1073778376 140734967099664 140707694620376 140707697477246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 2.17 2.19 2.18 3/194 9737
/proc/meminfo: memFree=29772872/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 6439 0 1 0 27 1 0 0 20 0 19 0 8833299 9856040960 7505 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 2406260 7505 2237 9 0 2396937 0
[pid=9737/tid=9738] ppid=9734 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 2460 0 1 0 17 0 0 0 20 0 19 0 8833299 9856040960 7505 33554432000 1073741824 1073778376 140734967099664 140707694621312 140707566884256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.30032 s]
/proc/loadavg: 2.17 2.19 2.18 3/194 9737
/proc/meminfo: memFree=29772872/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 6635 0 1 0 48 1 0 0 20 0 19 0 8833299 9856040960 8080 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 2406260 8080 2243 9 0 2396937 0
[pid=9737/tid=9738] ppid=9734 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 2463 0 1 0 27 0 0 0 20 0 19 0 8833299 9856040960 8080 33554432000 1073741824 1073778376 140734967099664 140707694621312 140707566945293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700298 s]
/proc/loadavg: 2.17 2.19 2.18 3/194 9737
/proc/meminfo: memFree=29772872/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 8812 0 1 0 107 2 0 0 20 0 19 0 8833299 9856040960 9807 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 2406260 9807 2259 9 0 2396937 0
[pid=9737/tid=9738] ppid=9734 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 2465 0 1 0 66 1 0 0 20 0 19 0 8833299 9856040960 9807 33554432000 1073741824 1073778376 140734967099664 140707694621312 140707567322906 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.17 2.19 2.18 3/213 9756
/proc/meminfo: memFree=29739448/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 9325 0 1 0 194 2 0 0 20 0 19 0 8833299 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 2406260 10881 2262 9 0 2396937 0
[pid=9737/tid=9738] ppid=9734 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 2468 0 1 0 146 1 0 0 20 0 19 0 8833299 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707694621192 140707567281469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707538459560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707537407016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707536353960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707535301416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707534248360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707533195816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707532142760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707531090216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707518892904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707517839224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707516786056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707515734800 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 7986 0 -1 4202560 3135 0 0 0 27 0 0 0 20 0 19 0 8833304 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707514681656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 7986 0 -1 4202560 2452 0 0 0 18 0 0 0 20 0 19 0 8833304 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707513629112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707512576248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707511523912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9756/stat : 9756 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833315 9856040960 10881 33554432000 1073741824 1073778376 140734967099664 140707510421032 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 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.17 2.19 2.18 3/213 9756
/proc/meminfo: memFree=29733552/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 11849 0 1 0 365 3 0 0 20 0 19 0 8833299 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 2406260 13456 2262 9 0 2396937 0
[pid=9737/tid=9738] ppid=9734 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 2473 0 1 0 306 1 0 0 20 0 19 0 8833299 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707694620136 140707567305440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707538459560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707537407016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707536353960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707535301416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707534248360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707533195816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707532142760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707531090216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707518892904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707517839224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707516786056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707515734800 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 7986 0 -1 4202560 3135 0 0 0 27 0 0 0 20 0 19 0 8833304 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707514681656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 7986 0 -1 4202560 4971 0 0 0 29 1 0 0 20 0 19 0 8833304 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707513629112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707512576248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707511523912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9756/stat : 9756 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833315 9856040960 13456 33554432000 1073741824 1073778376 140734967099664 140707510421032 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.15 2.19 2.18 4/213 9756
/proc/meminfo: memFree=29714128/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=9625040 CPUtime=6.99 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 12711 0 1 0 696 3 0 0 20 0 19 0 8833299 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 2406260 17501 2264 9 0 2396937 0
[pid=9737/tid=9738] ppid=9734 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 2483 0 1 0 625 1 0 0 20 0 19 0 8833299 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707694612784 140707567258417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707538459560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707537407016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707536353960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707535301416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707534248360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707533195816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707532142760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707531090216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707518892904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707517839224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707516786056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707515734800 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 7986 0 -1 4202560 3139 0 0 0 30 0 0 0 20 0 19 0 8833304 9856040960 17501 33554432000 1073741824 1073778376 140734967099664 140707514681656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9625040 CPUtime=0.39 cores=1,3,5,7

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

[pid=9737/tid=9742] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707536353960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707535301416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707534248360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707533195816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707532142760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707531090216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707518892904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707517839224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707516786056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707515734800 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 7986 0 -1 4202560 5215 0 0 0 44 2 0 0 20 0 19 0 8833304 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707514681656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 7986 0 -1 4202560 12450 0 0 0 81 3 0 0 20 0 19 0 8833304 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707513629112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707512576248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707511523912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9756/stat : 9756 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833315 9856040960 32302 33554432000 1073741824 1073778376 140734967099664 140707510421032 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.49
Current children cumulated vsize (KiB) 9625040

[startup+15.6007 s]
/proc/loadavg: 2.13 2.18 2.17 3/213 9756
/proc/meminfo: memFree=29652700/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=9625040 CPUtime=16.89 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 21449 0 1 0 1683 6 0 0 20 0 19 0 8833299 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 2406260 32814 2264 9 0 2396937 0
[pid=9737/tid=9738] ppid=9734 vsize=9625040 CPUtime=15.53 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 2513 0 1 0 1551 2 0 0 20 0 19 0 8833299 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707694612176 140707567266548 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707538459560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707537407016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707536353960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707535301416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707534248360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707533195816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707532142760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707531090216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707518892904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707517839224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707516786056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707515734800 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 7986 0 -1 4202560 5215 0 0 0 44 2 0 0 20 0 19 0 8833304 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707514681656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 7986 0 -1 4202560 12450 0 0 0 81 3 0 0 20 0 19 0 8833304 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707513629112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707512576248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707511523912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9756/stat : 9756 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833315 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707510421032 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 16.89
Current children cumulated vsize (KiB) 9625040

[startup+15.8007 s]
/proc/loadavg: 2.13 2.18 2.17 3/213 9756
/proc/meminfo: memFree=29652700/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=9625040 CPUtime=17.09 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 21449 0 1 0 1703 6 0 0 20 0 19 0 8833299 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 2406260 32814 2264 9 0 2396937 0
[pid=9737/tid=9738] ppid=9734 vsize=9625040 CPUtime=15.73 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 2513 0 1 0 1571 2 0 0 20 0 19 0 8833299 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707694612176 140707567322911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707538459560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707537407016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707536353960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707535301416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707534248360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707533195816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707532142760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707531090216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707518892904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707517839224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707516786056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707515734800 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 7986 0 -1 4202560 5215 0 0 0 44 2 0 0 20 0 19 0 8833304 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707514681656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 7986 0 -1 4202560 12450 0 0 0 81 3 0 0 20 0 19 0 8833304 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707513629112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707512576248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707511523912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9756/stat : 9756 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833315 9856040960 32814 33554432000 1073741824 1073778376 140734967099664 140707510421032 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.09
Current children cumulated vsize (KiB) 9625040

[startup+15.9008 s]
/proc/loadavg: 2.13 2.18 2.17 3/213 9756
/proc/meminfo: memFree=29652700/32872528 swapFree=1399392/1569044
[pid=9737] ppid=9734 vsize=9625040 CPUtime=17.19 cores=1,3,5,7
/proc/9737/stat : 9737 (java) S 9734 9737 7986 0 -1 4202496 21450 0 1 0 1713 6 0 0 20 0 19 0 8833299 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140734967090800 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9737/statm: 2406260 33326 2264 9 0 2396937 0
[pid=9737/tid=9738] ppid=9734 vsize=9625040 CPUtime=15.83 cores=1,3,5,7
/proc/9737/task/9738/stat : 9738 (java) R 9734 9737 7986 0 -1 4202560 2514 0 1 0 1581 2 0 0 20 0 19 0 8833299 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707694612176 140707567296112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9740] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9740/stat : 9740 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707538459560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9741] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9741/stat : 9741 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707537407016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9742] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9742/stat : 9742 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707536353960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9743] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9743/stat : 9743 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707535301416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9744] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9744/stat : 9744 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707534248360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9745] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9745/stat : 9745 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707533195816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9737/tid=9746] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9746/stat : 9746 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707532142760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9747] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9747/stat : 9747 (java) S 9734 9737 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8833300 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707531090216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9748] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9748/stat : 9748 (java) S 9734 9737 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707518892904 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9749] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9749/stat : 9749 (java) S 9734 9737 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707517839224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9750] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9750/stat : 9750 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833301 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707516786056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9751] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9751/stat : 9751 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707515734800 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9752] ppid=9734 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9737/task/9752/stat : 9752 (java) S 9734 9737 7986 0 -1 4202560 5215 0 0 0 44 2 0 0 20 0 19 0 8833304 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707514681656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9737/tid=9753] ppid=9734 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/9737/task/9753/stat : 9753 (java) S 9734 9737 7986 0 -1 4202560 12450 0 0 0 81 3 0 0 20 0 19 0 8833304 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707513629112 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9754] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9754/stat : 9754 (java) S 9734 9737 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707512576248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9737/tid=9755] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9755/stat : 9755 (java) S 9734 9737 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8833304 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707511523912 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9737/tid=9756] ppid=9734 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9737/task/9756/stat : 9756 (java) S 9734 9737 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8833315 9856040960 33326 33554432000 1073741824 1073778376 140734967099664 140707510421032 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.19
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 15.9635
CPU time (s): 17.2504
CPU user time (s): 17.1494
CPU system time (s): 0.100984
CPU usage (%): 108.061
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.1494
system time used= 0.100984
maximum resident set size= 133368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21474
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= 715
involuntary context switches= 63

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

The end

Launcher Data

Begin job on node140 at 2016-06-16 11:04:41
IDJOB=4090903
IDBENCH=79243
IDSOLVER=2551
FILE ID=node140/4090903-1466067881
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.1110967142--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090903-1466067881/watcher-4090903-1466067881 -o /tmp/evaluation-result-4090903-1466067881/solver-4090903-1466067881 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090903-1466067881.wbo

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

MD5SUM BENCH= 7fd7081013808377c58c0d6e2ccd3b26
RANDOM SEED=1971846338

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:        29773400 kB
Buffers:            9492 kB
Cached:            43204 kB
SwapCached:         2572 kB
Active:           799304 kB
Inactive:          30060 kB
Active(anon):     777252 kB
Inactive(anon):     1792 kB
Active(file):      22052 kB
Inactive(file):    28268 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096812 kB
Dirty:               608 kB
Writeback:             0 kB
AnonPages:       2420092 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             564724 kB
SReclaimable:       8728 kB
SUnreclaim:       555996 kB
KernelStack:        1760 kB
PageTables:         8764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2535808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    995328 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:04:57