Trace number 3718376

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 2012-05-28OPTIMUM 1577.02 1573.45

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_20_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM8d28474a5cb37d0277ef3e3fb6ddbee0
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 benchmark0.091985
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables400
Total number of constraints60
Number of soft constraints60
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
Top cost 2653
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2652
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120528
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3718376-1338252305.wbo
0.07/0.13	c reading problem ... 
0.07/0.17	c ... done. Wall clock time 0.042s.
0.07/0.17	c declared #vars     400
0.07/0.17	c internal #vars     460
0.07/0.17	c #constraints  60
0.07/0.17	c constraints type 
0.07/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.07/0.17	c ignored satisfied constraints => 1
0.07/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
0.07/0.17	c 61 constraints processed.
0.07/0.17	c objective function length is 60 literals
0.24/0.25	c SATISFIABLE
0.24/0.25	c OPTIMIZING...
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.124
0.24/0.25	o 381
0.24/0.27	c Got one! Elapsed wall clock time (in seconds):0.141
0.24/0.27	o 144
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.16
0.24/0.29	o 111
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.182
0.47/0.31	o 52
0.47/0.33	c Got one! Elapsed wall clock time (in seconds):0.207
0.47/0.33	o 47
0.47/0.35	c Got one! Elapsed wall clock time (in seconds):0.228
0.47/0.35	o 44
0.59/0.40	c Got one! Elapsed wall clock time (in seconds):0.277
0.59/0.40	o 41
0.59/0.42	c Got one! Elapsed wall clock time (in seconds):0.298
0.59/0.42	o 38
0.93/0.73	c cleaning 4133 clauses out of 8269 with flag 39851/8269
1.07/0.85	c Got one! Elapsed wall clock time (in seconds):0.728
1.07/0.85	o 37
1.20/0.91	c Got one! Elapsed wall clock time (in seconds):0.78
1.20/0.91	o 24
1.31/1.10	c cleaning 5112 clauses out of 10232 with flag 20140/14365
1.70/1.49	c cleaning 5556 clauses out of 11119 with flag 65765/20364
2.34/2.04	c cleaning 6278 clauses out of 12563 with flag 125281/27364
3.06/2.71	c cleaning 7138 clauses out of 14285 with flag 203731/35364
3.57/3.27	c Got one! Elapsed wall clock time (in seconds):3.139
3.57/3.27	o 21
3.98/3.66	c cleaning 10103 clauses out of 20210 with flag 43558/48427
4.09/3.76	c Got one! Elapsed wall clock time (in seconds):3.629
4.09/3.76	o 20
4.19/3.81	c Got one! Elapsed wall clock time (in seconds):3.679
4.19/3.81	o 7
4.49/4.10	c cleaning 7877 clauses out of 15763 with flag 28797/54083
4.81/4.44	c cleaning 6927 clauses out of 13884 with flag 80794/60081
5.30/4.93	c cleaning 6973 clauses out of 13957 with flag 141353/67081
5.83/5.50	c cleaning 7490 clauses out of 14984 with flag 203701/75081
6.54/6.19	c cleaning 8239 clauses out of 16494 with flag 290785/84081
7.36/6.96	c cleaning 9118 clauses out of 18254 with flag 379192/94080
8.49/8.07	c cleaning 10060 clauses out of 20136 with flag 475907/105080
9.79/9.39	c cleaning 11033 clauses out of 22079 with flag 591971/117083
11.00/10.52	c cleaning 12006 clauses out of 24043 with flag 711237/130080
12.30/11.86	c cleaning 13002 clauses out of 26037 with flag 855129/144080
13.71/13.28	c cleaning 14006 clauses out of 28037 with flag 1007400/159082
15.44/14.99	c cleaning 15009 clauses out of 30030 with flag 1188961/175081
17.36/16.87	c cleaning 16005 clauses out of 32020 with flag 1342847/192080
20.07/19.50	c cleaning 17001 clauses out of 34015 with flag 1531201/210080
22.87/22.30	c cleaning 18001 clauses out of 36014 with flag 1707197/229080
25.97/25.44	c cleaning 19000 clauses out of 38015 with flag 1916230/249082
28.38/27.82	c cleaning 19989 clauses out of 40013 with flag 2121448/270080
30.98/30.48	c cleaning 20992 clauses out of 42025 with flag 2320601/292081
33.51/32.93	c cleaning 22008 clauses out of 44036 with flag 2528583/315084
36.61/36.07	c cleaning 23007 clauses out of 46029 with flag 2766312/339085
39.82/39.27	c cleaning 24005 clauses out of 48020 with flag 3022675/364083
44.75/44.15	c cleaning 24997 clauses out of 50017 with flag 3293666/390085
48.87/48.29	c cleaning 25998 clauses out of 52016 with flag 3554714/417081
53.00/52.36	c cleaning 26988 clauses out of 54021 with flag 3827064/445084
58.34/57.68	c cleaning 28004 clauses out of 56031 with flag 4106829/474082
63.86/63.15	c cleaning 29004 clauses out of 58026 with flag 4430809/504081
68.27/67.58	c cleaning 30005 clauses out of 60024 with flag 4739220/535083
74.79/74.03	c cleaning 31001 clauses out of 62018 with flag 5067596/567082
80.00/79.29	c cleaning 32000 clauses out of 64016 with flag 5419228/600081
84.82/84.02	c cleaning 32978 clauses out of 66018 with flag 5835772/634083
89.84/89.06	c cleaning 33997 clauses out of 68037 with flag 6267527/669080
95.95/95.11	c cleaning 35016 clauses out of 70041 with flag 6705221/705081
103.09/102.29	c cleaning 36004 clauses out of 72024 with flag 7117074/742080
111.32/110.47	c cleaning 37007 clauses out of 74024 with flag 7455551/780084
117.95/117.05	c cleaning 37995 clauses out of 76013 with flag 7835473/819080
125.87/124.90	c cleaning 39001 clauses out of 78022 with flag 8293845/859084
133.38/132.48	c cleaning 39986 clauses out of 80017 with flag 8736347/900080
139.60/138.65	c cleaning 41005 clauses out of 82035 with flag 9176621/942084
148.41/147.43	c cleaning 41996 clauses out of 84028 with flag 9709515/985082
156.64/155.67	c cleaning 42998 clauses out of 86031 with flag 10235564/1029081
168.07/167.03	c cleaning 44002 clauses out of 88033 with flag 10682591/1074081
178.69/177.69	c cleaning 45008 clauses out of 90031 with flag 11209584/1120081
189.62/188.59	c cleaning 45998 clauses out of 92022 with flag 11728645/1167080
200.75/199.67	c cleaning 47005 clauses out of 94024 with flag 12290380/1215080
214.67/213.51	c cleaning 48005 clauses out of 96022 with flag 12853408/1264083
228.70/227.50	c cleaning 48993 clauses out of 98014 with flag 13429247/1314080
241.87/240.68	c cleaning 49999 clauses out of 100021 with flag 13962524/1365080
253.29/252.02	c cleaning 51001 clauses out of 102023 with flag 14523786/1417081
264.82/263.58	c cleaning 52008 clauses out of 104027 with flag 15148063/1470086
281.53/280.27	c cleaning 52999 clauses out of 106014 with flag 15834630/1524081
297.66/296.33	c cleaning 54002 clauses out of 108017 with flag 16461115/1579083
310.99/309.62	c cleaning 55000 clauses out of 110012 with flag 17156592/1635080
328.33/326.92	c cleaning 55997 clauses out of 112012 with flag 17889185/1692080
348.96/347.58	c cleaning 57004 clauses out of 114019 with flag 18648733/1750084
364.60/363.16	c cleaning 57994 clauses out of 116011 with flag 19316505/1809080
381.43/379.93	c cleaning 58998 clauses out of 118017 with flag 20032918/1869080
398.57/397.07	c cleaning 60002 clauses out of 120020 with flag 20840153/1930081
416.27/414.22	c cleaning 61001 clauses out of 122017 with flag 21584031/1992080
430.30/428.23	c cleaning 61976 clauses out of 124018 with flag 22332507/2055082
446.44/444.38	c cleaning 63008 clauses out of 126042 with flag 23027757/2119082
466.27/464.11	c cleaning 64006 clauses out of 128033 with flag 23772421/2184081
482.30/480.15	c cleaning 65008 clauses out of 130030 with flag 24571871/2250084
501.62/499.48	c cleaning 66001 clauses out of 132018 with flag 25428604/2317080
525.14/522.95	c cleaning 66998 clauses out of 134017 with flag 26326130/2385080
543.39/541.13	c cleaning 67994 clauses out of 136019 with flag 27151950/2454080
570.43/568.14	c cleaning 68997 clauses out of 138026 with flag 28092757/2524081
595.49/593.13	c cleaning 69995 clauses out of 140029 with flag 29021454/2595081
619.73/617.31	c cleaning 71006 clauses out of 142035 with flag 29965945/2667082
644.57/642.11	c cleaning 72005 clauses out of 144029 with flag 30868398/2740082
674.71/672.28	c cleaning 73004 clauses out of 146022 with flag 31745911/2814080
700.77/698.22	c cleaning 73997 clauses out of 148024 with flag 32655722/2889086
728.55/725.97	c cleaning 75005 clauses out of 150022 with flag 33707374/2965081
762.42/759.80	c cleaning 76003 clauses out of 152018 with flag 34624755/3042082
782.73/780.06	c cleaning 76995 clauses out of 154013 with flag 35673615/3120080
808.96/806.28	c cleaning 78004 clauses out of 156023 with flag 36770569/3199085
840.00/837.22	c cleaning 78996 clauses out of 158016 with flag 37972203/3279082
868.74/865.90	c cleaning 80004 clauses out of 160018 with flag 38988437/3360080
898.37/895.50	c cleaning 81001 clauses out of 162015 with flag 40030155/3442081
932.80/929.96	c cleaning 81994 clauses out of 164014 with flag 41264544/3525081
965.53/962.67	c cleaning 83002 clauses out of 166019 with flag 42455263/3609080
991.67/988.80	c cleaning 84004 clauses out of 168019 with flag 43706200/3694082
1028.51/1025.58	c cleaning 85000 clauses out of 170015 with flag 44768313/3780082
1066.69/1063.64	c cleaning 85998 clauses out of 172017 with flag 45862863/3867084
1106.62/1103.51	c cleaning 87003 clauses out of 174020 with flag 46959649/3955085
1131.55/1128.40	c cleaning 88001 clauses out of 176013 with flag 48196609/4044081
1163.58/1160.48	c cleaning 88999 clauses out of 178012 with flag 49474749/4134081
1203.19/1200.03	c cleaning 90002 clauses out of 180015 with flag 50709997/4225083
1245.85/1242.63	c cleaning 91002 clauses out of 182013 with flag 52006940/4317083
1288.91/1285.70	c cleaning 91994 clauses out of 184008 with flag 53364325/4410080
1329.14/1325.85	c cleaning 92999 clauses out of 186014 with flag 54724380/4504080
1371.77/1368.41	c cleaning 94003 clauses out of 188016 with flag 56019075/4599081
1401.79/1398.48	c cleaning 94999 clauses out of 190012 with flag 57374245/4695080
1433.73/1430.31	c cleaning 95997 clauses out of 192016 with flag 58674773/4792084
1488.26/1484.85	c cleaning 97002 clauses out of 194016 with flag 59955190/4890081
1531.52/1528.00	c cleaning 98000 clauses out of 196014 with flag 61217647/4989081
1577.02/1573.44	c starts		: 286
1577.02/1573.44	c conflicts		: 5079503
1577.02/1573.44	c decisions		: 5848352
1577.02/1573.44	c propagations		: 109720034
1577.02/1573.44	c inspects		: 22827535942
1577.02/1573.44	c shortcuts		: 0
1577.02/1573.44	c learnt literals	: 6
1577.02/1573.44	c learnt binary clauses	: 7
1577.02/1573.44	c learnt ternary clauses	: 10
1577.02/1573.44	c learnt constraints	: 5079496
1577.02/1573.44	c ignored constraints	: 0
1577.02/1573.44	c root simplifications	: 0
1577.02/1573.44	c removed literals (reason simplification)	: 0
1577.02/1573.44	c reason swapping (by a shorter reason)	: 0
1577.02/1573.44	c Calls to reduceDB	: 101
1577.02/1573.44	c Number of update (reduction) of LBD	: 2671875
1577.02/1573.44	c number of reductions to clauses (during analyze)	: 0
1577.02/1573.44	c number of learned constraints concerned by reduction	: 0
1577.02/1573.44	c number of learning phase by resolution	: 0
1577.02/1573.44	c number of learning phase by cutting planes	: 0
1577.02/1573.44	c speed (assignments/second)	: 69740.20573735688
1577.02/1573.44	c non guided choices	7554
1577.02/1573.44	c learnt constraints type 
1577.02/1573.44	c constraints type 
1577.02/1573.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1577.02/1573.44	c ignored satisfied constraints => 1
1577.02/1573.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
1577.02/1573.44	c 61 constraints processed.
1577.02/1573.44	s OPTIMUM FOUND
1577.02/1573.44	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 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 
1577.02/1573.44	c objective function=7
1577.02/1573.44	c Total wall clock time (in seconds): 1573.315

Verifier Data

OK	7

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3718376-1338252305/watcher-3718376-1338252305 -o /tmp/evaluation-result-3718376-1338252305/solver-3718376-1338252305 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718376-1338252305.wbo 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.94 2.03 2.01 3/194 3344
/proc/meminfo: memFree=29216716/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3344/stat : 3344 (java) D 3342 3344 31640 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 291354888 9515008 175 33554432000 1073741824 1073778376 140734670300864 140734670283592 254750311312 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/3344/statm: 2323 175 133 9 0 71 0

[startup+0.0474131 s]
/proc/loadavg: 1.94 2.03 2.01 3/194 3344
/proc/meminfo: memFree=29216716/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/3344/stat : 3344 (java) S 3342 3344 31640 0 -1 4202496 2998 0 1 0 2 0 0 0 20 0 13 0 291354888 9446973440 3696 33554432000 1073741824 1073778376 140737372884960 140737372876096 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3344/statm: 2306390 3696 1682 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100254 s]
/proc/loadavg: 1.94 2.03 2.01 3/194 3344
/proc/meminfo: memFree=29216716/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/3344/stat : 3344 (java) S 3342 3344 31640 0 -1 4202496 3847 0 1 0 7 0 0 0 20 0 18 0 291354888 9787817984 5052 33554432000 1073741824 1073778376 140737372884960 140737372876096 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3344/statm: 2389604 5058 2030 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.300216 s]
/proc/loadavg: 1.94 2.03 2.01 3/194 3344
/proc/meminfo: memFree=29216716/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/3344/stat : 3344 (java) S 3342 3344 31640 0 -1 4202496 5968 0 1 0 46 1 0 0 20 0 19 0 291354888 9855979520 7078 33554432000 1073741824 1073778376 140737372884960 140737372876096 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3344/statm: 2406245 7078 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9624980

[startup+0.700182 s]
/proc/loadavg: 1.94 2.03 2.01 3/194 3344
/proc/meminfo: memFree=29216716/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9624980 CPUtime=0.93 cores=0,2,4,6
/proc/3344/stat : 3344 (java) S 3342 3344 31640 0 -1 4202496 6480 0 1 0 92 1 0 0 20 0 19 0 291354888 9855979520 8144 33554432000 1073741824 1073778376 140737372884960 140737372876096 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3344/statm: 2406245 8144 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 9624980

[startup+1.50056 s]
/proc/loadavg: 1.94 2.03 2.01 3/213 3363
/proc/meminfo: memFree=29184032/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9624980 CPUtime=1.81 cores=0,2,4,6
/proc/3344/stat : 3344 (java) S 3342 3344 31640 0 -1 4202496 6715 0 1 0 180 1 0 0 20 0 19 0 291354888 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 140737372876096 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3344/statm: 2406245 11302 2263 9 0 2396937 0
[pid=3344/tid=3346] ppid=3342 vsize=9624980 CPUtime=1.43 cores=0,2,4,6
/proc/3344/task/3346/stat : 3346 (java) S 3342 3344 31640 0 -1 4202560 2457 0 1 0 143 0 0 0 20 0 19 0 291354889 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139927524708760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3347] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3347/stat : 3347 (java) S 3342 3344 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139927486200872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3348] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3348/stat : 3348 (java) S 3342 3344 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139927366921128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3349] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3349/stat : 3349 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139927365868328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3350] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3350/stat : 3350 (java) S 3342 3344 31640 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139927364815528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3351] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3351/stat : 3351 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139927363762728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3352] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3352/stat : 3352 (java) S 3342 3344 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139927362709928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3353] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3353/stat : 3353 (java) S 3342 3344 31640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139927361657128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3354] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3354/stat : 3354 (java) S 3342 3344 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139927360604328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3355] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3355/stat : 3355 (java) R 3342 3344 31640 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139926878275560 139927531543660 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3356] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3356/stat : 3356 (java) S 3342 3344 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139926877222648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3357] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3357/stat : 3357 (java) S 3342 3344 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139926876169736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3358] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3358/stat : 3358 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139926875118224 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3359] ppid=3342 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/3344/task/3359/stat : 3359 (java) R 3342 3344 31640 0 -1 4202560 1882 0 0 0 18 0 0 0 20 0 19 0 291354895 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139926874065216 139927528826363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3360] ppid=3342 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/3344/task/3360/stat : 3360 (java) S 3342 3344 31640 0 -1 4202560 1124 0 0 0 13 0 0 0 20 0 19 0 291354895 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139926873003336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3361] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3361/stat : 3361 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139926871959928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3362] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3362/stat : 3362 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139926870907336 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3363] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3363/stat : 3363 (java) S 3342 3344 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291354906 9855979520 11302 33554432000 1073741824 1073778376 140737372884960 139926869853864 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 1.94 2.03 2.01 3/213 3363
/proc/meminfo: memFree=29179192/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9624980 CPUtime=3.46 cores=0,2,4,6
/proc/3344/stat : 3344 (java) S 3342 3344 31640 0 -1 4202496 7065 0 1 0 345 1 0 0 20 0 19 0 291354888 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 140737372876096 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3344/statm: 2406245 11351 2264 9 0 2396937 0
[pid=3344/tid=3346] ppid=3342 vsize=9624980 CPUtime=2.99 cores=0,2,4,6
/proc/3344/task/3346/stat : 3346 (java) R 3342 3344 31640 0 -1 4202560 2458 0 1 0 299 0 0 0 20 0 19 0 291354889 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139927524708640 139927367389340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3347] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3347/stat : 3347 (java) S 3342 3344 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139927486200872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3348] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3348/stat : 3348 (java) S 3342 3344 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139927366921128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3349] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3349/stat : 3349 (java) S 3342 3344 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139927365868328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3350] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3350/stat : 3350 (java) S 3342 3344 31640 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139927364815528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3351] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3351/stat : 3351 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139927363762728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3352] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3352/stat : 3352 (java) S 3342 3344 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139927362709928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3353] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3353/stat : 3353 (java) S 3342 3344 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139927361657128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3354] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3354/stat : 3354 (java) S 3342 3344 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139927360604328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3355] ppid=3342 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/3344/task/3355/stat : 3355 (java) S 3342 3344 31640 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 291354892 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139926878276584 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3356] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3356/stat : 3356 (java) S 3342 3344 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139926877222648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3357] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3357/stat : 3357 (java) S 3342 3344 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139926876169736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3358] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3358/stat : 3358 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139926875118224 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3359] ppid=3342 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/3344/task/3359/stat : 3359 (java) S 3342 3344 31640 0 -1 4202560 1883 0 0 0 18 0 0 0 20 0 19 0 291354895 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139926874065336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3360] ppid=3342 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/3344/task/3360/stat : 3360 (java) S 3342 3344 31640 0 -1 4202560 1464 0 0 0 17 0 0 0 20 0 19 0 291354895 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139926873012536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3361] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3361/stat : 3361 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139926871959928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3362] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3362/stat : 3362 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139926870907336 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3363] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3363/stat : 3363 (java) S 3342 3344 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291354906 9855979520 11351 33554432000 1073741824 1073778376 140737372884960 139926869853864 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9624980

[startup+6.30067 s]
/proc/loadavg: 1.95 2.03 2.01 3/213 3363
/proc/meminfo: memFree=29173792/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9624980 CPUtime=6.76 cores=0,2,4,6
/proc/3344/stat : 3344 (java) S 3342 3344 31640 0 -1 4202496 7088 0 1 0 674 2 0 0 20 0 19 0 291354888 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 140737372876096 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3344/statm: 2406245 12594 2264 9 0 2396937 0
[pid=3344/tid=3346] ppid=3342 vsize=9624980 CPUtime=6.09 cores=0,2,4,6
/proc/3344/task/3346/stat : 3346 (java) R 3342 3344 31640 0 -1 4202560 2465 0 1 0 609 0 0 0 20 0 19 0 291354889 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139927524708640 139927367346388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3347] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3347/stat : 3347 (java) S 3342 3344 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139927486200872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3348] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3348/stat : 3348 (java) S 3342 3344 31640 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139927366921128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3349] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3349/stat : 3349 (java) S 3342 3344 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139927365868328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3350] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3350/stat : 3350 (java) S 3342 3344 31640 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139927364815528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3351] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3351/stat : 3351 (java) S 3342 3344 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139927363762728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3352] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3352/stat : 3352 (java) S 3342 3344 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139927362709928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3353] ppid=3342 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/3344/task/3353/stat : 3353 (java) S 3342 3344 31640 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291354890 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139927361657128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3354] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3354/stat : 3354 (java) S 3342 3344 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291354890 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139927360604328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3355] ppid=3342 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/3344/task/3355/stat : 3355 (java) S 3342 3344 31640 0 -1 4202560 35 0 0 0 10 0 0 0 20 0 19 0 291354892 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139926878276584 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3356] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3356/stat : 3356 (java) S 3342 3344 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139926877222648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3357] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3357/stat : 3357 (java) S 3342 3344 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139926876169736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3358] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3358/stat : 3358 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139926875118224 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3359] ppid=3342 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/3344/task/3359/stat : 3359 (java) S 3342 3344 31640 0 -1 4202560 1883 0 0 0 19 0 0 0 20 0 19 0 291354895 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139926874065336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3360] ppid=3342 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/3344/task/3360/stat : 3360 (java) S 3342 3344 31640 0 -1 4202560 1464 0 0 0 18 0 0 0 20 0 19 0 291354895 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139926873012536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3361] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3361/stat : 3361 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139926871959928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3362] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3362/stat : 3362 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139926870907336 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3363] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3363/stat : 3363 (java) S 3342 3344 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291354906 9855979520 12594 33554432000 1073741824 1073778376 140737372884960 139926869853864 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/3344/task/3354/stat : 3354 (java) S 3342 3344 31640 0 -1 4202560 271 0 0 0 54 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927360604328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3355] ppid=3342 vsize=9624980 CPUtime=3.41 cores=0,2,4,6
/proc/3344/task/3355/stat : 3355 (java) S 3342 3344 31640 0 -1 4202560 144 0 0 0 339 2 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926878276584 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3356] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3356/stat : 3356 (java) S 3342 3344 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926877222648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3357] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3357/stat : 3357 (java) S 3342 3344 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926876169736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3358] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3358/stat : 3358 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926875118224 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3359] ppid=3342 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/3344/task/3359/stat : 3359 (java) S 3342 3344 31640 0 -1 4202560 9765 0 0 0 64 3 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926874065336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3360] ppid=3342 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/3344/task/3360/stat : 3360 (java) S 3342 3344 31640 0 -1 4202560 2114 0 0 0 25 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926873012536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3361] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3361/stat : 3361 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926871959928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3362] ppid=3342 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/3344/task/3362/stat : 3362 (java) S 3342 3344 31640 0 -1 4202560 91 0 0 0 24 26 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926870907336 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3363] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3363/stat : 3363 (java) S 3342 3344 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291354906 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926869853864 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1576.32
Current children cumulated vsize (KiB) 9624980

[startup+1573.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 3457
/proc/meminfo: memFree=29195456/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9624980 CPUtime=1576.72 cores=0,2,4,6
/proc/3344/stat : 3344 (java) S 3342 3344 31640 0 -1 4202496 17438 0 1 0 157635 37 0 0 20 0 19 0 291354888 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 140737372876096 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3344/statm: 2406245 50334 2269 9 0 2396937 0
[pid=3344/tid=3346] ppid=3342 vsize=9624980 CPUtime=1564.16 cores=0,2,4,6
/proc/3344/task/3346/stat : 3346 (java) R 3342 3344 31640 0 -1 4202560 2576 0 1 0 156389 27 0 0 20 0 19 0 291354889 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927524709272 139927367535540 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3347] ppid=3342 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/3344/task/3347/stat : 3347 (java) S 3342 3344 31640 0 -1 4202560 341 0 0 0 46 2 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927486200872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3348] ppid=3342 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/3344/task/3348/stat : 3348 (java) S 3342 3344 31640 0 -1 4202560 189 0 0 0 49 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927366921128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3349] ppid=3342 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/3344/task/3349/stat : 3349 (java) S 3342 3344 31640 0 -1 4202560 162 0 0 0 49 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927365868328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3350] ppid=3342 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/3344/task/3350/stat : 3350 (java) S 3342 3344 31640 0 -1 4202560 89 0 0 0 48 2 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927364815528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3351] ppid=3342 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/3344/task/3351/stat : 3351 (java) S 3342 3344 31640 0 -1 4202560 90 0 0 0 47 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927363762728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3352] ppid=3342 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/3344/task/3352/stat : 3352 (java) S 3342 3344 31640 0 -1 4202560 159 0 0 0 48 2 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927362709928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3353] ppid=3342 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/3344/task/3353/stat : 3353 (java) S 3342 3344 31640 0 -1 4202560 267 0 0 0 48 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927361657128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3354] ppid=3342 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/3344/task/3354/stat : 3354 (java) S 3342 3344 31640 0 -1 4202560 271 0 0 0 54 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927360604328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3355] ppid=3342 vsize=9624980 CPUtime=3.41 cores=0,2,4,6
/proc/3344/task/3355/stat : 3355 (java) S 3342 3344 31640 0 -1 4202560 144 0 0 0 339 2 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926878276584 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3356] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3356/stat : 3356 (java) S 3342 3344 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926877222648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3357] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3357/stat : 3357 (java) S 3342 3344 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926876169736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3358] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3358/stat : 3358 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926875118224 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3359] ppid=3342 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/3344/task/3359/stat : 3359 (java) S 3342 3344 31640 0 -1 4202560 9765 0 0 0 64 3 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926874065336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3360] ppid=3342 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/3344/task/3360/stat : 3360 (java) S 3342 3344 31640 0 -1 4202560 2114 0 0 0 25 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926873012536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3361] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3361/stat : 3361 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926871959928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3362] ppid=3342 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/3344/task/3362/stat : 3362 (java) S 3342 3344 31640 0 -1 4202560 91 0 0 0 24 26 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926870907336 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3363] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3363/stat : 3363 (java) S 3342 3344 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291354906 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926869853864 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1576.72
Current children cumulated vsize (KiB) 9624980

[startup+1573.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 3457
/proc/meminfo: memFree=29195456/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9624980 CPUtime=1576.92 cores=0,2,4,6
/proc/3344/stat : 3344 (java) S 3342 3344 31640 0 -1 4202496 17438 0 1 0 157655 37 0 0 20 0 19 0 291354888 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 140737372876096 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3344/statm: 2406245 50334 2269 9 0 2396937 0
[pid=3344/tid=3346] ppid=3342 vsize=9624980 CPUtime=1564.36 cores=0,2,4,6
/proc/3344/task/3346/stat : 3346 (java) R 3342 3344 31640 0 -1 4202560 2576 0 1 0 156409 27 0 0 20 0 19 0 291354889 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927524709272 139927367194550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3347] ppid=3342 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/3344/task/3347/stat : 3347 (java) S 3342 3344 31640 0 -1 4202560 341 0 0 0 46 2 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927486200872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3348] ppid=3342 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/3344/task/3348/stat : 3348 (java) S 3342 3344 31640 0 -1 4202560 189 0 0 0 49 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927366921128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3349] ppid=3342 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/3344/task/3349/stat : 3349 (java) S 3342 3344 31640 0 -1 4202560 162 0 0 0 49 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927365868328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3350] ppid=3342 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/3344/task/3350/stat : 3350 (java) S 3342 3344 31640 0 -1 4202560 89 0 0 0 48 2 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927364815528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3351] ppid=3342 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/3344/task/3351/stat : 3351 (java) S 3342 3344 31640 0 -1 4202560 90 0 0 0 47 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927363762728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3352] ppid=3342 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/3344/task/3352/stat : 3352 (java) S 3342 3344 31640 0 -1 4202560 159 0 0 0 48 2 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927362709928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3353] ppid=3342 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/3344/task/3353/stat : 3353 (java) S 3342 3344 31640 0 -1 4202560 267 0 0 0 48 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927361657128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3354] ppid=3342 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/3344/task/3354/stat : 3354 (java) S 3342 3344 31640 0 -1 4202560 271 0 0 0 54 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927360604328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3355] ppid=3342 vsize=9624980 CPUtime=3.41 cores=0,2,4,6
/proc/3344/task/3355/stat : 3355 (java) S 3342 3344 31640 0 -1 4202560 144 0 0 0 339 2 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926878276584 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3356] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3356/stat : 3356 (java) S 3342 3344 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926877222648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3357] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3357/stat : 3357 (java) S 3342 3344 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926876169736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3358] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3358/stat : 3358 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926875118224 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3359] ppid=3342 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/3344/task/3359/stat : 3359 (java) S 3342 3344 31640 0 -1 4202560 9765 0 0 0 64 3 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926874065336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3360] ppid=3342 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/3344/task/3360/stat : 3360 (java) S 3342 3344 31640 0 -1 4202560 2114 0 0 0 25 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926873012536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3361] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3361/stat : 3361 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926871959928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3362] ppid=3342 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/3344/task/3362/stat : 3362 (java) S 3342 3344 31640 0 -1 4202560 91 0 0 0 24 26 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926870907336 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3363] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3363/stat : 3363 (java) S 3342 3344 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291354906 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926869853864 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1576.92
Current children cumulated vsize (KiB) 9624980

[startup+1573.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 3457
/proc/meminfo: memFree=29195456/32873844 swapFree=7628/7628
[pid=3344] ppid=3342 vsize=9624980 CPUtime=1577.02 cores=0,2,4,6
/proc/3344/stat : 3344 (java) S 3342 3344 31640 0 -1 4202496 17438 0 1 0 157665 37 0 0 20 0 19 0 291354888 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 140737372876096 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3344/statm: 2406245 50334 2269 9 0 2396937 0
[pid=3344/tid=3346] ppid=3342 vsize=9624980 CPUtime=1564.46 cores=0,2,4,6
/proc/3344/task/3346/stat : 3346 (java) R 3342 3344 31640 0 -1 4202560 2576 0 1 0 156419 27 0 0 20 0 19 0 291354889 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927524709272 139927367535192 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3347] ppid=3342 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/3344/task/3347/stat : 3347 (java) S 3342 3344 31640 0 -1 4202560 341 0 0 0 46 2 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927486200872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3348] ppid=3342 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/3344/task/3348/stat : 3348 (java) S 3342 3344 31640 0 -1 4202560 189 0 0 0 49 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927366921128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3349] ppid=3342 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/3344/task/3349/stat : 3349 (java) S 3342 3344 31640 0 -1 4202560 162 0 0 0 49 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927365868328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3350] ppid=3342 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/3344/task/3350/stat : 3350 (java) S 3342 3344 31640 0 -1 4202560 89 0 0 0 48 2 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927364815528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3351] ppid=3342 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/3344/task/3351/stat : 3351 (java) S 3342 3344 31640 0 -1 4202560 90 0 0 0 47 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927363762728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3352] ppid=3342 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/3344/task/3352/stat : 3352 (java) S 3342 3344 31640 0 -1 4202560 159 0 0 0 48 2 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927362709928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3353] ppid=3342 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/3344/task/3353/stat : 3353 (java) S 3342 3344 31640 0 -1 4202560 267 0 0 0 48 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927361657128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3354] ppid=3342 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/3344/task/3354/stat : 3354 (java) S 3342 3344 31640 0 -1 4202560 271 0 0 0 54 0 0 0 20 0 19 0 291354890 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139927360604328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3344/tid=3355] ppid=3342 vsize=9624980 CPUtime=3.41 cores=0,2,4,6
/proc/3344/task/3355/stat : 3355 (java) S 3342 3344 31640 0 -1 4202560 144 0 0 0 339 2 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926878276584 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3356] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3356/stat : 3356 (java) S 3342 3344 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926877222648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3357] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3357/stat : 3357 (java) S 3342 3344 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291354892 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926876169736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3358] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3358/stat : 3358 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926875118224 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3359] ppid=3342 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/3344/task/3359/stat : 3359 (java) S 3342 3344 31640 0 -1 4202560 9765 0 0 0 64 3 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926874065336 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3360] ppid=3342 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/3344/task/3360/stat : 3360 (java) S 3342 3344 31640 0 -1 4202560 2114 0 0 0 25 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926873012536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3344/tid=3361] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3361/stat : 3361 (java) S 3342 3344 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926871959928 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3344/tid=3362] ppid=3342 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/3344/task/3362/stat : 3362 (java) S 3342 3344 31640 0 -1 4202560 91 0 0 0 24 26 0 0 20 0 19 0 291354895 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926870907336 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3344/tid=3363] ppid=3342 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/3344/task/3363/stat : 3363 (java) S 3342 3344 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291354906 9855979520 50334 33554432000 1073741824 1073778376 140737372884960 139926869853864 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1577.02
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3344 and gives
#  childrusage.ru_utime.tv_sec=1572
#  childrusage.ru_utime.tv_usec=761903
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=772882
# CPU time returned by wait4() is 1573.53
# while last known CPU time is 1577.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1573.45
CPU time (s): 1577.02
CPU user time (s): 1576.65
CPU system time (s): 0.37
CPU usage (%): 100.227
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1572.76
system time used= 0.772882
maximum resident set size= 201488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17450
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36086
involuntary context switches= 26377

runsolver used 7.69283 second user time and 16.6085 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 02:45:05
IDJOB=3718376
IDBENCH=79151
IDSOLVER=2301
FILE ID=node145/3718376-1338252305
RUNJOBID= node145-1338246945-1112
PBS_JOBID= 14624633
Free space on /tmp= 71536 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718376-1338252305/watcher-3718376-1338252305 -o /tmp/evaluation-result-3718376-1338252305/solver-3718376-1338252305 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718376-1338252305.wbo

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

MD5SUM BENCH= 8d28474a5cb37d0277ef3e3fb6ddbee0
RANDOM SEED=1875324652

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29217716 kB
Buffers:          393048 kB
Cached:          1903828 kB
SwapCached:            0 kB
Active:          1283612 kB
Inactive:        1521848 kB
Active(anon):     499680 kB
Inactive(anon):    10912 kB
Active(file):     783932 kB
Inactive(file):  1510936 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:        515424 kB
Mapped:            22280 kB
Shmem:               200 kB
Slab:             708532 kB
SReclaimable:     149884 kB
SUnreclaim:       558648 kB
KernelStack:        1600 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1084280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node145 at 2012-05-29 03:11:19