Trace number 4090897

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 47.81 46.5915

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900584106--soft-0-100-0.wbo
MD5SUMd3ccf217ec482c2d8ac120ae50401a4a
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark47.81
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 737
Number of bits of the biggest sum of numbers10
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090897-1466067951.wbo
0.10/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.204s.
0.48/0.32	c declared #vars     231
0.48/0.32	c internal #vars     2938
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c objective function length is 2707 literals
0.77/0.47	c SATISFIABLE
0.77/0.47	c OPTIMIZING...
0.77/0.47	c Got one! Elapsed wall clock time (in seconds):0.362
0.77/0.47	o 820
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.411
1.07/0.52	o 698
1.07/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
1.07/0.55	o 394
1.37/0.62	c Got one! Elapsed wall clock time (in seconds):0.504
1.37/0.62	o 338
1.37/0.63	c Got one! Elapsed wall clock time (in seconds):0.519
1.37/0.63	o 307
1.37/0.69	c Got one! Elapsed wall clock time (in seconds):0.575
1.37/0.69	o 305
2.20/1.25	c Got one! Elapsed wall clock time (in seconds):1.134
2.20/1.25	o 303
2.31/1.31	c Got one! Elapsed wall clock time (in seconds):1.195
2.31/1.31	o 299
2.31/1.33	c Got one! Elapsed wall clock time (in seconds):1.22
2.31/1.33	o 292
2.31/1.34	c Got one! Elapsed wall clock time (in seconds):1.232
2.31/1.34	o 288
2.31/1.35	c Got one! Elapsed wall clock time (in seconds):1.237
2.31/1.35	o 287
2.31/1.36	c Got one! Elapsed wall clock time (in seconds):1.248
2.31/1.36	o 270
2.31/1.37	c Got one! Elapsed wall clock time (in seconds):1.254
2.31/1.37	o 268
2.31/1.37	c Got one! Elapsed wall clock time (in seconds):1.26
2.31/1.37	o 254
2.31/1.38	c Got one! Elapsed wall clock time (in seconds):1.266
2.31/1.38	o 242
2.31/1.40	c Got one! Elapsed wall clock time (in seconds):1.284
2.31/1.40	o 240
2.41/1.50	c Got one! Elapsed wall clock time (in seconds):1.384
2.41/1.50	o 237
2.51/1.52	c Got one! Elapsed wall clock time (in seconds):1.409
2.51/1.52	o 234
2.51/1.53	c Got one! Elapsed wall clock time (in seconds):1.415
2.51/1.53	o 227
2.61/1.63	c Got one! Elapsed wall clock time (in seconds):1.514
2.61/1.63	o 226
2.71/1.78	c Got one! Elapsed wall clock time (in seconds):1.672
2.71/1.78	o 224
2.81/1.81	c Got one! Elapsed wall clock time (in seconds):1.695
2.81/1.81	o 221
2.81/1.81	c Got one! Elapsed wall clock time (in seconds):1.7
2.81/1.81	o 219
2.91/1.91	c Got one! Elapsed wall clock time (in seconds):1.802
2.91/1.91	o 218
2.91/1.93	c Got one! Elapsed wall clock time (in seconds):1.814
2.91/1.93	o 205
2.91/1.94	c Got one! Elapsed wall clock time (in seconds):1.832
2.91/1.94	o 201
2.91/1.95	c Got one! Elapsed wall clock time (in seconds):1.838
2.91/1.95	o 199
2.91/1.97	c Got one! Elapsed wall clock time (in seconds):1.854
2.91/1.97	o 197
3.02/2.00	c Got one! Elapsed wall clock time (in seconds):1.886
3.02/2.00	o 190
3.12/2.12	c Got one! Elapsed wall clock time (in seconds):2.006
3.12/2.12	o 189
3.12/2.14	c Got one! Elapsed wall clock time (in seconds):2.03
3.12/2.14	o 188
3.12/2.16	c Got one! Elapsed wall clock time (in seconds):2.046
3.12/2.16	o 187
3.33/2.37	c Got one! Elapsed wall clock time (in seconds):2.262
3.33/2.37	o 186
3.55/2.50	c Got one! Elapsed wall clock time (in seconds):2.389
3.55/2.50	o 184
3.55/2.52	c Got one! Elapsed wall clock time (in seconds):2.411
3.55/2.52	o 182
3.55/2.54	c Got one! Elapsed wall clock time (in seconds):2.433
3.55/2.54	o 172
3.55/2.59	c Got one! Elapsed wall clock time (in seconds):2.481
3.55/2.59	o 118
4.25/3.24	c cleaning 6805 clauses out of 13623 with flag 15701/13623
4.40/3.40	c Got one! Elapsed wall clock time (in seconds):3.29
4.40/3.40	o 117
4.59/3.51	c Got one! Elapsed wall clock time (in seconds):3.395
4.59/3.51	o 113
4.71/3.61	c Got one! Elapsed wall clock time (in seconds):3.502
4.71/3.61	o 111
4.71/3.64	c Got one! Elapsed wall clock time (in seconds):3.531
4.71/3.64	o 109
4.71/3.66	c Got one! Elapsed wall clock time (in seconds):3.548
4.71/3.66	o 106
4.71/3.68	c Got one! Elapsed wall clock time (in seconds):3.565
4.71/3.68	o 103
4.81/3.72	c Got one! Elapsed wall clock time (in seconds):3.612
4.81/3.72	o 101
4.81/3.75	c Got one! Elapsed wall clock time (in seconds):3.639
4.81/3.75	o 97
4.93/3.82	c Got one! Elapsed wall clock time (in seconds):3.707
4.93/3.82	o 91
5.02/3.91	c Got one! Elapsed wall clock time (in seconds):3.8
5.02/3.91	o 89
5.02/3.98	c Got one! Elapsed wall clock time (in seconds):3.87
5.02/3.98	o 88
5.12/4.05	c Got one! Elapsed wall clock time (in seconds):3.937
5.12/4.05	o 81
5.12/4.09	c Got one! Elapsed wall clock time (in seconds):3.981
5.12/4.09	o 80
5.33/4.22	c Got one! Elapsed wall clock time (in seconds):4.11
5.33/4.22	o 75
5.54/4.44	c Got one! Elapsed wall clock time (in seconds):4.324
5.54/4.44	o 71
5.94/4.87	c Got one! Elapsed wall clock time (in seconds):4.756
5.94/4.87	o 70
5.94/4.88	c Got one! Elapsed wall clock time (in seconds):4.765
5.94/4.88	o 69
6.03/4.92	c Got one! Elapsed wall clock time (in seconds):4.806
6.03/4.92	o 63
6.03/4.99	c Got one! Elapsed wall clock time (in seconds):4.874
6.03/4.99	o 60
6.24/5.11	c Got one! Elapsed wall clock time (in seconds):4.997
6.24/5.11	o 55
6.24/5.18	c Got one! Elapsed wall clock time (in seconds):5.063
6.24/5.18	o 52
6.33/5.29	c cleaning 9939 clauses out of 19877 with flag 5303/26682
6.88/5.74	c Got one! Elapsed wall clock time (in seconds):5.623
6.88/5.74	o 44
6.88/5.79	c Got one! Elapsed wall clock time (in seconds):5.682
6.88/5.79	o 38
7.01/5.82	c Got one! Elapsed wall clock time (in seconds):5.71
7.01/5.82	o 37
7.12/5.91	c Got one! Elapsed wall clock time (in seconds):5.798
7.12/5.91	o 36
7.12/5.95	c Got one! Elapsed wall clock time (in seconds):5.833
7.12/5.95	o 34
7.24/6.06	c cleaning 8534 clauses out of 17086 with flag 6365/33830
7.35/6.18	c Got one! Elapsed wall clock time (in seconds):6.07
7.35/6.18	o 29
7.45/6.23	c Got one! Elapsed wall clock time (in seconds):6.114
7.45/6.23	o 28
7.87/6.61	c cleaning 7117 clauses out of 14248 with flag 24797/39526
8.36/7.19	c cleaning 6551 clauses out of 13130 with flag 68839/45525
8.57/7.36	c Got one! Elapsed wall clock time (in seconds):7.245
8.57/7.36	o 26
8.67/7.47	c Got one! Elapsed wall clock time (in seconds):7.363
8.67/7.47	o 25
8.87/7.64	c cleaning 5975 clauses out of 11954 with flag 12964/50900
8.99/7.77	c Got one! Elapsed wall clock time (in seconds):7.658
8.99/7.77	o 24
8.99/7.78	c Got one! Elapsed wall clock time (in seconds):7.666
8.99/7.78	o 23
9.38/8.17	c cleaning 5958 clauses out of 11935 with flag 29444/56856
9.68/8.44	c Got one! Elapsed wall clock time (in seconds):8.328
9.68/8.44	o 22
9.68/8.47	c Got one! Elapsed wall clock time (in seconds):8.357
9.68/8.47	o 21
9.88/8.64	c cleaning 5693 clauses out of 11407 with flag 13991/62286
10.28/9.01	c Got one! Elapsed wall clock time (in seconds):8.899
10.28/9.01	o 20
10.28/9.10	c cleaning 5582 clauses out of 11185 with flag 7463/67757
10.48/9.29	c Got one! Elapsed wall clock time (in seconds):9.18
10.48/9.29	o 19
10.68/9.40	c Got one! Elapsed wall clock time (in seconds):9.292
10.68/9.40	o 18
10.78/9.56	c cleaning 5820 clauses out of 11650 with flag 15735/73804
11.30/10.03	c Got one! Elapsed wall clock time (in seconds):9.92
11.30/10.03	o 17
11.30/10.04	c Got one! Elapsed wall clock time (in seconds):9.932
11.30/10.04	o 16
11.39/10.12	c Got one! Elapsed wall clock time (in seconds):10.006
11.39/10.12	o 15
11.79/10.58	c cleaning 8763 clauses out of 17539 with flag 38037/85513
12.40/11.12	c cleaning 7359 clauses out of 14776 with flag 91659/91513
12.59/11.38	c Got one! Elapsed wall clock time (in seconds):11.263
12.59/11.38	o 14
12.79/11.55	c cleaning 6348 clauses out of 12718 with flag 17293/96814
12.99/11.75	c Got one! Elapsed wall clock time (in seconds):11.639
12.99/11.75	o 10
13.19/11.99	c cleaning 6051 clauses out of 12113 with flag 26331/102557
13.69/12.45	c cleaning 6026 clauses out of 12062 with flag 82471/108557
14.19/12.99	c cleaning 6516 clauses out of 13037 with flag 142989/115558
14.89/13.61	c cleaning 7252 clauses out of 14521 with flag 214413/123558
15.59/14.35	c cleaning 8120 clauses out of 16270 with flag 290008/132559
16.49/15.23	c cleaning 9063 clauses out of 18148 with flag 375359/142557
16.99/15.71	c Got one! Elapsed wall clock time (in seconds):15.594
16.99/15.71	o 9
17.39/16.14	c cleaning 9899 clauses out of 19804 with flag 37061/153276
17.90/16.62	c cleaning 7943 clauses out of 15904 with flag 84655/159275
18.29/17.01	c Got one! Elapsed wall clock time (in seconds):16.899
18.29/17.01	o 8
18.39/17.11	c cleaning 6977 clauses out of 13962 with flag 8761/165276
18.79/17.55	c cleaning 6480 clauses out of 12983 with flag 54120/171274
19.29/18.09	c cleaning 6732 clauses out of 13501 with flag 107620/178272
19.69/18.40	c Got one! Elapsed wall clock time (in seconds):18.29
19.69/18.40	o 7
19.69/18.49	c cleaning 5940 clauses out of 11886 with flag 7381/183389
20.19/18.93	c cleaning 5970 clauses out of 11948 with flag 51899/189391
20.69/19.47	c cleaning 6481 clauses out of 12978 with flag 104258/196391
21.39/20.13	c cleaning 7242 clauses out of 14497 with flag 165937/204391
22.09/20.88	c cleaning 8117 clauses out of 16253 with flag 237980/213389
23.09/21.82	c cleaning 9059 clauses out of 18137 with flag 318407/223391
24.20/22.93	c cleaning 10038 clauses out of 20078 with flag 408717/234391
25.40/24.18	c cleaning 11018 clauses out of 22046 with flag 504219/246397
26.70/25.50	c cleaning 12007 clauses out of 24021 with flag 594932/259391
28.29/27.07	c cleaning 12997 clauses out of 26013 with flag 695702/273390
30.19/28.94	c cleaning 14001 clauses out of 28016 with flag 816244/288390
31.99/30.78	c cleaning 15005 clauses out of 30013 with flag 933512/304389
33.99/32.75	c cleaning 16003 clauses out of 32009 with flag 1059917/321391
36.30/35.01	c cleaning 17003 clauses out of 34006 with flag 1186546/339391
38.72/37.44	c cleaning 18000 clauses out of 36001 with flag 1315590/358390
41.41/40.17	c cleaning 18990 clauses out of 37996 with flag 1459144/378389
44.32/43.06	c cleaning 19993 clauses out of 40002 with flag 1598051/399390
47.51/46.22	c cleaning 20994 clauses out of 41991 with flag 1753437/421389
47.81/46.58	c starts		: 410
47.81/46.58	c conflicts		: 424273
47.81/46.58	c decisions		: 863181
47.81/46.58	c propagations		: 44456632
47.81/46.58	c inspects		: 639129442
47.81/46.58	c shortcuts		: 0
47.81/46.58	c learnt literals	: 41
47.81/46.58	c learnt binary clauses	: 81
47.81/46.58	c learnt ternary clauses	: 434
47.81/46.58	c learnt constraints	: 424231
47.81/46.58	c ignored constraints	: 0
47.81/46.58	c root simplifications	: 0
47.81/46.58	c removed literals (reason simplification)	: 0
47.81/46.58	c reason swapping (by a shorter reason)	: 0
47.81/46.58	c Calls to reduceDB	: 42
47.81/46.58	c Number of update (reduction) of LBD	: 172836
47.81/46.58	c Imported unit clauses	: 0
47.81/46.58	c number of reductions to clauses (during analyze)	: 0
47.81/46.58	c number of learned constraints concerned by reduction	: 0
47.81/46.58	c number of learning phase by resolution	: 0
47.81/46.58	c number of learning phase by cutting planes	: 0
47.81/46.58	c speed (assignments/second)	: 961224.4756756757
47.81/46.58	c non guided choices	10509
47.81/46.58	c learnt constraints type 
47.81/46.58	s OPTIMUM FOUND
47.81/46.58	c Found 82 solution(s)
47.81/46.58	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 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
47.81/46.58	c objective function=7
47.81/46.58	c Total wall clock time (in seconds): 46.472

Verifier Data

OK	7

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-4090897-1466067951/watcher-4090897-1466067951 -o /tmp/evaluation-result-4090897-1466067951/solver-4090897-1466067951 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466062131-17743 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090897-1466067951.wbo 

pid=18827
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.12 2.18 2.18 3/194 18830
/proc/meminfo: memFree=30400036/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/18830/stat : 18830 (java) R 18827 18830 17726 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 8843793 3653632 49 33554432000 1073741824 1073778376 140735029953984 140735029951112 266426477863 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 892 49 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.12 2.18 2.18 3/194 18830
/proc/meminfo: memFree=30400036/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/18830/stat : 18830 (java) S 18827 18830 17726 0 -1 4202496 4468 0 1 0 9 1 0 0 20 0 18 0 8843793 9787879424 5586 33554432000 1073741824 1073778376 140735029953984 140735029945120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 2389619 5586 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.12 2.18 2.18 3/194 18830
/proc/meminfo: memFree=30400036/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/18830/stat : 18830 (java) S 18827 18830 17726 0 -1 4202496 4810 0 1 0 24 1 0 0 20 0 18 0 8843793 9787879424 6393 33554432000 1073741824 1073778376 140735029953984 140735029945120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 2389619 6393 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.12 2.18 2.18 3/194 18830
/proc/meminfo: memFree=30400036/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/18830/stat : 18830 (java) S 18827 18830 17726 0 -1 4202496 6461 0 1 0 47 1 0 0 20 0 18 0 8843793 9787879424 8274 33554432000 1073741824 1073778376 140735029953984 140735029945120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 2389619 8274 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.7002 s]
/proc/loadavg: 2.12 2.18 2.18 3/194 18830
/proc/meminfo: memFree=30400036/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/18830/stat : 18830 (java) S 18827 18830 17726 0 -1 4202496 14234 0 1 0 165 2 0 0 20 0 19 0 8843793 9856040960 13252 33554432000 1073741824 1073778376 140735029953984 140735029945120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 2406260 13252 2269 9 0 2396937 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.12 2.18 2.18 3/213 18849
/proc/meminfo: memFree=30356336/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=9625040 CPUtime=2.51 cores=1,3,5,7
/proc/18830/stat : 18830 (java) S 18827 18830 17726 0 -1 4202496 14254 0 1 0 249 2 0 0 20 0 19 0 8843793 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 140735029945120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 2406260 15432 2272 9 0 2396937 0
[pid=18830/tid=18832] ppid=18827 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/18830/task/18832/stat : 18832 (java) R 18827 18830 17726 0 -1 4202560 2478 0 1 0 146 0 0 0 20 0 19 0 8843794 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900299358512 139900239712719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18833] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18833/stat : 18833 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900143315240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18834] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18834/stat : 18834 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900142262440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18835] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18835/stat : 18835 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900141210152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18836] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18836/stat : 18836 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900140157352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18837] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18837/stat : 18837 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900139105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18838] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18838/stat : 18838 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900138052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18839] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18839/stat : 18839 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900136999976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18840] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18840/stat : 18840 (java) S 18827 18830 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900135947176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18841] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18841/stat : 18841 (java) S 18827 18830 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8843796 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900123535592 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18842] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18842/stat : 18842 (java) S 18827 18830 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900122481656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18843] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18843/stat : 18843 (java) S 18827 18830 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900121429256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18844] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18844/stat : 18844 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900120377744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18845] ppid=18827 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/18830/task/18845/stat : 18845 (java) S 18827 18830 17726 0 -1 4202560 4515 0 0 0 48 0 0 0 20 0 19 0 8843799 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900119325368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18846] ppid=18827 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/18830/task/18846/stat : 18846 (java) S 18827 18830 17726 0 -1 4202560 5984 0 0 0 54 0 0 0 20 0 19 0 8843799 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900118272568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18847] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18847/stat : 18847 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900117220472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18848] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18848/stat : 18848 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900116167880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18849] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18849/stat : 18849 (java) S 18827 18830 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8843827 9856040960 15432 33554432000 1073741824 1073778376 140735029953984 139900115112872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.12 2.18 2.18 3/213 18849
/proc/meminfo: memFree=30329216/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/18830/stat : 18830 (java) S 18827 18830 17726 0 -1 4202496 14272 0 1 0 412 3 0 0 20 0 19 0 8843793 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 140735029945120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 2406260 21070 2272 9 0 2396937 0
[pid=18830/tid=18832] ppid=18827 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/18830/task/18832/stat : 18832 (java) R 18827 18830 17726 0 -1 4202560 2492 0 1 0 304 2 0 0 20 0 19 0 8843794 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900299364744 139900239688000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18833] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18833/stat : 18833 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900143315240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18834] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18834/stat : 18834 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900142262440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18835] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18835/stat : 18835 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900141210152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18836] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18836/stat : 18836 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900140157352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18837] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18837/stat : 18837 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900139105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18838] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18838/stat : 18838 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900138052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18839] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18839/stat : 18839 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900136999976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18840] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18840/stat : 18840 (java) S 18827 18830 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900135947176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18841] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18841/stat : 18841 (java) S 18827 18830 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8843796 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900123535592 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18842] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18842/stat : 18842 (java) S 18827 18830 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900122481656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18843] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18843/stat : 18843 (java) S 18827 18830 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900121429256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18844] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18844/stat : 18844 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900120377744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18845] ppid=18827 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/18830/task/18845/stat : 18845 (java) S 18827 18830 17726 0 -1 4202560 4516 0 0 0 49 0 0 0 20 0 19 0 8843799 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900119325368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18846] ppid=18827 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/18830/task/18846/stat : 18846 (java) S 18827 18830 17726 0 -1 4202560 5987 0 0 0 56 0 0 0 20 0 19 0 8843799 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900118272568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18847] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18847/stat : 18847 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900117220472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18848] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18848/stat : 18848 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900116167880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18849] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18849/stat : 18849 (java) S 18827 18830 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8843827 9856040960 21070 33554432000 1073741824 1073778376 140735029953984 139900115112872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.19 2.20 2.18 4/213 18849
/proc/meminfo: memFree=30298036/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=9625040 CPUtime=7.55 cores=1,3,5,7
/proc/18830/stat : 18830 (java) S 18827 18830 17726 0 -1 4202496 14921 0 1 0 751 4 0 0 20 0 19 0 8843793 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 140735029945120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 2406260 29295 2278 9 0 2396937 0
[pid=18830/tid=18832] ppid=18827 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/18830/task/18832/stat : 18832 (java) R 18827 18830 17726 0 -1 4202560 2512 0 1 0 622 2 0 0 20 0 19 0 8843794 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900299367016 139900239786383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18833] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18833/stat : 18833 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900143315240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18834] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18834/stat : 18834 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900142262440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18835] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18835/stat : 18835 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900141210152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18836] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18836/stat : 18836 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900140157352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18837] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18837/stat : 18837 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900139105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18838] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18838/stat : 18838 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900138052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18839] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18839/stat : 18839 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900136999976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18840] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18840/stat : 18840 (java) S 18827 18830 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900135947176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18841] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18841/stat : 18841 (java) S 18827 18830 17726 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8843796 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900123535592 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18842] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18842/stat : 18842 (java) S 18827 18830 17726 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900122481656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18843] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18843/stat : 18843 (java) S 18827 18830 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900121429256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18844] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18844/stat : 18844 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900120377744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18845] ppid=18827 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/18830/task/18845/stat : 18845 (java) S 18827 18830 17726 0 -1 4202560 5121 0 0 0 60 1 0 0 20 0 19 0 8843799 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900119325368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18846] ppid=18827 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/18830/task/18846/stat : 18846 (java) S 18827 18830 17726 0 -1 4202560 6010 0 0 0 65 0 0 0 20 0 19 0 8843799 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900118272568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18847] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18847/stat : 18847 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900117220472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18848] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18848/stat : 18848 (java) S 18827 18830 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900116167880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18849] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18849/stat : 18849 (java) S 18827 18830 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8843827 9856040960 29295 33554432000 1073741824 1073778376 140735029953984 139900115112872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9625040


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

[pid=18830/tid=18842] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18842/stat : 18842 (java) S 18827 18830 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900122481656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18843] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18843/stat : 18843 (java) S 18827 18830 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900121429256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18844] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18844/stat : 18844 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900120377744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18845] ppid=18827 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/18830/task/18845/stat : 18845 (java) S 18827 18830 17726 0 -1 4202560 5121 0 0 0 60 1 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900119325368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18846] ppid=18827 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/18830/task/18846/stat : 18846 (java) S 18827 18830 17726 0 -1 4202560 6016 0 0 0 70 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900118272568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18847] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18847/stat : 18847 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900117220472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18848] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18848/stat : 18848 (java) S 18827 18830 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900116167880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18849] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18849/stat : 18849 (java) S 18827 18830 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8843827 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900115112872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 46.91
Current children cumulated vsize (KiB) 9625040

[startup+46.0007 s]
/proc/loadavg: 2.24 2.20 2.18 3/213 18914
/proc/meminfo: memFree=30317100/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=9625040 CPUtime=47.31 cores=1,3,5,7
/proc/18830/stat : 18830 (java) S 18827 18830 17726 0 -1 4202496 14985 0 1 0 4725 6 0 0 20 0 19 0 8843793 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 140735029945120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 2406260 42120 2291 9 0 2396937 0
[pid=18830/tid=18832] ppid=18827 vsize=9625040 CPUtime=45.83 cores=1,3,5,7
/proc/18830/task/18832/stat : 18832 (java) R 18827 18830 17726 0 -1 4202560 2541 0 1 0 4580 3 0 0 20 0 19 0 8843794 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900299357936 139900239650690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18833] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18833/stat : 18833 (java) S 18827 18830 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900143315240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18834] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18834/stat : 18834 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900142262440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18835] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18835/stat : 18835 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900141210152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18836] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18836/stat : 18836 (java) S 18827 18830 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900140157352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18837] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18837/stat : 18837 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900139105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18838] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18838/stat : 18838 (java) S 18827 18830 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900138052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18839] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18839/stat : 18839 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900136999976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18840] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18840/stat : 18840 (java) S 18827 18830 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900135947176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18841] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18841/stat : 18841 (java) S 18827 18830 17726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8843796 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900123535592 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18842] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18842/stat : 18842 (java) S 18827 18830 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900122481656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18843] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18843/stat : 18843 (java) S 18827 18830 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900121429256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18844] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18844/stat : 18844 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900120377744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18845] ppid=18827 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/18830/task/18845/stat : 18845 (java) S 18827 18830 17726 0 -1 4202560 5121 0 0 0 60 1 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900119325368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18846] ppid=18827 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/18830/task/18846/stat : 18846 (java) S 18827 18830 17726 0 -1 4202560 6016 0 0 0 70 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900118272568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18847] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18847/stat : 18847 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900117220472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18848] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18848/stat : 18848 (java) S 18827 18830 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900116167880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18849] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18849/stat : 18849 (java) S 18827 18830 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8843827 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900115112872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 47.31
Current children cumulated vsize (KiB) 9625040

[startup+46.4008 s]
/proc/loadavg: 2.24 2.20 2.18 3/213 18914
/proc/meminfo: memFree=30313012/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=9625040 CPUtime=47.71 cores=1,3,5,7
/proc/18830/stat : 18830 (java) S 18827 18830 17726 0 -1 4202496 14985 0 1 0 4765 6 0 0 20 0 19 0 8843793 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 140735029945120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 2406260 42120 2291 9 0 2396937 0
[pid=18830/tid=18832] ppid=18827 vsize=9625040 CPUtime=46.23 cores=1,3,5,7
/proc/18830/task/18832/stat : 18832 (java) R 18827 18830 17726 0 -1 4202560 2541 0 1 0 4620 3 0 0 20 0 19 0 8843794 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900299357936 139900239650760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18833] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18833/stat : 18833 (java) S 18827 18830 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900143315240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18834] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18834/stat : 18834 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900142262440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18835] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18835/stat : 18835 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900141210152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18836] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18836/stat : 18836 (java) S 18827 18830 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900140157352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18837] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18837/stat : 18837 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900139105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18838] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18838/stat : 18838 (java) S 18827 18830 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900138052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18839] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18839/stat : 18839 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900136999976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18840] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18840/stat : 18840 (java) S 18827 18830 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900135947176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18841] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18841/stat : 18841 (java) S 18827 18830 17726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8843796 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900123535592 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18842] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18842/stat : 18842 (java) S 18827 18830 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900122481656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18843] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18843/stat : 18843 (java) S 18827 18830 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900121429256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18844] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18844/stat : 18844 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900120377744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18845] ppid=18827 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/18830/task/18845/stat : 18845 (java) S 18827 18830 17726 0 -1 4202560 5121 0 0 0 60 1 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900119325368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18846] ppid=18827 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/18830/task/18846/stat : 18846 (java) S 18827 18830 17726 0 -1 4202560 6016 0 0 0 70 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900118272568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18847] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18847/stat : 18847 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900117220472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18848] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18848/stat : 18848 (java) S 18827 18830 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900116167880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18849] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18849/stat : 18849 (java) S 18827 18830 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8843827 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900115112872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 47.71
Current children cumulated vsize (KiB) 9625040

[startup+46.5008 s]
/proc/loadavg: 2.24 2.20 2.18 3/213 18914
/proc/meminfo: memFree=30313012/32872528 swapFree=1430864/1543284
[pid=18830] ppid=18827 vsize=9625040 CPUtime=47.81 cores=1,3,5,7
/proc/18830/stat : 18830 (java) S 18827 18830 17726 0 -1 4202496 14985 0 1 0 4775 6 0 0 20 0 19 0 8843793 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 140735029945120 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18830/statm: 2406260 42120 2291 9 0 2396937 0
[pid=18830/tid=18832] ppid=18827 vsize=9625040 CPUtime=46.33 cores=1,3,5,7
/proc/18830/task/18832/stat : 18832 (java) R 18827 18830 17726 0 -1 4202560 2541 0 1 0 4630 3 0 0 20 0 19 0 8843794 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900299357936 139900239670360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18833] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18833/stat : 18833 (java) S 18827 18830 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900143315240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18834] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18834/stat : 18834 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900142262440 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18835] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18835/stat : 18835 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900141210152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18836] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18836/stat : 18836 (java) S 18827 18830 17726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900140157352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18830/tid=18837] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18837/stat : 18837 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900139105064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18838] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18838/stat : 18838 (java) S 18827 18830 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900138052264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18839] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18839/stat : 18839 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900136999976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18830/tid=18840] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18840/stat : 18840 (java) S 18827 18830 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8843795 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900135947176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18841] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18841/stat : 18841 (java) S 18827 18830 17726 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8843796 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900123535592 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18842] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18842/stat : 18842 (java) S 18827 18830 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900122481656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18843] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18843/stat : 18843 (java) S 18827 18830 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8843797 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900121429256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18844] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18844/stat : 18844 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900120377744 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18845] ppid=18827 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/18830/task/18845/stat : 18845 (java) S 18827 18830 17726 0 -1 4202560 5121 0 0 0 60 1 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900119325368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18846] ppid=18827 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/18830/task/18846/stat : 18846 (java) S 18827 18830 17726 0 -1 4202560 6016 0 0 0 70 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900118272568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18847] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18847/stat : 18847 (java) S 18827 18830 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900117220472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18830/tid=18848] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18848/stat : 18848 (java) S 18827 18830 17726 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8843799 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900116167880 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18830/tid=18849] ppid=18827 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18830/task/18849/stat : 18849 (java) S 18827 18830 17726 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8843827 9856040960 42120 33554432000 1073741824 1073778376 140735029953984 139900115112872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 47.81
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18830 and gives
#  childrusage.ru_utime.tv_sec=47
#  childrusage.ru_utime.tv_usec=715746
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=70989
# CPU time returned by wait4() is 47.7867
# while last known CPU time is 47.81
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 46.5915
CPU time (s): 47.81
CPU user time (s): 47.75
CPU system time (s): 0.06
CPU usage (%): 102.615
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.7157
system time used= 0.070989
maximum resident set size= 168532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15004
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1333
involuntary context switches= 184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.254961 second user time and 0.334949 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-16 11:05:51
IDJOB=4090897
IDBENCH=79289
IDSOLVER=2551
FILE ID=node116/4090897-1466067951
RUNJOBID= node116-1466062131-17743
PBS_JOBID= 19904020
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900584106--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090897-1466067951/watcher-4090897-1466067951 -o /tmp/evaluation-result-4090897-1466067951/solver-4090897-1466067951 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466062131-17743 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090897-1466067951.wbo

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

MD5SUM BENCH= d3ccf217ec482c2d8ac120ae50401a4a
RANDOM SEED=1695263152

node116.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.781
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.56
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.781
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.781
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.781
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.781
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.781
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.54
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.781
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.781
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30400192 kB
Buffers:            9612 kB
Cached:            40052 kB
SwapCached:         2840 kB
Active:           198368 kB
Inactive:          28000 kB
Active(anon):     176728 kB
Inactive(anon):     1948 kB
Active(file):      21640 kB
Inactive(file):    26052 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099384 kB
Dirty:               720 kB
Writeback:             0 kB
AnonPages:       1721968 kB
Mapped:            15172 kB
Shmem:                 0 kB
Slab:             565856 kB
SReclaimable:       9920 kB
SUnreclaim:       555936 kB
KernelStack:        1592 kB
PageTables:         7360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2232340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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= 71640 MiB
End job on node116 at 2016-06-16 11:06:37