Trace number 3718055

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-28MSAT (TO) 1800.09 1794.96

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_20_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMf76bfef4498edf916ad0f53b817cfd69
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark0.151976
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 constraints41
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 2005
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2004
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3718055-1338249667.wbo
0.08/0.12	c reading problem ... 
0.08/0.16	c ... done. Wall clock time 0.04s.
0.08/0.16	c declared #vars     400
0.08/0.16	c internal #vars     441
0.08/0.16	c #constraints  60
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.08/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.08/0.16	c ignored satisfied constraints => 1
0.08/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13
0.08/0.16	c 61 constraints processed.
0.08/0.16	c objective function length is 41 literals
0.25/0.24	c SATISFIABLE
0.25/0.24	c OPTIMIZING...
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.114
0.25/0.24	o 50
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.161
0.25/0.28	o 49
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.261
0.50/0.39	o 36
0.69/0.49	c Got one! Elapsed wall clock time (in seconds):0.362
0.69/0.49	o 34
0.80/0.54	c Got one! Elapsed wall clock time (in seconds):0.414
0.80/0.54	o 33
0.91/0.62	c cleaning 3689 clauses out of 7385 with flag 7389/7385
1.27/0.93	c cleaning 4845 clauses out of 9699 with flag 50957/13388
1.58/1.20	c Got one! Elapsed wall clock time (in seconds):1.075
1.58/1.20	o 20
1.88/1.54	c cleaning 7731 clauses out of 15463 with flag 36964/23997
2.35/1.90	c cleaning 6859 clauses out of 13731 with flag 87705/29996
2.87/2.47	c cleaning 6937 clauses out of 13873 with flag 154629/36997
3.57/3.16	c cleaning 7450 clauses out of 14935 with flag 235493/44996
4.38/3.93	c cleaning 8234 clauses out of 16488 with flag 322452/53999
5.28/4.80	c cleaning 9112 clauses out of 18251 with flag 411857/63996
6.09/5.63	c cleaning 10066 clauses out of 20139 with flag 500157/74996
7.01/6.55	c cleaning 11032 clauses out of 22073 with flag 603655/86996
7.91/7.49	c cleaning 12018 clauses out of 24041 with flag 711101/99996
9.24/8.80	c cleaning 13010 clauses out of 26023 with flag 824413/113996
11.25/10.74	c cleaning 14001 clauses out of 28014 with flag 953199/128997
12.56/12.05	c cleaning 14997 clauses out of 30013 with flag 1092609/144997
14.06/13.50	c cleaning 15992 clauses out of 32015 with flag 1240092/161996
15.88/15.31	c cleaning 16996 clauses out of 34025 with flag 1411824/179998
17.89/17.39	c cleaning 17994 clauses out of 36029 with flag 1596657/198998
20.70/20.12	c cleaning 19013 clauses out of 38035 with flag 1811282/218998
23.93/23.35	c cleaning 20003 clauses out of 40020 with flag 2050762/239996
27.34/26.72	c cleaning 21003 clauses out of 42020 with flag 2297820/261999
29.77/29.10	c cleaning 21980 clauses out of 44016 with flag 2517993/284998
33.09/32.48	c cleaning 23019 clauses out of 46045 with flag 2767367/309007
36.02/35.33	c cleaning 23990 clauses out of 48016 with flag 2994020/333997
38.94/38.28	c cleaning 24995 clauses out of 50025 with flag 3225831/359996
43.36/42.65	c cleaning 26003 clauses out of 52030 with flag 3494031/386996
47.59/46.84	c cleaning 26987 clauses out of 54028 with flag 3776655/414997
53.72/52.97	c cleaning 28014 clauses out of 56041 with flag 4127627/443997
59.92/59.14	c cleaning 29004 clauses out of 58028 with flag 4466798/473998
64.54/63.70	c cleaning 30005 clauses out of 60022 with flag 4790209/504996
69.65/68.87	c cleaning 30996 clauses out of 62017 with flag 5137362/536996
76.57/75.73	c cleaning 32003 clauses out of 64024 with flag 5487272/569999
83.20/82.38	c cleaning 32991 clauses out of 66019 with flag 5862891/603997
88.24/87.32	c cleaning 33994 clauses out of 68027 with flag 6259697/638996
96.17/95.28	c cleaning 35007 clauses out of 70034 with flag 6649129/674997
102.99/102.03	c cleaning 36006 clauses out of 72026 with flag 7042409/711996
110.52/109.58	c cleaning 37003 clauses out of 74020 with flag 7489415/749996
119.33/118.39	c cleaning 38001 clauses out of 76018 with flag 7981165/788997
126.16/125.13	c cleaning 38996 clauses out of 78018 with flag 8460021/828998
135.10/134.03	c cleaning 39999 clauses out of 80020 with flag 8904985/869996
140.93/139.89	c cleaning 40979 clauses out of 82022 with flag 9312609/911997
147.76/146.61	c cleaning 42010 clauses out of 84043 with flag 9776457/954997
155.19/154.05	c cleaning 43010 clauses out of 86034 with flag 10263337/998998
162.22/161.09	c cleaning 44001 clauses out of 88022 with flag 10773559/1043996
171.55/170.40	c cleaning 45001 clauses out of 90022 with flag 11287201/1089997
183.78/182.56	c cleaning 46002 clauses out of 92022 with flag 11816193/1136998
194.52/193.29	c cleaning 47002 clauses out of 94020 with flag 12378222/1184998
206.86/205.56	c cleaning 48002 clauses out of 96017 with flag 12869647/1233997
218.88/217.52	c cleaning 49001 clauses out of 98014 with flag 13391586/1283996
232.31/230.99	c cleaning 50000 clauses out of 100014 with flag 13990035/1334997
241.65/240.27	c cleaning 50996 clauses out of 102013 with flag 14527555/1386996
252.47/251.07	c cleaning 51975 clauses out of 104019 with flag 15146552/1439998
265.19/263.74	c cleaning 53013 clauses out of 106043 with flag 15777945/1493997
277.53/276.01	c cleaning 54007 clauses out of 108031 with flag 16416657/1548998
290.55/289.01	c cleaning 54999 clauses out of 110022 with flag 17028435/1604996
305.01/303.40	c cleaning 56002 clauses out of 112023 with flag 17746734/1661996
319.56/317.94	c cleaning 57007 clauses out of 114023 with flag 18426735/1719998
332.81/331.11	c cleaning 57991 clauses out of 116014 with flag 19093832/1778996
352.67/350.93	c cleaning 58992 clauses out of 118023 with flag 19860707/1838996
373.94/372.14	c cleaning 60006 clauses out of 120036 with flag 20621667/1900001
390.29/388.46	c cleaning 61000 clauses out of 122029 with flag 21398872/1962000
405.14/403.23	c cleaning 62007 clauses out of 124027 with flag 22112622/2024998
429.09/427.17	c cleaning 62983 clauses out of 126018 with flag 22902400/2088996
445.24/443.22	c cleaning 64011 clauses out of 128039 with flag 23631629/2154000
460.70/458.65	c cleaning 65003 clauses out of 130025 with flag 24439755/2219997
486.62/484.51	c cleaning 66010 clauses out of 132023 with flag 25306377/2286998
507.23/505.01	c cleaning 66993 clauses out of 134013 with flag 26074759/2354998
528.12/525.83	c cleaning 67996 clauses out of 136018 with flag 26854094/2423996
551.98/549.62	c cleaning 68998 clauses out of 138025 with flag 27785690/2493999
577.97/575.51	c cleaning 70002 clauses out of 140024 with flag 28733729/2564996
608.86/606.34	c cleaning 71001 clauses out of 142024 with flag 29722845/2636998
630.37/627.78	c cleaning 72003 clauses out of 144022 with flag 30595274/2709997
651.62/648.93	c cleaning 73003 clauses out of 146018 with flag 31490351/2783996
673.63/670.82	c cleaning 74003 clauses out of 148016 with flag 32375582/2858997
695.67/692.85	c cleaning 74995 clauses out of 150012 with flag 33247599/2934996
720.23/717.33	c cleaning 75976 clauses out of 152021 with flag 33992551/3012000
739.51/736.59	c cleaning 77004 clauses out of 154041 with flag 34929778/3089996
762.86/759.82	c cleaning 78004 clauses out of 156039 with flag 36019040/3168998
784.61/781.59	c cleaning 79000 clauses out of 158033 with flag 37040890/3248996
810.25/807.20	c cleaning 79986 clauses out of 160034 with flag 38076536/3329997
844.64/841.43	c cleaning 80985 clauses out of 162048 with flag 39164003/3411997
885.81/882.58	c cleaning 82026 clauses out of 164063 with flag 40239718/3494997
924.77/921.43	c cleaning 83014 clauses out of 166037 with flag 41231284/3578997
964.06/960.62	c cleaning 83999 clauses out of 168023 with flag 42203291/3663997
997.02/993.51	c cleaning 84996 clauses out of 170023 with flag 43296950/3749996
1021.62/1018.04	c cleaning 85998 clauses out of 172028 with flag 44368004/3836997
1053.40/1049.70	c cleaning 87007 clauses out of 174036 with flag 45312728/3925003
1086.69/1082.94	c cleaning 88004 clauses out of 176023 with flag 46301358/4013997
1129.76/1125.95	c cleaning 89003 clauses out of 178019 with flag 47336403/4103997
1168.48/1164.50	c cleaning 90001 clauses out of 180016 with flag 48313424/4194997
1205.95/1201.91	c cleaning 90998 clauses out of 182016 with flag 49353122/4286998
1250.07/1246.07	c cleaning 92003 clauses out of 184016 with flag 50314316/4379996
1289.33/1285.25	c cleaning 93007 clauses out of 186016 with flag 51365802/4473999
1323.26/1319.18	c cleaning 94000 clauses out of 188008 with flag 52533554/4568998
1358.50/1354.36	c cleaning 94996 clauses out of 190007 with flag 53956429/4664997
1397.09/1392.83	c cleaning 95995 clauses out of 192011 with flag 55524825/4761997
1445.89/1441.57	c cleaning 96996 clauses out of 194015 with flag 56778104/4859996
1484.19/1479.74	c cleaning 97994 clauses out of 196021 with flag 58078457/4958998
1534.96/1530.47	c cleaning 99003 clauses out of 198027 with flag 59488530/5058998
1589.30/1584.66	c cleaning 99995 clauses out of 200022 with flag 61051039/5159996
1635.13/1630.34	c cleaning 100998 clauses out of 202027 with flag 62383618/5261996
1689.11/1684.29	c cleaning 102001 clauses out of 204030 with flag 63644827/5364997
1736.14/1731.12	c cleaning 103002 clauses out of 206032 with flag 64962061/5469000
1777.12/1772.03	c cleaning 104005 clauses out of 208028 with flag 66446973/5573998
1800.09/1794.91	c starts		: 281
1800.09/1794.91	c conflicts		: 5631568
1800.09/1794.91	c decisions		: 6512081
1800.09/1794.91	c propagations		: 128088106
1800.09/1794.91	c inspects		: 24693487361
1800.09/1794.91	c shortcuts		: 0
1800.09/1794.91	c learnt literals	: 0
1800.09/1794.91	c learnt binary clauses	: 0
1800.09/1794.91	c learnt ternary clauses	: 1
1800.09/1794.91	c learnt constraints	: 5631569
1800.09/1794.91	c ignored constraints	: 0
1800.09/1794.91	c root simplifications	: 0
1800.09/1794.91	c removed literals (reason simplification)	: 0
1800.09/1794.91	c reason swapping (by a shorter reason)	: 0
1800.09/1794.91	c Calls to reduceDB	: 103
1800.09/1794.91	c Number of update (reduction) of LBD	: 3104481
1800.09/1794.91	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.91	c number of learned constraints concerned by reduction	: 0
1800.09/1794.91	c number of learning phase by resolution	: 0
1800.09/1794.91	c number of learning phase by cutting planes	: 0
1800.09/1794.91	c speed (assignments/second)	: 71368.5001139439
1800.09/1794.91	c non guided choices	5940
1800.09/1794.95	c learnt constraints type 
1800.09/1794.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 161646
1800.09/1794.95	c constraints type 
1800.09/1794.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1800.09/1794.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.09/1794.95	c ignored satisfied constraints => 1
1800.09/1794.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
1800.09/1794.95	c 62 constraints processed.
1800.09/1794.95	s SATISFIABLE
1800.09/1794.95	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 
1800.09/1794.95	c objective function=20
1800.09/1794.95	c Total wall clock time (in seconds): 1794.825

Verifier Data

OK	20

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

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.00 2.00 1.93 3/195 15842
/proc/meminfo: memFree=31002052/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15842/stat : 15842 (java) D 15840 15842 13427 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 291095188 9515008 182 33554432000 1073741824 1073778376 140733781412032 140733781403064 270118239925 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/15842/statm: 2323 182 140 9 0 71 0

[startup+0.0912699 s]
/proc/loadavg: 2.00 2.00 1.93 3/195 15842
/proc/meminfo: memFree=31002052/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/15842/stat : 15842 (java) S 15840 15842 13427 0 -1 4202496 3354 0 1 0 6 1 0 0 20 0 18 0 291095188 9787817984 4563 33554432000 1073741824 1073778376 140735247234720 140735247225856 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15842/statm: 2389604 4564 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.100347 s]
/proc/loadavg: 2.00 2.00 1.93 3/195 15842
/proc/meminfo: memFree=31002052/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/15842/stat : 15842 (java) S 15840 15842 13427 0 -1 4202496 4063 0 1 0 7 1 0 0 20 0 18 0 291095188 9787817984 5262 33554432000 1073741824 1073778376 140735247234720 140735247225856 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15842/statm: 2389604 5265 2037 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300303 s]
/proc/loadavg: 2.00 2.00 1.93 3/195 15842
/proc/meminfo: memFree=31002052/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/15842/stat : 15842 (java) S 15840 15842 13427 0 -1 4202496 6297 0 1 0 49 1 0 0 20 0 19 0 291095188 9855979520 7225 33554432000 1073741824 1073778376 140735247234720 140735247225856 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15842/statm: 2406245 7225 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624980

[startup+0.700249 s]
/proc/loadavg: 2.00 2.00 1.93 3/195 15842
/proc/meminfo: memFree=31002052/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/15842/stat : 15842 (java) S 15840 15842 13427 0 -1 4202496 7722 0 1 0 102 2 0 0 20 0 19 0 291095188 9855979520 10593 33554432000 1073741824 1073778376 140735247234720 140735247225856 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15842/statm: 2406245 10593 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9624980

[startup+1.50066 s]
/proc/loadavg: 2.16 2.03 1.94 3/214 15861
/proc/meminfo: memFree=30963724/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9624980 CPUtime=1.88 cores=1,3,5,7
/proc/15842/stat : 15842 (java) S 15840 15842 13427 0 -1 4202496 7728 0 1 0 186 2 0 0 20 0 19 0 291095188 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140735247225856 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15842/statm: 2406245 11619 2262 9 0 2396937 0
[pid=15842/tid=15844] ppid=15840 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/15842/task/15844/stat : 15844 (java) R 15840 15842 13427 0 -1 4202560 2450 0 1 0 143 0 0 0 20 0 19 0 291095189 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239628452288 140239490708210 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15845] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15845/stat : 15845 (java) S 15840 15842 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239617522472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15846] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15846/stat : 15846 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239616469672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15847] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15847/stat : 15847 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239615417384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15848] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15848/stat : 15848 (java) S 15840 15842 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239614364584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15849] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15849/stat : 15849 (java) S 15840 15842 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239613311272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15850] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15850/stat : 15850 (java) S 15840 15842 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239612258472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15851] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15851/stat : 15851 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239611206184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15852] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15852/stat : 15852 (java) S 15840 15842 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239610153384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15853] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15853/stat : 15853 (java) S 15840 15842 13427 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 291095192 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239452584680 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15854] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15854/stat : 15854 (java) S 15840 15842 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239451530744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15855] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15855/stat : 15855 (java) S 15840 15842 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239450478344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15856] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15856/stat : 15856 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239449426832 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15857] ppid=15840 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/15842/task/15857/stat : 15857 (java) S 15840 15842 13427 0 -1 4202560 1925 0 0 0 18 0 0 0 20 0 19 0 291095195 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239448373432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15858] ppid=15840 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/15842/task/15858/stat : 15858 (java) S 15840 15842 13427 0 -1 4202560 2106 0 0 0 18 0 0 0 20 0 19 0 291095195 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239447320632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15859] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15859/stat : 15859 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239446268536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15860] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15860/stat : 15860 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239445215944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15861] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15861/stat : 15861 (java) S 15840 15842 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291095206 9855979520 11619 33554432000 1073741824 1073778376 140735247234720 140239444161960 270121613225 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) 9624980

[startup+3.10066 s]
/proc/loadavg: 2.16 2.03 1.94 3/214 15861
/proc/meminfo: memFree=30960560/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9624980 CPUtime=3.57 cores=1,3,5,7
/proc/15842/stat : 15842 (java) S 15840 15842 13427 0 -1 4202496 8379 0 1 0 354 3 0 0 20 0 19 0 291095188 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140735247225856 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15842/statm: 2406245 12183 2264 9 0 2396937 0
[pid=15842/tid=15844] ppid=15840 vsize=9624980 CPUtime=2.98 cores=1,3,5,7
/proc/15842/task/15844/stat : 15844 (java) R 15840 15842 13427 0 -1 4202560 2451 0 1 0 298 0 0 0 20 0 19 0 291095189 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239628460536 140239490662795 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15845] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15845/stat : 15845 (java) S 15840 15842 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239617522472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15846] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15846/stat : 15846 (java) S 15840 15842 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239616469672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15847] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15847/stat : 15847 (java) S 15840 15842 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239615417384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15848] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15848/stat : 15848 (java) S 15840 15842 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239614364584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15849] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15849/stat : 15849 (java) S 15840 15842 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239613311272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15850] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15850/stat : 15850 (java) S 15840 15842 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239612258472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15851] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15851/stat : 15851 (java) S 15840 15842 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239611206184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15852] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15852/stat : 15852 (java) S 15840 15842 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239610153384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15853] ppid=15840 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/15842/task/15853/stat : 15853 (java) S 15840 15842 13427 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 291095192 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239452584680 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15854] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15854/stat : 15854 (java) S 15840 15842 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239451530744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15855] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15855/stat : 15855 (java) S 15840 15842 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239450478344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15856] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15856/stat : 15856 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239449426832 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15857] ppid=15840 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/15842/task/15857/stat : 15857 (java) S 15840 15842 13427 0 -1 4202560 1925 0 0 0 19 0 0 0 20 0 19 0 291095195 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239448373432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15858] ppid=15840 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/15842/task/15858/stat : 15858 (java) S 15840 15842 13427 0 -1 4202560 2743 0 0 0 24 0 0 0 20 0 19 0 291095195 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239447320632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15859] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15859/stat : 15859 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239446268536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15860] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15860/stat : 15860 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239445215944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15861] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15861/stat : 15861 (java) S 15840 15842 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291095206 9855979520 12183 33554432000 1073741824 1073778376 140735247234720 140239444161960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9624980

[startup+6.30066 s]
/proc/loadavg: 2.15 2.03 1.94 3/214 15861
/proc/meminfo: memFree=30958776/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9624980 CPUtime=6.8 cores=1,3,5,7
/proc/15842/stat : 15842 (java) S 15840 15842 13427 0 -1 4202496 8394 0 1 0 677 3 0 0 20 0 19 0 291095188 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140735247225856 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15842/statm: 2406245 12538 2264 9 0 2396937 0
[pid=15842/tid=15844] ppid=15840 vsize=9624980 CPUtime=6.1 cores=1,3,5,7
/proc/15842/task/15844/stat : 15844 (java) R 15840 15842 13427 0 -1 4202560 2456 0 1 0 609 1 0 0 20 0 19 0 291095189 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239628460320 140239490725751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15845] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15845/stat : 15845 (java) S 15840 15842 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239617522472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15846] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15846/stat : 15846 (java) S 15840 15842 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239616469672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15847] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15847/stat : 15847 (java) S 15840 15842 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239615417384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15848] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15848/stat : 15848 (java) S 15840 15842 13427 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239614364584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15849] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15849/stat : 15849 (java) S 15840 15842 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239613311272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15850] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15850/stat : 15850 (java) S 15840 15842 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239612258472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15851] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15851/stat : 15851 (java) S 15840 15842 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239611206184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15852] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15852/stat : 15852 (java) S 15840 15842 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291095191 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239610153384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15853] ppid=15840 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/15842/task/15853/stat : 15853 (java) S 15840 15842 13427 0 -1 4202560 34 0 0 0 10 0 0 0 20 0 19 0 291095192 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239452584680 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15854] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15854/stat : 15854 (java) S 15840 15842 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239451530744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15855] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15855/stat : 15855 (java) S 15840 15842 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239450478344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15856] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15856/stat : 15856 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239449426832 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15857] ppid=15840 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/15842/task/15857/stat : 15857 (java) S 15840 15842 13427 0 -1 4202560 1925 0 0 0 19 0 0 0 20 0 19 0 291095195 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239448373432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15858] ppid=15840 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/15842/task/15858/stat : 15858 (java) S 15840 15842 13427 0 -1 4202560 2743 0 0 0 24 0 0 0 20 0 19 0 291095195 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239447320632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15859] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15859/stat : 15859 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239446268536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15860] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15860/stat : 15860 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239445215944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15861] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15861/stat : 15861 (java) S 15840 15842 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291095206 9855979520 12538 33554432000 1073741824 1073778376 140735247234720 140239444161960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

[pid=15842/tid=15857] ppid=15840 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/15842/task/15857/stat : 15857 (java) S 15840 15842 13427 0 -1 4202560 1925 0 0 0 19 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239448373432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15858] ppid=15840 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/15842/task/15858/stat : 15858 (java) S 15840 15842 13427 0 -1 4202560 2772 0 0 0 27 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239447320632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15859] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15859/stat : 15859 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239446268536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15860] ppid=15840 vsize=9624980 CPUtime=0.83 cores=1,3,5,7
/proc/15842/task/15860/stat : 15860 (java) S 15840 15842 13427 0 -1 4202560 99 0 0 0 50 33 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239445215944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15861] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15861/stat : 15861 (java) S 15840 15842 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291095206 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239444161960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.32
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 1.99 2.06 1.99 3/214 15935
/proc/meminfo: memFree=31208816/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9624980 CPUtime=1787.48 cores=1,3,5,7
/proc/15842/stat : 15842 (java) S 15840 15842 13427 0 -1 4202496 10035 0 1 0 178678 70 0 0 20 0 19 0 291095188 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140735247225856 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15842/statm: 2406245 50657 2265 9 0 2396937 0
[pid=15842/tid=15844] ppid=15840 vsize=9624980 CPUtime=1771.35 cores=1,3,5,7
/proc/15842/task/15844/stat : 15844 (java) R 15840 15842 13427 0 -1 4202560 2563 0 1 0 177106 29 0 0 20 0 19 0 291095189 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239628460320 140239490673282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15845] ppid=15840 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/15842/task/15845/stat : 15845 (java) S 15840 15842 13427 0 -1 4202560 289 0 0 0 68 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239617522472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15846] ppid=15840 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/15842/task/15846/stat : 15846 (java) S 15840 15842 13427 0 -1 4202560 132 0 0 0 64 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239616469672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15847] ppid=15840 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/15842/task/15847/stat : 15847 (java) S 15840 15842 13427 0 -1 4202560 206 0 0 0 63 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239615417384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15848] ppid=15840 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/15842/task/15848/stat : 15848 (java) S 15840 15842 13427 0 -1 4202560 97 0 0 0 67 0 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239614364584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15849] ppid=15840 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/15842/task/15849/stat : 15849 (java) S 15840 15842 13427 0 -1 4202560 128 0 0 0 64 1 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239613311272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15850] ppid=15840 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/15842/task/15850/stat : 15850 (java) S 15840 15842 13427 0 -1 4202560 123 0 0 0 58 0 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239612258472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15851] ppid=15840 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/15842/task/15851/stat : 15851 (java) S 15840 15842 13427 0 -1 4202560 90 0 0 0 61 1 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239611206184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15852] ppid=15840 vsize=9624980 CPUtime=0.64 cores=1,3,5,7
/proc/15842/task/15852/stat : 15852 (java) S 15840 15842 13427 0 -1 4202560 265 0 0 0 62 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239610153384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15853] ppid=15840 vsize=9624980 CPUtime=4.61 cores=1,3,5,7
/proc/15842/task/15853/stat : 15853 (java) S 15840 15842 13427 0 -1 4202560 162 0 0 0 458 3 0 0 20 0 19 0 291095192 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239452584680 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15854] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15854/stat : 15854 (java) S 15840 15842 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239451530744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15855] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15855/stat : 15855 (java) S 15840 15842 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239450478344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15856] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15856/stat : 15856 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239449426832 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15857] ppid=15840 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/15842/task/15857/stat : 15857 (java) S 15840 15842 13427 0 -1 4202560 1925 0 0 0 19 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239448373432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15858] ppid=15840 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/15842/task/15858/stat : 15858 (java) S 15840 15842 13427 0 -1 4202560 2772 0 0 0 27 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239447320632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15859] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15859/stat : 15859 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239446268536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15860] ppid=15840 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/15842/task/15860/stat : 15860 (java) S 15840 15842 13427 0 -1 4202560 103 0 0 0 52 34 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239445215944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15861] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15861/stat : 15861 (java) S 15840 15842 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291095206 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239444161960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.48
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 1.99 2.06 1.99 3/213 15935
/proc/meminfo: memFree=31208824/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9624980 CPUtime=1800.09 cores=1,3,5,7
/proc/15842/stat : 15842 (java) S 15840 15842 13427 0 -1 4202496 10035 0 1 0 179939 70 0 0 20 0 19 0 291095188 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140735247225856 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15842/statm: 2406245 50657 2265 9 0 2396937 0
[pid=15842/tid=15844] ppid=15840 vsize=9624980 CPUtime=1783.92 cores=1,3,5,7
/proc/15842/task/15844/stat : 15844 (java) R 15840 15842 13427 0 -1 4202560 2563 0 1 0 178362 30 0 0 20 0 19 0 291095189 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239628460320 140239490672687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15845] ppid=15840 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/15842/task/15845/stat : 15845 (java) S 15840 15842 13427 0 -1 4202560 289 0 0 0 68 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239617522472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15846] ppid=15840 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/15842/task/15846/stat : 15846 (java) S 15840 15842 13427 0 -1 4202560 132 0 0 0 64 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239616469672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15847] ppid=15840 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/15842/task/15847/stat : 15847 (java) S 15840 15842 13427 0 -1 4202560 206 0 0 0 63 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239615417384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15848] ppid=15840 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/15842/task/15848/stat : 15848 (java) S 15840 15842 13427 0 -1 4202560 97 0 0 0 67 0 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239614364584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15849] ppid=15840 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/15842/task/15849/stat : 15849 (java) S 15840 15842 13427 0 -1 4202560 128 0 0 0 64 1 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239613311272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15850] ppid=15840 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/15842/task/15850/stat : 15850 (java) S 15840 15842 13427 0 -1 4202560 123 0 0 0 58 0 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239612258472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15851] ppid=15840 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/15842/task/15851/stat : 15851 (java) S 15840 15842 13427 0 -1 4202560 90 0 0 0 61 1 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239611206184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15852] ppid=15840 vsize=9624980 CPUtime=0.64 cores=1,3,5,7
/proc/15842/task/15852/stat : 15852 (java) S 15840 15842 13427 0 -1 4202560 265 0 0 0 62 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239610153384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15853] ppid=15840 vsize=9624980 CPUtime=4.61 cores=1,3,5,7
/proc/15842/task/15853/stat : 15853 (java) S 15840 15842 13427 0 -1 4202560 162 0 0 0 458 3 0 0 20 0 19 0 291095192 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239452584680 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15854] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15854/stat : 15854 (java) S 15840 15842 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239451530744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15855] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15855/stat : 15855 (java) S 15840 15842 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239450478344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15856] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15856/stat : 15856 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239449426832 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15857] ppid=15840 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/15842/task/15857/stat : 15857 (java) S 15840 15842 13427 0 -1 4202560 1925 0 0 0 19 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239448373432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15858] ppid=15840 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/15842/task/15858/stat : 15858 (java) S 15840 15842 13427 0 -1 4202560 2772 0 0 0 27 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239447320632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15859] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15859/stat : 15859 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239446268536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15860] ppid=15840 vsize=9624980 CPUtime=0.87 cores=1,3,5,7
/proc/15842/task/15860/stat : 15860 (java) S 15840 15842 13427 0 -1 4202560 103 0 0 0 52 35 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239445215944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15861] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15861/stat : 15861 (java) S 15840 15842 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291095206 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239444161960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624980

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

Solver just ended. Dumping a history of the last processes samples

[startup+1794.9 s]
/proc/loadavg: 1.99 2.06 1.99 3/213 15935
/proc/meminfo: memFree=31208824/32873844 swapFree=6872/6872
[pid=15842] ppid=15840 vsize=9624980 CPUtime=1800.09 cores=1,3,5,7
/proc/15842/stat : 15842 (java) S 15840 15842 13427 0 -1 4202496 10035 0 1 0 179939 70 0 0 20 0 19 0 291095188 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140735247225856 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15842/statm: 2406245 50657 2265 9 0 2396937 0
[pid=15842/tid=15844] ppid=15840 vsize=9624980 CPUtime=1783.92 cores=1,3,5,7
/proc/15842/task/15844/stat : 15844 (java) R 15840 15842 13427 0 -1 4202560 2563 0 1 0 178362 30 0 0 20 0 19 0 291095189 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239628460320 140239490672687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15845] ppid=15840 vsize=9624980 CPUtime=0.7 cores=1,3,5,7
/proc/15842/task/15845/stat : 15845 (java) S 15840 15842 13427 0 -1 4202560 289 0 0 0 68 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239617522472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15846] ppid=15840 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/15842/task/15846/stat : 15846 (java) S 15840 15842 13427 0 -1 4202560 132 0 0 0 64 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239616469672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15847] ppid=15840 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/15842/task/15847/stat : 15847 (java) S 15840 15842 13427 0 -1 4202560 206 0 0 0 63 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239615417384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15848] ppid=15840 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/15842/task/15848/stat : 15848 (java) S 15840 15842 13427 0 -1 4202560 97 0 0 0 67 0 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239614364584 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15849] ppid=15840 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/15842/task/15849/stat : 15849 (java) S 15840 15842 13427 0 -1 4202560 128 0 0 0 64 1 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239613311272 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15850] ppid=15840 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/15842/task/15850/stat : 15850 (java) S 15840 15842 13427 0 -1 4202560 123 0 0 0 58 0 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239612258472 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15851] ppid=15840 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/15842/task/15851/stat : 15851 (java) S 15840 15842 13427 0 -1 4202560 90 0 0 0 61 1 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239611206184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15852] ppid=15840 vsize=9624980 CPUtime=0.64 cores=1,3,5,7
/proc/15842/task/15852/stat : 15852 (java) S 15840 15842 13427 0 -1 4202560 265 0 0 0 62 2 0 0 20 0 19 0 291095191 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239610153384 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15853] ppid=15840 vsize=9624980 CPUtime=4.61 cores=1,3,5,7
/proc/15842/task/15853/stat : 15853 (java) S 15840 15842 13427 0 -1 4202560 162 0 0 0 458 3 0 0 20 0 19 0 291095192 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239452584680 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15854] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15854/stat : 15854 (java) S 15840 15842 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239451530744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15855] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15855/stat : 15855 (java) S 15840 15842 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291095193 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239450478344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15856] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15856/stat : 15856 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239449426832 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15857] ppid=15840 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/15842/task/15857/stat : 15857 (java) S 15840 15842 13427 0 -1 4202560 1925 0 0 0 19 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239448373432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15842/tid=15858] ppid=15840 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/15842/task/15858/stat : 15858 (java) S 15840 15842 13427 0 -1 4202560 2772 0 0 0 27 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239447320632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15842/tid=15859] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15859/stat : 15859 (java) S 15840 15842 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239446268536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15842/tid=15860] ppid=15840 vsize=9624980 CPUtime=0.87 cores=1,3,5,7
/proc/15842/task/15860/stat : 15860 (java) S 15840 15842 13427 0 -1 4202560 103 0 0 0 52 35 0 0 20 0 19 0 291095195 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239445215944 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15842/tid=15861] ppid=15840 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/15842/task/15861/stat : 15861 (java) S 15840 15842 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291095206 9855979520 50657 33554432000 1073741824 1073778376 140735247234720 140239444161960 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624980

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15842 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=479197
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=925859
# CPU time returned by wait4() is 1795.41
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.96
CPU time (s): 1800.09
CPU user time (s): 1799.39
CPU system time (s): 0.7
CPU usage (%): 100.286
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.48
system time used= 0.925859
maximum resident set size= 202784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10077
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40758
involuntary context switches= 18769

runsolver used 6.40103 second user time and 16.0526 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:01:07
IDJOB=3718055
IDBENCH=78700
IDSOLVER=2301
FILE ID=node106/3718055-1338249667
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71324 MiB

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

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

MD5SUM BENCH= f76bfef4498edf916ad0f53b817cfd69
RANDOM SEED=1290271946

node106.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.065
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.13
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.065
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.065
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	: 5331.91
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.065
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.92
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.065
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.065
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.065
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.065
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31002052 kB
Buffers:           67696 kB
Cached:            58928 kB
SwapCached:         1836 kB
Active:          1046672 kB
Inactive:          31684 kB
Active(anon):     951020 kB
Inactive(anon):     3012 kB
Active(file):      95652 kB
Inactive(file):    28672 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               576 kB
Writeback:             0 kB
AnonPages:        957180 kB
Mapped:            15828 kB
Shmem:                 0 kB
Slab:             651608 kB
SReclaimable:      93540 kB
SUnreclaim:       558068 kB
KernelStack:        1592 kB
PageTables:         6304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1643548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    933888 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= 71332 MiB
End job on node106 at 2012-05-29 02:31:04