Trace number 4440356

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07SAT (TO)-29 3600.31 3602.05

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-2.opb
MD5SUMdbca78014701662c42e2f44b8d3d4cf2
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark30.0879
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables760
Total number of constraints41263
Number of constraints which are clauses41263
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 760
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
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.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.08/0.21	c version CUSTOM.v20240707
0.08/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.22	c java.vm.version	22.0.1+8-16
0.08/0.22	c java.vm.vendor	Oracle Corporation
0.08/0.22	c sun.arch.data.model	64
0.08/0.22	c java.version		22.0.1
0.08/0.22	c os.name		Linux
0.08/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.08/0.22	c os.arch		amd64
0.08/0.23	c Free memory 		2106806208
0.08/0.23	c Max memory 		16282288128
0.08/0.23	c Total memory 		2113929216
0.08/0.23	c Number of processors 	2
0.08/0.27	--- Begin Solver configuration ---
0.08/0.27	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.08/0.27	Learn all clauses as in MiniSAT
0.08/0.27	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.27	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.27	Expensive reason simplification
0.08/0.27	Glucose 2.1 dynamic restart strategy
0.08/0.27	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.08/0.27	timeout=2147483s
0.08/0.27	DB Simplification allowed=false
0.08/0.27	Listener: none
0.08/0.27	--- End Solver configuration ---
0.08/0.27	c Pseudo Boolean Optimization by upper bound
0.08/0.27	c --- Begin Solver configuration ---
0.08/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.08/0.27	c Learn all clauses as in MiniSAT
0.08/0.27	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.27	c Expensive reason simplification
0.08/0.27	c Glucose 2.1 dynamic restart strategy
0.08/0.27	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.08/0.27	c timeout=2147483s
0.08/0.27	c DB Simplification allowed=false
0.08/0.27	c Listener: none
0.08/0.27	c --- End Solver configuration ---
0.08/0.27	c solving HOME/instance-4440356-1721765643.opb
0.08/0.27	c reading problem ... 
0.08/0.28	c using VERIPB proof format
0.08/0.28	c  objective function found
0.44/0.49	c ... done. Wall clock time 0.215s.
0.44/0.49	c declared #vars     760
0.44/0.49	c #constraints  41263
0.44/0.49	c constraints type 
0.44/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 41263
0.44/0.50	c 41263 constraints processed.
0.65/0.52	c objective function length is 760 literals
0.65/0.52	c SATISFIABLE
0.65/0.52	c OPTIMIZING...
0.65/0.52	c Got one! Elapsed wall clock time (in seconds):0.236
0.65/0.52	o -28
2.15/1.35	c Got one! Elapsed wall clock time (in seconds):1.076
2.15/1.35	o -29
5.55/3.20	c cleaning 2524 clauses out of 5056 with flag 9071/5056
8.27/5.53	c cleaning 4266 clauses out of 8532 with flag 23019/11056
11.38/8.47	c cleaning 5634 clauses out of 11267 with flag 38934/18057
15.54/12.38	c cleaning 6816 clauses out of 13633 with flag 56756/26057
19.26/15.94	c cleaning 7907 clauses out of 15816 with flag 75893/35056
23.43/19.98	c cleaning 8955 clauses out of 17909 with flag 96754/45056
28.23/24.51	c cleaning 9974 clauses out of 19955 with flag 119939/56057
34.27/30.38	c cleaning 10989 clauses out of 21980 with flag 145138/68056
40.71/36.58	c cleaning 11987 clauses out of 23992 with flag 172410/81057
48.78/45.85	c cleaning 13001 clauses out of 26005 with flag 201675/95057
57.20/53.92	c cleaning 14001 clauses out of 28004 with flag 233021/110057
66.76/63.15	c cleaning 14990 clauses out of 30002 with flag 266704/126056
77.85/74.75	c cleaning 16005 clauses out of 32013 with flag 302445/143057
88.41/85.05	c cleaning 17004 clauses out of 34010 with flag 340146/161059
99.83/96.27	c cleaning 18002 clauses out of 36004 with flag 380082/180057
111.74/113.80	c cleaning 18999 clauses out of 38001 with flag 422006/200056
124.33/125.90	c cleaning 20001 clauses out of 40002 with flag 465966/221056
139.65/150.14	c cleaning 21002 clauses out of 42004 with flag 512269/243059
156.32/166.53	c cleaning 21995 clauses out of 43999 with flag 560483/266056
175.78/186.00	c cleaning 22999 clauses out of 46005 with flag 610769/290057
194.95/204.47	c cleaning 23999 clauses out of 48005 with flag 663175/315056
213.08/222.58	c cleaning 25003 clauses out of 50006 with flag 717839/341056
237.82/246.27	c cleaning 25999 clauses out of 52004 with flag 774579/368057
263.97/272.30	c cleaning 26999 clauses out of 54005 with flag 833196/396057
290.08/298.46	c cleaning 28003 clauses out of 56005 with flag 893890/425056
316.95/324.61	c cleaning 28996 clauses out of 58002 with flag 956627/455056
342.99/350.95	c cleaning 29995 clauses out of 60006 with flag 1021616/486056
375.36/383.32	c cleaning 30997 clauses out of 62012 with flag 1088213/518057
410.94/418.80	c cleaning 32004 clauses out of 64015 with flag 1157291/551057
447.62/456.12	c cleaning 33000 clauses out of 66010 with flag 1228609/585056
485.11/493.23	c cleaning 33999 clauses out of 68010 with flag 1301779/620056
521.33/528.45	c cleaning 35001 clauses out of 70012 with flag 1377064/656057
561.91/570.38	c cleaning 36005 clauses out of 72012 with flag 1454479/693058
605.20/614.08	c cleaning 36997 clauses out of 74005 with flag 1534337/731056
647.84/656.78	c cleaning 38001 clauses out of 76008 with flag 1616286/770056
686.40/695.48	c cleaning 39001 clauses out of 78007 with flag 1699815/810056
726.35/735.44	c cleaning 40002 clauses out of 80007 with flag 1785591/851057
771.56/780.24	c cleaning 40999 clauses out of 82004 with flag 1872865/893056
819.43/832.31	c cleaning 41995 clauses out of 84005 with flag 1963360/936056
869.60/884.99	c cleaning 43005 clauses out of 86010 with flag 2055383/980056
927.08/941.68	c cleaning 43997 clauses out of 88008 with flag 2149312/1025059
982.26/996.62	c cleaning 45001 clauses out of 90008 with flag 2245545/1071056
1032.83/1046.89	c cleaning 45997 clauses out of 92007 with flag 2343974/1118056
1086.56/1100.27	c cleaning 47000 clauses out of 94011 with flag 2444641/1166057
1141.50/1155.25	c cleaning 47998 clauses out of 96010 with flag 2547578/1215056
1199.93/1214.22	c cleaning 49003 clauses out of 98012 with flag 2652303/1265056
1259.22/1273.35	c cleaning 49999 clauses out of 100010 with flag 2759375/1316057
1323.49/1336.14	c cleaning 50997 clauses out of 102010 with flag 2868534/1368056
1392.21/1404.43	c cleaning 52001 clauses out of 104013 with flag 2979862/1421056
1465.68/1477.56	c cleaning 53006 clauses out of 106014 with flag 3093014/1475058
1537.33/1548.94	c cleaning 53997 clauses out of 108007 with flag 3208189/1530057
1610.72/1622.23	c cleaning 54998 clauses out of 110010 with flag 3325450/1586057
1686.75/1697.93	c cleaning 56005 clauses out of 112012 with flag 3445026/1643057
1764.74/1775.72	c cleaning 56999 clauses out of 114007 with flag 3566353/1701057
1844.73/1854.00	c cleaning 57997 clauses out of 116008 with flag 3689703/1760057
1933.87/1943.37	c cleaning 59002 clauses out of 118010 with flag 3815721/1820056
2022.46/2031.37	c cleaning 59997 clauses out of 120008 with flag 3943553/1881056
2110.43/2119.29	c cleaning 61002 clauses out of 122011 with flag 4073598/1943056
2204.61/2213.13	c cleaning 62000 clauses out of 124009 with flag 4205739/2006056
2295.18/2303.66	c cleaning 63003 clauses out of 126011 with flag 4340074/2070058
2395.94/2405.19	c cleaning 63999 clauses out of 128006 with flag 4476568/2135056
2491.45/2498.20	c cleaning 64997 clauses out of 130009 with flag 4614972/2201058
2600.17/2606.06	c cleaning 65998 clauses out of 132010 with flag 4755582/2268056
2709.94/2716.17	c cleaning 67006 clauses out of 134012 with flag 4898358/2336056
2817.35/2823.35	c cleaning 68000 clauses out of 136007 with flag 5041518/2405057
2930.97/2936.96	c cleaning 68998 clauses out of 138007 with flag 5188152/2475057
3061.64/3067.62	c cleaning 69998 clauses out of 140008 with flag 5339493/2546056
3190.28/3194.07	c cleaning 71001 clauses out of 142010 with flag 5494097/2618056
3306.19/3309.02	c cleaning 72005 clauses out of 144009 with flag 5647525/2691056
3417.43/3420.18	c cleaning 72999 clauses out of 146004 with flag 5802213/2765056
3545.70/3547.54	c cleaning 73996 clauses out of 148007 with flag 5959004/2840058
3600.08/3601.92	c starts		: 294
3600.08/3601.92	c conflicts		: 2875944
3600.08/3601.92	c decisions		: 3184915
3600.08/3601.92	c propagations		: 15813222
3600.08/3601.92	c inspects		: 7185935381
3600.08/3601.92	c shortcuts		: 0
3600.08/3601.92	c learnt literals	: 0
3600.08/3601.92	c learnt binary clauses	: 0
3600.08/3601.92	c learnt ternary clauses	: 0
3600.08/3601.92	c learnt constraints	: 2875944
3600.08/3601.92	c ignored constraints	: 0
3600.08/3601.92	c root simplifications	: 0
3600.08/3601.92	c removed literals (reason simplification)	: 92843006
3600.08/3601.92	c reason swapping (by a shorter reason)	: 0
3600.08/3601.92	c Calls to reduceDB	: 71
3600.08/3601.92	c Number of update (reduction) of LBD	: 74981
3600.08/3601.92	c Imported unit clauses	: 0
3600.08/3601.92	c No decision after first conflict	: false
3600.08/3601.92	c number of reductions to clauses (during analyze)	: 0
3600.08/3601.92	c number of learned constraints concerned by reduction	: 0
3600.08/3601.92	c number of learning phase by resolution	: 0
3600.08/3601.92	c number of learning phase by cutting planes	: 0
3600.08/3601.92	c number of rounding to 1 operations	: 0
3600.08/3601.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3601.92	c number of reductions of the coefficients by power 2 	: 0
3600.08/3601.92	c number of right shift for reduction by power 2 	: 0
3600.08/3601.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3601.92	c number of ending skipping 	: 0
3600.08/3601.92	c number of internal skipping 	: 0
3600.08/3601.92	c number of derivation steps 	: 0
3600.08/3601.92	c number of skipped derivation steps 	: 0
3600.08/3601.92	c number of remaining unassigned 	: 0
3600.08/3601.92	c number of remaining assigned 	: 0
3600.08/3601.92	c number of falsified literals weakened from reason	: 0
3600.08/3601.92	c number of falsified literals weakened from conflict	: 0
3600.08/3601.92	c time for arithmetic operations	: 0
3600.08/3601.92	c minimum degree of deleted constraints	: null
3600.08/3601.92	c maximum degree of deleted constraints	: null
3600.08/3601.92	c number of deleted constraints	: 0
3600.08/3601.93	c speed (assignments/second)	: 4390.84070104745
3600.08/3601.93	c non guided choices	: 0
3600.08/3601.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 109897
3600.08/3601.98	s SATISFIABLE
3600.08/3601.98	c Found 2 solution(s)
3600.08/3601.99	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 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 x760 
3600.08/3601.99	c objective function=-29
3600.08/3601.99	c Total wall clock time (in seconds): 3601.719

Verifier Data

OK	-29

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: 63968 MiB (53482 MiB free)
  memory of node 1: 64473 MiB (51517 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440356-1721765643/watcher-4440356-1721765643 -o /tmp/evaluation-result-4440356-1721765643/solver-4440356-1721765643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721765643-132620 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440356-1721765643 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440356-1721765643.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=132677, runsolver pid=132667

[startup+0.100058 s]*
/proc/loadavg: 2.20 2.16 2.14 4/293 132711
/proc/meminfo: memFree=107436168/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=18175400 memory=31100 CPUtime=0.01 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 3045 0 102 0 0 1 0 0 20 0 7 0 13093321 18611609600 7775 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16784588 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4543850 7775 3568 1 0 542675 0
[pid=132677/tid=132688] ppid=132667 vsize=18175400 memory=4026531971 CPUtime=0.01 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) D 132667 132677 132609 0 -1 4194368 2481 0 64 0 0 1 0 0 20 0 7 0 13093324 18611609600 7775 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 4 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 31100 KiB

[startup+0.207245 s]*
/proc/loadavg: 2.20 2.16 2.14 12/337 132755
/proc/meminfo: memFree=107342556/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=18975048 memory=56804 CPUtime=0.08 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 6764 0 164 0 6 2 0 0 20 0 18 0 13093321 19430449152 14201 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4743762 14201 5592 1 0 548894 0
[pid=132677/tid=132688] ppid=132667 vsize=18975048 memory=3461362060219711619 CPUtime=0.06 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 5573 0 110 0 4 2 0 0 20 0 18 0 13093324 19430449152 14201 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=18975048 memory=5742 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13093337 19430449152 14201 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=18975048 memory=14690799019361963 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 13093338 19430449152 14201 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56804 KiB

[startup+0.314956 s]*
/proc/loadavg: 2.20 2.16 2.14 16/337 132755
/proc/meminfo: memFree=107295728/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=18975048 memory=69552 CPUtime=0.26 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 7837 0 164 0 23 3 0 0 20 0 18 0 13093321 19430449152 17388 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4743762 17388 5726 1 0 549763 0
[pid=132677/tid=132688] ppid=132667 vsize=18975048 memory=-8887682797869507260 CPUtime=0.15 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 5959 0 110 0 13 2 0 0 20 0 18 0 13093324 19430449152 17388 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=18975048 memory=1469082162985468249 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13093337 19430449152 17388 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 13093338 19430449152 17388 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69552 KiB

[startup+0.705961 s]
/proc/loadavg: 2.20 2.16 2.14 21/341 132759
/proc/meminfo: memFree=107079884/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=177528 CPUtime=0.98 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 13522 0 164 0 92 6 0 0 20 0 20 0 13093321 19566772224 44382 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 44382 5779 1 0 553960 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=52044 CPUtime=0.5 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 6148 0 110 0 46 4 0 0 20 0 20 0 13093324 19566772224 44382 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 44382 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=5616 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 44382 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=16076 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 44382 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177528 KiB

[startup+1.50096 s]
/proc/loadavg: 2.20 2.16 2.14 13/345 132763
/proc/meminfo: memFree=106805140/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=204136 CPUtime=2.54 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 18815 0 164 0 247 7 0 0 20 0 20 0 13093321 19566772224 51034 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 51034 5799 1 0 556324 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=0 CPUtime=1.24 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 6159 0 110 0 120 4 0 0 20 0 20 0 13093324 19566772224 51034 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 51034 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=5616 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 51034 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=16076 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 51034 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204136 KiB

[startup+3.10718 s]
/proc/loadavg: 2.67 2.25 2.17 9/345 132763
/proc/meminfo: memFree=105675744/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=491544 CPUtime=5.55 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 19590 0 164 0 540 15 0 0 20 0 20 0 13093321 19566772224 122886 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 122886 5818 1 0 942763 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=0 CPUtime=2.66 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) S 132667 132677 132609 0 -1 1077936192 6243 0 110 0 257 9 0 0 20 0 20 0 13093324 19566772224 122886 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 122886 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=-8671510015755723452 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 122886 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=14972278291040441 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 122886 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 491544 KiB

[startup+6.30096 s]
/proc/loadavg: 2.67 2.25 2.17 8/346 132764
/proc/meminfo: memFree=102390368/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=1910916 CPUtime=9.16 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 21354 0 164 0 866 50 0 0 20 0 20 0 13093321 19566772224 477729 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 477729 5818 1 0 1300031 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=0 CPUtime=5.76 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 7018 0 110 0 533 43 0 0 20 0 20 0 13093324 19566772224 477729 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=6300648477255029079 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 477729 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 477729 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=6944656592455360608 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 477729 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 9.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1910916 KiB

[startup+12.7003 s]
/proc/loadavg: 2.77 2.28 2.18 8/346 132766
/proc/meminfo: memFree=97729720/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=3615692 CPUtime=15.94 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 25779 0 164 0 1506 88 0 0 20 0 20 0 13093321 19566772224 903923 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 903923 5819 1 0 1300047 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=3557836 CPUtime=11.42 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 8653 0 110 0 1070 72 0 0 20 0 20 0 13093324 19566772224 903923 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=2150796 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 903923 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 903923 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=804675 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 903923 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 15.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3615692 KiB

[startup+25.5002 s]
/proc/loadavg: 3.05 2.37 2.21 7/346 132767
/proc/meminfo: memFree=93037176/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=5857416 CPUtime=29.34 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 28343 0 164 0 2790 144 0 0 20 0 20 0 13093321 19566772224 1464354 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 1464354 5819 1 0 1857785 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=5458056 CPUtime=23.48 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 9789 0 110 0 2234 114 0 0 20 0 20 0 13093324 19566772224 1464354 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=804675 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 1464354 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=5458056 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 1464354 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=3548 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 1464354 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 29.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5857416 KiB

[startup+51.1072 s]
/proc/loadavg: 3.57 2.55 2.27 6/343 132772
/proc/meminfo: memFree=85629804/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=8101036 CPUtime=54.41 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 31369 0 164 0 5237 204 0 0 20 0 20 0 13093321 19566772224 2025259 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 2025259 5819 1 0 2192009 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=-8671510015755723452 CPUtime=46.43 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 11137 0 110 0 4485 158 0 0 20 0 20 0 13093324 19566772224 2025259 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 180 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=7883892 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 2025259 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=7726168 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 2025259 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=1253104 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 2025259 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0

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

/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 4867 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=12450576 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 3219.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12450576 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.23 4.18 6/338 134563
/proc/meminfo: memFree=41321252/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=12450576 CPUtime=3279.69 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 646000 0 164 0 325981 1988 0 0 20 0 20 0 13093321 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 3112644 5852 1 0 3127291 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=12450576 CPUtime=3155.37 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 293778 0 110 0 313756 1781 0 0 20 0 20 0 13093324 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5617 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=12450576 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=52044 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 4965 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=12450576 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 3279.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12450576 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.23 4.18 8/336 134573
/proc/meminfo: memFree=40777792/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=12450576 CPUtime=3339.72 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 654310 0 164 0 331957 2015 0 0 20 0 20 0 13093321 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 3112644 5852 1 0 3127291 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=12450576 CPUtime=3214.43 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 298342 0 110 0 319636 1807 0 0 20 0 20 0 13093324 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5647 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=12450576 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=12450576 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 5109 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=12450576 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 3112644 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 3339.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12450576 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.22 4.18 7/337 134589
/proc/meminfo: memFree=39937480/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=12450692 CPUtime=3399.81 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 662039 0 164 0 337938 2043 0 0 20 0 20 0 13093321 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 3112673 5852 1 0 3127291 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=12450576 CPUtime=3272.88 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 302044 0 110 0 325455 1833 0 0 20 0 20 0 13093324 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5679 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=12450576 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=12450692 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 5208 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=12450692 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 3399.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12450692 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.21 4.18 6/337 134600
/proc/meminfo: memFree=39389268/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=12450692 CPUtime=3459.88 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 669562 0 164 0 343916 2072 0 0 20 0 20 0 13093321 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 3112673 5852 1 0 3127291 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=12450576 CPUtime=3331.86 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 307031 0 110 0 331327 1859 0 0 20 0 20 0 13093324 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5711 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=12450576 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 5293 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=12450692 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 3459.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12450692 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.22 4.18 7/336 134611
/proc/meminfo: memFree=38959528/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=12450692 CPUtime=3520.27 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 678498 0 164 0 349924 2103 0 0 20 0 20 0 13093321 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 3112673 5852 1 0 3127291 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=12450692 CPUtime=3390.6 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 311843 0 110 0 337173 1887 0 0 20 0 20 0 13093324 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5740 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=2228 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 5341 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 3520.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12450692 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.21 4.18 6/336 135027
/proc/meminfo: memFree=68613400/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=12450692 CPUtime=3580.62 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 686296 0 164 0 355933 2129 0 0 20 0 20 0 13093321 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 3112673 5852 1 0 3127291 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=11360 CPUtime=3449.33 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 315707 0 110 0 343022 1911 0 0 20 0 20 0 13093324 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5770 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=2308 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 5436 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=-9033493419990491836 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 3580.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12450692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.9 s]
/proc/loadavg: 4.36 4.24 4.19 5/337 135099
/proc/meminfo: memFree=75817456/131524600 swapFree=131071996/131071996
[pid=132677] ppid=132667 vsize=19108176 memory=12450692 CPUtime=3600.08 cores=4,6
/proc/132677/stat : 132677 (java) S 132667 132677 132609 0 -1 1077936128 687257 0 164 0 357870 2138 0 0 20 0 20 0 13093321 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 0 0 16800975 0 0 0 17 6 0 0 2 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
/proc/132677/statm: 4777044 3112673 5852 1 0 3127291 0
[pid=132677/tid=132688] ppid=132667 vsize=19108176 memory=11360 CPUtime=3468.77 cores=4,6
/proc/132677/task/132688/stat : 132688 (java) R 132667 132677 132609 0 -1 4194368 316668 0 110 0 344958 1919 0 0 20 0 20 0 13093324 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5780 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132724] ppid=132667 vsize=19108176 memory=12450692 CPUtime=0 cores=4,6
/proc/132677/task/132724/stat : 132724 (Finalizer) S 132667 132677 132609 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13093337 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132752] ppid=132667 vsize=19108176 memory=-8959465501115589308 CPUtime=0 cores=4,6
/proc/132677/task/132752/stat : 132752 (Common-Cleaner) S 132667 132677 132609 0 -1 1077936192 5436 0 0 0 0 0 0 0 20 0 20 0 13093338 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
[pid=132677/tid=132759] ppid=132667 vsize=19108176 memory=2228 CPUtime=0 cores=4,6
/proc/132677/task/132759/stat : 132759 (Timer-0) S 132667 132677 132609 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13093372 19566772224 3112673 134679101440 94431301685248 94431301688944 140729027276464 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94431301696760 94431301697552 94431316258816 140729027281835 140729027282017 140729027282017 140729027289032 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 12450692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3578.89 s, system=21.4226 s

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

[startup+3602 s]*
/proc/loadavg: 4.36 4.24 4.19 6/319 135102
/proc/meminfo: memFree=76986068/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3602.05
CPU time (s): 3600.31
CPU user time (s): 3578.89
CPU system time (s): 21.4226
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 12450692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.89
system time used= 21.4226
maximum resident set size= 12452300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 691014
page faults= 164
swaps= 0
block input operations= 32000
block output operations= 26952008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121146
involuntary context switches= 18485


# summary of solver processes directly reported to runsolver:
#   pid: 132677
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3578.89
#   total CPU system time (s): 21.4226

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.11799 second user time and 21.5182 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-23 22:14:03
IDJOB=4440356
IDBENCH=146695
IDSOLVER=3079
FILE ID=nodeC025/4440356-1721765643
RUNJOBID= nodeC025-1721765643-132620
SLURM_JOB_ID= 7770670
Free space on /tmp= 890024 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440356-1721765643/watcher-4440356-1721765643 -o /tmp/evaluation-result-4440356-1721765643/solver-4440356-1721765643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721765643-132620 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440356-1721765643 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440356-1721765643.opb

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

MD5SUM BENCH= dbca78014701662c42e2f44b8d3d4cf2
RANDOM SEED=2138154298

nodeC025.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3497.468
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3437.475
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.083
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3637.197
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
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		: 3503.559
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3524.486
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
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		: 3587.673
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.51
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		: 3578.206
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107520620 kB
MemAvailable:   129622440 kB
Buffers:          185248 kB
Cached:         22646888 kB
SwapCached:            0 kB
Active:          1267400 kB
Inactive:       21955492 kB
Active(anon):       1424 kB
Inactive(anon):   435560 kB
Active(file):    1265976 kB
Inactive(file): 21519932 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5800 kB
Writeback:             0 kB
AnonPages:        391128 kB
Mapped:           108148 kB
Shmem:             45912 kB
KReclaimable:     311468 kB
Slab:             425752 kB
SReclaimable:     311468 kB
SUnreclaim:       114284 kB
KernelStack:        4016 kB
PageTables:         9900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     665308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20768 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      312020 kB
DirectMap2M:    26724352 kB
DirectMap1G:    109051904 kB

Free space on /tmp at the end= 889996 MiB
End job on nodeC025 at 2024-07-23 23:14:05