Trace number 4110172

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 19.9 18.5079

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-0-100-0.wbo
MD5SUM428d17a0ca1ea097508caf17ff8a3a24
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 benchmark5.68213
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 1222
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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4110172-1466343837.wbo
0.10/0.10	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.51/0.32	c SATISFIABLE
0.51/0.32	c OPTIMIZING...
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.22
0.51/0.32	o 448
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.227
0.51/0.33	o 418
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.231
0.51/0.33	o 417
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.237
0.51/0.34	o 411
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.263
0.51/0.37	o 407
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.272
0.51/0.37	o 396
0.65/0.42	c Got one! Elapsed wall clock time (in seconds):0.318
0.65/0.42	o 395
0.65/0.43	c Got one! Elapsed wall clock time (in seconds):0.328
0.65/0.43	o 394
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.334
0.65/0.44	o 380
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.34
0.65/0.44	o 368
0.65/0.46	c Got one! Elapsed wall clock time (in seconds):0.357
0.65/0.46	o 365
0.65/0.46	c Got one! Elapsed wall clock time (in seconds):0.361
0.65/0.46	o 364
0.81/0.50	c Got one! Elapsed wall clock time (in seconds):0.395
0.81/0.50	o 350
0.81/0.51	c Got one! Elapsed wall clock time (in seconds):0.406
0.81/0.51	o 349
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.442
0.81/0.54	o 334
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.447
0.81/0.55	o 325
0.81/0.56	c Got one! Elapsed wall clock time (in seconds):0.453
0.81/0.56	o 303
0.93/0.60	c Got one! Elapsed wall clock time (in seconds):0.5
0.93/0.60	o 301
0.93/0.70	c Got one! Elapsed wall clock time (in seconds):0.593
0.93/0.70	o 299
1.03/0.71	c Got one! Elapsed wall clock time (in seconds):0.611
1.03/0.71	o 293
1.28/0.91	c cleaning 6150 clauses out of 12326 with flag 12920/12326
1.28/0.92	c Got one! Elapsed wall clock time (in seconds):0.816
1.28/0.92	o 290
1.28/0.94	c Got one! Elapsed wall clock time (in seconds):0.838
1.28/0.94	o 289
1.28/0.95	c Got one! Elapsed wall clock time (in seconds):0.846
1.28/0.95	o 288
1.43/1.00	c Got one! Elapsed wall clock time (in seconds):0.893
1.43/1.00	o 287
1.43/1.00	c Got one! Elapsed wall clock time (in seconds):0.9
1.43/1.00	o 277
1.43/1.01	c Got one! Elapsed wall clock time (in seconds):0.904
1.43/1.01	o 250
1.43/1.09	c Got one! Elapsed wall clock time (in seconds):0.99
1.43/1.09	o 247
1.73/1.25	c cleaning 6486 clauses out of 12977 with flag 13958/19127
1.83/1.30	c Got one! Elapsed wall clock time (in seconds):1.202
1.83/1.30	o 244
2.03/1.51	c cleaning 5790 clauses out of 11584 with flag 16370/24220
2.03/1.53	c Got one! Elapsed wall clock time (in seconds):1.423
2.03/1.53	o 243
2.03/1.60	c Got one! Elapsed wall clock time (in seconds):1.494
2.03/1.60	o 242
2.15/1.61	c Got one! Elapsed wall clock time (in seconds):1.504
2.15/1.61	o 239
2.15/1.68	c Got one! Elapsed wall clock time (in seconds):1.579
2.15/1.68	o 238
2.35/1.83	c cleaning 6186 clauses out of 12372 with flag 13697/30798
2.35/1.85	c Got one! Elapsed wall clock time (in seconds):1.743
2.35/1.85	o 237
2.35/1.86	c Got one! Elapsed wall clock time (in seconds):1.754
2.35/1.86	o 217
2.65/2.12	c cleaning 5872 clauses out of 11743 with flag 22904/36355
2.76/2.21	c Got one! Elapsed wall clock time (in seconds):2.11
2.76/2.21	o 216
2.76/2.22	c Got one! Elapsed wall clock time (in seconds):2.123
2.76/2.22	o 213
2.76/2.24	c Got one! Elapsed wall clock time (in seconds):2.139
2.76/2.24	o 204
2.96/2.41	c cleaning 5708 clauses out of 11450 with flag 13787/41934
2.96/2.50	c Got one! Elapsed wall clock time (in seconds):2.394
2.96/2.50	o 200
3.08/2.58	c Got one! Elapsed wall clock time (in seconds):2.475
3.08/2.58	o 197
3.24/2.62	c Got one! Elapsed wall clock time (in seconds):2.522
3.24/2.62	o 196
3.34/2.70	c Got one! Elapsed wall clock time (in seconds):2.6
3.34/2.70	o 175
3.34/2.77	c cleaning 6346 clauses out of 12699 with flag 3678/48891
3.64/3.01	c Got one! Elapsed wall clock time (in seconds):2.91
3.64/3.01	o 135
3.64/3.07	c cleaning 6138 clauses out of 12290 with flag 4157/54828
3.74/3.13	c Got one! Elapsed wall clock time (in seconds):3.028
3.74/3.13	o 134
3.74/3.16	c Got one! Elapsed wall clock time (in seconds):3.06
3.74/3.16	o 133
3.95/3.32	c Got one! Elapsed wall clock time (in seconds):3.213
3.95/3.32	o 121
3.95/3.36	c Got one! Elapsed wall clock time (in seconds):3.254
3.95/3.36	o 119
3.95/3.39	c Got one! Elapsed wall clock time (in seconds):3.291
3.95/3.39	o 117
4.07/3.44	c Got one! Elapsed wall clock time (in seconds):3.338
4.07/3.44	o 111
4.07/3.47	c Got one! Elapsed wall clock time (in seconds):3.371
4.07/3.47	o 108
4.07/3.49	c Got one! Elapsed wall clock time (in seconds):3.388
4.07/3.49	o 92
4.17/3.59	c cleaning 7619 clauses out of 15240 with flag 4196/63916
4.33/3.61	c Got one! Elapsed wall clock time (in seconds):3.504
4.33/3.61	o 90
4.33/3.69	c Got one! Elapsed wall clock time (in seconds):3.588
4.33/3.69	o 79
4.86/3.93	c cleaning 6918 clauses out of 13854 with flag 15608/70149
4.86/3.98	c Got one! Elapsed wall clock time (in seconds):3.876
4.86/3.98	o 77
5.25/4.19	c cleaning 6012 clauses out of 12024 with flag 15578/75237
5.74/4.46	c cleaning 6000 clauses out of 12012 with flag 38451/81237
6.05/4.79	c cleaning 6503 clauses out of 13014 with flag 67039/88239
6.45/5.20	c cleaning 7252 clauses out of 14509 with flag 102841/96237
6.96/5.62	c cleaning 8124 clauses out of 16257 with flag 141132/105237
7.56/6.21	c cleaning 9067 clauses out of 18136 with flag 198802/115240
7.56/6.23	c Got one! Elapsed wall clock time (in seconds):6.129
7.56/6.23	o 74
7.56/6.27	c Got one! Elapsed wall clock time (in seconds):6.164
7.56/6.27	o 70
7.66/6.32	c Got one! Elapsed wall clock time (in seconds):6.215
7.66/6.32	o 66
7.66/6.37	c Got one! Elapsed wall clock time (in seconds):6.265
7.66/6.37	o 61
7.86/6.52	c Got one! Elapsed wall clock time (in seconds):6.414
7.86/6.52	o 53
7.86/6.58	c cleaning 8246 clauses out of 16497 with flag 3668/122668
7.86/6.59	c Got one! Elapsed wall clock time (in seconds):6.493
7.86/6.59	o 52
8.17/6.83	c cleaning 6818 clauses out of 13642 with flag 24054/128059
8.37/7.08	c cleaning 6408 clauses out of 12824 with flag 52396/134059
8.47/7.18	c Got one! Elapsed wall clock time (in seconds):7.075
8.47/7.18	o 45
8.67/7.30	c cleaning 5966 clauses out of 11937 with flag 11519/139580
8.87/7.53	c cleaning 5984 clauses out of 11972 with flag 33376/145581
8.87/7.56	c Got one! Elapsed wall clock time (in seconds):7.458
8.87/7.56	o 44
8.97/7.67	c Got one! Elapsed wall clock time (in seconds):7.563
8.97/7.67	o 41
9.18/7.81	c cleaning 6267 clauses out of 12550 with flag 13104/152143
9.27/7.97	c Got one! Elapsed wall clock time (in seconds):7.865
9.27/7.97	o 36
9.37/8.02	c cleaning 5749 clauses out of 11515 with flag 4919/157375
9.57/8.27	c cleaning 5876 clauses out of 11765 with flag 31825/163374
9.87/8.57	c cleaning 6445 clauses out of 12891 with flag 63580/170376
10.28/8.92	c cleaning 7214 clauses out of 14444 with flag 97504/178374
10.28/8.98	c Got one! Elapsed wall clock time (in seconds):8.873
10.28/8.98	o 34
10.38/9.09	c Got one! Elapsed wall clock time (in seconds):8.984
10.38/9.09	o 33
10.48/9.19	c cleaning 6769 clauses out of 13555 with flag 10147/184699
10.78/9.42	c Got one! Elapsed wall clock time (in seconds):9.32
10.78/9.42	o 32
10.98/9.65	c Got one! Elapsed wall clock time (in seconds):9.545
10.98/9.65	o 31
11.08/9.71	c cleaning 9204 clauses out of 18408 with flag 4156/196322
11.08/9.75	c Got one! Elapsed wall clock time (in seconds):9.651
11.08/9.75	o 28
11.18/9.87	c Got one! Elapsed wall clock time (in seconds):9.769
11.18/9.87	o 26
11.28/9.98	c cleaning 7598 clauses out of 15202 with flag 8942/202320
11.58/10.23	c cleaning 6794 clauses out of 13606 with flag 35306/208322
11.88/10.50	c cleaning 6899 clauses out of 13811 with flag 62373/215321
12.18/10.83	c cleaning 7445 clauses out of 14912 with flag 93269/223321
12.58/11.21	c cleaning 8220 clauses out of 16466 with flag 129230/232320
12.98/11.65	c cleaning 9115 clauses out of 18247 with flag 168470/242321
13.28/11.93	c Got one! Elapsed wall clock time (in seconds):11.825
13.28/11.93	o 25
13.38/12.04	c Got one! Elapsed wall clock time (in seconds):11.942
13.38/12.04	o 20
13.49/12.18	c Got one! Elapsed wall clock time (in seconds):12.074
13.49/12.18	o 19
13.59/12.24	c cleaning 11009 clauses out of 22017 with flag 4647/255206
13.68/12.37	c Got one! Elapsed wall clock time (in seconds):12.27
13.68/12.37	o 18
13.78/12.46	c cleaning 8175 clauses out of 16354 with flag 9315/260553
14.08/12.70	c cleaning 7077 clauses out of 14178 with flag 35222/266553
14.28/12.98	c cleaning 7049 clauses out of 14102 with flag 65246/273554
14.38/13.04	c Got one! Elapsed wall clock time (in seconds):12.935
14.38/13.04	o 16
14.48/13.20	c cleaning 6302 clauses out of 12612 with flag 17939/279113
14.78/13.42	c cleaning 6155 clauses out of 12313 with flag 44932/285116
15.10/13.70	c cleaning 6573 clauses out of 13156 with flag 76679/292115
15.40/14.01	c cleaning 7284 clauses out of 14580 with flag 111850/300113
15.71/14.39	c cleaning 8142 clauses out of 16298 with flag 151111/309116
15.91/14.52	c Got one! Elapsed wall clock time (in seconds):14.423
15.91/14.52	o 15
16.01/14.62	c cleaning 6962 clauses out of 13944 with flag 9241/314904
16.01/14.70	c Got one! Elapsed wall clock time (in seconds):14.594
16.01/14.70	o 13
16.21/14.81	c cleaning 6186 clauses out of 12398 with flag 13153/320320
16.31/14.98	c Got one! Elapsed wall clock time (in seconds):14.876
16.31/14.98	o 12
16.41/15.03	c cleaning 6039 clauses out of 12097 with flag 4542/326205
16.61/15.26	c cleaning 6019 clauses out of 12057 with flag 32487/332204
16.71/15.33	c Got one! Elapsed wall clock time (in seconds):15.225
16.71/15.33	o 10
16.81/15.44	c cleaning 5575 clauses out of 11158 with flag 13546/337324
17.01/15.66	c cleaning 5784 clauses out of 11581 with flag 38989/343323
17.11/15.71	c Got one! Elapsed wall clock time (in seconds):15.611
17.11/15.71	o 9
17.21/15.86	c cleaning 5737 clauses out of 11485 with flag 17395/349012
17.41/16.08	c cleaning 5867 clauses out of 11747 with flag 42486/355011
17.71/16.34	c cleaning 6436 clauses out of 12880 with flag 72437/362011
18.01/16.67	c cleaning 7218 clauses out of 14445 with flag 110013/370012
18.31/16.98	c Got one! Elapsed wall clock time (in seconds):16.875
18.31/16.98	o 3
18.61/17.23	c cleaning 9867 clauses out of 19738 with flag 23508/382523
18.81/17.49	c cleaning 7930 clauses out of 15869 with flag 52685/388523
18.91/17.52	c Got one! Elapsed wall clock time (in seconds):17.415
18.91/17.52	o 1
19.11/17.75	c cleaning 6901 clauses out of 13806 with flag 25923/394392
19.31/17.99	c cleaning 6444 clauses out of 12902 with flag 56857/400392
19.61/18.28	c cleaning 6722 clauses out of 13451 with flag 91580/407393
19.80/18.49	c starts		: 218
19.80/18.49	c conflicts		: 412105
19.80/18.49	c decisions		: 677540
19.80/18.49	c propagations		: 11220854
19.80/18.49	c inspects		: 198932691
19.80/18.49	c shortcuts		: 0
19.80/18.49	c learnt literals	: 37
19.80/18.49	c learnt binary clauses	: 38
19.80/18.49	c learnt ternary clauses	: 692
19.80/18.49	c learnt constraints	: 412067
19.80/18.49	c ignored constraints	: 0
19.80/18.49	c root simplifications	: 0
19.80/18.49	c removed literals (reason simplification)	: 0
19.80/18.49	c reason swapping (by a shorter reason)	: 0
19.80/18.49	c Calls to reduceDB	: 58
19.80/18.49	c Number of update (reduction) of LBD	: 120343
19.80/18.49	c Imported unit clauses	: 0
19.80/18.49	c number of reductions to clauses (during analyze)	: 0
19.80/18.49	c number of learned constraints concerned by reduction	: 0
19.80/18.49	c number of learning phase by resolution	: 0
19.80/18.49	c number of learning phase by cutting planes	: 0
19.80/18.49	c speed (assignments/second)	: 612191.2815756451
19.80/18.49	c non guided choices	4189
19.80/18.49	c learnt constraints type 
19.80/18.49	s OPTIMUM FOUND
19.80/18.49	c Found 81 solution(s)
19.80/18.49	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 
19.80/18.49	c objective function=1
19.80/18.49	c Total wall clock time (in seconds): 18.388

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-4110172-1466343837/watcher-4110172-1466343837 -o /tmp/evaluation-result-4110172-1466343837/solver-4110172-1466343837 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110172-1466343837.wbo 

pid=14938
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.46 2.37 2.05 3/194 14941
/proc/meminfo: memFree=29726256/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 36432122 95129600 927 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 23225 927 703 9 0 16769 0
[pid=14941/tid=14942] ppid=14938 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) D 14938 14941 12165 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 36432123 95129600 927 33554432000 1073741824 1073778376 140736285799312 140611898764840 217401355559 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 2.46 2.37 2.05 3/194 14941
/proc/meminfo: memFree=29726256/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 4445 0 1 0 9 1 0 0 20 0 18 0 36432122 9787879424 6075 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 2389619 6075 2155 9 0 2380296 0
[pid=14941/tid=14942] ppid=14938 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) R 14938 14941 12165 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 36432123 9787879424 6075 33554432000 1073741824 1073778376 140736285799312 140611898768288 217413903629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 2.46 2.37 2.05 3/194 14941
/proc/meminfo: memFree=29726256/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 6543 0 1 0 26 1 0 0 20 0 19 0 36432122 9856040960 8093 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 2406260 8093 2233 9 0 2396937 0
[pid=14941/tid=14942] ppid=14938 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) R 14938 14941 12165 0 -1 4202560 2407 0 1 0 16 1 0 0 20 0 19 0 36432123 9856040960 8093 33554432000 1073741824 1073778376 140736285799312 140611898770048 140611743226170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300318 s]
/proc/loadavg: 2.46 2.37 2.05 3/194 14941
/proc/meminfo: memFree=29726256/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 7072 0 1 0 49 2 0 0 20 0 19 0 36432122 9856040960 8079 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 2406260 8079 2243 9 0 2396937 0
[pid=14941/tid=14942] ppid=14938 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) R 14938 14941 12165 0 -1 4202560 2408 0 1 0 26 1 0 0 20 0 19 0 36432123 9856040960 8079 33554432000 1073741824 1073778376 140736285799312 140611898770048 140611743592947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700228 s]
/proc/loadavg: 2.46 2.37 2.05 3/194 14941
/proc/meminfo: memFree=29726256/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 8133 0 1 0 101 2 0 0 20 0 19 0 36432122 9856040960 9631 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 2406260 9631 2254 9 0 2396937 0
[pid=14941/tid=14942] ppid=14938 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) R 14938 14941 12165 0 -1 4202560 2411 0 1 0 66 1 0 0 20 0 19 0 36432123 9856040960 9631 33554432000 1073741824 1073778376 140736285799312 140611898769432 217413903533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.46 2.37 2.05 3/213 14960
/proc/meminfo: memFree=29692716/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 11099 0 1 0 201 2 0 0 20 0 19 0 36432122 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 2406260 10964 2260 9 0 2396937 0
[pid=14941/tid=14942] ppid=14938 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) R 14938 14941 12165 0 -1 4202560 2414 0 1 0 146 2 0 0 20 0 19 0 36432123 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611898769416 140611743602119 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14944] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14944/stat : 14944 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611871222184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14945] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14945/stat : 14945 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611870169640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14946] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14946/stat : 14946 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611869116584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14947] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14947/stat : 14947 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611868064040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14948] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14948/stat : 14948 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611867012008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14949] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14949/stat : 14949 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611865959464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14950] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14950/stat : 14950 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611864906408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14951] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14951/stat : 14951 (java) S 14938 14941 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611863853864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14952] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14952/stat : 14952 (java) S 14938 14941 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611252365672 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14953] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14953/stat : 14953 (java) S 14938 14941 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611251311992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14954] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14954/stat : 14954 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611250258824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14955] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14955/stat : 14955 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611249207568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14956] ppid=14938 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14941/task/14956/stat : 14956 (java) S 14938 14941 12165 0 -1 4202560 2650 0 0 0 23 0 0 0 20 0 19 0 36432127 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611248155448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14957] ppid=14938 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/14941/task/14957/stat : 14957 (java) S 14938 14941 12165 0 -1 4202560 4763 0 0 0 29 0 0 0 20 0 19 0 36432127 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611247102904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14958] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14958/stat : 14958 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611246050040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14959] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14959/stat : 14959 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611244997704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14960] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14960/stat : 14960 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432139 9856040960 10964 33554432000 1073741824 1073778376 140736285799312 140611243942952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.50 2.38 2.05 3/213 14960
/proc/meminfo: memFree=29687112/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=9625040 CPUtime=3.74 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 12208 0 1 0 371 3 0 0 20 0 19 0 36432122 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 2406260 13046 2261 9 0 2396937 0
[pid=14941/tid=14942] ppid=14938 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) R 14938 14941 12165 0 -1 4202560 2419 0 1 0 305 2 0 0 20 0 19 0 36432123 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611898769960 140611743592864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14944] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14944/stat : 14944 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611871222184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14945] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14945/stat : 14945 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611870169640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14946] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14946/stat : 14946 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611869116584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14947] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14947/stat : 14947 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611868064040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14948] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14948/stat : 14948 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611867012008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14949] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14949/stat : 14949 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611865959464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14950] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14950/stat : 14950 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611864906408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14951] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14951/stat : 14951 (java) S 14938 14941 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611863853864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14952] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14952/stat : 14952 (java) S 14938 14941 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611252365672 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14953] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14953/stat : 14953 (java) S 14938 14941 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611251311992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14954] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14954/stat : 14954 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611250258824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14955] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14955/stat : 14955 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611249207568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14956] ppid=14938 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/14941/task/14956/stat : 14956 (java) S 14938 14941 12165 0 -1 4202560 3754 0 0 0 33 0 0 0 20 0 19 0 36432127 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611248155448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14957] ppid=14938 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/14941/task/14957/stat : 14957 (java) S 14938 14941 12165 0 -1 4202560 4763 0 0 0 30 0 0 0 20 0 19 0 36432127 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611247102904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14958] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14958/stat : 14958 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611246050040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14959] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14959/stat : 14959 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611244997704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14960] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14960/stat : 14960 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432139 9856040960 13046 33554432000 1073741824 1073778376 140736285799312 140611243942952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.50 2.38 2.05 3/213 14960
/proc/meminfo: memFree=29657484/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=9625040 CPUtime=7.66 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 19696 0 1 0 762 4 0 0 20 0 19 0 36432122 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 2406260 20079 2264 9 0 2396937 0
[pid=14941/tid=14942] ppid=14938 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) R 14938 14941 12165 0 -1 4202560 2429 0 1 0 625 2 0 0 20 0 19 0 36432123 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611898760896 140611743619065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14944] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14944/stat : 14944 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611871222184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14945] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14945/stat : 14945 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611870169640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14946] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14946/stat : 14946 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611869116584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14947] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14947/stat : 14947 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611868064040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14948] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14948/stat : 14948 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611867012008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14949] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14949/stat : 14949 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611865959464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14950] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14950/stat : 14950 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611864906408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14951] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14951/stat : 14951 (java) S 14938 14941 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611863853864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14952] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14952/stat : 14952 (java) S 14938 14941 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611252365672 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14953] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14953/stat : 14953 (java) S 14938 14941 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611251311992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14954] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14954/stat : 14954 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611250258824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14955] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14955/stat : 14955 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611249207568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14956] ppid=14938 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14941/task/14956/stat : 14956 (java) S 14938 14941 12165 0 -1 4202560 3754 0 0 0 38 0 0 0 20 0 19 0 36432127 9856040960 20079 33554432000 1073741824 1073778376 140736285799312 140611248155448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14957] ppid=14938 vsize=9625040 CPUtime=0.97 cores=0,2,4,6

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

[pid=14941/tid=14951] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14951/stat : 14951 (java) S 14938 14941 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 36439 33554432000 1073741824 1073778376 140736285799312 140611863853864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14952] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14952/stat : 14952 (java) S 14938 14941 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 36439 33554432000 1073741824 1073778376 140736285799312 140611252365672 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14953] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14953/stat : 14953 (java) S 14938 14941 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 36439 33554432000 1073741824 1073778376 140736285799312 140611251311992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14954] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14954/stat : 14954 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 36439 33554432000 1073741824 1073778376 140736285799312 140611250258824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14955] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14955/stat : 14955 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 36439 33554432000 1073741824 1073778376 140736285799312 140611249207568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14956] ppid=14938 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/14941/task/14956/stat : 14956 (java) S 14938 14941 12165 0 -1 4202560 3754 0 0 0 41 0 0 0 20 0 19 0 36432127 9856040960 36439 33554432000 1073741824 1073778376 140736285799312 140611248155448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14957] ppid=14938 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/14941/task/14957/stat : 14957 (java) S 14938 14941 12165 0 -1 4202560 12240 0 0 0 96 2 0 0 20 0 19 0 36432127 9856040960 36439 33554432000 1073741824 1073778376 140736285799312 140611247102904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14958] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14958/stat : 14958 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 36439 33554432000 1073741824 1073778376 140736285799312 140611246050040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14959] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14959/stat : 14959 (java) S 14938 14941 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 36439 33554432000 1073741824 1073778376 140736285799312 140611244997704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14960] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14960/stat : 14960 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432139 9856040960 36439 33554432000 1073741824 1073778376 140736285799312 140611243942952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.01
Current children cumulated vsize (KiB) 9625040

[startup+18.0008 s]
/proc/loadavg: 2.47 2.38 2.06 3/213 14960
/proc/meminfo: memFree=29588312/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=9625040 CPUtime=19.41 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 19731 0 1 0 1936 5 0 0 20 0 19 0 36432122 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 2406260 36951 2264 9 0 2396937 0
[pid=14941/tid=14942] ppid=14938 vsize=9625040 CPUtime=17.93 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) R 14938 14941 12165 0 -1 4202560 2464 0 1 0 1791 2 0 0 20 0 19 0 36432123 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611898760912 140611743593984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14944] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14944/stat : 14944 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611871222184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14945] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14945/stat : 14945 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611870169640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14946] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14946/stat : 14946 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611869116584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14947] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14947/stat : 14947 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611868064040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14948] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14948/stat : 14948 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611867012008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14949] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14949/stat : 14949 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611865959464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14950] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14950/stat : 14950 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611864906408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14951] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14951/stat : 14951 (java) S 14938 14941 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611863853864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14952] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14952/stat : 14952 (java) S 14938 14941 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611252365672 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14953] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14953/stat : 14953 (java) S 14938 14941 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611251311992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14954] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14954/stat : 14954 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611250258824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14955] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14955/stat : 14955 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611249207568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14956] ppid=14938 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/14941/task/14956/stat : 14956 (java) S 14938 14941 12165 0 -1 4202560 3754 0 0 0 41 0 0 0 20 0 19 0 36432127 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611248155448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14957] ppid=14938 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/14941/task/14957/stat : 14957 (java) S 14938 14941 12165 0 -1 4202560 12240 0 0 0 96 2 0 0 20 0 19 0 36432127 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611247102904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14958] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14958/stat : 14958 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611246050040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14959] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14959/stat : 14959 (java) S 14938 14941 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611244997704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14960] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14960/stat : 14960 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432139 9856040960 36951 33554432000 1073741824 1073778376 140736285799312 140611243942952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.41
Current children cumulated vsize (KiB) 9625040

[startup+18.4008 s]
/proc/loadavg: 2.47 2.38 2.06 3/213 14960
/proc/meminfo: memFree=29588312/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=9625040 CPUtime=19.8 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 19732 0 1 0 1975 5 0 0 20 0 19 0 36432122 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 2406260 37463 2264 9 0 2396937 0
[pid=14941/tid=14942] ppid=14938 vsize=9625040 CPUtime=18.32 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) R 14938 14941 12165 0 -1 4202560 2465 0 1 0 1830 2 0 0 20 0 19 0 36432123 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611898760912 140611743619065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14944] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14944/stat : 14944 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611871222184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14945] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14945/stat : 14945 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611870169640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14946] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14946/stat : 14946 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611869116584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14947] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14947/stat : 14947 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611868064040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14948] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14948/stat : 14948 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611867012008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14949] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14949/stat : 14949 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611865959464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14950] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14950/stat : 14950 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611864906408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14951] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14951/stat : 14951 (java) S 14938 14941 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36432123 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611863853864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14952] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14952/stat : 14952 (java) S 14938 14941 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611252365672 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14953] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14953/stat : 14953 (java) S 14938 14941 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611251311992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14954] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14954/stat : 14954 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432125 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611250258824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14955] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14955/stat : 14955 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611249207568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14956] ppid=14938 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/14941/task/14956/stat : 14956 (java) S 14938 14941 12165 0 -1 4202560 3754 0 0 0 41 0 0 0 20 0 19 0 36432127 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611248155448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14957] ppid=14938 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/14941/task/14957/stat : 14957 (java) S 14938 14941 12165 0 -1 4202560 12240 0 0 0 96 2 0 0 20 0 19 0 36432127 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611247102904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14958] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14958/stat : 14958 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611246050040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14959] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14959/stat : 14959 (java) S 14938 14941 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36432127 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611244997704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14960] ppid=14938 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14960/stat : 14960 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36432139 9856040960 37463 33554432000 1073741824 1073778376 140736285799312 140611243942952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.8
Current children cumulated vsize (KiB) 9625040

[startup+18.5009 s]
/proc/loadavg: 2.47 2.38 2.06 3/213 14960
/proc/meminfo: memFree=29588312/32872528 swapFree=1534436/1655032
[pid=14941] ppid=14938 vsize=9691604 CPUtime=19.9 cores=0,2,4,6
/proc/14941/stat : 14941 (java) S 14938 14941 12165 0 -1 4202496 19757 0 1 0 1985 5 0 0 20 0 17 0 36432122 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140736285790448 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14941/statm: 2422901 37991 2267 9 0 2413578 0
[pid=14941/tid=14942] ppid=14938 vsize=9691604 CPUtime=18.42 cores=0,2,4,6
/proc/14941/task/14942/stat : 14942 (java) S 14938 14941 12165 0 -1 4202560 2467 0 1 0 1839 3 0 0 20 0 17 0 36432123 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611898770424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14944] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14944/stat : 14944 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 36432123 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611871222184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14945] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14945/stat : 14945 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 36432123 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611870169640 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14946] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14946/stat : 14946 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 36432123 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611869116584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14947] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14947/stat : 14947 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 36432123 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611868064040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14948] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14948/stat : 14948 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 36432123 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611867012008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14949] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14949/stat : 14949 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 36432123 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611865959464 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14950] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14950/stat : 14950 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 36432123 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611864906408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14941/tid=14951] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14951/stat : 14951 (java) S 14938 14941 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 17 0 36432123 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611863853864 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14952] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14952/stat : 14952 (java) S 14938 14941 12165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 17 0 36432125 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611252365224 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14941/tid=14953] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14953/stat : 14953 (java) S 14938 14941 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 17 0 36432125 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611251311992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14954] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14954/stat : 14954 (java) S 14938 14941 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 36432125 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611250258824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14955] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14955/stat : 14955 (java) S 14938 14941 12165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 36432127 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611249206344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14956] ppid=14938 vsize=9691604 CPUtime=0.42 cores=0,2,4,6
/proc/14941/task/14956/stat : 14956 (java) S 14938 14941 12165 0 -1 4202560 3754 0 0 0 42 0 0 0 20 0 17 0 36432127 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611248141688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14941/tid=14957] ppid=14938 vsize=9691604 CPUtime=0.99 cores=0,2,4,6
/proc/14941/task/14957/stat : 14957 (java) S 14938 14941 12165 0 -1 4202560 12240 0 0 0 97 2 0 0 20 0 17 0 36432127 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611247102904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14941/tid=14958] ppid=14938 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14941/task/14958/stat : 14958 (java) S 14938 14941 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 36432127 9924202496 37991 33554432000 1073741824 1073778376 140736285799312 140611246050040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 19.9
Current children cumulated vsize (KiB) 9691604

Child status: 30

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

Real time (s): 18.5079
CPU time (s): 19.9
CPU user time (s): 19.85
CPU system time (s): 0.05
CPU usage (%): 107.521
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.809
system time used= 0.081987
maximum resident set size= 151964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19757
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= 741
involuntary context switches= 56

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094985 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:43:57
IDJOB=4110172
IDBENCH=79188
IDSOLVER=2551
FILE ID=node122/4110172-1466343837
RUNJOBID= node122-1466341819-12181
PBS_JOBID= 19922031
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.1111217555--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110172-1466343837/watcher-4110172-1466343837 -o /tmp/evaluation-result-4110172-1466343837/solver-4110172-1466343837 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12181 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110172-1466343837.wbo

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

MD5SUM BENCH= 428d17a0ca1ea097508caf17ff8a3a24
RANDOM SEED=250424275

node122.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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29726644 kB
Buffers:          176996 kB
Cached:           353624 kB
SwapCached:            0 kB
Active:           334596 kB
Inactive:         399904 kB
Active(anon):     196400 kB
Inactive(anon):     9900 kB
Active(file):     138196 kB
Inactive(file):   390004 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3516 kB
Writeback:             0 kB
AnonPages:       1864708 kB
Mapped:            21044 kB
Shmem:               204 kB
Slab:             616944 kB
SReclaimable:      59284 kB
SUnreclaim:       557660 kB
KernelStack:        1600 kB
PageTables:         8040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2472804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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 node122 at 2016-06-19 15:44:16