Trace number 4110228

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 18.3712 16.8845

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-0-100-0.wbo
MD5SUM2aecdb7c21b6040137fec95add861f35
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark3.3055
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1270
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110228-1466343850.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
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.27/0.25	c SATISFIABLE
0.27/0.25	c OPTIMIZING...
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.138
0.27/0.25	o 1555
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.228
0.50/0.34	o 903
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.234
0.50/0.34	o 779
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.238
0.50/0.35	o 572
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.242
0.50/0.35	o 560
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.247
0.50/0.36	o 553
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.251
0.50/0.36	o 549
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.274
0.50/0.38	o 548
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.279
0.50/0.39	o 541
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.50/0.39	o 521
0.65/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.65/0.40	o 505
0.65/0.40	c Got one! Elapsed wall clock time (in seconds):0.296
0.65/0.40	o 495
0.65/0.42	c Got one! Elapsed wall clock time (in seconds):0.309
0.65/0.42	o 488
0.65/0.42	c Got one! Elapsed wall clock time (in seconds):0.317
0.65/0.42	o 486
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.332
0.65/0.44	o 429
0.65/0.46	c Got one! Elapsed wall clock time (in seconds):0.356
0.65/0.46	o 394
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.65/0.47	o 393
0.65/0.48	c Got one! Elapsed wall clock time (in seconds):0.373
0.65/0.48	o 390
0.65/0.49	c Got one! Elapsed wall clock time (in seconds):0.384
0.65/0.49	o 389
0.81/0.50	c Got one! Elapsed wall clock time (in seconds):0.393
0.81/0.50	o 388
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.431
0.81/0.54	o 376
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
0.81/0.54	o 363
0.81/0.58	c Got one! Elapsed wall clock time (in seconds):0.474
0.81/0.58	o 361
0.81/0.59	c Got one! Elapsed wall clock time (in seconds):0.484
0.81/0.59	o 358
0.93/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
0.93/0.60	o 357
1.16/0.73	c Got one! Elapsed wall clock time (in seconds):0.62
1.16/0.73	o 355
1.16/0.78	c Got one! Elapsed wall clock time (in seconds):0.669
1.16/0.78	o 353
1.16/0.79	c Got one! Elapsed wall clock time (in seconds):0.68
1.16/0.79	o 351
1.30/0.80	c Got one! Elapsed wall clock time (in seconds):0.689
1.30/0.80	o 340
1.30/0.80	c Got one! Elapsed wall clock time (in seconds):0.696
1.30/0.80	o 328
1.30/0.81	c Got one! Elapsed wall clock time (in seconds):0.706
1.30/0.81	o 312
1.30/0.85	c Got one! Elapsed wall clock time (in seconds):0.744
1.30/0.85	o 298
1.30/0.86	c Got one! Elapsed wall clock time (in seconds):0.753
1.30/0.86	o 296
1.30/0.89	c Got one! Elapsed wall clock time (in seconds):0.778
1.30/0.89	o 295
1.30/0.89	c Got one! Elapsed wall clock time (in seconds):0.781
1.30/0.89	o 289
1.41/0.90	c Got one! Elapsed wall clock time (in seconds):0.79
1.41/0.90	o 288
1.41/0.91	c Got one! Elapsed wall clock time (in seconds):0.798
1.41/0.91	o 264
1.41/0.91	c Got one! Elapsed wall clock time (in seconds):0.8
1.41/0.91	o 201
1.41/0.92	c Got one! Elapsed wall clock time (in seconds):0.816
1.41/0.92	o 200
1.60/1.01	c cleaning 7720 clauses out of 15450 with flag 3924/15450
1.60/1.07	c Got one! Elapsed wall clock time (in seconds):0.959
1.60/1.07	o 198
1.60/1.08	c Got one! Elapsed wall clock time (in seconds):0.968
1.60/1.08	o 178
1.72/1.16	c Got one! Elapsed wall clock time (in seconds):1.052
1.72/1.16	o 175
1.83/1.22	c Got one! Elapsed wall clock time (in seconds):1.114
1.83/1.22	o 162
1.92/1.34	c cleaning 6986 clauses out of 13972 with flag 8357/21692
1.92/1.38	c Got one! Elapsed wall clock time (in seconds):1.267
1.92/1.38	o 145
2.26/1.62	c cleaning 6410 clauses out of 12820 with flag 21583/27526
2.26/1.64	c Got one! Elapsed wall clock time (in seconds):1.535
2.26/1.64	o 132
2.38/1.70	c Got one! Elapsed wall clock time (in seconds):1.594
2.38/1.70	o 131
2.38/1.77	c Got one! Elapsed wall clock time (in seconds):1.66
2.38/1.77	o 110
2.38/1.79	c Got one! Elapsed wall clock time (in seconds):1.684
2.38/1.79	o 104
2.48/1.80	c Got one! Elapsed wall clock time (in seconds):1.696
2.48/1.80	o 98
2.48/1.83	c Got one! Elapsed wall clock time (in seconds):1.726
2.48/1.83	o 94
2.72/2.02	c cleaning 6981 clauses out of 13979 with flag 10211/35095
3.15/2.23	c Got one! Elapsed wall clock time (in seconds):2.121
3.15/2.23	o 93
3.36/2.31	c cleaning 6166 clauses out of 12337 with flag 3935/40434
3.94/2.62	c cleaning 6083 clauses out of 12171 with flag 27540/46434
4.17/2.85	c Got one! Elapsed wall clock time (in seconds):2.745
4.17/2.85	o 86
4.17/2.87	c Got one! Elapsed wall clock time (in seconds):2.762
4.17/2.87	o 85
4.27/2.93	c cleaning 6058 clauses out of 12117 with flag 4065/52463
4.37/3.07	c Got one! Elapsed wall clock time (in seconds):2.962
4.37/3.07	o 84
4.46/3.14	c Got one! Elapsed wall clock time (in seconds):3.029
4.46/3.14	o 82
4.46/3.19	c cleaning 5821 clauses out of 11657 with flag 3647/58061
4.77/3.47	c Got one! Elapsed wall clock time (in seconds):3.361
4.77/3.47	o 77
4.86/3.58	c Got one! Elapsed wall clock time (in seconds):3.469
4.86/3.58	o 74
5.18/3.83	c cleaning 8781 clauses out of 17585 with flag 14712/69810
5.48/4.15	c cleaning 7395 clauses out of 14804 with flag 38749/75810
5.78/4.49	c cleaning 7196 clauses out of 14410 with flag 66200/82811
6.19/4.89	c cleaning 7606 clauses out of 15213 with flag 97585/90810
6.29/4.96	c Got one! Elapsed wall clock time (in seconds):4.848
6.29/4.96	o 72
6.49/5.16	c cleaning 6477 clauses out of 12969 with flag 16911/96172
6.69/5.35	c Got one! Elapsed wall clock time (in seconds):5.241
6.69/5.35	o 71
6.80/5.41	c cleaning 5877 clauses out of 11763 with flag 4366/101443
6.80/5.41	c Got one! Elapsed wall clock time (in seconds):5.306
6.80/5.41	o 68
6.80/5.45	c Got one! Elapsed wall clock time (in seconds):5.343
6.80/5.45	o 62
6.80/5.49	c Got one! Elapsed wall clock time (in seconds):5.387
6.80/5.49	o 60
6.91/5.53	c Got one! Elapsed wall clock time (in seconds):5.42
6.91/5.53	o 56
7.11/5.73	c cleaning 6357 clauses out of 12733 with flag 18090/108290
7.21/5.85	c Got one! Elapsed wall clock time (in seconds):5.745
7.21/5.85	o 55
7.31/5.98	c Got one! Elapsed wall clock time (in seconds):5.875
7.31/5.98	o 49
7.41/6.02	c Got one! Elapsed wall clock time (in seconds):5.915
7.41/6.02	o 48
7.41/6.08	c cleaning 6957 clauses out of 13926 with flag 4774/115840
7.41/6.09	c Got one! Elapsed wall clock time (in seconds):5.977
7.41/6.09	o 43
7.61/6.22	c Got one! Elapsed wall clock time (in seconds):6.113
7.61/6.22	o 41
7.71/6.32	c cleaning 6250 clauses out of 12499 with flag 7908/121370
7.91/6.56	c cleaning 6120 clauses out of 12249 with flag 29540/127370
8.11/6.71	c Got one! Elapsed wall clock time (in seconds):6.605
8.11/6.71	o 36
8.11/6.76	c cleaning 5604 clauses out of 11209 with flag 4447/132450
8.41/7.01	c cleaning 5801 clauses out of 11607 with flag 30244/138452
8.71/7.31	c cleaning 6400 clauses out of 12805 with flag 62896/145451
9.01/7.66	c cleaning 7198 clauses out of 14403 with flag 99098/153450
9.50/8.12	c cleaning 8099 clauses out of 16207 with flag 139528/162452
10.01/8.62	c cleaning 9051 clauses out of 18109 with flag 186468/172454
10.52/9.15	c cleaning 10022 clauses out of 20054 with flag 231509/183450
10.72/9.32	c Got one! Elapsed wall clock time (in seconds):9.213
10.72/9.32	o 33
10.82/9.43	c cleaning 7831 clauses out of 15677 with flag 10526/189095
11.02/9.69	c cleaning 6912 clauses out of 13845 with flag 37567/195095
11.33/9.99	c cleaning 6960 clauses out of 13934 with flag 67522/202096
11.72/10.35	c cleaning 7487 clauses out of 14974 with flag 99312/210096
12.13/10.79	c cleaning 8238 clauses out of 16485 with flag 140123/219095
12.33/10.96	c Got one! Elapsed wall clock time (in seconds):10.851
12.33/10.96	o 31
12.44/11.06	c cleaning 7060 clauses out of 14135 with flag 8986/224983
12.63/11.20	c Got one! Elapsed wall clock time (in seconds):11.093
12.63/11.20	o 28
12.63/11.25	c Got one! Elapsed wall clock time (in seconds):11.144
12.63/11.25	o 26
12.73/11.30	c cleaning 6544 clauses out of 13098 with flag 4500/231006
12.93/11.55	c cleaning 6271 clauses out of 12550 with flag 30731/237003
13.23/11.86	c cleaning 6634 clauses out of 13280 with flag 64491/244004
13.63/12.22	c cleaning 7323 clauses out of 14647 with flag 100001/252005
14.02/12.62	c cleaning 8162 clauses out of 16323 with flag 139653/261004
14.52/13.15	c cleaning 9079 clauses out of 18160 with flag 191499/271003
14.63/13.23	c Got one! Elapsed wall clock time (in seconds):13.117
14.63/13.23	o 25
14.82/13.41	c cleaning 7419 clauses out of 14870 with flag 20150/276792
15.02/13.68	c cleaning 6721 clauses out of 13451 with flag 47829/282792
15.32/13.98	c cleaning 6864 clauses out of 13731 with flag 77169/289793
15.62/14.26	c Got one! Elapsed wall clock time (in seconds):14.152
15.62/14.26	o 19
15.92/14.51	c cleaning 9227 clauses out of 18463 with flag 20078/301390
15.92/14.59	c Got one! Elapsed wall clock time (in seconds):14.481
15.92/14.59	o 18
16.12/14.77	c cleaning 7597 clauses out of 15227 with flag 16689/307381
16.22/14.85	c Got one! Elapsed wall clock time (in seconds):14.738
16.22/14.85	o 16
16.32/14.97	c cleaning 6441 clauses out of 12907 with flag 12279/312658
16.62/15.20	c cleaning 6230 clauses out of 12462 with flag 36572/318656
16.62/15.26	c Got one! Elapsed wall clock time (in seconds):15.15
16.62/15.26	o 15
16.83/15.42	c cleaning 6016 clauses out of 12040 with flag 17820/324464
17.02/15.63	c cleaning 6003 clauses out of 12023 with flag 40515/330464
17.12/15.77	c Got one! Elapsed wall clock time (in seconds):15.659
17.12/15.77	o 12
17.23/15.80	c Got one! Elapsed wall clock time (in seconds):15.695
17.23/15.80	o 11
17.23/15.87	c Got one! Elapsed wall clock time (in seconds):15.758
17.23/15.87	o 10
17.33/15.92	c cleaning 6643 clauses out of 13287 with flag 4291/337732
17.33/15.95	c Got one! Elapsed wall clock time (in seconds):15.846
17.33/15.95	o 7
17.43/16.00	c Got one! Elapsed wall clock time (in seconds):15.893
17.43/16.00	o 6
17.43/16.02	c Got one! Elapsed wall clock time (in seconds):15.913
17.43/16.02	o 4
17.55/16.16	c cleaning 6293 clauses out of 12607 with flag 13426/343695
17.75/16.40	c cleaning 6146 clauses out of 12310 with flag 37646/349696
18.05/16.62	c Got one! Elapsed wall clock time (in seconds):16.508
18.05/16.62	o 3
18.25/16.86	c Got one! Elapsed wall clock time (in seconds):16.753
18.25/16.86	o 1
18.25/16.88	c starts		: 234
18.25/16.88	c conflicts		: 360108
18.25/16.88	c decisions		: 612435
18.25/16.88	c propagations		: 10223159
18.25/16.88	c inspects		: 184739961
18.25/16.88	c shortcuts		: 0
18.25/16.88	c learnt literals	: 20
18.25/16.88	c learnt binary clauses	: 31
18.25/16.88	c learnt ternary clauses	: 747
18.25/16.88	c learnt constraints	: 360088
18.25/16.88	c ignored constraints	: 0
18.25/16.88	c root simplifications	: 0
18.25/16.88	c removed literals (reason simplification)	: 0
18.25/16.88	c reason swapping (by a shorter reason)	: 0
18.25/16.88	c Calls to reduceDB	: 49
18.25/16.88	c Number of update (reduction) of LBD	: 110695
18.25/16.88	c Imported unit clauses	: 0
18.25/16.88	c number of reductions to clauses (during analyze)	: 0
18.25/16.88	c number of learned constraints concerned by reduction	: 0
18.25/16.88	c number of learning phase by resolution	: 0
18.25/16.88	c number of learning phase by cutting planes	: 0
18.25/16.88	c speed (assignments/second)	: 611798.8629563135
18.25/16.88	c non guided choices	4134
18.25/16.88	c learnt constraints type 
18.25/16.88	s OPTIMUM FOUND
18.25/16.88	c Found 86 solution(s)
18.25/16.88	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 
18.25/16.88	c objective function=1
18.25/16.88	c Total wall clock time (in seconds): 16.769

Verifier Data

OK	1

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-4110228-1466343850/watcher-4110228-1466343850 -o /tmp/evaluation-result-4110228-1466343850/solver-4110228-1466343850 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110228-1466343850.wbo 

pid=8092
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.39 2.23 1.94 3/194 8095
/proc/meminfo: memFree=31249236/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36431728 98570240 977 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 24065 978 744 9 0 16771 0
[pid=8095/tid=8096] ppid=8092 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36431729 98570240 978 33554432000 1073741824 1073778376 140735944228656 140677858467368 242167399808 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100151 s]
/proc/loadavg: 2.39 2.23 1.94 3/194 8095
/proc/meminfo: memFree=31249236/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 4394 0 1 0 10 0 0 0 20 0 18 0 36431728 9787879424 6026 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 2389619 6026 2134 9 0 2380296 0
[pid=8095/tid=8096] ppid=8092 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 2381 0 1 0 8 0 0 0 20 0 18 0 36431729 9787879424 6026 33554432000 1073741824 1073778376 140735944228656 140677858470816 242170782989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.39 2.23 1.94 3/194 8095
/proc/meminfo: memFree=31249236/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 6278 0 1 0 26 1 0 0 20 0 19 0 36431728 9856040960 7879 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 2406260 7876 2229 9 0 2396937 0
[pid=8095/tid=8096] ppid=8092 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 2412 0 1 0 18 0 0 0 20 0 19 0 36431729 9856040960 7888 33554432000 1073741824 1073778376 140735944228656 140677858472576 140677711211727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300333 s]
/proc/loadavg: 2.39 2.23 1.94 3/194 8095
/proc/meminfo: memFree=31249236/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 6862 0 1 0 49 1 0 0 20 0 19 0 36431728 9856040960 8584 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 2406260 8584 2243 9 0 2396937 0
[pid=8095/tid=8096] ppid=8092 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 2414 0 1 0 28 0 0 0 20 0 19 0 36431729 9856040960 8584 33554432000 1073741824 1073778376 140735944228656 140677858471800 140677711625531 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700259 s]
/proc/loadavg: 2.39 2.23 1.94 3/194 8095
/proc/meminfo: memFree=31249236/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 11675 0 1 0 114 2 0 0 20 0 19 0 36431728 9856040960 11867 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 2406260 11867 2255 9 0 2396937 0
[pid=8095/tid=8096] ppid=8092 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 2416 0 1 0 66 1 0 0 20 0 19 0 36431729 9856040960 11867 33554432000 1073741824 1073778376 140735944228656 140677858472248 140677711564279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.36 2.23 1.94 3/213 8114
/proc/meminfo: memFree=31204156/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 11924 0 1 0 213 3 0 0 20 0 19 0 36431728 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 2406260 13008 2262 9 0 2396937 0
[pid=8095/tid=8096] ppid=8092 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 2419 0 1 0 145 2 0 0 20 0 19 0 36431729 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677858464048 140677711402853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8098] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8098/stat : 8098 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677830924456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8099] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8099/stat : 8099 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677829871912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8100] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8100/stat : 8100 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677700168104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8095/tid=8101] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8101/stat : 8101 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677699115560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8102] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8102/stat : 8102 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677698063016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8103] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8103/stat : 8103 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677697010472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8104] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8104/stat : 8104 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677695957928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8105] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8105/stat : 8105 (java) S 8092 8095 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677224590376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8106] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8106/stat : 8106 (java) S 8092 8095 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677212391528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8107] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8107/stat : 8107 (java) S 8092 8095 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677211337848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8108] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8108/stat : 8108 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677210285192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8109] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8109/stat : 8109 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431733 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677209233936 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8110] ppid=8092 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8095/task/8110/stat : 8110 (java) S 8092 8095 5514 0 -1 4202560 5134 0 0 0 40 0 0 0 20 0 19 0 36431733 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677208181304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8111] ppid=8092 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8095/task/8111/stat : 8111 (java) S 8092 8095 5514 0 -1 4202560 3099 0 0 0 25 0 0 0 20 0 19 0 36431733 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677207128760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8112] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8112/stat : 8112 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677206076408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8113] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8113/stat : 8113 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677205024072 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8114] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8114/stat : 8114 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431745 9856040960 13008 33554432000 1073741824 1073778376 140735944228656 140677203870504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.36 2.23 1.94 4/213 8114
/proc/meminfo: memFree=31182996/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=9625040 CPUtime=4.46 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 20585 0 1 0 441 5 0 0 20 0 19 0 36431728 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 2406260 20283 2262 9 0 2396937 0
[pid=8095/tid=8096] ppid=8092 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 2425 0 1 0 304 2 0 0 20 0 19 0 36431729 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677858470360 140677711606440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8098] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8098/stat : 8098 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677830924456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8099] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8099/stat : 8099 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677829871912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8100] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8100/stat : 8100 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677700168104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8095/tid=8101] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8101/stat : 8101 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677699115560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8102] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8102/stat : 8102 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677698063016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8103] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8103/stat : 8103 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677697010472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8104] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8104/stat : 8104 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677695957928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8105] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8105/stat : 8105 (java) S 8092 8095 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677224590376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8106] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8106/stat : 8106 (java) S 8092 8095 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677212391528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8107] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8107/stat : 8107 (java) S 8092 8095 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677211337848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8108] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8108/stat : 8108 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677210285192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8109] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8109/stat : 8109 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431733 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677209233936 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8110] ppid=8092 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/8095/task/8110/stat : 8110 (java) S 8092 8095 5514 0 -1 4202560 9261 0 0 0 73 3 0 0 20 0 19 0 36431733 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677208181304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8111] ppid=8092 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/8095/task/8111/stat : 8111 (java) S 8092 8095 5514 0 -1 4202560 7627 0 0 0 59 2 0 0 20 0 19 0 36431733 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677207128760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8112] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8112/stat : 8112 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677206076408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8113] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8113/stat : 8113 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677205024072 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8114] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8114/stat : 8114 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431745 9856040960 20283 33554432000 1073741824 1073778376 140735944228656 140677203870504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.36 2.23 1.94 3/213 8114
/proc/meminfo: memFree=31151384/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=9625040 CPUtime=7.71 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 20597 0 1 0 765 6 0 0 20 0 19 0 36431728 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 2406260 20751 2264 9 0 2396937 0
[pid=8095/tid=8096] ppid=8092 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 2434 0 1 0 623 2 0 0 20 0 19 0 36431729 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677858464048 140677711402983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8098] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8098/stat : 8098 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677830924456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8099] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8099/stat : 8099 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677829871912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8100] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8100/stat : 8100 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677700168104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8095/tid=8101] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8101/stat : 8101 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677699115560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8102] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8102/stat : 8102 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677698063016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8103] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8103/stat : 8103 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677697010472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8104] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8104/stat : 8104 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677695957928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8105] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8105/stat : 8105 (java) S 8092 8095 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677224590376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8106] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8106/stat : 8106 (java) S 8092 8095 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677212391528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8107] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8107/stat : 8107 (java) S 8092 8095 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677211337848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8108] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8108/stat : 8108 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677210285192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8109] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8109/stat : 8109 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431733 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677209233936 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8110] ppid=8092 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/8095/task/8110/stat : 8110 (java) S 8092 8095 5514 0 -1 4202560 9261 0 0 0 75 3 0 0 20 0 19 0 36431733 9856040960 20751 33554432000 1073741824 1073778376 140735944228656 140677208181304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8111] ppid=8092 vsize=9625040 CPUtime=0.64 cores=1,3,5,7

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

[pid=8095/tid=8100] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8100/stat : 8100 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677700168104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8095/tid=8101] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8101/stat : 8101 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677699115560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8102] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8102/stat : 8102 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677698063016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8103] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8103/stat : 8103 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677697010472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8104] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8104/stat : 8104 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677695957928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8105] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8105/stat : 8105 (java) S 8092 8095 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677224590376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8106] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8106/stat : 8106 (java) S 8092 8095 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677212391528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8107] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8107/stat : 8107 (java) S 8092 8095 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677211337848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8108] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8108/stat : 8108 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677210285192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8109] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8109/stat : 8109 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431733 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677209233936 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8110] ppid=8092 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/8095/task/8110/stat : 8110 (java) S 8092 8095 5514 0 -1 4202560 9261 0 0 0 77 3 0 0 20 0 19 0 36431733 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677208181304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8111] ppid=8092 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/8095/task/8111/stat : 8111 (java) S 8092 8095 5514 0 -1 4202560 7629 0 0 0 63 2 0 0 20 0 19 0 36431733 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677207128760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8112] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8112/stat : 8112 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677206076408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8113] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8113/stat : 8113 (java) S 8092 8095 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677205024072 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8114] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8114/stat : 8114 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431745 9856040960 29926 33554432000 1073741824 1073778376 140735944228656 140677203870504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.83
Current children cumulated vsize (KiB) 9625040

[startup+16.0009 s]
/proc/loadavg: 2.30 2.22 1.94 3/213 8179
/proc/meminfo: memFree=31116720/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=9625040 CPUtime=17.43 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 20623 0 1 0 1735 8 0 0 20 0 19 0 36431728 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 2406260 31974 2264 9 0 2396937 0
[pid=8095/tid=8096] ppid=8092 vsize=9625040 CPUtime=15.94 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 2460 0 1 0 1591 3 0 0 20 0 19 0 36431729 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677858464048 140677711636958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8098] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8098/stat : 8098 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677830924456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8099] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8099/stat : 8099 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677829871912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8100] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8100/stat : 8100 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677700168104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8095/tid=8101] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8101/stat : 8101 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677699115560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8102] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8102/stat : 8102 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677698063016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8103] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8103/stat : 8103 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677697010472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8104] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8104/stat : 8104 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677695957928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8105] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8105/stat : 8105 (java) S 8092 8095 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677224590376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8106] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8106/stat : 8106 (java) S 8092 8095 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677212391528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8107] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8107/stat : 8107 (java) S 8092 8095 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677211337848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8108] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8108/stat : 8108 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677210285192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8109] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8109/stat : 8109 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431733 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677209233936 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8110] ppid=8092 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/8095/task/8110/stat : 8110 (java) S 8092 8095 5514 0 -1 4202560 9261 0 0 0 77 3 0 0 20 0 19 0 36431733 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677208181304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8111] ppid=8092 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/8095/task/8111/stat : 8111 (java) S 8092 8095 5514 0 -1 4202560 7629 0 0 0 63 2 0 0 20 0 19 0 36431733 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677207128760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8112] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8112/stat : 8112 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677206076408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8113] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8113/stat : 8113 (java) S 8092 8095 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677205024072 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8114] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8114/stat : 8114 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431745 9856040960 31974 33554432000 1073741824 1073778376 140735944228656 140677203870504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 17.43
Current children cumulated vsize (KiB) 9625040

[startup+16.4008 s]
/proc/loadavg: 2.30 2.22 1.94 3/213 8179
/proc/meminfo: memFree=31116720/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=9625040 CPUtime=17.85 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 20625 0 1 0 1777 8 0 0 20 0 19 0 36431728 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 2406260 32486 2264 9 0 2396937 0
[pid=8095/tid=8096] ppid=8092 vsize=9625040 CPUtime=16.33 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 2462 0 1 0 1630 3 0 0 20 0 19 0 36431729 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677858463440 242170782893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8098] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8098/stat : 8098 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677830924456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8099] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8099/stat : 8099 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677829871912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8100] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8100/stat : 8100 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677700168104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8095/tid=8101] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8101/stat : 8101 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677699115560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8102] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8102/stat : 8102 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677698063016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8103] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8103/stat : 8103 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677697010472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8104] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8104/stat : 8104 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677695957928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8105] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8105/stat : 8105 (java) S 8092 8095 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677224590376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8106] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8106/stat : 8106 (java) S 8092 8095 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677212391528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8107] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8107/stat : 8107 (java) S 8092 8095 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677211337848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8108] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8108/stat : 8108 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677210285192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8109] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8109/stat : 8109 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431733 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677209233936 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8110] ppid=8092 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/8095/task/8110/stat : 8110 (java) S 8092 8095 5514 0 -1 4202560 9261 0 0 0 79 3 0 0 20 0 19 0 36431733 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677208181304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8111] ppid=8092 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/8095/task/8111/stat : 8111 (java) S 8092 8095 5514 0 -1 4202560 7629 0 0 0 63 2 0 0 20 0 19 0 36431733 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677207128760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8112] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8112/stat : 8112 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677206076408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8113] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8113/stat : 8113 (java) S 8092 8095 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677205024072 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8114] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8114/stat : 8114 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431745 9856040960 32486 33554432000 1073741824 1073778376 140735944228656 140677203870504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 17.85
Current children cumulated vsize (KiB) 9625040

[startup+16.8008 s]
/proc/loadavg: 2.28 2.22 1.94 3/213 8179
/proc/meminfo: memFree=31104452/32872528 swapFree=338416/354768
[pid=8095] ppid=8092 vsize=9625040 CPUtime=18.25 cores=1,3,5,7
/proc/8095/stat : 8095 (java) S 8092 8095 5514 0 -1 4202496 20626 0 1 0 1817 8 0 0 20 0 19 0 36431728 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140735944219792 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8095/statm: 2406260 32998 2264 9 0 2396937 0
[pid=8095/tid=8096] ppid=8092 vsize=9625040 CPUtime=16.73 cores=1,3,5,7
/proc/8095/task/8096/stat : 8096 (java) R 8092 8095 5514 0 -1 4202560 2463 0 1 0 1670 3 0 0 20 0 19 0 36431729 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677858472680 140677711574581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8098] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8098/stat : 8098 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677830924456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8099] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8099/stat : 8099 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677829871912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8100] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8100/stat : 8100 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677700168104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8095/tid=8101] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8101/stat : 8101 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677699115560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8102] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8102/stat : 8102 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677698063016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8103] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8103/stat : 8103 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677697010472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8104] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8104/stat : 8104 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677695957928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8105] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8105/stat : 8105 (java) S 8092 8095 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36431729 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677224590376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8106] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8106/stat : 8106 (java) S 8092 8095 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677212391528 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8107] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8107/stat : 8107 (java) S 8092 8095 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677211337848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8108] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8108/stat : 8108 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431731 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677210285192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8109] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8109/stat : 8109 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431733 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677209233936 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8095/tid=8110] ppid=8092 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/8095/task/8110/stat : 8110 (java) S 8092 8095 5514 0 -1 4202560 9261 0 0 0 79 3 0 0 20 0 19 0 36431733 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677208181304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8111] ppid=8092 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/8095/task/8111/stat : 8111 (java) S 8092 8095 5514 0 -1 4202560 7629 0 0 0 63 2 0 0 20 0 19 0 36431733 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677207128760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8112] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8112/stat : 8112 (java) S 8092 8095 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677206076408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8095/tid=8113] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8113/stat : 8113 (java) S 8092 8095 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36431734 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677205024072 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8095/tid=8114] ppid=8092 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8095/task/8114/stat : 8114 (java) S 8092 8095 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36431745 9856040960 32998 33554432000 1073741824 1073778376 140735944228656 140677203870504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 18.25
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 16.8845
CPU time (s): 18.3712
CPU user time (s): 18.2492
CPU system time (s): 0.121981
CPU usage (%): 108.805
Max. virtual memory (cumulated for all children) (KiB): 9625508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.2492
system time used= 0.121981
maximum resident set size= 134104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20651
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= 683
involuntary context switches= 210

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.123981 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:44:10
IDJOB=4110228
IDBENCH=79207
IDSOLVER=2551
FILE ID=node126/4110228-1466343850
RUNJOBID= node126-1466341816-5531
PBS_JOBID= 19922027
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 2aecdb7c21b6040137fec95add861f35
RANDOM SEED=797538847

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31249508 kB
Buffers:          174672 kB
Cached:           278044 kB
SwapCached:         1796 kB
Active:           175204 kB
Inactive:         346068 kB
Active(anon):      68880 kB
Inactive(anon):     1916 kB
Active(file):     106324 kB
Inactive(file):   344152 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1528 kB
Writeback:             0 kB
AnonPages:        538484 kB
Mapped:            17076 kB
Shmem:                 0 kB
Slab:             610048 kB
SReclaimable:      53164 kB
SUnreclaim:       556884 kB
KernelStack:        1760 kB
PageTables:         4676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node126 at 2016-06-19 15:44:27