Trace number 4524695

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 Resolution 2025-06-06MSAT (TO) 3600.26 3599.82

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-25-20--soft-0-100-0.wbo
MD5SUM51383473035946e98f28657b2920aa2c
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.047431
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints45
Number of soft constraints45
Number of constraints which are clauses25
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 constraint20
Maximum length of a constraint25
Top cost 1950
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 1949
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.10	c java.vm.version	22.0.1+8-16
0.09/0.10	c java.vm.vendor	Oracle Corporation
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		22.0.1
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.15	c Pseudo Boolean Optimization by upper bound
0.09/0.15	c --- Begin Solver configuration ---
0.09/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.15	c Learn all clauses as in MiniSAT
0.09/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	c Expensive reason simplification
0.09/0.15	c Glucose 2.1 dynamic restart strategy
0.09/0.15	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.15	c timeout=2147483s
0.09/0.15	c DB Simplification allowed=false
0.09/0.15	c Listener: none
0.09/0.15	c --- End Solver configuration ---
0.09/0.15	c solving HOME/instance-4524695-1751616933.wbo
0.09/0.15	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.024s.
0.09/0.18	c declared #vars     500
0.09/0.18	c internal #vars     545
0.09/0.18	c #constraints  46
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
0.09/0.18	c org.sat4j.specs.Constr$1 => 1
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 25
0.09/0.18	c 46 constraints processed.
0.09/0.19	c objective function length is 45 literals
0.47/0.38	c SATISFIABLE
0.47/0.38	c OPTIMIZING...
0.47/0.38	c Got one! Elapsed wall clock time (in seconds):0.227
0.47/0.38	o 60
0.47/0.39	c Got one! Elapsed wall clock time (in seconds):0.238
0.47/0.39	o 41
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.267
0.66/0.42	o 24
1.63/0.93	c cleaning 3073 clauses out of 6150 with flag 30740/6150
2.46/1.62	c Got one! Elapsed wall clock time (in seconds):1.461
2.46/1.62	o 4
2.97/2.14	c cleaning 6964 clauses out of 13939 with flag 34032/17012
3.48/2.62	c cleaning 6485 clauses out of 12976 with flag 81387/23013
4.20/3.33	c cleaning 6739 clauses out of 13490 with flag 130118/30012
5.19/4.33	c cleaning 7367 clauses out of 14751 with flag 190166/38012
6.64/5.71	c cleaning 8186 clauses out of 16386 with flag 256785/47014
7.68/6.74	c cleaning 9018 clauses out of 18200 with flag 343974/57014
9.00/8.07	c cleaning 10086 clauses out of 20180 with flag 449562/68012
10.69/9.78	c cleaning 11044 clauses out of 22094 with flag 569290/80012
12.41/11.40	c cleaning 12018 clauses out of 24050 with flag 698635/93012
15.20/14.27	c cleaning 13015 clauses out of 26034 with flag 836180/107014
17.66/16.60	c cleaning 13995 clauses out of 28017 with flag 968740/122012
21.27/20.21	c cleaning 15012 clauses out of 30025 with flag 1137497/138015
26.84/25.71	c cleaning 15999 clauses out of 32013 with flag 1301052/155015
32.13/31.03	c cleaning 17005 clauses out of 34011 with flag 1466330/173012
35.87/34.77	c cleaning 17999 clauses out of 36009 with flag 1597775/192015
42.47/41.35	c cleaning 18992 clauses out of 38008 with flag 1782073/212013
49.10/47.94	c cleaning 19995 clauses out of 40015 with flag 1972138/233012
54.69/53.56	c cleaning 20957 clauses out of 42021 with flag 2162971/255013
62.83/61.66	c cleaning 21972 clauses out of 44063 with flag 2394672/278012
70.92/69.70	c cleaning 22988 clauses out of 46093 with flag 2619544/302014
80.85/79.60	c cleaning 24002 clauses out of 48103 with flag 2886924/327012
87.11/85.86	c cleaning 25051 clauses out of 50102 with flag 3144050/353013
94.46/93.19	c cleaning 26016 clauses out of 52054 with flag 3400225/380016
121.37/120.02	c cleaning 27013 clauses out of 54035 with flag 3663662/408013
154.87/153.54	c cleaning 28009 clauses out of 56024 with flag 3943118/437015
181.32/180.08	c cleaning 29002 clauses out of 58013 with flag 4226487/467013
196.95/195.69	c cleaning 30005 clauses out of 60012 with flag 4533028/498014
228.24/226.94	c cleaning 31003 clauses out of 62007 with flag 4850787/530014
242.95/241.47	c cleaning 31995 clauses out of 64002 with flag 5092041/563012
256.27/254.74	c cleaning 32997 clauses out of 66007 with flag 5333954/597012
273.20/271.67	c cleaning 34002 clauses out of 68010 with flag 5586887/632012
290.73/289.17	c cleaning 35002 clauses out of 70008 with flag 5837606/668012
307.87/306.11	c cleaning 35995 clauses out of 72011 with flag 6134114/705017
323.12/321.45	c cleaning 36991 clauses out of 74011 with flag 6469817/743012
336.19/334.42	c cleaning 38003 clauses out of 76022 with flag 6789791/782014
354.36/352.60	c cleaning 38997 clauses out of 78019 with flag 7117684/822014
366.73/365.07	c cleaning 40001 clauses out of 80020 with flag 7471052/863012
387.84/386.11	c cleaning 40998 clauses out of 82019 with flag 7851868/905012
404.97/403.28	c cleaning 42007 clauses out of 84025 with flag 8194523/948016
424.64/422.61	c cleaning 42998 clauses out of 86014 with flag 8594901/992012
445.76/443.77	c cleaning 44006 clauses out of 88020 with flag 9053850/1037016
473.59/471.62	c cleaning 44997 clauses out of 90011 with flag 9504416/1083013
507.30/505.43	c cleaning 45997 clauses out of 92013 with flag 9952936/1130012
538.73/536.78	c cleaning 47002 clauses out of 94017 with flag 10404510/1178013
569.27/567.36	c cleaning 48003 clauses out of 96014 with flag 10827597/1227012
600.43/598.43	c cleaning 49003 clauses out of 98011 with flag 11316319/1277012
637.65/635.71	c cleaning 49998 clauses out of 100008 with flag 11799596/1328012
672.37/670.53	c cleaning 51000 clauses out of 102011 with flag 12298712/1380013
722.64/720.79	c cleaning 51998 clauses out of 104013 with flag 12893386/1433015
769.34/767.50	c cleaning 52999 clauses out of 106013 with flag 13470791/1487013
810.38/808.53	c cleaning 53996 clauses out of 108014 with flag 14078280/1542013
863.49/861.40	c cleaning 54997 clauses out of 110017 with flag 14690794/1598012
917.07/915.02	c cleaning 55991 clauses out of 112020 with flag 15330355/1655012
968.97/967.07	c cleaning 57007 clauses out of 114031 with flag 16008442/1713014
1016.38/1014.42	c cleaning 58004 clauses out of 116024 with flag 16729657/1772014
1065.48/1063.62	c cleaning 59003 clauses out of 118019 with flag 17455960/1832013
1116.38/1114.53	c cleaning 59998 clauses out of 120015 with flag 18151833/1893012
1169.66/1167.92	c cleaning 61002 clauses out of 122020 with flag 18848171/1955015
1220.53/1218.80	c cleaning 61988 clauses out of 124016 with flag 19617901/2018013
1287.51/1285.93	c cleaning 62997 clauses out of 126028 with flag 20387405/2082013
1345.18/1343.54	c cleaning 64009 clauses out of 128032 with flag 21152235/2147014
1410.24/1408.76	c cleaning 64992 clauses out of 130021 with flag 21878716/2213012
1492.23/1490.71	c cleaning 65988 clauses out of 132030 with flag 22684612/2280013
1578.35/1576.97	c cleaning 67009 clauses out of 134041 with flag 23494777/2348012
1670.32/1668.51	c cleaning 68012 clauses out of 136034 with flag 24335414/2417014
1742.16/1740.42	c cleaning 69005 clauses out of 138022 with flag 25021456/2487014
1809.43/1807.84	c cleaning 70003 clauses out of 140015 with flag 25626936/2558012
1888.78/1887.28	c cleaning 71003 clauses out of 142015 with flag 26310098/2630015
1963.09/1961.51	c cleaning 71994 clauses out of 144010 with flag 26984601/2703013
2051.82/2050.41	c cleaning 73000 clauses out of 146016 with flag 27716648/2777013
2174.90/2173.62	c cleaning 74002 clauses out of 148018 with flag 28474531/2852015
2260.84/2259.63	c cleaning 74998 clauses out of 150013 with flag 29275508/2928012
2376.90/2375.77	c cleaning 75998 clauses out of 152015 with flag 30099323/3005012
2481.91/2480.33	c cleaning 77002 clauses out of 154018 with flag 30954314/3083013
2585.69/2584.26	c cleaning 78002 clauses out of 156016 with flag 31798117/3162013
2685.89/2684.63	c cleaning 79003 clauses out of 158015 with flag 32629610/3242014
2797.99/2796.87	c cleaning 79993 clauses out of 160011 with flag 33488451/3323013
2910.46/2909.34	c cleaning 81003 clauses out of 162017 with flag 34293555/3405012
3023.86/3022.96	c cleaning 82003 clauses out of 164017 with flag 35114423/3488015
3153.88/3153.05	c cleaning 82994 clauses out of 166011 with flag 36019575/3572012
3265.15/3264.31	c cleaning 83998 clauses out of 168018 with flag 36708383/3657013
3404.49/3403.95	c cleaning 85002 clauses out of 170019 with flag 37522827/3743012
3554.73/3554.38	c cleaning 86004 clauses out of 172017 with flag 38517786/3830012
3600.04/3599.71	c starts		: 6235
3600.04/3599.71	c conflicts		: 3881509
3600.04/3599.71	c decisions		: 5520930
3600.04/3599.71	c propagations		: 77760194
3600.04/3599.71	c inspects		: 21224686649
3600.04/3599.71	c shortcuts		: 0
3600.04/3599.71	c learnt literals	: 0
3600.04/3599.71	c learnt binary clauses	: 0
3600.04/3599.71	c learnt ternary clauses	: 0
3600.04/3599.71	c learnt constraints	: 3881509
3600.04/3599.71	c ignored constraints	: 0
3600.04/3599.71	c root simplifications	: 0
3600.04/3599.71	c removed literals (reason simplification)	: 22288406
3600.04/3599.71	c reason swapping (by a shorter reason)	: 0
3600.04/3599.71	c Calls to reduceDB	: 84
3600.04/3599.71	c Number of update (reduction) of LBD	: 2248316
3600.04/3599.71	c Imported unit clauses	: 0
3600.04/3599.71	c No decision after first conflict	: false
3600.04/3599.71	c number of reductions to clauses (during analyze)	: 0
3600.04/3599.72	c number of learned constraints concerned by reduction	: 0
3600.04/3599.72	c number of learning phase by resolution	: 0
3600.04/3599.72	c number of learning phase by cutting planes	: 0
3600.04/3599.72	c number of rounding to 1 operations	: 0
3600.04/3599.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3599.72	c number of reductions of the coefficients by power 2 	: 0
3600.04/3599.72	c number of right shift for reduction by power 2 	: 0
3600.04/3599.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3599.72	c number of ending skipping 	: 0
3600.04/3599.72	c number of internal skipping 	: 0
3600.04/3599.72	c number of derivation steps 	: 0
3600.04/3599.72	c number of skipped derivation steps 	: 0
3600.04/3599.72	c number of remaining unassigned 	: 0
3600.04/3599.72	c number of remaining assigned 	: 0
3600.04/3599.72	c number of falsified literals weakened from reason	: 0
3600.04/3599.72	c number of falsified literals weakened from conflict	: 0
3600.04/3599.72	c time for arithmetic operations	: 0
3600.04/3599.72	c minimum degree of deleted constraints	: null
3600.04/3599.73	c maximum degree of deleted constraints	: null
3600.04/3599.73	c number of deleted constraints	: 0
3600.04/3599.73	c speed (assignments/second)	: 21602.838254708386
3600.04/3599.73	c non guided choices	: 1479
3600.04/3599.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 137510
3600.04/3599.79	s SATISFIABLE
3600.04/3599.80	c Found 4 solution(s)
3600.04/3599.80	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 -x401 -x402 -x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
3600.04/3599.80	c objective function=4
3600.04/3599.80	c Total wall clock time (in seconds): 3599.646

Verifier Data

OK	4

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (55645 MiB free)
  memory of node 1: 64465 MiB (53345 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524695-1751616933/watcher-4524695-1751616933 -o /tmp/evaluation-result-4524695-1751616933/solver-4524695-1751616933 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751616933-86635 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524695-1751616933.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=86680, runsolver pid=86674
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.32 2.45 3.53 8/333 86761
/proc/meminfo: memFree=111535232/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=18930384 memory=52008 CPUtime=0.09 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 6168 0 0 0 8 1 0 0 20 0 18 0 77371992 19384713216 13002 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4732596 13002 5329 1 0 547274 0
[pid=86680/tid=86694] ppid=86674 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 4961 0 0 0 5 1 0 0 20 0 18 0 77371995 19384713216 13002 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=18930384 memory=13937 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77371997 19384713216 13002 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77371997 19384713216 13002 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52008 KiB

[startup+0.205778 s]*
/proc/loadavg: 1.32 2.45 3.53 14/335 86763
/proc/meminfo: memFree=111483248/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=18996948 memory=62652 CPUtime=0.28 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 7195 0 0 0 27 1 0 0 20 0 19 0 77371992 19452874752 15663 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4749237 15663 5457 1 0 548363 0
[pid=86680/tid=86694] ppid=86674 vsize=18996948 memory=4026794268 CPUtime=0.15 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 5360 0 0 0 14 1 0 0 20 0 19 0 77371995 19452874752 15663 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=18996948 memory=13937 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 15663 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=18996948 memory=60684515935208 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 15663 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) R 86674 86680 86624 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 19 0 77372012 19452874752 15663 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62652 KiB

[startup+0.305686 s]*
/proc/loadavg: 1.32 2.45 3.53 10/337 86765
/proc/meminfo: memFree=111461384/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=18996948 memory=67392 CPUtime=0.47 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 8978 0 0 0 45 2 0 0 20 0 19 0 77371992 19452874752 16848 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4749237 16848 5457 1 0 549466 0
[pid=86680/tid=86694] ppid=86674 vsize=18996948 memory=-6000919476967859815 CPUtime=0.24 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 5370 0 0 0 23 1 0 0 20 0 19 0 77371995 19452874752 16848 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 16848 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 16848 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77372012 19452874752 16848 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67392 KiB

[startup+0.700245 s]
/proc/loadavg: 1.32 2.45 3.53 9/337 86765
/proc/meminfo: memFree=111435048/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=18996948 memory=80152 CPUtime=1.23 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 11383 0 0 0 121 2 0 0 20 0 19 0 77371992 19452874752 20038 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4749237 20038 5457 1 0 551019 0
[pid=86680/tid=86694] ppid=86674 vsize=18996948 memory=18560 CPUtime=0.62 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 5406 0 0 0 61 1 0 0 20 0 19 0 77371995 19452874752 20038 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 20038 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 20038 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=18996948 memory=4496 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77372012 19452874752 20038 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80152 KiB

[startup+1.50026 s]
/proc/loadavg: 1.32 2.45 3.53 6/337 86765
/proc/meminfo: memFree=111371032/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=18996948 memory=93284 CPUtime=2.36 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 14330 0 0 0 233 3 0 0 20 0 19 0 77371992 19452874752 23321 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4749237 23321 5457 1 0 551746 0
[pid=86680/tid=86694] ppid=86674 vsize=18996948 memory=0 CPUtime=1.4 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 5537 0 0 0 139 1 0 0 20 0 19 0 77371995 19452874752 23321 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 23321 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 23321 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=18996948 memory=4496 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77372012 19452874752 23321 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 2.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93284 KiB

[startup+3.10554 s]
/proc/loadavg: 1.32 2.45 3.53 5/338 86766
/proc/meminfo: memFree=111209616/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=18996948 memory=115940 CPUtime=4 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 15519 0 0 0 396 4 0 0 20 0 19 0 77371992 19452874752 28985 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4749237 28985 5457 1 0 551748 0
[pid=86680/tid=86694] ppid=86674 vsize=18996948 memory=11136 CPUtime=3 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 6284 0 0 0 299 1 0 0 20 0 19 0 77371995 19452874752 28985 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=18996948 memory=-6000919489852761703 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 28985 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 28985 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77372012 19452874752 28985 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 115940 KiB

[startup+6.30022 s]
/proc/loadavg: 1.54 2.48 3.54 5/339 86767
/proc/meminfo: memFree=110980348/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=18996948 memory=150760 CPUtime=7.28 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 19459 0 0 0 724 4 0 0 20 0 19 0 77371992 19452874752 37690 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4749237 37690 5457 1 0 551750 0
[pid=86680/tid=86694] ppid=86674 vsize=18996948 memory=0 CPUtime=6.19 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 6468 0 0 0 617 2 0 0 20 0 19 0 77371995 19452874752 37690 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 37690 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77371997 19452874752 37690 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=18996948 memory=93284 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77372012 19452874752 37690 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 7.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 150760 KiB

[startup+12.7002 s]
/proc/loadavg: 1.73 2.50 3.54 5/340 86768
/proc/meminfo: memFree=110556980/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19063512 memory=202824 CPUtime=13.71 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 22277 0 0 0 1365 6 0 0 20 0 20 0 77371992 19521036288 50706 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4765878 50706 5521 1 0 552039 0
[pid=86680/tid=86694] ppid=86674 vsize=19063512 memory=93284 CPUtime=12.54 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 6989 0 0 0 1252 2 0 0 20 0 20 0 77371995 19521036288 50706 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=19063512 memory=202824 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 50706 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 50706 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372012 19521036288 50706 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 13.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202824 KiB

[startup+25.5002 s]
/proc/loadavg: 2.30 2.59 3.55 5/340 86769
/proc/meminfo: memFree=109678560/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19063512 memory=344348 CPUtime=26.64 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 25777 0 0 0 2655 9 0 0 20 0 20 0 77371992 19521036288 86087 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4765878 86087 5521 1 0 552039 0
[pid=86680/tid=86694] ppid=86674 vsize=19063512 memory=202824 CPUtime=25.19 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 7856 0 0 0 2517 2 0 0 20 0 20 0 77371995 19521036288 86087 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 86087 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 86087 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=19063512 memory=272600 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372012 19521036288 86087 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 26.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 344348 KiB

[startup+51.1057 s]
/proc/loadavg: 2.96 2.72 3.57 5/341 86770
/proc/meminfo: memFree=107837772/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19063512 memory=497980 CPUtime=52.3 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 26986 0 0 0 5217 13 0 0 20 0 20 0 77371992 19521036288 124495 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4765878 124495 5521 1 0 552039 0
[pid=86680/tid=86694] ppid=86674 vsize=19063512 memory=497980 CPUtime=50.6 cores=4,6

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/341 88592
/proc/meminfo: memFree=87695400/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3283.12 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 78242 0 0 0 328148 164 0 0 20 0 20 0 77371992 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4765878 633854 5553 1 0 647142 0
[pid=86680/tid=86694] ppid=86674 vsize=19063512 memory=11136 CPUtime=3269.09 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 31369 0 0 0 326881 28 0 0 20 0 20 0 77371995 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=19063512 memory=3104 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 1360 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=19063512 memory=2535416 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372012 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 3283.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2535416 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/341 88598
/proc/meminfo: memFree=87691532/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3343 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 78664 0 0 0 334136 164 0 0 20 0 20 0 77371992 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4765878 633854 5553 1 0 647142 0
[pid=86680/tid=86694] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3328.95 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 31786 0 0 0 332867 28 0 0 20 0 20 0 77371995 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=19063512 memory=2535416 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 1360 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372012 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 3343 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2535416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/341 88600
/proc/meminfo: memFree=87462240/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3402.89 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 79343 0 0 0 340123 166 0 0 20 0 20 0 77371992 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4765878 633854 5553 1 0 647142 0
[pid=86680/tid=86694] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3388.81 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 32440 0 0 0 338853 28 0 0 20 0 20 0 77371995 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=19063512 memory=2535416 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 1360 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=19063512 memory=2535416 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372012 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 3402.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2535416 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/340 88602
/proc/meminfo: memFree=87107016/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3462.9 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 80691 0 0 0 346123 167 0 0 20 0 20 0 77371992 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4765878 633854 5553 1 0 647142 0
[pid=86680/tid=86694] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3448.56 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 33232 0 0 0 344828 28 0 0 20 0 20 0 77371995 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=19063512 memory=2535416 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 1417 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=19063512 memory=-6000919489852761703 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372012 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 3462.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2535416 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/341 88605
/proc/meminfo: memFree=86595144/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3522.79 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 80772 0 0 0 352110 169 0 0 20 0 20 0 77371992 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4765878 633854 5553 1 0 647142 0
[pid=86680/tid=86694] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3508.42 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 33232 0 0 0 350814 28 0 0 20 0 20 0 77371995 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=19063512 memory=18560 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=19063512 memory=16496 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 1491 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=19063512 memory=2535416 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372012 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 3522.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2535416 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/340 88740
/proc/meminfo: memFree=108366368/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3582.67 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 81374 0 0 0 358096 171 0 0 20 0 20 0 77371992 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4765878 633854 5553 1 0 647142 0
[pid=86680/tid=86694] ppid=86674 vsize=19063512 memory=16496 CPUtime=3568.28 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 33800 0 0 0 356800 28 0 0 20 0 20 0 77371995 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=19063512 memory=2535416 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=19063512 memory=2535416 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 1491 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=19063512 memory=2535416 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372012 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 3582.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2535416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.7 s]
/proc/loadavg: 4.13 4.13 4.09 5/342 88743
/proc/meminfo: memFree=108009492/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3600.04 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 81533 0 0 0 359832 172 0 0 20 0 20 0 77371992 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4765878 633854 5553 1 0 647142 0
[pid=86680/tid=86694] ppid=86674 vsize=19063512 memory=2535416 CPUtime=3585.64 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 33959 0 0 0 358536 28 0 0 20 0 20 0 77371995 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=19063512 memory=2535416 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 1491 0 0 0 0 0 0 0 20 0 20 0 77371997 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86763] ppid=86674 vsize=19063512 memory=-6000919489852761703 CPUtime=0 cores=4,6
/proc/86680/task/86763/stat : 86763 (Timer-0) S 86674 86680 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372012 19521036288 633854 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2535416 KiB

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

[startup+3599.82 s]
# the end of solver process 86680 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3598.53 s, system=1.73317 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3599.8 s]
/proc/loadavg: 4.13 4.13 4.09 5/342 88743
/proc/meminfo: memFree=108009492/131249996 swapFree=33010160/33010684
[pid=86680] ppid=86674 vsize=19263204 memory=2536056 CPUtime=3600.25 cores=4,6
/proc/86680/stat : 86680 (java) S 86674 86680 86624 0 -1 4194304 83503 0 0 0 359853 172 0 0 20 0 21 0 77371992 19725520896 634014 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
/proc/86680/statm: 4815801 634014 5553 1 0 648065 0
[pid=86680/tid=86694] ppid=86674 vsize=19263204 memory=3200 CPUtime=3585.73 cores=4,6
/proc/86680/task/86694/stat : 86694 (java) R 86674 86680 86624 0 -1 4194368 34043 0 0 0 358545 28 0 0 20 0 21 0 77371995 19725520896 634014 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86719] ppid=86674 vsize=19263204 memory=-6000919489852761703 CPUtime=0 cores=4,6
/proc/86680/task/86719/stat : 86719 (Finalizer) S 86674 86680 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77371997 19725520896 634014 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
[pid=86680/tid=86728] ppid=86674 vsize=19263204 memory=2764 CPUtime=0 cores=4,6
/proc/86680/task/86728/stat : 86728 (Common-Cleaner) S 86674 86680 86624 0 -1 4194368 1491 0 0 0 0 0 0 0 20 0 21 0 77371997 19725520896 634014 18446744073709551615 94726260310016 94726260313712 140730256698768 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94726260321528 94726260322320 94726271021056 140730256705919 140730256706020 140730256706020 140730256711624 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2536056 KiB

Child status: 143

Real time (s): 3599.82
CPU time (s): 3600.26
CPU user time (s): 3598.53
CPU system time (s): 1.73317
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2536056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.53
system time used= 1.73317
maximum resident set size= 2536184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83534
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106194
involuntary context switches= 3622


# summary of solver processes directly reported to runsolver:
#   pid: 86680
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3598.53
#   total CPU system time (s): 1.73317

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.63696 second user time and 17.4286 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-04 10:15:34
IDJOB=4524695
IDBENCH=143162
IDSOLVER=3380
FILE ID=nodeC032/4524695-1751616933
RUNJOBID= nodeC032-1751616933-86635
SLURM_JOB_ID= 9598926
Free space on /tmp= 429052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524695-1751616933/watcher-4524695-1751616933 -o /tmp/evaluation-result-4524695-1751616933/solver-4524695-1751616933 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751616933-86635 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4524695-1751616933.wbo

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 51383473035946e98f28657b2920aa2c
RANDOM SEED=425576986

nodeC032 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.189
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3597.366
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.891
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3291.588
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.884
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2775.608
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.818
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.041
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        111597700 kB
MemAvailable:   129618888 kB
Buffers:            2728 kB
Cached:         18699000 kB
SwapCached:           20 kB
Active:           437576 kB
Inactive:       18329512 kB
Active(anon):      80292 kB
Inactive(anon):     3124 kB
Active(file):     357284 kB
Inactive(file): 18326388 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               688 kB
Writeback:             0 kB
AnonPages:         68808 kB
Mapped:           104012 kB
Shmem:             18048 kB
KReclaimable:     353508 kB
Slab:             447876 kB
SReclaimable:     353508 kB
SUnreclaim:        94368 kB
KernelStack:        4112 kB
PageTables:         2920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     338640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429048 MiB
End job on nodeC032 at 2025-07-04 11:15:34