Trace number 4525145

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 3604

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_16_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM3abdc9c804a2fa9ad697d35e2dd7fc9e
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.046338
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables480
Total number of constraints62
Number of soft constraints42
Number of constraints which are clauses32
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint16
Top cost 2053
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2052
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
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

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.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.11/0.13	c Pseudo Boolean Optimization by upper bound
0.11/0.13	c --- Begin Solver configuration ---
0.11/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.13	c Learn all clauses as in MiniSAT
0.11/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.13	c Expensive reason simplification
0.11/0.13	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.13	c timeout=2147483s
0.11/0.13	c DB Simplification allowed=false
0.11/0.13	c Listener: none
0.11/0.13	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4525145-1751620534.wbo
0.11/0.14	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.025s.
0.11/0.16	c declared #vars     480
0.11/0.16	c internal #vars     522
0.11/0.16	c #constraints  63
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 19
0.11/0.16	c org.sat4j.specs.Constr$1 => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
0.11/0.16	c 63 constraints processed.
0.11/0.17	c objective function length is 42 literals
0.50/0.37	c SATISFIABLE
0.50/0.37	c OPTIMIZING...
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.234
0.50/0.37	o 3
1.08/0.63	c cleaning 2705 clauses out of 5469 with flag 19498/5469
1.82/1.08	c cleaning 4379 clauses out of 8763 with flag 72751/11468
2.66/1.72	c cleaning 5687 clauses out of 11384 with flag 130301/18468
3.62/2.65	c cleaning 6845 clauses out of 13696 with flag 194909/26467
4.48/3.46	c cleaning 7920 clauses out of 15851 with flag 267795/35467
5.58/4.51	c cleaning 8964 clauses out of 17931 with flag 350611/45467
7.38/6.33	c cleaning 9983 clauses out of 19970 with flag 448762/56470
9.67/8.62	c cleaning 10992 clauses out of 21984 with flag 554929/68467
11.38/10.31	c cleaning 11989 clauses out of 23992 with flag 653229/81467
14.26/13.28	c cleaning 12990 clauses out of 26003 with flag 767533/95467
18.16/17.13	c cleaning 13999 clauses out of 28014 with flag 878498/110468
21.78/20.70	c cleaning 15002 clauses out of 30014 with flag 1017305/126467
26.00/24.93	c cleaning 15999 clauses out of 32013 with flag 1160646/143468
30.38/29.33	c cleaning 17003 clauses out of 34015 with flag 1304291/161469
35.12/34.00	c cleaning 17997 clauses out of 36012 with flag 1452688/180469
40.41/39.30	c cleaning 19003 clauses out of 38015 with flag 1617921/200469
45.70/44.69	c cleaning 20000 clauses out of 40011 with flag 1784424/221468
52.20/51.17	c cleaning 20994 clauses out of 42010 with flag 1959699/243467
59.48/58.41	c cleaning 22000 clauses out of 44016 with flag 2144070/266467
68.30/67.29	c cleaning 23007 clauses out of 46017 with flag 2313376/290468
75.79/74.78	c cleaning 23998 clauses out of 48010 with flag 2497322/315468
84.67/83.61	c cleaning 24969 clauses out of 50011 with flag 2735606/341467
90.01/88.97	c cleaning 26017 clauses out of 52042 with flag 2937263/368467
97.40/96.38	c cleaning 27011 clauses out of 54025 with flag 3135571/396467
103.80/102.76	c cleaning 28004 clauses out of 56015 with flag 3356626/425468
112.53/111.48	c cleaning 29001 clauses out of 58010 with flag 3564766/455467
120.12/119.02	c cleaning 30000 clauses out of 60009 with flag 3775533/486467
128.79/127.70	c cleaning 31004 clauses out of 62009 with flag 3996670/518467
142.42/141.33	c cleaning 31998 clauses out of 64006 with flag 4238958/551468
153.77/152.75	c cleaning 32999 clauses out of 66008 with flag 4503495/585468
162.76/161.77	c cleaning 34000 clauses out of 68009 with flag 4774600/620468
179.38/178.33	c cleaning 35000 clauses out of 70009 with flag 5015619/656468
192.65/191.66	c cleaning 35999 clauses out of 72008 with flag 5263575/693467
209.03/208.05	c cleaning 36998 clauses out of 74010 with flag 5520825/731468
226.33/225.31	c cleaning 38001 clauses out of 76012 with flag 5801025/770468
242.89/241.91	c cleaning 39002 clauses out of 78010 with flag 6068480/810467
263.70/262.72	c cleaning 39998 clauses out of 80010 with flag 6344066/851469
281.76/280.81	c cleaning 41004 clauses out of 82012 with flag 6644821/893469
306.26/305.35	c cleaning 42001 clauses out of 84008 with flag 7012563/936469
332.52/331.60	c cleaning 42997 clauses out of 86006 with flag 7365893/980468
368.39/367.53	c cleaning 43999 clauses out of 88008 with flag 7743468/1025467
395.94/395.20	c cleaning 44992 clauses out of 90009 with flag 8080716/1071467
426.33/425.50	c cleaning 46002 clauses out of 92018 with flag 8439346/1118468
452.48/451.78	c cleaning 47004 clauses out of 94017 with flag 8786378/1166469
488.16/487.41	c cleaning 48001 clauses out of 96013 with flag 9177595/1215469
517.31/516.68	c cleaning 49000 clauses out of 98010 with flag 9530921/1265467
553.17/552.58	c cleaning 50003 clauses out of 100011 with flag 9929501/1316468
588.80/588.27	c cleaning 50994 clauses out of 102007 with flag 10368212/1368467
633.98/633.20	c cleaning 52001 clauses out of 104014 with flag 10831520/1421468
691.17/690.59	c cleaning 53001 clauses out of 106013 with flag 11333499/1475468
725.83/725.26	c cleaning 53996 clauses out of 108011 with flag 11755504/1530467
765.86/765.38	c cleaning 54999 clauses out of 110015 with flag 12169575/1586467
803.55/803.08	c cleaning 56011 clauses out of 112025 with flag 12605039/1643476
843.47/843.09	c cleaning 56997 clauses out of 114006 with flag 13042306/1701468
881.38/881.09	c cleaning 57998 clauses out of 116009 with flag 13506726/1760468
928.01/927.71	c cleaning 59000 clauses out of 118011 with flag 13945362/1820468
976.91/976.74	c cleaning 60004 clauses out of 120011 with flag 14432107/1881468
1027.17/1027.08	c cleaning 60995 clauses out of 122006 with flag 14917255/1943467
1077.37/1077.36	c cleaning 62002 clauses out of 124014 with flag 15426487/2006470
1133.87/1133.98	c cleaning 63004 clauses out of 126010 with flag 15939701/2070468
1187.96/1188.13	c cleaning 63997 clauses out of 128009 with flag 16475301/2135471
1254.90/1255.24	c cleaning 64993 clauses out of 130010 with flag 16965055/2201469
1303.41/1303.79	c cleaning 66001 clauses out of 132015 with flag 17548296/2268467
1353.84/1354.23	c cleaning 66994 clauses out of 134015 with flag 18106787/2336468
1395.11/1395.52	c cleaning 68003 clauses out of 136021 with flag 18643280/2405468
1516.49/1517.15	c cleaning 69004 clauses out of 138017 with flag 19217699/2475467
1569.03/1569.70	c cleaning 70001 clauses out of 140014 with flag 19825820/2546468
1626.00/1626.83	c cleaning 71000 clauses out of 142012 with flag 20408622/2618467
1685.63/1686.52	c cleaning 71997 clauses out of 144012 with flag 21019508/2691467
1757.07/1758.10	c cleaning 72998 clauses out of 146015 with flag 21674060/2765467
1803.66/1804.87	c cleaning 74006 clauses out of 148017 with flag 22295333/2840467
1900.43/1901.75	c cleaning 75000 clauses out of 150011 with flag 22900197/2916467
1998.65/2000.11	c cleaning 76002 clauses out of 152011 with flag 23524094/2993467
2106.22/2107.91	c cleaning 76995 clauses out of 154009 with flag 24144567/3071467
2202.01/2203.91	c cleaning 77998 clauses out of 156014 with flag 24836678/3150467
2309.92/2311.70	c cleaning 79002 clauses out of 158017 with flag 25531626/3230468
2398.15/2400.04	c cleaning 80003 clauses out of 160017 with flag 26209433/3311470
2479.27/2481.37	c cleaning 81003 clauses out of 162011 with flag 26870079/3393467
2600.27/2602.54	c cleaning 82000 clauses out of 164010 with flag 27574674/3476469
2713.95/2716.41	c cleaning 82998 clauses out of 166008 with flag 28300522/3560467
2824.64/2827.35	c cleaning 84002 clauses out of 168012 with flag 29066342/3645469
2940.82/2943.78	c cleaning 84998 clauses out of 170009 with flag 29862191/3731468
3068.87/3072.09	c cleaning 86001 clauses out of 172014 with flag 30603248/3818471
3185.80/3189.05	c cleaning 86990 clauses out of 174009 with flag 31341586/3906467
3282.01/3285.41	c cleaning 88004 clauses out of 176019 with flag 32095706/3995467
3383.22/3386.83	c cleaning 89001 clauses out of 178016 with flag 32814947/4085468
3483.52/3487.36	c cleaning 90003 clauses out of 180014 with flag 33507949/4176467
3571.52/3575.39	c cleaning 91007 clauses out of 182014 with flag 34306138/4268470
3600.06/3603.91	c starts		: 2919
3600.06/3603.91	c conflicts		: 4322003
3600.06/3603.91	c decisions		: 5096912
3600.06/3603.91	c propagations		: 54050816
3600.06/3603.91	c inspects		: 27724238371
3600.06/3603.91	c shortcuts		: 0
3600.06/3603.91	c learnt literals	: 0
3600.06/3603.91	c learnt binary clauses	: 0
3600.06/3603.91	c learnt ternary clauses	: 0
3600.06/3603.91	c learnt constraints	: 4322003
3600.06/3603.91	c ignored constraints	: 0
3600.06/3603.91	c root simplifications	: 0
3600.06/3603.91	c removed literals (reason simplification)	: 6290244
3600.06/3603.91	c reason swapping (by a shorter reason)	: 0
3600.06/3603.91	c Calls to reduceDB	: 88
3600.06/3603.92	c Number of update (reduction) of LBD	: 2428857
3600.06/3603.92	c Imported unit clauses	: 0
3600.06/3603.92	c No decision after first conflict	: false
3600.06/3603.92	c number of reductions to clauses (during analyze)	: 0
3600.06/3603.92	c number of learned constraints concerned by reduction	: 0
3600.06/3603.92	c number of learning phase by resolution	: 0
3600.06/3603.92	c number of learning phase by cutting planes	: 0
3600.06/3603.92	c number of rounding to 1 operations	: 0
3600.06/3603.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3603.92	c number of reductions of the coefficients by power 2 	: 0
3600.06/3603.92	c number of right shift for reduction by power 2 	: 0
3600.06/3603.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3603.92	c number of ending skipping 	: 0
3600.06/3603.92	c number of internal skipping 	: 0
3600.06/3603.92	c number of derivation steps 	: 0
3600.06/3603.92	c number of skipped derivation steps 	: 0
3600.06/3603.92	c number of remaining unassigned 	: 0
3600.06/3603.92	c number of remaining assigned 	: 0
3600.06/3603.92	c number of falsified literals weakened from reason	: 0
3600.06/3603.92	c number of falsified literals weakened from conflict	: 0
3600.06/3603.92	c time for arithmetic operations	: 0
3600.06/3603.92	c minimum degree of deleted constraints	: null
3600.06/3603.92	c maximum degree of deleted constraints	: null
3600.06/3603.92	c number of deleted constraints	: 0
3600.06/3603.92	c speed (assignments/second)	: 14998.51293584868
3600.06/3603.92	c non guided choices	: 973
3600.06/3603.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 144540
3600.06/3603.97	s SATISFIABLE
3600.06/3603.97	c Found 1 solution(s)
3600.06/3603.97	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 
3600.06/3603.98	c objective function=3
3600.06/3603.98	c Total wall clock time (in seconds): 3603.841

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525145-1751620534/watcher-4525145-1751620534 -o /tmp/evaluation-result-4525145-1751620534/solver-4525145-1751620534 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751616933-86635 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525145-1751620534.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=88790, runsolver pid=88787

[startup+0.100061 s]*
/proc/loadavg: 4.28 4.16 4.10 6/340 88808
/proc/meminfo: memFree=110454460/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=18930384 memory=57700 CPUtime=0.11 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 6554 0 0 0 10 1 0 0 20 0 18 0 77732044 19384713216 14425 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4732596 14425 5338 1 0 547603 0
[pid=88790/tid=88792] ppid=88787 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 5057 0 0 0 6 1 0 0 20 0 18 0 77732045 19384713216 14425 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77732047 19384713216 14425 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=18930384 memory=61784027576291 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77732048 19384713216 14425 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57700 KiB

[startup+0.205677 s]*
/proc/loadavg: 4.28 4.16 4.10 7/341 88809
/proc/meminfo: memFree=110448852/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=18996948 memory=63324 CPUtime=0.31 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 7676 0 0 0 29 2 0 0 20 0 19 0 77732044 19452874752 15831 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4749237 15831 5498 1 0 548412 0
[pid=88790/tid=88792] ppid=88787 vsize=18996948 memory=4026794268 CPUtime=0.17 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 5375 0 0 0 16 1 0 0 20 0 19 0 77732045 19452874752 15831 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=18996948 memory=13937 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77732047 19452874752 15831 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=18996948 memory=60684515935208 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77732048 19452874752 15831 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77732062 19452874752 15831 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63324 KiB

[startup+0.305635 s]*
/proc/loadavg: 4.28 4.16 4.10 6/341 88809
/proc/meminfo: memFree=110445576/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=18996948 memory=65940 CPUtime=0.5 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 9246 0 0 0 48 2 0 0 20 0 19 0 77732044 19452874752 16485 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4749237 16485 5498 1 0 549014 0
[pid=88790/tid=88792] ppid=88787 vsize=18996948 memory=-6000919476951016551 CPUtime=0.26 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 5385 0 0 0 25 1 0 0 20 0 19 0 77732045 19452874752 16485 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77732047 19452874752 16485 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77732048 19452874752 16485 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77732062 19452874752 16485 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65940 KiB

[startup+0.700229 s]
/proc/loadavg: 4.28 4.16 4.10 6/341 88809
/proc/meminfo: memFree=110433164/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=18996948 memory=83212 CPUtime=1.27 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 13323 0 0 0 124 3 0 0 20 0 19 0 77732044 19452874752 20803 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4749237 20803 5498 1 0 551689 0
[pid=88790/tid=88792] ppid=88787 vsize=18996948 memory=18560 CPUtime=0.62 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 5448 0 0 0 61 1 0 0 20 0 19 0 77732045 19452874752 20803 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77732047 19452874752 20803 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77732048 19452874752 20803 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=18996948 memory=4496 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77732062 19452874752 20803 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83212 KiB

[startup+1.50021 s]
/proc/loadavg: 4.28 4.16 4.10 6/341 88809
/proc/meminfo: memFree=110367944/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=18996948 memory=94924 CPUtime=2.43 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 16953 0 0 0 239 4 0 0 20 0 19 0 77732044 19452874752 23731 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4749237 23731 5498 1 0 551969 0
[pid=88790/tid=88792] ppid=88787 vsize=18996948 memory=0 CPUtime=1.41 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 5773 0 0 0 140 1 0 0 20 0 19 0 77732045 19452874752 23731 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77732047 19452874752 23731 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77732048 19452874752 23731 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=18996948 memory=4496 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77732062 19452874752 23731 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94924 KiB

[startup+3.10548 s]
/proc/loadavg: 4.28 4.16 4.10 5/341 88809
/proc/meminfo: memFree=110347716/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=18996948 memory=111436 CPUtime=4.19 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 18451 0 0 0 415 4 0 0 20 0 19 0 77732044 19452874752 27859 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4749237 27859 5498 1 0 551969 0
[pid=88790/tid=88792] ppid=88787 vsize=18996948 memory=11136 CPUtime=3 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 6081 0 0 0 298 2 0 0 20 0 19 0 77732045 19452874752 27859 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=18996948 memory=-6000919476951016551 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77732047 19452874752 27859 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77732048 19452874752 27859 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77732062 19452874752 27859 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111436 KiB

[startup+6.30022 s]
/proc/loadavg: 4.26 4.16 4.10 5/341 88809
/proc/meminfo: memFree=110237416/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=18996948 memory=133996 CPUtime=7.38 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 18617 0 0 0 733 5 0 0 20 0 19 0 77732044 19452874752 33499 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4749237 33499 5498 1 0 551969 0
[pid=88790/tid=88792] ppid=88787 vsize=18996948 memory=0 CPUtime=6.18 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 6161 0 0 0 616 2 0 0 20 0 19 0 77732045 19452874752 33499 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77732047 19452874752 33499 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77732048 19452874752 33499 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=18996948 memory=94924 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77732062 19452874752 33499 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 7.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 133996 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.17 4.11 5/342 88810
/proc/meminfo: memFree=109991412/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=187668 CPUtime=13.77 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 21722 0 0 0 1371 6 0 0 20 0 20 0 77732044 19521036288 46917 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 46917 5498 1 0 552258 0
[pid=88790/tid=88792] ppid=88787 vsize=19063512 memory=94924 CPUtime=12.54 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 7205 0 0 0 1251 3 0 0 20 0 20 0 77732045 19521036288 46917 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=19063512 memory=164716 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77732047 19521036288 46917 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 77732048 19521036288 46917 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77732062 19521036288 46917 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 13.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187668 KiB

[startup+25.5002 s]
/proc/loadavg: 4.35 4.18 4.11 5/342 88810
/proc/meminfo: memFree=109737964/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=187668 CPUtime=26.59 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 24117 0 0 0 2652 7 0 0 20 0 20 0 77732044 19521036288 46917 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 46917 5498 1 0 552258 0
[pid=88790/tid=88792] ppid=88787 vsize=19063512 memory=164716 CPUtime=25.31 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 7638 0 0 0 2528 3 0 0 20 0 20 0 77732045 19521036288 46917 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77732047 19521036288 46917 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=19063512 memory=-6000919476951016551 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 77732048 19521036288 46917 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77732062 19521036288 46917 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 26.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187668 KiB

[startup+51.1056 s]
/proc/loadavg: 4.21 4.16 4.10 5/342 88811
/proc/meminfo: memFree=108968168/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=243296 CPUtime=52.2 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 25376 0 0 0 5211 9 0 0 20 0 20 0 77732044 19521036288 60824 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 60824 5498 1 0 552258 0

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

/proc/meminfo: memFree=91506196/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=1838300 CPUtime=3278.92 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 66519 0 0 0 327754 138 0 0 20 0 20 0 77732044 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 459575 5562 1 0 554062 0
[pid=88790/tid=88792] ppid=88787 vsize=19063512 memory=1838300 CPUtime=3272.5 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 26142 0 0 0 327238 12 0 0 20 0 20 0 77732045 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=19063512 memory=16496 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77732047 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 972 0 0 0 0 0 0 0 20 0 20 0 77732048 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=19063512 memory=16496 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77732062 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 3278.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1838300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.19 4.15 5/340 89144
/proc/meminfo: memFree=91403380/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=1838300 CPUtime=3338.8 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 66835 0 0 0 333740 140 0 0 20 0 20 0 77732044 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 459575 5562 1 0 554065 0
[pid=88790/tid=88792] ppid=88787 vsize=19063512 memory=-6000919476951016551 CPUtime=3332.36 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 26418 0 0 0 333224 12 0 0 20 0 20 0 77732045 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77732047 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=19063512 memory=1838300 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 972 0 0 0 0 0 0 0 20 0 20 0 77732048 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=19063512 memory=16496 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77732062 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 3338.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1838300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.17 4.14 5/341 89150
/proc/meminfo: memFree=91276660/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=1838300 CPUtime=3398.69 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 67258 0 0 0 339726 143 0 0 20 0 20 0 77732044 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 459575 5562 1 0 554068 0
[pid=88790/tid=88792] ppid=88787 vsize=19063512 memory=16496 CPUtime=3392.22 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 26829 0 0 0 339210 12 0 0 20 0 20 0 77732045 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=19063512 memory=1838300 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77732047 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=19063512 memory=1838300 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 972 0 0 0 0 0 0 0 20 0 20 0 77732048 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=19063512 memory=16496 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77732062 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 3398.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1838300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.18 4.15 5/341 89152
/proc/meminfo: memFree=91075488/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=1838300 CPUtime=3458.58 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 68083 0 0 0 345713 145 0 0 20 0 20 0 77732044 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 459575 5562 1 0 554070 0
[pid=88790/tid=88792] ppid=88787 vsize=19063512 memory=16496 CPUtime=3452.08 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 27440 0 0 0 345196 12 0 0 20 0 20 0 77732045 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77732047 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=19063512 memory=1838300 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 1094 0 0 0 0 0 0 0 20 0 20 0 77732048 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77732062 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 3458.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1838300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.18 4.15 5/341 89154
/proc/meminfo: memFree=90932192/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=1838300 CPUtime=3518.45 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 68748 0 0 0 351699 146 0 0 20 0 20 0 77732044 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 459575 5562 1 0 554072 0
[pid=88790/tid=88792] ppid=88787 vsize=19063512 memory=0 CPUtime=3511.93 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 27933 0 0 0 351181 12 0 0 20 0 20 0 77732045 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=19063512 memory=18560 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77732047 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 20 0 77732048 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=19063512 memory=23156 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77732062 19521036288 459575 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 3518.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1838300 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.17 4.15 5/341 89290
/proc/meminfo: memFree=107202416/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=1914220 CPUtime=3578.51 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 69937 0 0 0 357701 150 0 0 20 0 20 0 77732044 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 478555 5562 1 0 554073 0
[pid=88790/tid=88792] ppid=88787 vsize=19063512 memory=5632 CPUtime=3571.63 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 27988 0 0 0 357150 13 0 0 20 0 20 0 77732045 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=19063512 memory=-6000919476984898407 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77732047 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 20 0 77732048 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=19063512 memory=16496 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77732062 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 3578.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1914220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 4.18 4.18 4.15 5/341 89290
/proc/meminfo: memFree=107142368/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=1914220 CPUtime=3600.06 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 70048 0 0 0 359856 150 0 0 20 0 20 0 77732044 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 478555 5562 1 0 554073 0
[pid=88790/tid=88792] ppid=88787 vsize=19063512 memory=18560 CPUtime=3593.18 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 28098 0 0 0 359305 13 0 0 20 0 20 0 77732045 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=19063512 memory=3104 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77732047 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=19063512 memory=1914220 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 20 0 77732048 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77732062 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1914220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.72 s, system=1.52128 s

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

[startup+3603.9 s]
/proc/loadavg: 4.18 4.18 4.15 5/341 89290
/proc/meminfo: memFree=107142368/131249996 swapFree=33010160/33010684
[pid=88790] ppid=88787 vsize=19063512 memory=1914220 CPUtime=3600.06 cores=4,6
/proc/88790/stat : 88790 (java) S 88787 88790 86624 0 -1 4194304 70048 0 0 0 359856 150 0 0 20 0 20 0 77732044 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
/proc/88790/statm: 4765878 478555 5562 1 0 554073 0
[pid=88790/tid=88792] ppid=88787 vsize=19063512 memory=18560 CPUtime=3593.18 cores=4,6
/proc/88790/task/88792/stat : 88792 (java) R 88787 88790 86624 0 -1 4194368 28098 0 0 0 359305 13 0 0 20 0 20 0 77732045 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88801] ppid=88787 vsize=19063512 memory=3104 CPUtime=0 cores=4,6
/proc/88790/task/88801/stat : 88801 (Finalizer) S 88787 88790 86624 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77732047 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88808] ppid=88787 vsize=19063512 memory=1914220 CPUtime=0 cores=4,6
/proc/88790/task/88808/stat : 88808 (Common-Cleaner) S 88787 88790 86624 0 -1 4194368 1167 0 0 0 0 0 0 0 20 0 20 0 77732048 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
[pid=88790/tid=88809] ppid=88787 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/88790/task/88809/stat : 88809 (Timer-0) S 88787 88790 86624 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77732062 19521036288 478555 18446744073709551615 94067898257408 94067898261104 140729679158880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94067898268920 94067898269712 94067923529728 140729679161727 140729679161828 140729679161828 140729679167432 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1914220 KiB

Child status: 143

Real time (s): 3604
CPU time (s): 3600.24
CPU user time (s): 3598.72
CPU system time (s): 1.52128
CPU usage (%): 99.8956
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1914220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.72
system time used= 1.52128
maximum resident set size= 1915116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72176
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104221
involuntary context switches= 2981


# summary of solver processes directly reported to runsolver:
#   pid: 88790
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.72
#   total CPU system time (s): 1.52128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56466 second user time and 17.3878 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-04 11:15:34
IDJOB=4525145
IDBENCH=143467
IDSOLVER=3380
FILE ID=nodeC032/4525145-1751620534
RUNJOBID= nodeC032-1751616933-86635
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-PB05/aloul/FPGA_SAT05/normalized-chnl15_16_pb.cnf.cr--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525145-1751620534/watcher-4525145-1751620534 -o /tmp/evaluation-result-4525145-1751620534/solver-4525145-1751620534 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751616933-86635 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525145-1751620534.wbo

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

MD5SUM BENCH= 3abdc9c804a2fa9ad697d35e2dd7fc9e
RANDOM SEED=1458341241

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.861
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		: 3599.846
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		: 3675.053
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		: 3594.293
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		: 3595.516
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.525
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		: 3599.843
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		: 3700.000
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:        110480292 kB
MemAvailable:   128508628 kB
Buffers:            2728 kB
Cached:         18705960 kB
SwapCached:           20 kB
Active:          1593168 kB
Inactive:       18336460 kB
Active(anon):    1235868 kB
Inactive(anon):     3124 kB
Active(file):     357300 kB
Inactive(file): 18333336 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1848 kB
Writeback:            24 kB
AnonPages:       1224040 kB
Mapped:           123888 kB
Shmem:             18048 kB
KReclaimable:     353876 kB
Slab:             448780 kB
SReclaimable:     353876 kB
SUnreclaim:        94904 kB
KernelStack:        5212 kB
PageTables:         6124 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7049688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1042432 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= 429044 MiB
End job on nodeC032 at 2025-07-04 12:15:38