Trace number 4525217

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.24 3601.92

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-25-20--soft-66-100-0.wbo
MD5SUMd5d4039752cbc55583a85d3067e00cbd
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.036644
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 constraints13
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 596
Min constraint cost 1
Max constraint cost 93
Sum of constraints costs 595
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4525217-1751621400.wbo
0.12/0.14	c reading problem ... 
0.12/0.16	c ... done. Wall clock time 0.023s.
0.12/0.16	c declared #vars     500
0.12/0.16	c internal #vars     513
0.12/0.16	c #constraints  46
0.12/0.16	c constraints type 
0.12/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 12
0.12/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.12/0.16	c org.sat4j.specs.Constr$1 => 1
0.12/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 25
0.12/0.16	c 46 constraints processed.
0.12/0.17	c objective function length is 13 literals
0.51/0.31	c SATISFIABLE
0.51/0.31	c OPTIMIZING...
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.173
0.51/0.31	o 23
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.222
0.51/0.36	o 7
1.84/1.05	c cleaning 3201 clauses out of 6402 with flag 42707/6402
2.47/1.55	c cleaning 4595 clauses out of 9199 with flag 92465/12400
3.28/2.32	c cleaning 5796 clauses out of 11604 with flag 154383/19400
4.09/3.15	c cleaning 6904 clauses out of 13813 with flag 237348/27405
4.99/3.95	c cleaning 7928 clauses out of 15905 with flag 332371/36401
6.40/5.36	c cleaning 8987 clauses out of 17978 with flag 398470/46402
8.00/6.98	c cleaning 9992 clauses out of 19989 with flag 471735/57400
9.89/8.86	c cleaning 10997 clauses out of 21997 with flag 558886/69400
11.99/10.96	c cleaning 11998 clauses out of 24002 with flag 666187/82402
14.19/13.17	c cleaning 12993 clauses out of 26002 with flag 773287/96400
17.38/16.37	c cleaning 13997 clauses out of 28010 with flag 895096/111401
21.42/20.37	c cleaning 14997 clauses out of 30012 with flag 1031433/127400
26.06/24.90	c cleaning 15996 clauses out of 32015 with flag 1164115/144400
32.05/30.98	c cleaning 17002 clauses out of 34024 with flag 1346367/162405
38.98/37.80	c cleaning 18006 clauses out of 36019 with flag 1538043/181402
45.67/44.57	c cleaning 19000 clauses out of 38014 with flag 1717013/201403
51.82/50.62	c cleaning 19995 clauses out of 40013 with flag 1885151/222402
58.30/57.10	c cleaning 21002 clauses out of 42017 with flag 2133081/244401
66.24/65.01	c cleaning 21997 clauses out of 44014 with flag 2388596/267400
75.51/74.30	c cleaning 23005 clauses out of 46018 with flag 2656564/291401
84.04/82.83	c cleaning 24004 clauses out of 48013 with flag 2897931/316401
91.99/90.73	c cleaning 25001 clauses out of 50010 with flag 3132677/342402
101.57/100.30	c cleaning 25996 clauses out of 52009 with flag 3434252/369402
113.10/111.82	c cleaning 27001 clauses out of 54011 with flag 3721721/397400
124.48/123.29	c cleaning 27992 clauses out of 56010 with flag 3990937/426400
137.20/135.95	c cleaning 29002 clauses out of 58018 with flag 4330060/456400
148.71/147.44	c cleaning 30001 clauses out of 60016 with flag 4669735/487400
164.03/162.75	c cleaning 31002 clauses out of 62015 with flag 5055122/519400
177.26/175.91	c cleaning 31989 clauses out of 64014 with flag 5355224/552401
188.93/187.65	c cleaning 33005 clauses out of 66025 with flag 5630939/586401
204.75/203.45	c cleaning 34005 clauses out of 68020 with flag 5983272/621401
223.76/222.47	c cleaning 35002 clauses out of 70016 with flag 6375868/657402
240.00/238.41	c cleaning 36000 clauses out of 72013 with flag 6758507/694401
256.25/254.78	c cleaning 36999 clauses out of 74013 with flag 7062696/732401
273.07/271.52	c cleaning 38000 clauses out of 76014 with flag 7425896/771401
293.59/292.02	c cleaning 38991 clauses out of 78014 with flag 7849411/811401
317.94/316.41	c cleaning 40008 clauses out of 80023 with flag 8343997/852401
340.97/339.46	c cleaning 41001 clauses out of 82016 with flag 8806189/894402
360.29/358.78	c cleaning 42002 clauses out of 84016 with flag 9305655/937403
379.15/377.61	c cleaning 43000 clauses out of 86011 with flag 9711117/981400
399.31/397.81	c cleaning 43994 clauses out of 88013 with flag 10107945/1026402
424.67/423.13	c cleaning 44999 clauses out of 90021 with flag 10522923/1072404
452.17/450.63	c cleaning 46003 clauses out of 92020 with flag 10945288/1119402
480.52/479.08	c cleaning 47000 clauses out of 94016 with flag 11332549/1167401
510.33/508.86	c cleaning 48000 clauses out of 96015 with flag 11803096/1216400
554.81/553.02	c cleaning 48999 clauses out of 98015 with flag 12213353/1266400
595.60/593.91	c cleaning 49988 clauses out of 100016 with flag 12631454/1317400
639.49/637.87	c cleaning 50998 clauses out of 102028 with flag 13050795/1369400
698.77/697.21	c cleaning 52006 clauses out of 104031 with flag 13543922/1422401
730.80/729.34	c cleaning 53000 clauses out of 106025 with flag 14108428/1476401
770.51/768.90	c cleaning 54002 clauses out of 108024 with flag 14652688/1531400
805.34/803.82	c cleaning 55003 clauses out of 110023 with flag 15215101/1587401
859.93/858.58	c cleaning 56006 clauses out of 112027 with flag 15847252/1644408
910.08/908.68	c cleaning 56999 clauses out of 114013 with flag 16583384/1702400
955.19/953.86	c cleaning 58003 clauses out of 116016 with flag 17056559/1761402
1005.09/1003.86	c cleaning 59005 clauses out of 118021 with flag 17603897/1821410
1063.50/1062.23	c cleaning 59994 clauses out of 120007 with flag 18181150/1882401
1133.24/1132.11	c cleaning 60996 clauses out of 122013 with flag 18815952/1944401
1194.50/1193.46	c cleaning 62003 clauses out of 124017 with flag 19438393/2007401
1261.77/1260.84	c cleaning 63003 clauses out of 126013 with flag 20054790/2071400
1311.38/1310.04	c cleaning 64000 clauses out of 128011 with flag 20802290/2136401
1395.88/1394.68	c cleaning 64983 clauses out of 130010 with flag 21521513/2202400
1461.24/1460.16	c cleaning 66005 clauses out of 132031 with flag 22175382/2269404
1537.55/1536.59	c cleaning 67006 clauses out of 134022 with flag 22769351/2337400
1598.53/1597.61	c cleaning 67988 clauses out of 136018 with flag 23690514/2406402
1671.89/1671.15	c cleaning 69009 clauses out of 138031 with flag 24561160/2476403
1743.33/1742.63	c cleaning 69990 clauses out of 140019 with flag 25447039/2547400
1813.89/1813.38	c cleaning 71011 clauses out of 142032 with flag 26262536/2619403
1876.14/1875.62	c cleaning 72005 clauses out of 144022 with flag 27122288/2692404
1940.20/1939.87	c cleaning 73002 clauses out of 146016 with flag 28025583/2766403
2012.36/2012.18	c cleaning 73998 clauses out of 148018 with flag 29064383/2841407
2079.90/2079.72	c cleaning 75001 clauses out of 150016 with flag 29926073/2917403
2147.86/2147.83	c cleaning 75999 clauses out of 152014 with flag 30869144/2994402
2248.65/2248.86	c cleaning 77003 clauses out of 154015 with flag 31625101/3072402
2357.51/2357.71	c cleaning 78005 clauses out of 156015 with flag 32420624/3151405
2463.32/2463.64	c cleaning 79001 clauses out of 158012 with flag 33314820/3231407
2568.25/2568.84	c cleaning 79992 clauses out of 160007 with flag 34114291/3312403
2692.16/2692.51	c cleaning 80985 clauses out of 162013 with flag 35055147/3394401
2793.01/2793.55	c cleaning 82004 clauses out of 164027 with flag 36115346/3477400
2910.67/2911.43	c cleaning 83007 clauses out of 166026 with flag 36987041/3561403
3034.68/3035.57	c cleaning 84006 clauses out of 168023 with flag 37816099/3646407
3154.18/3155.35	c cleaning 84993 clauses out of 170010 with flag 38688802/3732400
3274.03/3275.36	c cleaning 86003 clauses out of 172021 with flag 39616891/3819404
3385.82/3387.38	c cleaning 86994 clauses out of 174014 with flag 40558506/3907400
3504.40/3506.06	c cleaning 87999 clauses out of 176022 with flag 41417482/3996402
3600.02/3601.82	c starts		: 113
3600.02/3601.83	c conflicts		: 4070927
3600.02/3601.83	c decisions		: 4927702
3600.02/3601.83	c propagations		: 95180565
3600.02/3601.83	c inspects		: 23763429112
3600.02/3601.83	c shortcuts		: 0
3600.02/3601.83	c learnt literals	: 0
3600.02/3601.83	c learnt binary clauses	: 0
3600.02/3601.83	c learnt ternary clauses	: 0
3600.02/3601.83	c learnt constraints	: 4070927
3600.02/3601.83	c ignored constraints	: 0
3600.02/3601.83	c root simplifications	: 0
3600.02/3601.83	c removed literals (reason simplification)	: 41050618
3600.02/3601.83	c reason swapping (by a shorter reason)	: 0
3600.02/3601.83	c Calls to reduceDB	: 85
3600.02/3601.83	c Number of update (reduction) of LBD	: 2597982
3600.02/3601.83	c Imported unit clauses	: 0
3600.02/3601.83	c No decision after first conflict	: false
3600.02/3601.83	c number of reductions to clauses (during analyze)	: 0
3600.02/3601.83	c number of learned constraints concerned by reduction	: 0
3600.02/3601.83	c number of learning phase by resolution	: 0
3600.02/3601.84	c number of learning phase by cutting planes	: 0
3600.02/3601.84	c number of rounding to 1 operations	: 0
3600.02/3601.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3601.84	c number of reductions of the coefficients by power 2 	: 0
3600.02/3601.84	c number of right shift for reduction by power 2 	: 0
3600.02/3601.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3601.84	c number of ending skipping 	: 0
3600.02/3601.84	c number of internal skipping 	: 0
3600.02/3601.84	c number of derivation steps 	: 0
3600.02/3601.84	c number of skipped derivation steps 	: 0
3600.02/3601.84	c number of remaining unassigned 	: 0
3600.02/3601.84	c number of remaining assigned 	: 0
3600.02/3601.84	c number of falsified literals weakened from reason	: 0
3600.02/3601.84	c number of falsified literals weakened from conflict	: 0
3600.02/3601.84	c time for arithmetic operations	: 0
3600.02/3601.84	c minimum degree of deleted constraints	: null
3600.02/3601.84	c maximum degree of deleted constraints	: null
3600.02/3601.84	c number of deleted constraints	: 0
3600.02/3601.84	c speed (assignments/second)	: 26426.81609010941
3600.02/3601.84	c non guided choices	: 779
3600.02/3601.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 162548
3600.02/3601.90	s SATISFIABLE
3600.02/3601.90	c Found 2 solution(s)
3600.02/3601.90	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.22/3601.90	c objective function=7
3600.22/3601.90	c Total wall clock time (in seconds): 3601.766

Verifier Data

OK	7

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 (52469 MiB free)
  memory of node 1: 64465 MiB (49098 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=88976, runsolver pid=88973
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.01 4.11 4.09 6/339 88994
/proc/meminfo: memFree=103983536/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=18930384 memory=57276 CPUtime=0.12 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 6461 0 0 0 10 2 0 0 20 0 18 0 77818608 19384713216 14319 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4732596 14319 5337 1 0 547604 0
[pid=88976/tid=88978] ppid=88973 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 5045 0 0 0 6 1 0 0 20 0 18 0 77818609 19384713216 14319 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77818611 19384713216 14319 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=18930384 memory=61784027576291 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77818612 19384713216 14319 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57276 KiB

[startup+0.205836 s]*
/proc/loadavg: 4.01 4.11 4.09 7/340 88995
/proc/meminfo: memFree=103980512/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=18996948 memory=64740 CPUtime=0.31 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 7711 0 0 0 29 2 0 0 20 0 19 0 77818608 19452874752 16185 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4749237 16185 5465 1 0 548561 0
[pid=88976/tid=88978] ppid=88973 vsize=18996948 memory=4026794268 CPUtime=0.17 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 5380 0 0 0 16 1 0 0 20 0 19 0 77818609 19452874752 16185 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=18996948 memory=13937 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77818611 19452874752 16185 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=18996948 memory=60684515935208 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77818612 19452874752 16185 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77818625 19452874752 16185 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64740 KiB

[startup+0.305826 s]*
/proc/loadavg: 4.01 4.11 4.09 6/340 88995
/proc/meminfo: memFree=103974716/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=18996948 memory=70088 CPUtime=0.51 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 9700 0 0 0 48 3 0 0 20 0 19 0 77818608 19452874752 17522 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4749237 17522 5497 1 0 549855 0
[pid=88976/tid=88978] ppid=88973 vsize=18996948 memory=-6000919494147531879 CPUtime=0.24 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 5383 0 0 0 23 1 0 0 20 0 19 0 77818609 19452874752 17522 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77818611 19452874752 17522 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77818612 19452874752 17522 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77818625 19452874752 17522 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70088 KiB

[startup+0.700242 s]
/proc/loadavg: 4.01 4.11 4.09 6/340 88995
/proc/meminfo: memFree=103962744/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=18996948 memory=90132 CPUtime=1.27 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 12718 0 0 0 124 3 0 0 20 0 19 0 77818608 19452874752 22533 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4749237 22533 5497 1 0 552246 0
[pid=88976/tid=88978] ppid=88973 vsize=18996948 memory=18560 CPUtime=0.62 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 5433 0 0 0 60 2 0 0 20 0 19 0 77818609 19452874752 22533 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77818611 19452874752 22533 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77818612 19452874752 22533 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77818625 19452874752 22533 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90132 KiB

[startup+1.50023 s]
/proc/loadavg: 4.01 4.11 4.09 5/340 88995
/proc/meminfo: memFree=103944660/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=18996948 memory=113304 CPUtime=2.47 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 15768 0 0 0 243 4 0 0 20 0 19 0 77818608 19452874752 28326 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4749237 28326 5497 1 0 552295 0
[pid=88976/tid=88978] ppid=88973 vsize=18996948 memory=0 CPUtime=1.41 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 5578 0 0 0 139 2 0 0 20 0 19 0 77818609 19452874752 28326 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77818611 19452874752 28326 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77818612 19452874752 28326 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=18996948 memory=4496 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77818625 19452874752 28326 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 113304 KiB

[startup+3.10567 s]
/proc/loadavg: 4.01 4.11 4.09 5/340 88995
/proc/meminfo: memFree=103893744/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=18996948 memory=144028 CPUtime=4.09 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 16547 0 0 0 404 5 0 0 20 0 19 0 77818608 19452874752 36007 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4749237 36007 5497 1 0 552300 0
[pid=88976/tid=88978] ppid=88973 vsize=18996948 memory=11136 CPUtime=3.02 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 6105 0 0 0 299 3 0 0 20 0 19 0 77818609 19452874752 36007 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=18996948 memory=-6000919494147531879 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77818611 19452874752 36007 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77818612 19452874752 36007 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77818625 19452874752 36007 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 4.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 144028 KiB

[startup+6.30021 s]
/proc/loadavg: 4.01 4.11 4.09 5/341 88996
/proc/meminfo: memFree=103848784/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=176448 CPUtime=7.4 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 18314 0 0 0 734 6 0 0 20 0 20 0 77818608 19521036288 44112 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 44112 5497 1 0 552589 0
[pid=88976/tid=88978] ppid=88973 vsize=19063512 memory=0 CPUtime=6.19 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 6137 0 0 0 616 3 0 0 20 0 20 0 77818609 19521036288 44112 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77818611 19521036288 44112 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 77818612 19521036288 44112 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=19063512 memory=115356 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77818625 19521036288 44112 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 7.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176448 KiB

[startup+12.7002 s]
/proc/loadavg: 4.01 4.11 4.09 5/341 88996
/proc/meminfo: memFree=103816268/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=199040 CPUtime=13.79 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 21327 0 0 0 1373 6 0 0 20 0 20 0 77818608 19521036288 49760 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 49760 5497 1 0 552589 0
[pid=88976/tid=88978] ppid=88973 vsize=19063512 memory=115356 CPUtime=12.53 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 7168 0 0 0 1250 3 0 0 20 0 20 0 77818609 19521036288 49760 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19063512 memory=199040 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77818611 19521036288 49760 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 77818612 19521036288 49760 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77818625 19521036288 49760 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 13.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199040 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.12 4.09 5/341 88996
/proc/meminfo: memFree=103624576/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=266908 CPUtime=26.66 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 24370 0 0 0 2658 8 0 0 20 0 20 0 77818608 19521036288 66727 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 66727 5497 1 0 552589 0
[pid=88976/tid=88978] ppid=88973 vsize=19063512 memory=199040 CPUtime=25.25 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 7563 0 0 0 2522 3 0 0 20 0 20 0 77818609 19521036288 66727 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77818611 19521036288 66727 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19063512 memory=-6000919494147531879 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 77818612 19521036288 66727 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77818625 19521036288 66727 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 26.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 266908 KiB

[startup+51.1057 s]
/proc/loadavg: 4.05 4.11 4.09 5/341 88997
/proc/meminfo: memFree=103475344/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=418712 CPUtime=52.32 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 24740 0 0 0 5221 11 0 0 20 0 20 0 77818608 19521036288 104678 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 104678 5497 1 0 552589 0

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

[startup+3282.3 s]
/proc/loadavg: 4.08 4.13 4.14 5/342 89388
/proc/meminfo: memFree=107287384/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3281.01 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 81131 0 0 0 327983 118 0 0 20 0 20 0 77818608 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 545805 5561 1 0 575668 0
[pid=88976/tid=88978] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3270.44 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 35188 0 0 0 327035 9 0 0 20 0 20 0 77818609 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77818611 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 1051 0 0 0 0 0 0 0 20 0 20 0 77818612 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=19063512 memory=16496 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77818625 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 3281.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183220 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.13 4.14 5/342 89391
/proc/meminfo: memFree=107209632/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3340.9 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 81712 0 0 0 333970 120 0 0 20 0 20 0 77818608 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 545805 5561 1 0 575668 0
[pid=88976/tid=88978] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3330.31 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 35707 0 0 0 333022 9 0 0 20 0 20 0 77818609 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77818611 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 1051 0 0 0 0 0 0 0 20 0 20 0 77818612 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77818625 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 3340.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183220 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.12 4.13 5/342 89393
/proc/meminfo: memFree=107199764/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3400.79 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 82945 0 0 0 339958 121 0 0 20 0 20 0 77818608 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 545805 5561 1 0 575668 0
[pid=88976/tid=88978] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3390.17 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 36681 0 0 0 339008 9 0 0 20 0 20 0 77818609 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77818611 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 1169 0 0 0 0 0 0 0 20 0 20 0 77818612 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77818625 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 3400.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183220 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.13 5/342 89395
/proc/meminfo: memFree=107108060/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3460.79 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 83997 0 0 0 345957 122 0 0 20 0 20 0 77818608 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 545805 5561 1 0 575668 0
[pid=88976/tid=88978] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3449.91 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 36722 0 0 0 344982 9 0 0 20 0 20 0 77818609 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77818611 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 1287 0 0 0 0 0 0 0 20 0 20 0 77818612 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=19063512 memory=-6000919494147531879 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77818625 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 3460.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183220 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.12 5/341 89398
/proc/meminfo: memFree=106887276/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3520.67 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 84554 0 0 0 351944 123 0 0 20 0 20 0 77818608 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 545805 5561 1 0 575668 0
[pid=88976/tid=88978] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3509.77 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 37274 0 0 0 350968 9 0 0 20 0 20 0 77818609 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77818611 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 1287 0 0 0 0 0 0 0 20 0 20 0 77818612 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77818625 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 3520.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/341 89400
/proc/meminfo: memFree=106871344/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3580.55 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 85147 0 0 0 357931 124 0 0 20 0 20 0 77818608 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 545805 5561 1 0 575668 0
[pid=88976/tid=88978] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3569.64 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 37790 0 0 0 356955 9 0 0 20 0 20 0 77818609 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19063512 memory=16496 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77818611 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19063512 memory=16496 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 1287 0 0 0 0 0 0 0 20 0 20 0 77818612 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=19063512 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77818625 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 3580.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 4.06 4.10 4.11 5/341 89400
/proc/meminfo: memFree=106871408/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19063512 memory=2183220 CPUtime=3600.02 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 85420 0 0 0 359877 125 0 0 20 0 20 0 77818608 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4765878 545805 5561 1 0 575668 0
[pid=88976/tid=88978] ppid=88973 vsize=19063512 memory=1792 CPUtime=3589.09 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 38060 0 0 0 358900 9 0 0 20 0 20 0 77818609 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77818611 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 1287 0 0 0 0 0 0 0 20 0 20 0 77818612 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88995] ppid=88973 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/88976/task/88995/stat : 88995 (Timer-0) S 88973 88976 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77818625 19521036288 545805 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2183220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.97 s, system=1.2657 s

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

[startup+3601.9 s]
/proc/loadavg: 4.06 4.10 4.11 5/341 89400
/proc/meminfo: memFree=106871408/131249996 swapFree=33010160/33010684
[pid=88976] ppid=88973 vsize=19263204 memory=2183988 CPUtime=3600.22 cores=1,3
/proc/88976/stat : 88976 (java) S 88973 88976 86624 0 -1 4194304 87947 0 0 0 359897 125 0 0 20 0 21 0 77818608 19725520896 545997 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
/proc/88976/statm: 4815801 545997 5561 1 0 576631 0
[pid=88976/tid=88978] ppid=88973 vsize=19263204 memory=16496 CPUtime=3589.18 cores=1,3
/proc/88976/task/88978/stat : 88978 (java) R 88973 88976 86624 0 -1 4194368 38405 0 0 0 358909 9 0 0 20 0 21 0 77818609 19725520896 545997 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88987] ppid=88973 vsize=19263204 memory=4480 CPUtime=0 cores=1,3
/proc/88976/task/88987/stat : 88987 (Finalizer) S 88973 88976 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77818611 19725520896 545997 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
[pid=88976/tid=88994] ppid=88973 vsize=19263204 memory=2183220 CPUtime=0 cores=1,3
/proc/88976/task/88994/stat : 88994 (Common-Cleaner) S 88973 88976 86624 0 -1 4194368 1287 0 0 0 0 0 0 0 20 0 21 0 77818612 19725520896 545997 18446744073709551615 94244827893760 94244827897456 140730863684384 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94244827905272 94244827906064 94244840202240 140730863692159 140730863692260 140730863692260 140730863697864 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2183988 KiB

Child status: 143

Real time (s): 3601.92
CPU time (s): 3600.24
CPU user time (s): 3598.97
CPU system time (s): 1.2657
CPU usage (%): 99.9533
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2183988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.97
system time used= 1.2657
maximum resident set size= 2184116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105391
involuntary context switches= 2613


# summary of solver processes directly reported to runsolver:
#   pid: 88976
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.97
#   total CPU system time (s): 1.2657

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51667 second user time and 16.9702 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-04 11:30:00
IDJOB=4525217
IDBENCH=143517
IDSOLVER=3380
FILE ID=nodeC032/4525217-1751621400
RUNJOBID= nodeC032-1751616933-86636
SLURM_JOB_ID= 9598926
Free space on /tmp= 429048 MiB

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

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

MD5SUM BENCH= d5d4039752cbc55583a85d3067e00cbd
RANDOM SEED=1659945525

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.815
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		: 3616.746
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		: 3601.785
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		: 3599.846
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.838
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		: 3599.842
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		: 3602.547
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		: 3599.783
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:        104006924 kB
MemAvailable:   122034520 kB
Buffers:            2728 kB
Cached:         18705220 kB
SwapCached:           20 kB
Active:          8063664 kB
Inactive:       18335724 kB
Active(anon):    7706364 kB
Inactive(anon):     3124 kB
Active(file):     357300 kB
Inactive(file): 18332600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               756 kB
Writeback:             0 kB
AnonPages:       7694536 kB
Mapped:           124040 kB
Shmem:             18048 kB
KReclaimable:     353868 kB
Slab:             449288 kB
SReclaimable:     353868 kB
SUnreclaim:        95420 kB
KernelStack:        5248 kB
PageTables:        18652 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10738780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7424000 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= 429040 MiB
End job on nodeC032 at 2025-07-04 12:30:02