Trace number 4118182

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-23 1800.67 1794.44

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3pm-0244-0244.lin.opb
MD5SUMecc0457c39ca717d5f0699d7a77dccd5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1.17082
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables336
Total number of constraints512
Number of constraints which are clauses240
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints240
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 240
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 240
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 240
Number of bits of the biggest sum of numbers8
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.11	c version PB16.v20160501
0.08/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.11	c java.vm.version	19.1-b02
0.08/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		1.6.0_24
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.11	c Free memory 		501472288
0.08/0.11	c Max memory 		7480803328
0.08/0.11	c Total memory 		504102912
0.08/0.11	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4118182-1467225236.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.20/0.21	c ... done. Wall clock time 0.075s.
0.20/0.21	c declared #vars     336
0.20/0.21	c #constraints  544
0.20/0.21	c constraints type 
0.20/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 272
0.20/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
0.20/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 240
0.20/0.21	c 544 constraints processed.
0.20/0.21	c objective function length is 240 literals
0.20/0.21	c SATISFIABLE
0.20/0.21	c OPTIMIZING...
0.20/0.21	c Got one! Elapsed wall clock time (in seconds):0.083
0.20/0.22	o -18
0.20/0.22	c Got one! Elapsed wall clock time (in seconds):0.091
0.20/0.22	o -20
0.20/0.23	c Got one! Elapsed wall clock time (in seconds):0.101
0.20/0.23	o -21
0.20/0.25	c Got one! Elapsed wall clock time (in seconds):0.116
0.20/0.25	o -22
0.20/0.25	c Got one! Elapsed wall clock time (in seconds):0.121
0.20/0.25	o -23
0.75/0.59	c cleaning 2513 clauses out of 5031 with flag 10596/5031
1.28/0.92	c cleaning 4259 clauses out of 8518 with flag 24511/11031
1.59/1.29	c cleaning 5629 clauses out of 11258 with flag 39179/18030
2.08/1.72	c cleaning 6815 clauses out of 13632 with flag 55999/26033
2.62/2.24	c cleaning 7905 clauses out of 15815 with flag 75063/35031
3.21/2.84	c cleaning 8956 clauses out of 17912 with flag 96676/45033
3.91/3.50	c cleaning 9971 clauses out of 19955 with flag 120381/56032
4.61/4.25	c cleaning 10992 clauses out of 21986 with flag 147187/68034
5.41/5.03	c cleaning 11996 clauses out of 23991 with flag 175348/81031
6.41/6.00	c cleaning 12999 clauses out of 25997 with flag 205535/95033
7.42/7.02	c cleaning 13995 clauses out of 27995 with flag 238343/110030
8.62/8.21	c cleaning 14996 clauses out of 30000 with flag 272714/126030
9.92/9.53	c cleaning 15999 clauses out of 32007 with flag 310510/143033
11.33/10.93	c cleaning 17002 clauses out of 34005 with flag 350055/161030
12.73/12.39	c cleaning 18000 clauses out of 36003 with flag 391771/180030
14.43/14.04	c cleaning 18996 clauses out of 38003 with flag 435554/200030
16.23/15.83	c cleaning 20004 clauses out of 40009 with flag 481817/221032
18.04/17.70	c cleaning 21003 clauses out of 42007 with flag 531710/243034
20.13/19.74	c cleaning 21998 clauses out of 44000 with flag 585502/266030
22.58/22.15	c cleaning 22998 clauses out of 46004 with flag 642134/290032
24.88/24.43	c cleaning 23997 clauses out of 48004 with flag 697104/315030
26.99/26.56	c cleaning 25000 clauses out of 50007 with flag 754421/341030
29.38/28.98	c cleaning 26000 clauses out of 52007 with flag 815559/368030
31.98/31.57	c cleaning 27000 clauses out of 54008 with flag 883847/396031
35.38/34.97	c cleaning 28003 clauses out of 56008 with flag 952767/425031
38.88/38.49	c cleaning 29003 clauses out of 58005 with flag 1027237/455031
41.88/41.47	c cleaning 29994 clauses out of 60001 with flag 1097092/486030
45.28/44.82	c cleaning 31001 clauses out of 62009 with flag 1173467/518032
48.48/48.04	c cleaning 32003 clauses out of 64007 with flag 1249109/551031
51.86/51.37	c cleaning 32998 clauses out of 66004 with flag 1324670/585031
54.86/54.34	c cleaning 34001 clauses out of 68006 with flag 1407668/620031
57.76/57.30	c cleaning 35004 clauses out of 70007 with flag 1492611/656033
61.16/60.67	c cleaning 35999 clauses out of 72000 with flag 1573019/693030
64.76/64.25	c cleaning 37001 clauses out of 74004 with flag 1661973/731033
68.65/68.15	c cleaning 38000 clauses out of 76000 with flag 1749122/770030
73.97/73.49	c cleaning 38999 clauses out of 78004 with flag 1849560/810034
79.56/79.08	c cleaning 39996 clauses out of 80004 with flag 1953825/851033
86.38/85.78	c cleaning 41000 clauses out of 82007 with flag 2061728/893032
93.48/92.87	c cleaning 41996 clauses out of 84005 with flag 2172951/936030
100.28/99.67	c cleaning 43005 clauses out of 86009 with flag 2281573/980030
106.49/105.83	c cleaning 44003 clauses out of 88006 with flag 2385459/1025032
112.69/112.03	c cleaning 44993 clauses out of 90002 with flag 2495235/1071031
120.29/119.69	c cleaning 46000 clauses out of 92009 with flag 2613954/1118031
128.69/128.10	c cleaning 46999 clauses out of 94008 with flag 2738067/1166030
137.52/136.80	c cleaning 48000 clauses out of 96009 with flag 2865257/1215030
144.32/143.56	c cleaning 49004 clauses out of 98011 with flag 2980750/1265032
152.63/151.84	c cleaning 50003 clauses out of 100005 with flag 3096826/1316030
158.52/157.75	c cleaning 51000 clauses out of 102003 with flag 3209672/1368031
166.02/165.29	c cleaning 51994 clauses out of 104002 with flag 3329746/1421030
173.20/172.27	c cleaning 53001 clauses out of 106008 with flag 3450513/1475030
180.10/179.18	c cleaning 53999 clauses out of 108008 with flag 3570360/1530031
188.60/187.69	c cleaning 55004 clauses out of 110009 with flag 3694646/1586031
196.80/195.85	c cleaning 56001 clauses out of 112005 with flag 3820392/1643031
205.70/204.75	c cleaning 57000 clauses out of 114004 with flag 3950444/1701031
215.70/214.78	c cleaning 57998 clauses out of 116005 with flag 4090913/1760032
232.61/231.40	c cleaning 59002 clauses out of 118005 with flag 4271288/1820030
244.72/243.59	c cleaning 59999 clauses out of 120003 with flag 4434516/1881030
253.82/252.65	c cleaning 60999 clauses out of 122006 with flag 4586628/1943032
265.35/264.14	c cleaning 61994 clauses out of 124006 with flag 4738855/2006031
278.12/276.66	c cleaning 63006 clauses out of 126012 with flag 4907684/2070031
291.12/289.61	c cleaning 64000 clauses out of 128005 with flag 5077569/2135030
303.13/301.64	c cleaning 65003 clauses out of 130005 with flag 5247872/2201030
313.73/312.29	c cleaning 65998 clauses out of 132005 with flag 5417913/2268033
326.82/325.12	c cleaning 66992 clauses out of 134004 with flag 5605932/2336030
339.54/337.82	c cleaning 68002 clauses out of 136013 with flag 5792921/2405031
352.43/350.71	c cleaning 69001 clauses out of 138010 with flag 5973361/2475030
363.64/361.71	c cleaning 70006 clauses out of 140011 with flag 6145112/2546032
376.05/374.16	c cleaning 71002 clauses out of 142004 with flag 6322415/2618031
388.96/387.07	c cleaning 71999 clauses out of 144001 with flag 6514138/2691030
402.43/400.38	c cleaning 72997 clauses out of 146003 with flag 6721121/2765031
426.35/424.27	c cleaning 73999 clauses out of 148006 with flag 6939520/2840031
446.15/444.02	c cleaning 74999 clauses out of 150006 with flag 7142688/2916030
462.83/460.61	c cleaning 76001 clauses out of 152009 with flag 7347121/2993032
479.03/476.80	c cleaning 77004 clauses out of 154007 with flag 7554970/3071031
496.14/494.00	c cleaning 77996 clauses out of 156002 with flag 7763915/3150030
512.41/510.16	c cleaning 79002 clauses out of 158008 with flag 7974462/3230032
528.82/526.58	c cleaning 80002 clauses out of 160005 with flag 8180374/3311031
547.05/544.61	c cleaning 80998 clauses out of 162002 with flag 8394584/3393030
562.64/560.26	c cleaning 82001 clauses out of 164004 with flag 8609417/3476030
579.95/577.58	c cleaning 82999 clauses out of 166003 with flag 8832195/3560030
596.74/594.29	c cleaning 83996 clauses out of 168004 with flag 9050777/3645030
610.54/608.01	c cleaning 85004 clauses out of 170008 with flag 9268619/3731030
626.14/623.54	c cleaning 85998 clauses out of 172004 with flag 9490827/3818030
645.05/642.41	c cleaning 87000 clauses out of 174007 with flag 9719385/3906031
664.48/661.79	c cleaning 88003 clauses out of 176006 with flag 9953801/3995030
689.48/686.71	c cleaning 88996 clauses out of 178003 with flag 10188963/4085030
725.38/722.54	c cleaning 89998 clauses out of 180007 with flag 10463766/4176030
755.79/752.93	c cleaning 90998 clauses out of 182009 with flag 10720215/4268030
778.53/775.52	c cleaning 92000 clauses out of 184012 with flag 10971197/4361031
796.24/793.27	c cleaning 93003 clauses out of 186012 with flag 11195687/4455031
816.33/813.24	c cleaning 94003 clauses out of 188010 with flag 11417293/4550032
836.34/833.20	c cleaning 95001 clauses out of 190006 with flag 11646789/4646031
856.15/852.96	c cleaning 95999 clauses out of 192006 with flag 11878196/4743032
878.35/875.18	c cleaning 97000 clauses out of 194006 with flag 12121311/4841031
901.17/897.86	c cleaning 98000 clauses out of 196005 with flag 12369723/4940030
920.97/917.70	c cleaning 98998 clauses out of 198005 with flag 12612141/5040030
944.27/940.86	c cleaning 99995 clauses out of 200008 with flag 12848194/5141031
964.62/961.07	c cleaning 101005 clauses out of 202012 with flag 13089093/5243030
988.53/984.98	c cleaning 102005 clauses out of 204009 with flag 13334268/5346032
1010.51/1006.83	c cleaning 103000 clauses out of 206004 with flag 13574760/5450032
1035.32/1031.62	c cleaning 104000 clauses out of 208002 with flag 13817530/5555030
1058.94/1055.17	c cleaning 105002 clauses out of 210003 with flag 14054771/5661031
1080.32/1076.42	c cleaning 105991 clauses out of 212000 with flag 14295239/5768030
1103.22/1099.38	c cleaning 106999 clauses out of 214010 with flag 14549655/5876031
1125.81/1121.83	c cleaning 108002 clauses out of 216011 with flag 14795731/5985031
1155.10/1151.05	c cleaning 108999 clauses out of 218008 with flag 15051728/6095030
1189.33/1185.16	c cleaning 110001 clauses out of 220010 with flag 15313971/6206031
1226.04/1221.83	c cleaning 110997 clauses out of 222008 with flag 15581007/6318030
1255.93/1251.69	c cleaning 112001 clauses out of 224014 with flag 15855662/6431033
1289.72/1285.34	c cleaning 113003 clauses out of 226012 with flag 16142355/6545032
1320.27/1315.79	c cleaning 113997 clauses out of 228007 with flag 16426672/6660030
1347.97/1343.47	c cleaning 115000 clauses out of 230010 with flag 16717275/6776030
1379.48/1374.84	c cleaning 115999 clauses out of 232010 with flag 17001933/6893030
1409.48/1404.72	c cleaning 117005 clauses out of 234011 with flag 17290100/7011030
1444.57/1439.77	c cleaning 118001 clauses out of 236007 with flag 17573175/7130031
1477.88/1472.95	c cleaning 118999 clauses out of 238006 with flag 17872003/7250031
1510.06/1505.03	c cleaning 120002 clauses out of 240007 with flag 18168887/7371031
1543.07/1537.92	c cleaning 121001 clauses out of 242005 with flag 18463663/7493031
1589.13/1583.92	c cleaning 121996 clauses out of 244003 with flag 18751761/7616030
1628.62/1623.34	c cleaning 123001 clauses out of 246008 with flag 19054649/7740031
1671.44/1666.09	c cleaning 123996 clauses out of 248007 with flag 19353657/7865031
1725.45/1719.91	c cleaning 125005 clauses out of 250010 with flag 19645454/7991030
1777.27/1771.69	c cleaning 126003 clauses out of 252006 with flag 19946650/8118031
1800.07/1794.40	c starts		: 11079
1800.07/1794.40	c conflicts		: 8191129
1800.07/1794.40	c decisions		: 9639539
1800.07/1794.40	c propagations		: 263063025
1800.07/1794.40	c inspects		: 31213253039
1800.07/1794.40	c shortcuts		: 0
1800.07/1794.40	c learnt literals	: 0
1800.07/1794.40	c learnt binary clauses	: 0
1800.07/1794.40	c learnt ternary clauses	: 0
1800.07/1794.40	c learnt constraints	: 8191129
1800.07/1794.40	c ignored constraints	: 0
1800.07/1794.40	c root simplifications	: 0
1800.07/1794.40	c removed literals (reason simplification)	: 0
1800.07/1794.40	c reason swapping (by a shorter reason)	: 0
1800.07/1794.40	c Calls to reduceDB	: 123
1800.07/1794.40	c Number of update (reduction) of LBD	: 300955
1800.07/1794.40	c Imported unit clauses	: 0
1800.07/1794.40	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.40	c number of learned constraints concerned by reduction	: 0
1800.07/1794.40	c number of learning phase by resolution	: 0
1800.07/1794.40	c number of learning phase by cutting planes	: 0
1800.07/1794.40	c speed (assignments/second)	: 146619.22191159028
1800.07/1794.40	c non guided choices	0
1800.07/1794.43	c learnt constraints type 
1800.07/1794.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 199101
1800.07/1794.43	s SATISFIABLE
1800.07/1794.43	c Found 5 solution(s)
1800.07/1794.43	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 x232 x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 x258 -x259 -x260 -x261 -x262 x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 
1800.07/1794.43	c objective function=-23
1800.07/1794.43	c Total wall clock time (in seconds): 1794.301

Verifier Data

OK	-23

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-4118182-1467225236/watcher-4118182-1467225236 -o /tmp/evaluation-result-4118182-1467225236/solver-4118182-1467225236 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4306 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118182-1467225236.opb 

pid=6152
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.13 2.09 2.02 3/194 6155
/proc/meminfo: memFree=29491524/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/6155/stat : 6155 (java) R 6152 6155 4289 0 -1 4202496 405 0 0 0 0 0 0 0 20 0 1 0 3629913 9445376 76 33554432000 1073741824 1073778376 140736210804032 140736210801160 247055038559 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2306 90 71 9 0 38 0

[startup+0.100115 s]
/proc/loadavg: 2.13 2.09 2.02 3/194 6155
/proc/meminfo: memFree=29491524/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/6155/stat : 6155 (java) S 6152 6155 4289 0 -1 4202496 4352 0 1 0 7 1 0 0 20 0 18 0 3629913 9787879424 5465 33554432000 1073741824 1073778376 140736210804032 140736210795168 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2389619 5465 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200248 s]
/proc/loadavg: 2.13 2.09 2.02 3/194 6155
/proc/meminfo: memFree=29491524/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/6155/stat : 6155 (java) S 6152 6155 4289 0 -1 4202496 4653 0 1 0 19 1 0 0 20 0 18 0 3629913 9787879424 6738 33554432000 1073741824 1073778376 140736210804032 140736210795168 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2389619 6738 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558476

[startup+0.300245 s]
/proc/loadavg: 2.13 2.09 2.02 3/194 6155
/proc/meminfo: memFree=29491524/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6155/stat : 6155 (java) S 6152 6155 4289 0 -1 4202496 7290 0 1 0 43 2 0 0 20 0 19 0 3629913 9856040960 8806 33554432000 1073741824 1073778376 140736210804032 140736210795168 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2406260 8806 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9625040

[startup+0.700176 s]
/proc/loadavg: 2.13 2.09 2.02 3/194 6155
/proc/meminfo: memFree=29491524/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/6155/stat : 6155 (java) S 6152 6155 4289 0 -1 4202496 8654 0 1 0 102 2 0 0 20 0 19 0 3629913 9856040960 9724 33554432000 1073741824 1073778376 140736210804032 140736210795168 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2406260 9724 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.13 2.09 2.02 3/213 6174
/proc/meminfo: memFree=29458664/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/6155/stat : 6155 (java) S 6152 6155 4289 0 -1 4202496 8661 0 1 0 185 3 0 0 20 0 19 0 3629913 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140736210795168 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2406260 11263 2256 9 0 2396937 0
[pid=6155/tid=6157] ppid=6152 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/6155/task/6157/stat : 6157 (java) R 6152 6155 4289 0 -1 4202560 2417 0 1 0 142 2 0 0 20 0 19 0 3629913 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140449351069824 140449205989376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6158] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6158/stat : 6158 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140449194486440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6159] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6159/stat : 6159 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140449193433896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6160] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6160/stat : 6160 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140449192381352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6161] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6161/stat : 6161 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140449191328808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6155/tid=6162] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6162/stat : 6162 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140449190275240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6163] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6163/stat : 6163 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448853125416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6155/tid=6164] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6164/stat : 6164 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448852072872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6165] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6165/stat : 6165 (java) S 6152 6155 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448851020328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6166] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6166/stat : 6166 (java) S 6152 6155 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448838822504 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6167] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6167/stat : 6167 (java) S 6152 6155 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448837768824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6168] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6168/stat : 6168 (java) S 6152 6155 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448836716168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6169] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6169/stat : 6169 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448835664912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6170] ppid=6152 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6155/task/6170/stat : 6170 (java) S 6152 6155 4289 0 -1 4202560 2818 0 0 0 24 0 0 0 20 0 19 0 3629919 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448834611256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6171] ppid=6152 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6155/task/6171/stat : 6171 (java) S 6152 6155 4289 0 -1 4202560 2153 0 0 0 16 0 0 0 20 0 19 0 3629919 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448833558712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6172] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6172/stat : 6172 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448832506360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6173] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6173/stat : 6173 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448831454024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6174] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6174/stat : 6174 (java) S 6152 6155 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3629934 9856040960 11263 33554432000 1073741824 1073778376 140736210804032 140448830301480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.13 2.09 2.02 3/213 6174
/proc/meminfo: memFree=29447672/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/6155/stat : 6155 (java) S 6152 6155 4289 0 -1 4202496 8901 0 1 0 348 3 0 0 20 0 19 0 3629913 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140736210795168 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2406260 14338 2257 9 0 2396937 0
[pid=6155/tid=6157] ppid=6152 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/6155/task/6157/stat : 6157 (java) R 6152 6155 4289 0 -1 4202560 2423 0 1 0 301 2 0 0 20 0 19 0 3629913 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140449351061184 140449205935017 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6158] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6158/stat : 6158 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140449194486440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6159] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6159/stat : 6159 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140449193433896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6160] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6160/stat : 6160 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140449192381352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6161] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6161/stat : 6161 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140449191328808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6155/tid=6162] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6162/stat : 6162 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140449190275240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6163] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6163/stat : 6163 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448853125416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6155/tid=6164] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6164/stat : 6164 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448852072872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6165] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6165/stat : 6165 (java) S 6152 6155 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448851020328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6166] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6166/stat : 6166 (java) S 6152 6155 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448838822504 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6167] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6167/stat : 6167 (java) S 6152 6155 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448837768824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6168] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6168/stat : 6168 (java) S 6152 6155 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448836716168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6169] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6169/stat : 6169 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448835664912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6170] ppid=6152 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6155/task/6170/stat : 6170 (java) S 6152 6155 4289 0 -1 4202560 3052 0 0 0 27 0 0 0 20 0 19 0 3629919 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448834611256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6171] ppid=6152 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6155/task/6171/stat : 6171 (java) S 6152 6155 4289 0 -1 4202560 2153 0 0 0 16 0 0 0 20 0 19 0 3629919 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448833558712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6172] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6172/stat : 6172 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448832506360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6173] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6173/stat : 6173 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448831454024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6174] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6174/stat : 6174 (java) S 6152 6155 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3629934 9856040960 14338 33554432000 1073741824 1073778376 140736210804032 140448830301480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.12 2.08 2.02 3/213 6174
/proc/meminfo: memFree=29425296/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/6155/stat : 6155 (java) S 6152 6155 4289 0 -1 4202496 8915 0 1 0 668 4 0 0 20 0 19 0 3629913 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140736210795168 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2406260 19849 2258 9 0 2396937 0
[pid=6155/tid=6157] ppid=6152 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/6155/task/6157/stat : 6157 (java) R 6152 6155 4289 0 -1 4202560 2436 0 1 0 621 2 0 0 20 0 19 0 3629913 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140449351061184 140449205935123 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6158] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6158/stat : 6158 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140449194486440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6159] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6159/stat : 6159 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140449193433896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6160] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6160/stat : 6160 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140449192381352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6161] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6161/stat : 6161 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140449191328808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6155/tid=6162] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6162/stat : 6162 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140449190275240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6163] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6163/stat : 6163 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448853125416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6155/tid=6164] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6164/stat : 6164 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448852072872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6165] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6165/stat : 6165 (java) S 6152 6155 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3629915 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448851020328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6166] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6166/stat : 6166 (java) S 6152 6155 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448838822504 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6167] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6167/stat : 6167 (java) S 6152 6155 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448837768824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6168] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6168/stat : 6168 (java) S 6152 6155 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448836716168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6169] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6169/stat : 6169 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448835664912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6170] ppid=6152 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6155/task/6170/stat : 6170 (java) S 6152 6155 4289 0 -1 4202560 3052 0 0 0 28 0 0 0 20 0 19 0 3629919 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448834611256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6171] ppid=6152 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6155/task/6171/stat : 6171 (java) S 6152 6155 4289 0 -1 4202560 2153 0 0 0 16 0 0 0 20 0 19 0 3629919 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448833558712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6172] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6172/stat : 6172 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448832506360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6173] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6173/stat : 6173 (java) S 6152 6155 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448831454024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6174] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6174/stat : 6174 (java) S 6152 6155 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3629934 9856040960 19849 33554432000 1073741824 1073778376 140736210804032 140448830301480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=6155/tid=6167] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6167/stat : 6167 (java) S 6152 6155 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 118662 33554432000 1073741824 1073778376 140736210804032 140448837768824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6168] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6168/stat : 6168 (java) S 6152 6155 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 118662 33554432000 1073741824 1073778376 140736210804032 140448836716168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6169] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6169/stat : 6169 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 118662 33554432000 1073741824 1073778376 140736210804032 140448835664912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6170] ppid=6152 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/6155/task/6170/stat : 6170 (java) S 6152 6155 4289 0 -1 4202560 3393 0 0 0 32 0 0 0 20 0 19 0 3629919 9856040960 118662 33554432000 1073741824 1073778376 140736210804032 140448834611256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6171] ppid=6152 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6155/task/6171/stat : 6171 (java) S 6152 6155 4289 0 -1 4202560 2153 0 0 0 16 0 0 0 20 0 19 0 3629919 9856040960 118662 33554432000 1073741824 1073778376 140736210804032 140448833558712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6172] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6172/stat : 6172 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 118662 33554432000 1073741824 1073778376 140736210804032 140448832506360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6173] ppid=6152 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6155/task/6173/stat : 6173 (java) S 6152 6155 4289 0 -1 4202560 96 0 0 0 29 38 0 0 20 0 19 0 3629919 9856040960 118662 33554432000 1073741824 1073778376 140736210804032 140448831454024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6174] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6174/stat : 6174 (java) S 6152 6155 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3629934 9856040960 118662 33554432000 1073741824 1073778376 140736210804032 140448830301480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.74
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/213 6306
/proc/meminfo: memFree=29046224/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9625040 CPUtime=1727.86 cores=1,3,5,7
/proc/6155/stat : 6155 (java) S 6152 6155 4289 0 -1 4202496 12922 0 1 0 172680 106 0 0 20 0 19 0 3629913 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140736210795168 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2406260 117530 2280 9 0 2396937 0
[pid=6155/tid=6157] ppid=6152 vsize=9625040 CPUtime=1719.61 cores=1,3,5,7
/proc/6155/task/6157/stat : 6157 (java) R 6152 6155 4289 0 -1 4202560 2519 0 1 0 171930 31 0 0 20 0 19 0 3629913 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140449351061184 140449205975061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6158] ppid=6152 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/6155/task/6158/stat : 6158 (java) S 6152 6155 4289 0 -1 4202560 385 0 0 0 85 7 0 0 20 0 19 0 3629915 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140449194486440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6159] ppid=6152 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/6155/task/6159/stat : 6159 (java) S 6152 6155 4289 0 -1 4202560 371 0 0 0 69 8 0 0 20 0 19 0 3629915 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140449193433896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6160] ppid=6152 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/6155/task/6160/stat : 6160 (java) S 6152 6155 4289 0 -1 4202560 519 0 0 0 76 9 0 0 20 0 19 0 3629915 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140449192381352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6161] ppid=6152 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/6155/task/6161/stat : 6161 (java) S 6152 6155 4289 0 -1 4202560 507 0 0 0 84 9 0 0 20 0 19 0 3629915 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140449191328808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6162] ppid=6152 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6155/task/6162/stat : 6162 (java) S 6152 6155 4289 0 -1 4202560 346 0 0 0 76 6 0 0 20 0 19 0 3629915 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140449190275240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6163] ppid=6152 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/6155/task/6163/stat : 6163 (java) S 6152 6155 4289 0 -1 4202560 553 0 0 0 68 12 0 0 20 0 19 0 3629915 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448853125416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6164] ppid=6152 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/6155/task/6164/stat : 6164 (java) S 6152 6155 4289 0 -1 4202560 199 0 0 0 63 6 0 0 20 0 19 0 3629915 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448852072872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6165] ppid=6152 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6155/task/6165/stat : 6165 (java) S 6152 6155 4289 0 -1 4202560 366 0 0 0 61 6 0 0 20 0 19 0 3629915 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448851020328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6166] ppid=6152 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/6155/task/6166/stat : 6166 (java) S 6152 6155 4289 0 -1 4202560 252 0 0 0 85 3 0 0 20 0 19 0 3629916 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448838822504 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6167] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6167/stat : 6167 (java) S 6152 6155 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448837768824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6168] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6168/stat : 6168 (java) S 6152 6155 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448836716168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6169] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6169/stat : 6169 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448835664912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6170] ppid=6152 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/6155/task/6170/stat : 6170 (java) S 6152 6155 4289 0 -1 4202560 3393 0 0 0 32 0 0 0 20 0 19 0 3629919 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448834611256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6171] ppid=6152 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6155/task/6171/stat : 6171 (java) S 6152 6155 4289 0 -1 4202560 2153 0 0 0 16 0 0 0 20 0 19 0 3629919 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448833558712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6172] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6172/stat : 6172 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448832506360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6173] ppid=6152 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/6155/task/6173/stat : 6173 (java) S 6152 6155 4289 0 -1 4202560 100 0 0 0 30 40 0 0 20 0 19 0 3629919 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448831454024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6174] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6174/stat : 6174 (java) S 6152 6155 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3629934 9856040960 117530 33554432000 1073741824 1073778376 140736210804032 140448830301480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.86
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 6307
/proc/meminfo: memFree=29300292/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9625040 CPUtime=1787.97 cores=1,3,5,7
/proc/6155/stat : 6155 (java) S 6152 6155 4289 0 -1 4202496 12929 0 1 0 178689 108 0 0 20 0 19 0 3629913 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140736210795168 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2406260 116488 2280 9 0 2396937 0
[pid=6155/tid=6157] ppid=6152 vsize=9625040 CPUtime=1779.58 cores=1,3,5,7
/proc/6155/task/6157/stat : 6157 (java) R 6152 6155 4289 0 -1 4202560 2520 0 1 0 177926 32 0 0 20 0 19 0 3629913 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449351061184 140449205929127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6158] ppid=6152 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/6155/task/6158/stat : 6158 (java) S 6152 6155 4289 0 -1 4202560 385 0 0 0 86 7 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449194486440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6159] ppid=6152 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/6155/task/6159/stat : 6159 (java) S 6152 6155 4289 0 -1 4202560 371 0 0 0 72 8 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449193433896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6160] ppid=6152 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/6155/task/6160/stat : 6160 (java) S 6152 6155 4289 0 -1 4202560 519 0 0 0 77 9 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449192381352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6161] ppid=6152 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/6155/task/6161/stat : 6161 (java) S 6152 6155 4289 0 -1 4202560 507 0 0 0 84 9 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449191328808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6162] ppid=6152 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6155/task/6162/stat : 6162 (java) S 6152 6155 4289 0 -1 4202560 346 0 0 0 76 6 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449190275240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6163] ppid=6152 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6155/task/6163/stat : 6163 (java) S 6152 6155 4289 0 -1 4202560 553 0 0 0 70 12 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448853125416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6155/tid=6164] ppid=6152 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/6155/task/6164/stat : 6164 (java) S 6152 6155 4289 0 -1 4202560 199 0 0 0 64 6 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448852072872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6165] ppid=6152 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/6155/task/6165/stat : 6165 (java) S 6152 6155 4289 0 -1 4202560 366 0 0 0 64 6 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448851020328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6166] ppid=6152 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/6155/task/6166/stat : 6166 (java) S 6152 6155 4289 0 -1 4202560 254 0 0 0 85 3 0 0 20 0 19 0 3629916 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448838822504 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6167] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6167/stat : 6167 (java) S 6152 6155 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448837768824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6168] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6168/stat : 6168 (java) S 6152 6155 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448836716168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6169] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6169/stat : 6169 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448835664912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6170] ppid=6152 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/6155/task/6170/stat : 6170 (java) S 6152 6155 4289 0 -1 4202560 3393 0 0 0 32 0 0 0 20 0 19 0 3629919 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448834611256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6171] ppid=6152 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6155/task/6171/stat : 6171 (java) S 6152 6155 4289 0 -1 4202560 2153 0 0 0 16 0 0 0 20 0 19 0 3629919 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448833558712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6172] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6172/stat : 6172 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448832506360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6173] ppid=6152 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/6155/task/6173/stat : 6173 (java) S 6152 6155 4289 0 -1 4202560 104 0 0 0 31 42 0 0 20 0 19 0 3629919 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448831454024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6174] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6174/stat : 6174 (java) S 6152 6155 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3629934 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448830301480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.97
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 6307
/proc/meminfo: memFree=29295952/32872528 swapFree=242912/249044
[pid=6155] ppid=6152 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/6155/stat : 6155 (java) S 6152 6155 4289 0 -1 4202496 12929 0 1 0 179899 108 0 0 20 0 19 0 3629913 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140736210795168 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6155/statm: 2406260 116488 2280 9 0 2396937 0
[pid=6155/tid=6157] ppid=6152 vsize=9625040 CPUtime=1791.68 cores=1,3,5,7
/proc/6155/task/6157/stat : 6157 (java) R 6152 6155 4289 0 -1 4202560 2520 0 1 0 179136 32 0 0 20 0 19 0 3629913 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449351061184 140449205974973 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6158] ppid=6152 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/6155/task/6158/stat : 6158 (java) S 6152 6155 4289 0 -1 4202560 385 0 0 0 86 7 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449194486440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6159] ppid=6152 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/6155/task/6159/stat : 6159 (java) S 6152 6155 4289 0 -1 4202560 371 0 0 0 72 8 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449193433896 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6160] ppid=6152 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/6155/task/6160/stat : 6160 (java) S 6152 6155 4289 0 -1 4202560 519 0 0 0 77 9 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449192381352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6161] ppid=6152 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/6155/task/6161/stat : 6161 (java) S 6152 6155 4289 0 -1 4202560 507 0 0 0 84 9 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449191328808 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6162] ppid=6152 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6155/task/6162/stat : 6162 (java) S 6152 6155 4289 0 -1 4202560 346 0 0 0 76 6 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140449190275240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6163] ppid=6152 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/6155/task/6163/stat : 6163 (java) S 6152 6155 4289 0 -1 4202560 553 0 0 0 70 12 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448853125416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6155/tid=6164] ppid=6152 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/6155/task/6164/stat : 6164 (java) S 6152 6155 4289 0 -1 4202560 199 0 0 0 64 6 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448852072872 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6165] ppid=6152 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/6155/task/6165/stat : 6165 (java) S 6152 6155 4289 0 -1 4202560 366 0 0 0 64 6 0 0 20 0 19 0 3629915 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448851020328 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6166] ppid=6152 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/6155/task/6166/stat : 6166 (java) S 6152 6155 4289 0 -1 4202560 254 0 0 0 85 3 0 0 20 0 19 0 3629916 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448838822504 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6167] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6167/stat : 6167 (java) S 6152 6155 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448837768824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6168] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6168/stat : 6168 (java) S 6152 6155 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3629916 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448836716168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6169] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6169/stat : 6169 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448835664912 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6170] ppid=6152 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/6155/task/6170/stat : 6170 (java) S 6152 6155 4289 0 -1 4202560 3393 0 0 0 32 0 0 0 20 0 19 0 3629919 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448834611256 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6155/tid=6171] ppid=6152 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/6155/task/6171/stat : 6171 (java) S 6152 6155 4289 0 -1 4202560 2153 0 0 0 16 0 0 0 20 0 19 0 3629919 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448833558712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6172] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6172/stat : 6172 (java) S 6152 6155 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3629919 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448832506360 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6155/tid=6173] ppid=6152 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/6155/task/6173/stat : 6173 (java) S 6152 6155 4289 0 -1 4202560 104 0 0 0 31 42 0 0 20 0 19 0 3629919 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448831454024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6155/tid=6174] ppid=6152 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6155/task/6174/stat : 6174 (java) S 6152 6155 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3629934 9856040960 116488 33554432000 1073741824 1073778376 140736210804032 140448830301480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6155 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1794.44
CPU time (s): 1800.67
CPU user time (s): 1799.13
CPU system time (s): 1.54077
CPU usage (%): 100.347
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.54076
maximum resident set size= 678668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12978
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39046
involuntary context switches= 11310

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.92449 second user time and 14.3008 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-29 20:33:56
IDJOB=4118182
IDBENCH=111465
IDSOLVER=2546
FILE ID=node103/4118182-1467225236
RUNJOBID= node103-1467209106-4306
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_3pm-0244-0244.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118182-1467225236/watcher-4118182-1467225236 -o /tmp/evaluation-result-4118182-1467225236/solver-4118182-1467225236 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4306 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118182-1467225236.opb

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

MD5SUM BENCH= ecc0457c39ca717d5f0699d7a77dccd5
RANDOM SEED=575575202

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.456
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:        29492324 kB
Buffers:           97752 kB
Cached:          1226740 kB
SwapCached:            0 kB
Active:          1953812 kB
Inactive:         426548 kB
Active(anon):    1055292 kB
Inactive(anon):     2876 kB
Active(file):     898520 kB
Inactive(file):   423672 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:       1320488 kB
Mapped:            22172 kB
Shmem:               204 kB
Slab:             602956 kB
SReclaimable:      47252 kB
SUnreclaim:       555704 kB
KernelStack:        1680 kB
PageTables:         7040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2214052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1013760 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= 71712 MiB
End job on node103 at 2016-06-29 21:03:50