Trace number 4090600

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 12.5811 11.335

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-66-100-0.wbo
MD5SUMf6f5996763a3538cd959432d54a4a5d7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark5.13422
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090600-1466065130.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.053s.
0.09/0.16	c declared #vars     169
0.09/0.16	c internal #vars     211
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.09/0.16	c 101 constraints processed.
0.09/0.16	c objective function length is 42 literals
0.26/0.29	c SATISFIABLE
0.26/0.29	c OPTIMIZING...
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.26/0.29	o 886
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.224
0.55/0.33	o 767
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.233
0.55/0.34	o 765
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.241
0.55/0.35	o 764
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.259
0.55/0.37	o 761
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.265
0.55/0.37	o 755
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.271
0.55/0.38	o 749
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.275
0.55/0.38	o 746
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.68/0.40	o 737
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.299
0.68/0.41	o 719
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.353
0.68/0.46	o 688
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.36
0.68/0.47	o 533
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.365
0.68/0.47	o 504
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.368
0.68/0.47	o 501
0.87/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
0.87/0.52	o 497
0.87/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
0.87/0.55	o 474
0.87/0.56	c Got one! Elapsed wall clock time (in seconds):0.451
0.87/0.56	o 465
0.87/0.58	c Got one! Elapsed wall clock time (in seconds):0.476
0.87/0.58	o 462
0.98/0.64	c Got one! Elapsed wall clock time (in seconds):0.535
0.98/0.64	o 459
0.98/0.65	c Got one! Elapsed wall clock time (in seconds):0.546
0.98/0.65	o 450
0.98/0.66	c Got one! Elapsed wall clock time (in seconds):0.552
0.98/0.66	o 448
0.98/0.67	c Got one! Elapsed wall clock time (in seconds):0.559
0.98/0.67	o 443
0.98/0.67	c Got one! Elapsed wall clock time (in seconds):0.562
0.98/0.67	o 438
0.98/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
0.98/0.67	o 424
0.98/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
0.98/0.68	o 414
0.98/0.68	c Got one! Elapsed wall clock time (in seconds):0.576
0.98/0.68	o 411
0.98/0.68	c Got one! Elapsed wall clock time (in seconds):0.579
0.98/0.68	o 384
1.12/0.78	c cleaning 6646 clauses out of 13292 with flag 5332/13292
1.12/0.78	c Got one! Elapsed wall clock time (in seconds):0.677
1.12/0.78	o 383
1.25/0.84	c Got one! Elapsed wall clock time (in seconds):0.737
1.25/0.84	o 382
1.25/0.85	c Got one! Elapsed wall clock time (in seconds):0.743
1.25/0.85	o 380
1.25/0.85	c Got one! Elapsed wall clock time (in seconds):0.747
1.25/0.85	o 377
1.25/0.87	c Got one! Elapsed wall clock time (in seconds):0.759
1.25/0.87	o 371
1.25/0.87	c Got one! Elapsed wall clock time (in seconds):0.767
1.25/0.87	o 370
1.25/0.88	c Got one! Elapsed wall clock time (in seconds):0.774
1.25/0.88	o 368
1.25/0.89	c Got one! Elapsed wall clock time (in seconds):0.782
1.25/0.89	o 363
1.25/0.89	c Got one! Elapsed wall clock time (in seconds):0.788
1.25/0.89	o 362
1.36/0.90	c Got one! Elapsed wall clock time (in seconds):0.794
1.36/0.90	o 357
1.36/0.91	c Got one! Elapsed wall clock time (in seconds):0.804
1.36/0.91	o 349
1.36/0.94	c Got one! Elapsed wall clock time (in seconds):0.838
1.36/0.94	o 345
1.36/0.95	c Got one! Elapsed wall clock time (in seconds):0.847
1.36/0.95	o 343
1.36/0.97	c Got one! Elapsed wall clock time (in seconds):0.869
1.36/0.97	o 342
1.36/0.99	c Got one! Elapsed wall clock time (in seconds):0.88
1.36/0.99	o 337
1.47/1.00	c Got one! Elapsed wall clock time (in seconds):0.891
1.47/1.00	o 332
1.47/1.01	c Got one! Elapsed wall clock time (in seconds):0.903
1.47/1.01	o 325
1.47/1.01	c Got one! Elapsed wall clock time (in seconds):0.906
1.47/1.01	o 322
1.47/1.08	c Got one! Elapsed wall clock time (in seconds):0.975
1.47/1.08	o 320
1.58/1.10	c Got one! Elapsed wall clock time (in seconds):0.998
1.58/1.10	o 316
1.58/1.11	c Got one! Elapsed wall clock time (in seconds):1.006
1.58/1.11	o 287
1.58/1.17	c Got one! Elapsed wall clock time (in seconds):1.066
1.58/1.17	o 285
1.58/1.18	c Got one! Elapsed wall clock time (in seconds):1.071
1.58/1.18	o 278
1.58/1.20	c Got one! Elapsed wall clock time (in seconds):1.092
1.58/1.20	o 271
1.72/1.25	c cleaning 9366 clauses out of 18743 with flag 2895/25389
1.72/1.28	c Got one! Elapsed wall clock time (in seconds):1.171
1.72/1.28	o 262
1.72/1.28	c Got one! Elapsed wall clock time (in seconds):1.177
1.72/1.28	o 257
1.88/1.35	c Got one! Elapsed wall clock time (in seconds):1.244
1.88/1.35	o 251
1.98/1.43	c Got one! Elapsed wall clock time (in seconds):1.321
1.98/1.43	o 249
1.98/1.44	c Got one! Elapsed wall clock time (in seconds):1.331
1.98/1.44	o 248
1.98/1.44	c Got one! Elapsed wall clock time (in seconds):1.335
1.98/1.44	o 242
1.98/1.46	c Got one! Elapsed wall clock time (in seconds):1.351
1.98/1.46	o 231
1.98/1.47	c Got one! Elapsed wall clock time (in seconds):1.368
1.98/1.47	o 213
2.09/1.51	c Got one! Elapsed wall clock time (in seconds):1.406
2.09/1.51	o 210
2.09/1.52	c Got one! Elapsed wall clock time (in seconds):1.41
2.09/1.52	o 193
2.25/1.61	c cleaning 9172 clauses out of 18344 with flag 6982/34356
2.25/1.62	c Got one! Elapsed wall clock time (in seconds):1.515
2.25/1.62	o 181
2.36/1.75	c Got one! Elapsed wall clock time (in seconds):1.641
2.36/1.75	o 178
2.46/1.82	c Got one! Elapsed wall clock time (in seconds):1.71
2.46/1.82	o 173
2.46/1.83	c Got one! Elapsed wall clock time (in seconds):1.719
2.46/1.83	o 172
2.46/1.85	c Got one! Elapsed wall clock time (in seconds):1.739
2.46/1.85	o 168
2.46/1.89	c cleaning 8146 clauses out of 16293 with flag 2936/41477
2.56/1.90	c Got one! Elapsed wall clock time (in seconds):1.791
2.56/1.90	o 162
2.56/1.92	c Got one! Elapsed wall clock time (in seconds):1.816
2.56/1.92	o 155
2.56/1.95	c Got one! Elapsed wall clock time (in seconds):1.848
2.56/1.95	o 153
2.76/2.15	c cleaning 7501 clauses out of 15005 with flag 16625/48335
2.76/2.17	c Got one! Elapsed wall clock time (in seconds):2.063
2.76/2.17	o 152
2.87/2.24	c Got one! Elapsed wall clock time (in seconds):2.137
2.87/2.24	o 138
3.06/2.40	c Got one! Elapsed wall clock time (in seconds):2.295
3.06/2.40	o 137
3.06/2.45	c cleaning 7498 clauses out of 15002 with flag 3425/55833
3.16/2.50	c Got one! Elapsed wall clock time (in seconds):2.398
3.16/2.50	o 135
3.26/2.66	c cleaning 6560 clauses out of 13142 with flag 13679/61471
3.46/2.81	c Got one! Elapsed wall clock time (in seconds):2.7
3.46/2.81	o 131
3.46/2.85	c cleaning 5946 clauses out of 11895 with flag 4021/66784
3.56/2.91	c Got one! Elapsed wall clock time (in seconds):2.8
3.56/2.91	o 129
3.66/3.06	c cleaning 5773 clauses out of 11569 with flag 13701/72404
3.76/3.16	c Got one! Elapsed wall clock time (in seconds):3.05
3.76/3.16	o 120
3.86/3.23	c cleaning 5401 clauses out of 10802 with flag 6706/77410
4.07/3.44	c cleaning 5693 clauses out of 11401 with flag 26104/83410
4.36/3.71	c cleaning 6354 clauses out of 12710 with flag 49593/90412
4.56/3.90	c Got one! Elapsed wall clock time (in seconds):3.792
4.56/3.90	o 113
4.56/3.94	c cleaning 5977 clauses out of 11959 with flag 3181/96016
4.66/4.02	c Got one! Elapsed wall clock time (in seconds):3.913
4.66/4.02	o 107
4.76/4.14	c cleaning 5603 clauses out of 11218 with flag 10641/101252
4.97/4.32	c Got one! Elapsed wall clock time (in seconds):4.21
4.97/4.32	o 73
5.17/4.53	c cleaning 7961 clauses out of 15929 with flag 17748/111567
5.17/4.59	c Got one! Elapsed wall clock time (in seconds):4.479
5.17/4.59	o 72
5.37/4.71	c cleaning 6497 clauses out of 13004 with flag 11523/116603
5.57/4.92	c cleaning 6254 clauses out of 12507 with flag 33306/122603
5.77/5.18	c cleaning 6628 clauses out of 13255 with flag 59405/129605
6.07/5.48	c cleaning 7309 clauses out of 14625 with flag 89342/137603
6.47/5.85	c cleaning 8154 clauses out of 16317 with flag 124013/146604
6.67/6.09	c Got one! Elapsed wall clock time (in seconds):5.979
6.67/6.09	o 54
6.97/6.32	c cleaning 9763 clauses out of 19548 with flag 20395/157990
6.97/6.37	c Got one! Elapsed wall clock time (in seconds):6.263
6.97/6.37	o 52
7.17/6.53	c cleaning 7556 clauses out of 15118 with flag 15539/163324
7.39/6.75	c cleaning 6774 clauses out of 13560 with flag 39388/169322
7.68/7.00	c cleaning 6889 clauses out of 13786 with flag 67180/176322
7.68/7.08	c Got one! Elapsed wall clock time (in seconds):6.972
7.68/7.08	o 43
7.78/7.19	c cleaning 6080 clauses out of 12189 with flag 11586/181615
7.98/7.39	c cleaning 6048 clauses out of 12109 with flag 32505/187616
8.28/7.63	c cleaning 6529 clauses out of 13060 with flag 58904/194615
8.39/7.73	c Got one! Elapsed wall clock time (in seconds):7.627
8.39/7.73	o 29
8.39/7.76	c Got one! Elapsed wall clock time (in seconds):7.657
8.39/7.76	o 28
8.49/7.84	c cleaning 6316 clauses out of 12641 with flag 8151/200725
8.68/8.05	c cleaning 6155 clauses out of 12325 with flag 33073/206725
8.98/8.30	c cleaning 6583 clauses out of 13173 with flag 62139/213729
9.18/8.58	c cleaning 7292 clauses out of 14587 with flag 94666/221726
9.59/8.91	c cleaning 8146 clauses out of 16293 with flag 131037/230725
9.98/9.31	c cleaning 9065 clauses out of 18145 with flag 172637/240725
10.18/9.56	c Got one! Elapsed wall clock time (in seconds):9.45
10.18/9.56	o 21
10.49/9.83	c cleaning 10309 clauses out of 20625 with flag 22701/252271
11.00/10.10	c cleaning 8150 clauses out of 16313 with flag 49904/258268
11.41/10.39	c cleaning 7578 clauses out of 15162 with flag 80553/265270
11.95/10.72	c cleaning 7788 clauses out of 15580 with flag 118891/273268
12.26/11.10	c cleaning 8390 clauses out of 16785 with flag 161018/282271
12.36/11.16	c Got one! Elapsed wall clock time (in seconds):11.057
12.36/11.16	o 15
12.45/11.23	c Got one! Elapsed wall clock time (in seconds):11.122
12.45/11.23	o 14
12.55/11.33	c starts		: 265
12.55/11.33	c conflicts		: 287713
12.55/11.33	c decisions		: 438805
12.55/11.33	c propagations		: 6387864
12.55/11.33	c inspects		: 143152873
12.55/11.33	c shortcuts		: 0
12.55/11.33	c learnt literals	: 47
12.55/11.33	c learnt binary clauses	: 5
12.55/11.33	c learnt ternary clauses	: 359
12.55/11.33	c learnt constraints	: 287665
12.55/11.33	c ignored constraints	: 0
12.55/11.33	c root simplifications	: 0
12.55/11.33	c removed literals (reason simplification)	: 0
12.55/11.33	c reason swapping (by a shorter reason)	: 0
12.55/11.33	c Calls to reduceDB	: 38
12.55/11.33	c Number of update (reduction) of LBD	: 61845
12.55/11.33	c Imported unit clauses	: 0
12.55/11.33	c number of reductions to clauses (during analyze)	: 0
12.55/11.33	c number of learned constraints concerned by reduction	: 0
12.55/11.33	c number of learning phase by resolution	: 0
12.55/11.33	c number of learning phase by cutting planes	: 0
12.55/11.33	c speed (assignments/second)	: 572184.1633823003
12.55/11.33	c non guided choices	3177
12.55/11.33	c learnt constraints type 
12.55/11.33	s OPTIMUM FOUND
12.55/11.33	c Found 88 solution(s)
12.55/11.33	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 
12.55/11.33	c objective function=14
12.55/11.33	c Total wall clock time (in seconds): 11.221

Verifier Data

OK	14

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

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.05 1.93 3/194 10814
/proc/meminfo: memFree=32001084/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/10814/stat : 10814 (java) R 10811 10814 9094 0 -1 4202496 1050 0 0 0 0 0 0 0 20 0 1 0 8557862 23793664 699 33554432000 1073741824 1073778376 140734401648592 140734401637656 243756208571 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 5809 705 520 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 2.11 2.05 1.93 3/194 10814
/proc/meminfo: memFree=32001084/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10814/stat : 10814 (java) S 10811 10814 9094 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 8557862 9787879424 6048 33554432000 1073741824 1073778376 140734401648592 140734401639728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 2389619 6048 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.11 2.05 1.93 3/194 10814
/proc/meminfo: memFree=32001084/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10814/stat : 10814 (java) S 10811 10814 9094 0 -1 4202496 6526 0 1 0 25 1 0 0 20 0 19 0 8557862 9856040960 8633 33554432000 1073741824 1073778376 140734401648592 140734401639728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 2406260 8641 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300227 s]
/proc/loadavg: 2.11 2.05 1.93 3/194 10814
/proc/meminfo: memFree=32001084/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/10814/stat : 10814 (java) S 10811 10814 9094 0 -1 4202496 7594 0 1 0 53 2 0 0 20 0 19 0 8557862 9856040960 8845 33554432000 1073741824 1073778376 140734401648592 140734401639728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 2406260 8845 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700127 s]
/proc/loadavg: 2.11 2.05 1.93 3/194 10814
/proc/meminfo: memFree=32001084/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/10814/stat : 10814 (java) S 10811 10814 9094 0 -1 4202496 9384 0 1 0 110 2 0 0 20 0 19 0 8557862 9856040960 9478 33554432000 1073741824 1073778376 140734401648592 140734401639728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 2406260 9478 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50067 s]
/proc/loadavg: 2.11 2.05 1.93 3/213 10833
/proc/meminfo: memFree=31944324/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/10814/stat : 10814 (java) S 10811 10814 9094 0 -1 4202496 10733 0 1 0 207 2 0 0 20 0 19 0 8557862 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140734401639728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 2406260 11113 2261 9 0 2396937 0
[pid=10814/tid=10816] ppid=10811 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10814/task/10816/stat : 10816 (java) R 10811 10814 9094 0 -1 4202560 2416 0 1 0 145 2 0 0 20 0 19 0 8557862 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089746449384 140089569546604 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10814/tid=10817] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10817/stat : 10817 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089707940136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10818] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10818/stat : 10818 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089706887336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10819] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10819/stat : 10819 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089705835048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10820] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10820/stat : 10820 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089704782248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10814/tid=10821] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10821/stat : 10821 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089703729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10822] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10822/stat : 10822 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089702677160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10823] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10823/stat : 10823 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089701624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10824] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10824/stat : 10824 (java) S 10811 10814 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089700572072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10825] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10825/stat : 10825 (java) S 10811 10814 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8557864 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089688160488 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10826] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10826/stat : 10826 (java) S 10811 10814 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089569043448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10827] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10827/stat : 10827 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089567991048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10828] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10828/stat : 10828 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089566939536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10829] ppid=10811 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/10814/task/10829/stat : 10829 (java) S 10811 10814 9094 0 -1 4202560 4881 0 0 0 38 0 0 0 20 0 19 0 8557867 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089565887160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10830] ppid=10811 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/10814/task/10830/stat : 10830 (java) S 10811 10814 9094 0 -1 4202560 2163 0 0 0 21 0 0 0 20 0 19 0 8557867 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089564834360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10831] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10831/stat : 10831 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089563782264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10832] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10832/stat : 10832 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089562729672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10833] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10833/stat : 10833 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557878 9856040960 11113 33554432000 1073741824 1073778376 140734401648592 140089561674664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.11 2.05 1.93 3/212 10833
/proc/meminfo: memFree=31933092/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=9625040 CPUtime=3.76 cores=0,2,4,6
/proc/10814/stat : 10814 (java) S 10811 10814 9094 0 -1 4202496 10919 0 1 0 374 2 0 0 20 0 19 0 8557862 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140734401639728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 2406260 13700 2263 9 0 2396937 0
[pid=10814/tid=10816] ppid=10811 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/10814/task/10816/stat : 10816 (java) R 10811 10814 9094 0 -1 4202560 2422 0 1 0 304 2 0 0 20 0 19 0 8557862 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089746439888 140089569568310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10817] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10817/stat : 10817 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089707940136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10818] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10818/stat : 10818 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089706887336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10819] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10819/stat : 10819 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089705835048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10820] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10820/stat : 10820 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089704782248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10814/tid=10821] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10821/stat : 10821 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089703729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10822] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10822/stat : 10822 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089702677160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10823] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10823/stat : 10823 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089701624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10824] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10824/stat : 10824 (java) S 10811 10814 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089700572072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10825] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10825/stat : 10825 (java) S 10811 10814 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8557864 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089688160488 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10826] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10826/stat : 10826 (java) S 10811 10814 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089569043448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10827] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10827/stat : 10827 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089567991048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10828] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10828/stat : 10828 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089566939536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10829] ppid=10811 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/10814/task/10829/stat : 10829 (java) S 10811 10814 9094 0 -1 4202560 5022 0 0 0 44 0 0 0 20 0 19 0 8557867 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089565887160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10830] ppid=10811 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10814/task/10830/stat : 10830 (java) S 10811 10814 9094 0 -1 4202560 2202 0 0 0 23 0 0 0 20 0 19 0 8557867 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089564834360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10831] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10831/stat : 10831 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089563782264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10832] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10832/stat : 10832 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089562729672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10833] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10833/stat : 10833 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557878 9856040960 13700 33554432000 1073741824 1073778376 140734401648592 140089561674664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.02 2.03 1.92 3/212 10898
/proc/meminfo: memFree=31956532/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=9625040 CPUtime=6.97 cores=0,2,4,6
/proc/10814/stat : 10814 (java) S 10811 10814 9094 0 -1 4202496 10931 0 1 0 694 3 0 0 20 0 19 0 8557862 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140734401639728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 2406260 17836 2264 9 0 2396937 0
[pid=10814/tid=10816] ppid=10811 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/10814/task/10816/stat : 10816 (java) R 10811 10814 9094 0 -1 4202560 2433 0 1 0 622 2 0 0 20 0 19 0 8557862 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089746440496 140089569567997 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10817] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10817/stat : 10817 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089707940136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10818] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10818/stat : 10818 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089706887336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10819] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10819/stat : 10819 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089705835048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10820] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10820/stat : 10820 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089704782248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10814/tid=10821] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10821/stat : 10821 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089703729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10822] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10822/stat : 10822 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089702677160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10823] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10823/stat : 10823 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089701624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10824] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10824/stat : 10824 (java) S 10811 10814 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089700572072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10825] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10825/stat : 10825 (java) S 10811 10814 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8557864 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089688160488 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10826] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10826/stat : 10826 (java) S 10811 10814 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089569043448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10827] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10827/stat : 10827 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089567991048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10828] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10828/stat : 10828 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089566939536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10829] ppid=10811 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/10814/task/10829/stat : 10829 (java) S 10811 10814 9094 0 -1 4202560 5022 0 0 0 44 0 0 0 20 0 19 0 8557867 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089565887160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10830] ppid=10811 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10814/task/10830/stat : 10830 (java) S 10811 10814 9094 0 -1 4202560 2202 0 0 0 23 0 0 0 20 0 19 0 8557867 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089564834360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10831] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10831/stat : 10831 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089563782264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10832] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10832/stat : 10832 (java) S 10811 10814 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089562729672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10833] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10833/stat : 10833 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557878 9856040960 17836 33554432000 1073741824 1073778376 140734401648592 140089561674664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 9625040


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

[pid=10814/tid=10819] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10819/stat : 10819 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27831 33554432000 1073741824 1073778376 140734401648592 140089705835048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10820] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10820/stat : 10820 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27842 33554432000 1073741824 1073778376 140734401648592 140089704782248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10814/tid=10821] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10821/stat : 10821 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27853 33554432000 1073741824 1073778376 140734401648592 140089703729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10822] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10822/stat : 10822 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089702677160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10823] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10823/stat : 10823 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089701624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10824] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10824/stat : 10824 (java) S 10811 10814 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089700572072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10825] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10825/stat : 10825 (java) S 10811 10814 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8557864 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089688160488 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10826] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10826/stat : 10826 (java) S 10811 10814 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089569043448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10827] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10827/stat : 10827 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089567991048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10828] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10828/stat : 10828 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089566939536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10829] ppid=10811 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/10814/task/10829/stat : 10829 (java) R 10811 10814 9094 0 -1 4202560 13500 0 0 0 94 2 0 0 20 0 19 0 8557867 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089565874440 140089750565328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10830] ppid=10811 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10814/task/10830/stat : 10830 (java) S 10811 10814 9094 0 -1 4202560 2389 0 0 0 26 0 0 0 20 0 19 0 8557867 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089564834360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10831] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10831/stat : 10831 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089563782264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10832] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10832/stat : 10832 (java) S 10811 10814 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089562729672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10833] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10833/stat : 10833 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557878 9856040960 27863 33554432000 1073741824 1073778376 140734401648592 140089561674664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 9625040

[startup+10.8007 s]
/proc/loadavg: 2.02 2.03 1.92 4/213 10899
/proc/meminfo: memFree=31890252/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=9625040 CPUtime=12.05 cores=0,2,4,6
/proc/10814/stat : 10814 (java) S 10811 10814 9094 0 -1 4202496 19634 0 1 0 1201 4 0 0 20 0 19 0 8557862 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140734401639728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 2406260 27965 2264 9 0 2396937 0
[pid=10814/tid=10816] ppid=10811 vsize=9625040 CPUtime=10.73 cores=0,2,4,6
/proc/10814/task/10816/stat : 10816 (java) R 10811 10814 9094 0 -1 4202560 2446 0 1 0 1071 2 0 0 20 0 19 0 8557862 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089746439888 140089569503493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10817] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10817/stat : 10817 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089707940136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10818] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10818/stat : 10818 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089706887336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10819] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10819/stat : 10819 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089705835048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10820] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10820/stat : 10820 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089704782248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10814/tid=10821] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10821/stat : 10821 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089703729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10822] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10822/stat : 10822 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089702677160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10823] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10823/stat : 10823 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089701624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10824] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10824/stat : 10824 (java) S 10811 10814 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089700572072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10825] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10825/stat : 10825 (java) S 10811 10814 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8557864 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089688160488 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10826] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10826/stat : 10826 (java) S 10811 10814 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089569043448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10827] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10827/stat : 10827 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089567991048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10828] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10828/stat : 10828 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089566939536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10829] ppid=10811 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/10814/task/10829/stat : 10829 (java) S 10811 10814 9094 0 -1 4202560 13525 0 0 0 99 2 0 0 20 0 19 0 8557867 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089565887160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10830] ppid=10811 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10814/task/10830/stat : 10830 (java) S 10811 10814 9094 0 -1 4202560 2389 0 0 0 26 0 0 0 20 0 19 0 8557867 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089564834360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10831] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10831/stat : 10831 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089563782264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10832] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10832/stat : 10832 (java) S 10811 10814 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089562729672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10833] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10833/stat : 10833 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557878 9856040960 27965 33554432000 1073741824 1073778376 140734401648592 140089561674664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 9625040

[startup+11.2008 s]
/proc/loadavg: 2.02 2.03 1.92 3/213 10899
/proc/meminfo: memFree=31872636/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=9625040 CPUtime=12.45 cores=0,2,4,6
/proc/10814/stat : 10814 (java) S 10811 10814 9094 0 -1 4202496 19635 0 1 0 1241 4 0 0 20 0 19 0 8557862 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140734401639728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 2406260 28477 2264 9 0 2396937 0
[pid=10814/tid=10816] ppid=10811 vsize=9625040 CPUtime=11.13 cores=0,2,4,6
/proc/10814/task/10816/stat : 10816 (java) R 10811 10814 9094 0 -1 4202560 2447 0 1 0 1111 2 0 0 20 0 19 0 8557862 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089746440496 140089569545095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10817] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10817/stat : 10817 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089707940136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10818] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10818/stat : 10818 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089706887336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10819] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10819/stat : 10819 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089705835048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10820] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10820/stat : 10820 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089704782248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10814/tid=10821] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10821/stat : 10821 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089703729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10822] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10822/stat : 10822 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089702677160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10823] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10823/stat : 10823 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089701624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10824] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10824/stat : 10824 (java) S 10811 10814 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089700572072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10825] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10825/stat : 10825 (java) S 10811 10814 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8557864 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089688160488 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10826] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10826/stat : 10826 (java) S 10811 10814 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089569043448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10827] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10827/stat : 10827 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089567991048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10828] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10828/stat : 10828 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089566939536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10829] ppid=10811 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/10814/task/10829/stat : 10829 (java) S 10811 10814 9094 0 -1 4202560 13525 0 0 0 99 2 0 0 20 0 19 0 8557867 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089565887160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10830] ppid=10811 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10814/task/10830/stat : 10830 (java) S 10811 10814 9094 0 -1 4202560 2389 0 0 0 26 0 0 0 20 0 19 0 8557867 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089564834360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10831] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10831/stat : 10831 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089563782264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10832] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10832/stat : 10832 (java) S 10811 10814 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089562729672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10833] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10833/stat : 10833 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557878 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089561674664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 9625040

[startup+11.3008 s]
/proc/loadavg: 2.02 2.03 1.92 3/213 10899
/proc/meminfo: memFree=31872636/32872528 swapFree=7268/7268
[pid=10814] ppid=10811 vsize=9625040 CPUtime=12.55 cores=0,2,4,6
/proc/10814/stat : 10814 (java) S 10811 10814 9094 0 -1 4202496 19635 0 1 0 1251 4 0 0 20 0 19 0 8557862 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140734401639728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10814/statm: 2406260 28477 2264 9 0 2396937 0
[pid=10814/tid=10816] ppid=10811 vsize=9625040 CPUtime=11.23 cores=0,2,4,6
/proc/10814/task/10816/stat : 10816 (java) R 10811 10814 9094 0 -1 4202560 2447 0 1 0 1121 2 0 0 20 0 19 0 8557862 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089746440496 140089569568420 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10817] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10817/stat : 10817 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089707940136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10818] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10818/stat : 10818 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089706887336 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10819] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10819/stat : 10819 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089705835048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10820] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10820/stat : 10820 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089704782248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10814/tid=10821] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10821/stat : 10821 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089703729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10822] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10822/stat : 10822 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089702677160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10814/tid=10823] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10823/stat : 10823 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089701624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10824] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10824/stat : 10824 (java) S 10811 10814 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8557863 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089700572072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10825] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10825/stat : 10825 (java) S 10811 10814 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8557864 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089688160488 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10826] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10826/stat : 10826 (java) S 10811 10814 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089569043448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10827] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10827/stat : 10827 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557865 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089567991048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10828] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10828/stat : 10828 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089566939536 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10829] ppid=10811 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/10814/task/10829/stat : 10829 (java) S 10811 10814 9094 0 -1 4202560 13525 0 0 0 99 2 0 0 20 0 19 0 8557867 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089565887160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10830] ppid=10811 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10814/task/10830/stat : 10830 (java) S 10811 10814 9094 0 -1 4202560 2389 0 0 0 26 0 0 0 20 0 19 0 8557867 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089564834360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10831] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10831/stat : 10831 (java) S 10811 10814 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089563782264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10814/tid=10832] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10832/stat : 10832 (java) S 10811 10814 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8557867 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089562729672 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10814/tid=10833] ppid=10811 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10814/task/10833/stat : 10833 (java) S 10811 10814 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8557878 9856040960 28477 33554432000 1073741824 1073778376 140734401648592 140089561674664 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.335
CPU time (s): 12.5811
CPU user time (s): 12.5101
CPU system time (s): 0.070989
CPU usage (%): 110.993
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5101
system time used= 0.070989
maximum resident set size= 116020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19659
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= 529
involuntary context switches= 243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052991 second user time and 0.097985 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:18:50
IDJOB=4090600
IDBENCH=78873
IDSOLVER=2551
FILE ID=node151/4090600-1466065130
RUNJOBID= node151-1466062104-9110
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213868--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090600-1466065130/watcher-4090600-1466065130 -o /tmp/evaluation-result-4090600-1466065130/solver-4090600-1466065130 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090600-1466065130.wbo

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

MD5SUM BENCH= f6f5996763a3538cd959432d54a4a5d7
RANDOM SEED=1345056212

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        32001728 kB
Buffers:            5504 kB
Cached:            38880 kB
SwapCached:        61608 kB
Active:            73844 kB
Inactive:          81852 kB
Active(anon):      52248 kB
Inactive(anon):    61024 kB
Active(file):      21596 kB
Inactive(file):    20828 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1280 kB
Writeback:             0 kB
AnonPages:        129144 kB
Mapped:            15268 kB
Shmem:                 0 kB
Slab:             565768 kB
SReclaimable:       8868 kB
SUnreclaim:       556900 kB
KernelStack:        1760 kB
PageTables:         4244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node151 at 2016-06-16 10:19:02