Trace number 4090532

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 1585.88 1582.69

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 benchmark1.52377
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090532-1466063404.wbo
0.09/0.11	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.039s.
0.09/0.15	c declared #vars     400
0.09/0.15	c internal #vars     441
0.09/0.15	c #constraints  60
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13
0.09/0.15	c 60 constraints processed.
0.09/0.15	c objective function length is 41 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.119
0.27/0.23	o 123
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.164
0.27/0.28	o 112
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.204
0.50/0.31	o 107
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.238
0.50/0.35	o 68
0.75/0.56	c Got one! Elapsed wall clock time (in seconds):0.452
0.75/0.56	o 52
1.04/0.76	c Got one! Elapsed wall clock time (in seconds):0.652
1.04/0.76	o 48
1.26/0.91	c cleaning 3932 clauses out of 7867 with flag 7160/7867
1.51/1.15	c Got one! Elapsed wall clock time (in seconds):1.038
1.51/1.15	o 46
1.61/1.23	c cleaning 4876 clauses out of 9770 with flag 6911/13702
1.61/1.25	c Got one! Elapsed wall clock time (in seconds):1.137
1.61/1.25	o 41
1.71/1.35	c Got one! Elapsed wall clock time (in seconds):1.242
1.71/1.35	o 33
2.11/1.74	c cleaning 5653 clauses out of 11311 with flag 31024/20119
2.31/1.90	c Got one! Elapsed wall clock time (in seconds):1.788
2.31/1.90	o 31
2.31/1.93	c Got one! Elapsed wall clock time (in seconds):1.819
2.31/1.93	o 20
2.52/2.10	c cleaning 5659 clauses out of 11357 with flag 13598/25818
2.93/2.52	c cleaning 5822 clauses out of 11695 with flag 60130/31815
3.33/2.93	c cleaning 6431 clauses out of 12873 with flag 113296/38815
3.83/3.42	c cleaning 7209 clauses out of 14442 with flag 173830/46815
4.33/3.97	c cleaning 8097 clauses out of 16233 with flag 244340/55815
5.13/4.80	c cleaning 9070 clauses out of 18140 with flag 317108/65819
5.93/5.60	c cleaning 10014 clauses out of 20067 with flag 403452/76816
7.03/6.62	c cleaning 11020 clauses out of 22052 with flag 511512/88815
8.02/7.66	c cleaning 12008 clauses out of 24036 with flag 635537/101819
9.83/9.44	c cleaning 13007 clauses out of 26024 with flag 769960/115815
11.34/10.96	c cleaning 14006 clauses out of 28018 with flag 890233/130816
13.64/13.26	c cleaning 14997 clauses out of 30013 with flag 1022983/146817
15.84/15.49	c cleaning 15997 clauses out of 32014 with flag 1176352/163815
18.33/17.93	c cleaning 17008 clauses out of 34019 with flag 1330089/181817
21.34/20.94	c cleaning 18004 clauses out of 36010 with flag 1534148/200816
24.43/24.05	c cleaning 18998 clauses out of 38008 with flag 1737885/220818
28.13/27.77	c cleaning 20001 clauses out of 40008 with flag 1918109/241816
32.24/31.82	c cleaning 20992 clauses out of 42006 with flag 2110079/263815
36.14/35.77	c cleaning 22003 clauses out of 44016 with flag 2281999/286817
40.04/39.61	c cleaning 22996 clauses out of 46011 with flag 2499976/310815
44.83/44.49	c cleaning 23981 clauses out of 48015 with flag 2719646/335815
49.03/48.63	c cleaning 25010 clauses out of 50035 with flag 2941237/361816
54.13/53.72	c cleaning 26001 clauses out of 52024 with flag 3166862/388815
58.84/58.44	c cleaning 27006 clauses out of 54023 with flag 3391473/416815
65.61/65.11	c cleaning 28003 clauses out of 56017 with flag 3667559/445815
74.71/74.27	c cleaning 28986 clauses out of 58014 with flag 3964340/475815
84.31/83.82	c cleaning 30010 clauses out of 60028 with flag 4275257/506815
94.61/94.15	c cleaning 31003 clauses out of 62019 with flag 4583316/538816
104.32/103.83	c cleaning 32006 clauses out of 64017 with flag 4917184/571817
113.82/113.39	c cleaning 33001 clauses out of 66010 with flag 5262510/605816
123.91/123.44	c cleaning 33999 clauses out of 68008 with flag 5622880/640815
136.71/136.28	c cleaning 35001 clauses out of 70010 with flag 5943765/676816
144.72/144.25	c cleaning 35984 clauses out of 72009 with flag 6268328/713816
154.21/153.76	c cleaning 37007 clauses out of 74028 with flag 6595244/751819
161.91/161.48	c cleaning 37989 clauses out of 76017 with flag 6931346/790815
173.01/172.51	c cleaning 38995 clauses out of 78029 with flag 7280663/830816
183.12/182.68	c cleaning 39998 clauses out of 80034 with flag 7665188/871816
192.68/192.10	c cleaning 40999 clauses out of 82035 with flag 8076432/913815
203.48/202.95	c cleaning 42014 clauses out of 84037 with flag 8518368/956816
217.67/217.19	c cleaning 43008 clauses out of 86022 with flag 8905745/1000815
235.47/234.91	c cleaning 43992 clauses out of 88014 with flag 9303304/1045815
253.77/253.21	c cleaning 45004 clauses out of 90022 with flag 9723392/1091815
266.48/265.94	c cleaning 46004 clauses out of 92018 with flag 10158201/1138815
285.18/284.66	c cleaning 46997 clauses out of 94015 with flag 10605922/1186816
297.69/297.18	c cleaning 48003 clauses out of 96019 with flag 11068863/1235817
316.58/316.06	c cleaning 48998 clauses out of 98016 with flag 11542498/1285817
333.15/332.50	c cleaning 50003 clauses out of 100016 with flag 12032425/1336815
358.36/357.72	c cleaning 51001 clauses out of 102014 with flag 12618467/1388816
388.26/387.69	c cleaning 52000 clauses out of 104012 with flag 13098121/1441815
413.08/412.48	c cleaning 53004 clauses out of 106014 with flag 13617682/1495817
441.29/440.66	c cleaning 54004 clauses out of 108013 with flag 14141987/1550820
469.29/468.65	c cleaning 54996 clauses out of 110004 with flag 14682961/1606815
495.40/494.74	c cleaning 55995 clauses out of 112009 with flag 15240347/1663816
520.50/519.81	c cleaning 56998 clauses out of 114014 with flag 15835034/1721816
554.71/554.09	c cleaning 58003 clauses out of 116017 with flag 16419934/1780817
584.97/584.15	c cleaning 58998 clauses out of 118013 with flag 17018599/1840816
619.66/618.80	c cleaning 60001 clauses out of 120014 with flag 17662142/1901815
650.06/649.21	c cleaning 61001 clauses out of 122014 with flag 18319267/1963816
680.47/679.69	c cleaning 62003 clauses out of 124012 with flag 18973498/2026815
717.50/716.33	c cleaning 63004 clauses out of 126009 with flag 19604548/2090815
737.60/736.11	c cleaning 63978 clauses out of 128004 with flag 20315620/2155815
760.76/759.02	c cleaning 64995 clauses out of 130026 with flag 21107016/2221815
779.62/777.52	c cleaning 65992 clauses out of 132033 with flag 21835948/2288817
803.42/801.38	c cleaning 67011 clauses out of 134039 with flag 22669567/2356815
826.52/824.49	c cleaning 67995 clauses out of 136028 with flag 23439450/2425815
852.92/850.80	c cleaning 69015 clauses out of 138035 with flag 24379334/2495817
882.03/880.00	c cleaning 70001 clauses out of 140020 with flag 25196342/2566817
909.13/907.08	c cleaning 71006 clauses out of 142021 with flag 26152205/2638819
944.68/942.32	c cleaning 72001 clauses out of 144014 with flag 26858349/2711818
979.38/977.00	c cleaning 73000 clauses out of 146012 with flag 27725986/2785817
1013.18/1010.86	c cleaning 73994 clauses out of 148011 with flag 28737411/2860816
1041.29/1038.98	c cleaning 74999 clauses out of 150016 with flag 29599830/2936815
1090.90/1088.59	c cleaning 76006 clauses out of 152019 with flag 30384784/3013817
1135.65/1132.97	c cleaning 77001 clauses out of 154012 with flag 31311873/3091816
1176.25/1173.56	c cleaning 77998 clauses out of 156011 with flag 32271761/3170816
1221.15/1218.48	c cleaning 79005 clauses out of 158012 with flag 33224540/3250815
1266.35/1263.60	c cleaning 80004 clauses out of 160009 with flag 34235320/3331817
1311.87/1309.17	c cleaning 80987 clauses out of 162008 with flag 35255356/3413820
1360.10/1357.13	c cleaning 82002 clauses out of 164017 with flag 36117250/3496816
1412.43/1409.48	c cleaning 82999 clauses out of 166016 with flag 37117151/3580817
1463.94/1460.91	c cleaning 83994 clauses out of 168015 with flag 38085423/3665815
1518.85/1515.60	c cleaning 85004 clauses out of 170021 with flag 39128564/3751815
1575.36/1572.14	c cleaning 86002 clauses out of 172021 with flag 40120282/3838819
1585.88/1582.68	c starts		: 13414
1585.88/1582.68	c conflicts		: 3869825
1585.88/1582.68	c decisions		: 5240373
1585.88/1582.68	c propagations		: 96179771
1585.88/1582.68	c inspects		: 29691564948
1585.88/1582.68	c shortcuts		: 0
1585.88/1582.68	c learnt literals	: 7
1585.88/1582.68	c learnt binary clauses	: 6
1585.88/1582.68	c learnt ternary clauses	: 6
1585.88/1582.68	c learnt constraints	: 3869817
1585.88/1582.68	c ignored constraints	: 0
1585.88/1582.68	c root simplifications	: 0
1585.88/1582.68	c removed literals (reason simplification)	: 0
1585.88/1582.68	c reason swapping (by a shorter reason)	: 0
1585.88/1582.68	c Calls to reduceDB	: 86
1585.88/1582.68	c Number of update (reduction) of LBD	: 2043980
1585.88/1582.68	c Imported unit clauses	: 0
1585.88/1582.68	c number of reductions to clauses (during analyze)	: 0
1585.88/1582.68	c number of learned constraints concerned by reduction	: 0
1585.88/1582.68	c number of learning phase by resolution	: 0
1585.88/1582.68	c number of learning phase by cutting planes	: 0
1585.88/1582.68	c speed (assignments/second)	: 60775.992730622944
1585.88/1582.68	c non guided choices	5996
1585.88/1582.68	c learnt constraints type 
1585.88/1582.68	s OPTIMUM FOUND
1585.88/1582.68	c Found 11 solution(s)
1585.88/1582.68	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 
1585.88/1582.68	c objective function=20
1585.88/1582.68	c Total wall clock time (in seconds): 1582.573

Verifier Data

OK	20

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090532-1466063404/watcher-4090532-1466063404 -o /tmp/evaluation-result-4090532-1466063404/solver-4090532-1466063404 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090532-1466063404.wbo 

pid=8190
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.15 2.14 1.65 3/195 8193
/proc/meminfo: memFree=29844320/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8193/stat : 8193 (java) D 8190 8193 8029 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 8387046 9515008 175 33554432000 1073741824 1073778376 140733215733360 140733215716088 214537421712 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2323 178 136 9 0 71 0

[startup+0.100159 s]
/proc/loadavg: 2.15 2.14 1.65 3/195 8193
/proc/meminfo: memFree=29844320/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8193/stat : 8193 (java) S 8190 8193 8029 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 8387046 9787879424 6033 33554432000 1073741824 1073778376 140733215733360 140733215724496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.15 2.14 1.65 3/195 8193
/proc/meminfo: memFree=29844320/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8193/stat : 8193 (java) S 8190 8193 8029 0 -1 4202496 6042 0 1 0 26 1 0 0 20 0 19 0 8387046 9856040960 6969 33554432000 1073741824 1073778376 140733215733360 140733215724496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2406260 6969 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300307 s]
/proc/loadavg: 2.15 2.14 1.65 3/195 8193
/proc/meminfo: memFree=29844320/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8193/stat : 8193 (java) S 8190 8193 8029 0 -1 4202496 6353 0 1 0 48 2 0 0 20 0 19 0 8387046 9856040960 8138 33554432000 1073741824 1073778376 140733215733360 140733215724496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2406260 8138 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700267 s]
/proc/loadavg: 2.15 2.14 1.65 3/195 8193
/proc/meminfo: memFree=29844320/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/8193/stat : 8193 (java) S 8190 8193 8029 0 -1 4202496 8468 0 1 0 102 2 0 0 20 0 19 0 8387046 9856040960 9181 33554432000 1073741824 1073778376 140733215733360 140733215724496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2406260 9181 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.15 2.14 1.65 4/194 8227
/proc/meminfo: memFree=30753504/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/8193/stat : 8193 (java) S 8190 8193 8029 0 -1 4202496 8639 0 1 0 189 2 0 0 20 0 19 0 8387046 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140733215724496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2406260 10227 2250 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 8029 0 -1 4202560 2408 0 1 0 146 0 0 0 20 0 19 0 8387047 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109733437744 140109567961833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109694938024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109693885480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109692832424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109691779880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109690726824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109689674280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109688621224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109687568680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109557394280 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109556340600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109555287432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109554236176 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 8029 0 -1 4202560 1082 0 0 0 15 0 0 0 20 0 19 0 8387052 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109553183032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 8029 0 -1 4202560 3879 0 0 0 25 0 0 0 20 0 19 0 8387052 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140109552130488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140108678293752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140108677241416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8387062 9856040960 10227 33554432000 1073741824 1073778376 140733215733360 140108676187688 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.14 2.14 1.65 4/194 8227
/proc/meminfo: memFree=30746172/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/8193/stat : 8193 (java) S 8190 8193 8029 0 -1 4202496 8672 0 1 0 351 2 0 0 20 0 19 0 8387046 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140733215724496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2406260 12276 2250 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 8029 0 -1 4202560 2413 0 1 0 305 1 0 0 20 0 19 0 8387047 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109733445912 140109567918688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109694938024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109693885480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109692832424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109691779880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109690726824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109689674280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109688621224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109687568680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109557394280 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109556340600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109555287432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109554236176 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 8029 0 -1 4202560 1110 0 0 0 17 0 0 0 20 0 19 0 8387052 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109553183032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 8029 0 -1 4202560 3879 0 0 0 26 0 0 0 20 0 19 0 8387052 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140109552130488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140108678293752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140108677241416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8387062 9856040960 12276 33554432000 1073741824 1073778376 140733215733360 140108676187688 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.14 2.14 1.65 4/214 8277
/proc/meminfo: memFree=30688640/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/8193/stat : 8193 (java) S 8190 8193 8029 0 -1 4202496 8680 0 1 0 670 2 0 0 20 0 19 0 8387046 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140733215724496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2406260 15349 2251 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 8029 0 -1 4202560 2420 0 1 0 624 1 0 0 20 0 19 0 8387047 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109733437136 140109567919019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109694938024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109693885480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109692832424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109691779880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109690726824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109689674280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109688621224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8387049 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109687568680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109557394280 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109556340600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109555287432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109554236176 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 8029 0 -1 4202560 1110 0 0 0 17 0 0 0 20 0 19 0 8387052 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109553183032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 8029 0 -1 4202560 3879 0 0 0 26 0 0 0 20 0 19 0 8387052 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140109552130488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140108678293752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140108677241416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8387062 9856040960 15349 33554432000 1073741824 1073778376 140733215733360 140108676187688 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109556340600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109555287432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109554236176 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 8029 0 -1 4202560 17054 0 0 0 117 3 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109553183032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 8029 0 -1 4202560 3879 0 0 0 27 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109552130488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108678293752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 8029 0 -1 4202560 94 0 0 0 29 26 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108677241416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8387062 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108676187688 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1584.08
Current children cumulated vsize (KiB) 9625040

[startup+1581.6 s]
/proc/loadavg: 2.14 2.17 2.05 3/213 8337
/proc/meminfo: memFree=29810712/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9625040 CPUtime=1584.87 cores=0,2,4,6
/proc/8193/stat : 8193 (java) S 8190 8193 8029 0 -1 4202496 26366 0 1 0 158417 70 0 0 20 0 19 0 8387046 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140733215724496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2406260 159921 2272 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=1576.96 cores=0,2,4,6
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 8029 0 -1 4202560 2489 0 1 0 157671 25 0 0 20 0 19 0 8387047 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109733445976 140109567919736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 8029 0 -1 4202560 304 0 0 0 19 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109694938024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 8029 0 -1 4202560 217 0 0 0 21 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109693885480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 8029 0 -1 4202560 81 0 0 0 19 4 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109692832424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 8029 0 -1 4202560 196 0 0 0 25 7 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109691779880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 8029 0 -1 4202560 95 0 0 0 19 5 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109690726824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 8029 0 -1 4202560 172 0 0 0 16 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109689674280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 8029 0 -1 4202560 210 0 0 0 19 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109688621224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 8029 0 -1 4202560 168 0 0 0 23 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109687568680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 8029 0 -1 4202560 149 0 0 0 1 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109557394280 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109556340600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109555287432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109554236176 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 8029 0 -1 4202560 17054 0 0 0 117 3 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109553183032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 8029 0 -1 4202560 3879 0 0 0 27 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109552130488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108678293752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 8029 0 -1 4202560 94 0 0 0 29 26 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108677241416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8387062 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108676187688 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1584.87
Current children cumulated vsize (KiB) 9625040

[startup+1582.4 s]
/proc/loadavg: 2.13 2.17 2.05 3/213 8337
/proc/meminfo: memFree=29818904/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9625040 CPUtime=1585.68 cores=0,2,4,6
/proc/8193/stat : 8193 (java) S 8190 8193 8029 0 -1 4202496 26368 0 1 0 158498 70 0 0 20 0 19 0 8387046 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140733215724496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2406260 159921 2272 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=1577.76 cores=0,2,4,6
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 8029 0 -1 4202560 2490 0 1 0 157751 25 0 0 20 0 19 0 8387047 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109733446008 140109567918805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 8029 0 -1 4202560 304 0 0 0 19 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109694938024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 8029 0 -1 4202560 217 0 0 0 21 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109693885480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 8029 0 -1 4202560 81 0 0 0 19 4 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109692832424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 8029 0 -1 4202560 196 0 0 0 25 7 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109691779880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 8029 0 -1 4202560 95 0 0 0 19 5 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109690726824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 8029 0 -1 4202560 172 0 0 0 16 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109689674280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 8029 0 -1 4202560 210 0 0 0 19 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109688621224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 8029 0 -1 4202560 168 0 0 0 23 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109687568680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 8029 0 -1 4202560 150 0 0 0 1 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109557394280 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109556340600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109555287432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109554236176 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 8029 0 -1 4202560 17054 0 0 0 118 3 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109553183032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 8029 0 -1 4202560 3879 0 0 0 27 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109552130488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108678293752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 8029 0 -1 4202560 94 0 0 0 29 26 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108677241416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8387062 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108676187688 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1585.68
Current children cumulated vsize (KiB) 9625040

[startup+1582.6 s]
/proc/loadavg: 2.13 2.17 2.05 3/213 8337
/proc/meminfo: memFree=29818904/32872528 swapFree=1190796/1305260
[pid=8193] ppid=8190 vsize=9625040 CPUtime=1585.88 cores=0,2,4,6
/proc/8193/stat : 8193 (java) S 8190 8193 8029 0 -1 4202496 26368 0 1 0 158518 70 0 0 20 0 19 0 8387046 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140733215724496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8193/statm: 2406260 159921 2272 9 0 2396937 0
[pid=8193/tid=8195] ppid=8190 vsize=9625040 CPUtime=1577.96 cores=0,2,4,6
/proc/8193/task/8195/stat : 8195 (java) R 8190 8193 8029 0 -1 4202560 2490 0 1 0 157771 25 0 0 20 0 19 0 8387047 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109733446008 140109568151990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8196] ppid=8190 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8193/task/8196/stat : 8196 (java) S 8190 8193 8029 0 -1 4202560 304 0 0 0 19 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109694938024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8197] ppid=8190 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8193/task/8197/stat : 8197 (java) S 8190 8193 8029 0 -1 4202560 217 0 0 0 21 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109693885480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8198] ppid=8190 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/8193/task/8198/stat : 8198 (java) S 8190 8193 8029 0 -1 4202560 81 0 0 0 19 4 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109692832424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8199] ppid=8190 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/8193/task/8199/stat : 8199 (java) S 8190 8193 8029 0 -1 4202560 196 0 0 0 25 7 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109691779880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8200] ppid=8190 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8193/task/8200/stat : 8200 (java) S 8190 8193 8029 0 -1 4202560 95 0 0 0 19 5 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109690726824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8201] ppid=8190 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8193/task/8201/stat : 8201 (java) S 8190 8193 8029 0 -1 4202560 172 0 0 0 16 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109689674280 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8202] ppid=8190 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8193/task/8202/stat : 8202 (java) S 8190 8193 8029 0 -1 4202560 210 0 0 0 19 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109688621224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8203] ppid=8190 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8193/task/8203/stat : 8203 (java) S 8190 8193 8029 0 -1 4202560 168 0 0 0 23 6 0 0 20 0 19 0 8387049 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109687568680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8193/tid=8204] ppid=8190 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8193/task/8204/stat : 8204 (java) S 8190 8193 8029 0 -1 4202560 150 0 0 0 1 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109557394280 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8205] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8205/stat : 8205 (java) S 8190 8193 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109556340600 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8206] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8206/stat : 8206 (java) S 8190 8193 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8387050 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109555287432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8207] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8207/stat : 8207 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109554236176 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8193/tid=8208] ppid=8190 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/8193/task/8208/stat : 8208 (java) S 8190 8193 8029 0 -1 4202560 17054 0 0 0 118 3 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109553183032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8209] ppid=8190 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/8193/task/8209/stat : 8209 (java) S 8190 8193 8029 0 -1 4202560 3879 0 0 0 28 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140109552130488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8210] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8210/stat : 8210 (java) S 8190 8193 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108678293752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8193/tid=8211] ppid=8190 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8193/task/8211/stat : 8211 (java) S 8190 8193 8029 0 -1 4202560 94 0 0 0 29 26 0 0 20 0 19 0 8387052 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108677241416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8193/tid=8212] ppid=8190 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8193/task/8212/stat : 8212 (java) S 8190 8193 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8387062 9856040960 159921 33554432000 1073741824 1073778376 140733215733360 140108676187688 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1585.88
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8193 and gives
#  childrusage.ru_utime.tv_sec=1581
#  childrusage.ru_utime.tv_usec=281608
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=131827
# CPU time returned by wait4() is 1582.41
# while last known CPU time is 1585.88
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1582.69
CPU time (s): 1585.88
CPU user time (s): 1585.18
CPU system time (s): 0.7
CPU usage (%): 100.201
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1581.28
system time used= 1.13183
maximum resident set size= 639740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26389
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33727
involuntary context switches= 3119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2091 second user time and 8.5487 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-16 09:50:04
IDJOB=4090532
IDBENCH=78700
IDSOLVER=2551
FILE ID=node127/4090532-1466063404
RUNJOBID= node127-1466062123-8045
PBS_JOBID= 19904012
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
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 sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090532-1466063404/watcher-4090532-1466063404 -o /tmp/evaluation-result-4090532-1466063404/solver-4090532-1466063404 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090532-1466063404.wbo

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

MD5SUM BENCH= f76bfef4498edf916ad0f53b817cfd69
RANDOM SEED=624121319

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29844484 kB
Buffers:            3536 kB
Cached:            45804 kB
SwapCached:        34620 kB
Active:           957508 kB
Inactive:          66968 kB
Active(anon):     941860 kB
Inactive(anon):    35536 kB
Active(file):      15648 kB
Inactive(file):    31432 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066068 kB
Dirty:              1004 kB
Writeback:             0 kB
AnonPages:       2246620 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             564532 kB
SReclaimable:       8524 kB
SUnreclaim:       556008 kB
KernelStack:        1616 kB
PageTables:         8536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3190092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1009664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node127 at 2016-06-16 10:16:27