Trace number 4485145

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 VeriPB 2025-06-06SAT (TO)-27 3600.31 3557.89

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-4.opb
MD5SUM42524e858f098b79daaad844b6e2f59d
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-35
Best CPU time to get the best result obtained on this benchmark16.6529
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables595
Total number of constraints27842
Number of constraints which are clauses27842
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 595
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 595
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 595
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.12/0.10	c Free memory 		2104792832
0.12/0.10	c Max memory 		16282288128
0.12/0.10	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4485145-1751297697.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  objective function found
0.50/0.34	c ... done. Wall clock time 0.195s.
0.50/0.34	c declared #vars     595
0.50/0.34	c #constraints  27842
0.50/0.34	c constraints type 
0.50/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27842
0.50/0.34	c 27842 constraints processed.
0.50/0.36	c objective function length is 595 literals
0.50/0.38	c SATISFIABLE
0.50/0.38	c OPTIMIZING...
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.245
0.50/0.38	o -23
1.07/0.68	c Got one! Elapsed wall clock time (in seconds):0.543
1.07/0.68	o -24
3.02/1.67	c Got one! Elapsed wall clock time (in seconds):1.529
3.02/1.67	o -25
3.61/1.95	c Got one! Elapsed wall clock time (in seconds):1.808
3.61/1.95	o -26
6.07/3.22	c cleaning 3024 clauses out of 6047 with flag 6334/6047
8.33/5.14	c cleaning 4503 clauses out of 9023 with flag 18777/12047
10.91/7.50	c cleaning 5761 clauses out of 11524 with flag 33180/19051
13.66/10.13	c cleaning 6876 clauses out of 13762 with flag 49666/27050
16.99/13.35	c cleaning 7942 clauses out of 15884 with flag 68333/36048
21.54/17.63	c cleaning 8971 clauses out of 17942 with flag 89041/46048
26.19/22.05	c cleaning 9982 clauses out of 19972 with flag 111865/57049
32.24/27.88	c cleaning 10991 clauses out of 21988 with flag 136766/69047
39.82/35.54	c cleaning 11999 clauses out of 23998 with flag 163629/82048
48.42/43.85	c cleaning 12996 clauses out of 25998 with flag 192577/96047
55.73/50.87	c cleaning 13996 clauses out of 28002 with flag 223669/111047
64.13/58.92	c cleaning 15000 clauses out of 30007 with flag 256852/127048
73.18/67.92	c cleaning 16003 clauses out of 32007 with flag 292197/144048
80.21/74.61	c Got one! Elapsed wall clock time (in seconds):74.473
80.21/74.61	o -27
81.72/76.17	c cleaning 17216 clauses out of 34432 with flag 10375/162476
83.52/77.90	c cleaning 11600 clauses out of 23215 with flag 22875/168475
85.51/79.82	c cleaning 9304 clauses out of 18614 with flag 37416/175474
87.91/82.06	c cleaning 8650 clauses out of 17314 with flag 54089/183478
90.80/84.74	c cleaning 8832 clauses out of 17664 with flag 72729/192478
94.58/88.52	c cleaning 9414 clauses out of 18831 with flag 93630/202477
98.54/92.22	c cleaning 10202 clauses out of 20415 with flag 118530/213475
102.90/96.76	c cleaning 11104 clauses out of 22213 with flag 146289/225475
108.19/101.96	c cleaning 12055 clauses out of 24110 with flag 177079/238476
114.28/108.04	c cleaning 13025 clauses out of 26053 with flag 209902/252474
121.08/114.41	c cleaning 14011 clauses out of 28029 with flag 244121/267475
128.23/121.47	c cleaning 15003 clauses out of 30017 with flag 281648/283474
135.61/128.93	c cleaning 16001 clauses out of 32014 with flag 321973/300474
144.34/137.55	c cleaning 17000 clauses out of 34013 with flag 366279/318474
154.80/147.81	c cleaning 17999 clauses out of 36013 with flag 411989/337474
165.67/158.53	c cleaning 19002 clauses out of 38015 with flag 459641/357475
178.34/171.19	c cleaning 20003 clauses out of 40015 with flag 509683/378477
192.58/185.03	c cleaning 21005 clauses out of 42009 with flag 562498/400474
207.27/199.15	c cleaning 22002 clauses out of 44006 with flag 616176/423476
224.55/215.97	c cleaning 22996 clauses out of 46002 with flag 674291/447474
242.64/233.96	c cleaning 23995 clauses out of 48006 with flag 734145/472474
263.58/254.55	c cleaning 25001 clauses out of 50011 with flag 796232/498474
286.50/277.15	c cleaning 26002 clauses out of 52012 with flag 860686/525476
309.22/299.68	c cleaning 27000 clauses out of 54008 with flag 931845/553474
333.48/323.74	c cleaning 28004 clauses out of 56009 with flag 1002913/582475
355.02/345.18	c cleaning 29003 clauses out of 58006 with flag 1072038/612476
373.15/362.92	c cleaning 30002 clauses out of 60003 with flag 1136485/643476
399.64/388.07	c cleaning 31000 clauses out of 61999 with flag 1202600/675474
426.42/414.62	c cleaning 31999 clauses out of 64000 with flag 1270925/708475
454.79/442.89	c cleaning 32992 clauses out of 66000 with flag 1341313/742474
485.66/473.10	c cleaning 34005 clauses out of 68009 with flag 1413848/777475
517.00/504.32	c cleaning 34997 clauses out of 70003 with flag 1488293/813474
551.29/538.37	c cleaning 36003 clauses out of 72006 with flag 1564558/850474
586.66/572.17	c cleaning 37002 clauses out of 74003 with flag 1643286/888474
623.29/608.53	c cleaning 38003 clauses out of 76005 with flag 1723999/927478
662.06/647.13	c cleaning 38995 clauses out of 77999 with flag 1806701/967475
704.81/688.81	c cleaning 40000 clauses out of 80003 with flag 1891706/1008474
746.15/729.37	c cleaning 41000 clauses out of 82003 with flag 1979055/1050474
788.70/771.83	c cleaning 42000 clauses out of 84003 with flag 2068132/1093474
837.90/820.70	c cleaning 42993 clauses out of 86003 with flag 2159027/1137474
887.25/869.65	c cleaning 44006 clauses out of 88011 with flag 2252209/1182475
935.73/917.83	c cleaning 45001 clauses out of 90005 with flag 2347457/1228475
985.40/967.08	c cleaning 45999 clauses out of 92005 with flag 2444976/1275476
1041.84/1021.98	c cleaning 47001 clauses out of 94004 with flag 2544302/1323474
1105.83/1085.67	c cleaning 48002 clauses out of 96003 with flag 2645623/1372474
1166.70/1146.13	c cleaning 48992 clauses out of 98001 with flag 2749136/1422474
1233.34/1212.37	c cleaning 50002 clauses out of 100009 with flag 2854672/1473474
1297.33/1275.87	c cleaning 51004 clauses out of 102007 with flag 2962287/1525474
1367.51/1344.45	c cleaning 51997 clauses out of 104005 with flag 3071882/1578476
1437.38/1413.97	c cleaning 52994 clauses out of 106006 with flag 3183920/1632474
1509.64/1485.60	c cleaning 54006 clauses out of 108015 with flag 3297838/1687477
1588.66/1564.21	c cleaning 55003 clauses out of 110006 with flag 3413465/1743474
1669.58/1644.95	c cleaning 56001 clauses out of 112003 with flag 3531332/1800474
1751.31/1726.30	c cleaning 56997 clauses out of 114004 with flag 3651056/1858476
1829.45/1802.83	c cleaning 57997 clauses out of 116006 with flag 3773673/1917475
1911.08/1884.12	c cleaning 59004 clauses out of 118009 with flag 3898108/1977475
2003.30/1975.61	c cleaning 59994 clauses out of 120006 with flag 4023778/2038476
2106.38/2078.36	c cleaning 61000 clauses out of 122011 with flag 4151807/2100475
2201.98/2173.83	c cleaning 62000 clauses out of 124012 with flag 4282191/2163476
2299.30/2268.98	c cleaning 63003 clauses out of 126012 with flag 4414395/2227476
2397.73/2366.52	c cleaning 63999 clauses out of 128009 with flag 4548818/2292476
2489.27/2457.74	c cleaning 65001 clauses out of 130011 with flag 4685419/2358477
2590.12/2558.40	c cleaning 66001 clauses out of 132009 with flag 4824076/2425476
2689.59/2655.03	c cleaning 67005 clauses out of 134009 with flag 4964780/2493477
2804.38/2769.63	c cleaning 68001 clauses out of 136001 with flag 5107542/2562474
2919.49/2884.37	c cleaning 68993 clauses out of 138000 with flag 5252699/2632474
3045.03/3009.53	c cleaning 69993 clauses out of 140008 with flag 5398969/2703475
3164.04/3126.05	c cleaning 71000 clauses out of 142014 with flag 5548026/2775474
3284.47/3245.99	c cleaning 72000 clauses out of 144014 with flag 5699129/2848474
3396.91/3358.02	c cleaning 72998 clauses out of 146014 with flag 5851894/2922474
3516.14/3474.21	c cleaning 74005 clauses out of 148018 with flag 6006111/2997476
3600.05/3557.71	c starts		: 7898
3600.05/3557.73	c conflicts		: 3056806
3600.05/3557.73	c decisions		: 7373910
3600.05/3557.73	c propagations		: 20915259
3600.05/3557.73	c inspects		: 8742568526
3600.05/3557.73	c shortcuts		: 0
3600.05/3557.73	c learnt literals	: 0
3600.05/3557.74	c learnt binary clauses	: 0
3600.05/3557.74	c learnt ternary clauses	: 0
3600.05/3557.74	c learnt constraints	: 3056806
3600.05/3557.74	c ignored constraints	: 0
3600.05/3557.74	c root simplifications	: 0
3600.05/3557.74	c removed literals (reason simplification)	: 96038855
3600.05/3557.74	c reason swapping (by a shorter reason)	: 0
3600.05/3557.74	c Calls to reduceDB	: 84
3600.05/3557.74	c Number of update (reduction) of LBD	: 53055
3600.05/3557.74	c Imported unit clauses	: 0
3600.05/3557.74	c No decision after first conflict	: false
3600.05/3557.74	c number of reductions to clauses (during analyze)	: 0
3600.05/3557.74	c number of learned constraints concerned by reduction	: 0
3600.05/3557.74	c number of learning phase by resolution	: 0
3600.05/3557.74	c number of learning phase by cutting planes	: 0
3600.05/3557.74	c number of rounding to 1 operations	: 0
3600.05/3557.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3557.74	c number of reductions of the coefficients by power 2 	: 0
3600.05/3557.74	c number of right shift for reduction by power 2 	: 0
3600.05/3557.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3557.74	c number of ending skipping 	: 0
3600.05/3557.74	c number of internal skipping 	: 0
3600.05/3557.74	c number of derivation steps 	: 0
3600.05/3557.74	c number of skipped derivation steps 	: 0
3600.05/3557.74	c number of remaining unassigned 	: 0
3600.05/3557.74	c number of remaining assigned 	: 0
3600.05/3557.74	c number of falsified literals weakened from reason	: 0
3600.05/3557.74	c number of falsified literals weakened from conflict	: 0
3600.05/3557.74	c time for arithmetic operations	: 0
3600.05/3557.74	c minimum degree of deleted constraints	: null
3600.05/3557.74	c maximum degree of deleted constraints	: null
3600.05/3557.74	c number of deleted constraints	: 0
3600.05/3557.75	c speed (assignments/second)	: 5879.421212374208
3600.05/3557.75	c non guided choices	: 0
3600.26/3557.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 133343
3600.26/3557.80	s SATISFIABLE
3600.26/3557.80	c Found 5 solution(s)
3600.26/3557.81	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 
3600.26/3557.81	c objective function=-27
3600.26/3557.81	c Total wall clock time (in seconds): 3557.669

Verifier Data

OK	-27

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: 63665 MiB (43579 MiB free)
  memory of node 1: 64507 MiB (48070 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485145-1751297697/watcher-4485145-1751297697 -o /tmp/evaluation-result-4485145-1751297697/solver-4485145-1751297697 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751290853-40484 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485145-1751297697 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4485145-1751297697.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=41461, runsolver pid=41458
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.81 4.77 4.73 7/344 41479
/proc/meminfo: memFree=93817436/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=18930384 memory=55380 CPUtime=0.12 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 6490 0 0 0 10 2 0 0 20 0 18 0 45447492 19384713216 13845 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4732596 13845 5332 1 0 547574 0
[pid=41461/tid=41463] ppid=41458 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 5020 0 0 0 6 1 0 0 20 0 18 0 45447493 19384713216 13845 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45447496 19384713216 13845 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=18930384 memory=60684515966010 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45447496 19384713216 13845 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55380 KiB

[startup+0.20602 s]*
/proc/loadavg: 4.81 4.77 4.73 7/344 41479
/proc/meminfo: memFree=93798156/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=18930384 memory=63824 CPUtime=0.3 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 6971 0 0 0 28 2 0 0 20 0 18 0 45447492 19384713216 15956 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4732596 15956 5428 1 0 547890 0
[pid=41461/tid=41463] ppid=41458 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 5281 0 0 0 15 2 0 0 20 0 18 0 45447493 19384713216 15956 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=18930384 memory=16880 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45447496 19384713216 15956 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45447496 19384713216 15956 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63824 KiB

[startup+0.305866 s]*
/proc/loadavg: 4.81 4.77 4.73 6/344 41479
/proc/meminfo: memFree=93757324/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=18930384 memory=104712 CPUtime=0.5 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 8452 0 0 0 47 3 0 0 20 0 18 0 45447492 19384713216 26178 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4732596 26178 5428 1 0 548882 0
[pid=41461/tid=41463] ppid=41458 vsize=18930384 memory=-6000919472706579307 CPUtime=0.26 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 5301 0 0 0 24 2 0 0 20 0 18 0 45447493 19384713216 26178 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45447496 19384713216 26178 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45447496 19384713216 26178 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 104712 KiB

[startup+0.700247 s]
/proc/loadavg: 4.81 4.77 4.73 7/345 41480
/proc/meminfo: memFree=93661860/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=174264 CPUtime=1.26 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 15713 0 0 0 119 7 0 0 20 0 20 0 45447492 19521036288 43566 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 43566 5492 1 0 553244 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=17664 CPUtime=0.54 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 5464 0 0 0 50 4 0 0 20 0 20 0 45447493 19521036288 43566 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 43566 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 43566 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 43566 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174264 KiB

[startup+1.50025 s]
/proc/loadavg: 4.81 4.77 4.73 6/346 41481
/proc/meminfo: memFree=93588564/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=192792 CPUtime=2.84 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 16251 0 0 0 276 8 0 0 20 0 20 0 45447492 19521036288 48198 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 48198 5492 1 0 553465 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=0 CPUtime=1.26 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 5472 0 0 0 122 4 0 0 20 0 20 0 45447493 19521036288 48198 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 48198 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 48198 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 48198 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192792 KiB

[startup+3.10582 s]
/proc/loadavg: 4.82 4.78 4.73 6/346 41481
/proc/meminfo: memFree=93244708/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=433196 CPUtime=5.93 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 17096 0 0 0 578 15 0 0 20 0 20 0 45447492 19521036288 108299 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 108299 5492 1 0 965009 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=10752 CPUtime=2.74 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 5552 0 0 0 264 10 0 0 20 0 20 0 45447493 19521036288 108299 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=-6000919472706579307 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 108299 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 108299 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 108299 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 5.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 433196 KiB

[startup+6.30024 s]
/proc/loadavg: 4.82 4.78 4.73 5/346 41481
/proc/meminfo: memFree=92391200/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=1236932 CPUtime=9.63 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 20163 0 0 0 928 35 0 0 20 0 20 0 45447492 19521036288 309233 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 309233 5492 1 0 1391232 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=0 CPUtime=5.72 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 6287 0 0 0 548 24 0 0 20 0 20 0 45447493 19521036288 309233 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 309233 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 309233 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=199168 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 309233 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 9.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1236932 KiB

[startup+12.7002 s]
/proc/loadavg: 4.77 4.77 4.73 5/346 41481
/proc/meminfo: memFree=91258644/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=1912276 CPUtime=16.39 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 24566 0 0 0 1584 55 0 0 20 0 20 0 45447492 19521036288 478069 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 478069 5492 1 0 1499860 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=199168 CPUtime=11.73 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 7314 0 0 0 1133 40 0 0 20 0 20 0 45447493 19521036288 478069 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=1743260 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 478069 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 478069 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 478069 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 16.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1912276 KiB

[startup+25.5002 s]
/proc/loadavg: 4.65 4.74 4.72 7/346 41482
/proc/meminfo: memFree=89756712/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=2467920 CPUtime=29.8 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 29474 0 0 0 2904 76 0 0 20 0 20 0 45447492 19521036288 616980 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 616980 5492 1 0 1499872 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=-6000919472706579307 CPUtime=23.9 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 9196 0 0 0 2335 55 0 0 20 0 20 0 45447493 19521036288 616980 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=2350904 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 616980 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 616980 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 616980 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 29.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2467920 KiB

[startup+51.1059 s]
/proc/loadavg: 4.69 4.75 4.72 6/346 41482
/proc/meminfo: memFree=87101704/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=3029476 CPUtime=56.04 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 34733 0 0 0 5499 105 0 0 20 0 20 0 45447492 19521036288 757369 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 757369 5492 1 0 1499905 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=2818476 CPUtime=48.22 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 11076 0 0 0 4751 71 0 0 20 0 20 0 45447493 19521036288 757369 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 757369 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0

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

[startup+3222.3 s]
/proc/loadavg: 4.17 4.20 4.18 4/344 41789
/proc/meminfo: memFree=49026568/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=10311248 CPUtime=3260.8 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 284024 0 0 0 324470 1610 0 0 20 0 20 0 45447492 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 2577812 5524 1 0 2590648 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=10311248 CPUtime=3162.21 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 169481 0 0 0 314807 1414 0 0 20 0 20 0 45447493 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=10311248 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=10311248 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 2104 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 3260.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10311248 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.21 4.18 5/344 41791
/proc/meminfo: memFree=48446252/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=10311248 CPUtime=3320.78 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 287179 0 0 0 330447 1631 0 0 20 0 20 0 45447492 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 2577812 5524 1 0 2590648 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=17792 CPUtime=3221.59 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 172419 0 0 0 320726 1433 0 0 20 0 20 0 45447493 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=10311248 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=10311248 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 2106 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=10311248 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 3320.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10311248 KiB

[startup+3342.3 s]
/proc/loadavg: 3.60 4.05 4.13 4/319 41826
/proc/meminfo: memFree=83431452/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=10311248 CPUtime=3381.29 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 292395 0 0 0 336476 1653 0 0 20 0 20 0 45447492 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 2577812 5524 1 0 2590648 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=10311248 CPUtime=3280.5 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 175622 0 0 0 326596 1454 0 0 20 0 20 0 45447493 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=10311248 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 2162 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 3381.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10311248 KiB

[startup+3402.3 s]
/proc/loadavg: 3.42 3.90 4.07 4/318 41828
/proc/meminfo: memFree=83140664/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=10311248 CPUtime=3441.77 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 297472 0 0 0 342499 1678 0 0 20 0 20 0 45447492 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 2577812 5524 1 0 2590648 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=10311248 CPUtime=3339.48 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 179643 0 0 0 332472 1476 0 0 20 0 20 0 45447493 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=10311248 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=10311248 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 2190 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=-6000919472706579307 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 2577812 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 3441.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10311248 KiB

[startup+3462.3 s]
/proc/loadavg: 3.31 3.78 4.02 4/317 41830
/proc/meminfo: memFree=82766244/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=10311376 CPUtime=3504.31 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 304685 0 0 0 348729 1702 0 0 20 0 20 0 45447492 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 2577844 5524 1 0 2590649 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=10311248 CPUtime=3398.78 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 184341 0 0 0 338381 1497 0 0 20 0 20 0 45447493 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=10311248 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=10311376 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 2245 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 3504.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10311376 KiB

[startup+3522.3 s]
/proc/loadavg: 3.20 3.67 3.96 4/318 41835
/proc/meminfo: memFree=82335196/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=10311376 CPUtime=3564.38 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 307996 0 0 0 354713 1725 0 0 20 0 20 0 45447492 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 2577844 5524 1 0 2590649 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=10311376 CPUtime=3458.17 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 187445 0 0 0 344298 1519 0 0 20 0 20 0 45447493 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 2263 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=-6000919472706579307 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 3564.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10311376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3557.7 s]
/proc/loadavg: 2.77 3.51 3.90 3/293 41869
/proc/meminfo: memFree=101656552/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19063512 memory=10311376 CPUtime=3600.05 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 311670 0 0 0 358268 1737 0 0 20 0 20 0 45447492 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4765878 2577844 5524 1 0 2590649 0
[pid=41461/tid=41463] ppid=41458 vsize=19063512 memory=10311376 CPUtime=3493.01 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 189972 0 0 0 347770 1531 0 0 20 0 20 0 45447493 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19063512 memory=10311376 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19063512 memory=10311376 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 2313 0 0 0 0 0 0 0 20 0 20 0 45447496 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41480] ppid=41458 vsize=19063512 memory=10311376 CPUtime=0 cores=5,7
/proc/41461/task/41480/stat : 41480 (Timer-0) S 41458 41461 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45447530 19521036288 2577844 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10311376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.9 s, system=17.4166 s

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

[startup+3557.8 s]
/proc/loadavg: 2.77 3.51 3.90 3/293 41869
/proc/meminfo: memFree=101656552/131249996 swapFree=33010416/33010684
[pid=41461] ppid=41458 vsize=19263204 memory=10312400 CPUtime=3600.26 cores=5,7
/proc/41461/stat : 41461 (java) S 41458 41461 40471 0 -1 4194304 313711 0 0 0 358288 1738 0 0 20 0 21 0 45447492 19725520896 2578100 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
/proc/41461/statm: 4815801 2578100 5556 1 0 2591603 0
[pid=41461/tid=41463] ppid=41458 vsize=19263204 memory=19712 CPUtime=3493.11 cores=5,7
/proc/41461/task/41463/stat : 41463 (java) R 41458 41461 40471 0 -1 4194368 190086 0 0 0 347780 1531 0 0 20 0 21 0 45447493 19725520896 2578100 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41472] ppid=41458 vsize=19263204 memory=4352 CPUtime=0 cores=5,7
/proc/41461/task/41472/stat : 41472 (Finalizer) S 41458 41461 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 45447496 19725520896 2578100 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
[pid=41461/tid=41479] ppid=41458 vsize=19263204 memory=-6000919472706579307 CPUtime=0 cores=5,7
/proc/41461/task/41479/stat : 41479 (Common-Cleaner) S 41458 41461 40471 0 -1 4194368 2313 0 0 0 0 0 0 0 20 0 21 0 45447496 19725520896 2578100 18446744073709551615 93876175466496 93876175470192 140735526898400 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93876175478008 93876175478800 93876207075328 140735526902064 140735526902246 140735526902246 140735526907848 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10312400 KiB

Child status: 143

Real time (s): 3557.89
CPU time (s): 3600.31
CPU user time (s): 3582.9
CPU system time (s): 17.4166
CPU usage (%): 101.192
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10312400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.9
system time used= 17.4166
maximum resident set size= 10312528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313963
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21862448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117342
involuntary context switches= 10933


# summary of solver processes directly reported to runsolver:
#   pid: 41461
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3582.9
#   total CPU system time (s): 17.4166

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40838 second user time and 17.5169 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-30 17:34:57
IDJOB=4485145
IDBENCH=146694
IDSOLVER=3364
FILE ID=nodeC022/4485145-1751297697
RUNJOBID= nodeC022-1751290853-40484
SLURM_JOB_ID= 9594246
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-4.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485145-1751297697/watcher-4485145-1751297697 -o /tmp/evaluation-result-4485145-1751297697/solver-4485145-1751297697 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751290853-40484 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485145-1751297697 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4485145-1751297697.opb

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

MD5SUM BENCH= 42524e858f098b79daaad844b6e2f59d
RANDOM SEED=1962995611

nodeC022 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.716
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.44
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		: 3647.006
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.44
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		: 3641.996
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.697
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.695
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.44
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		: 3543.081
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.44
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.256
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.205
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        93850408 kB
MemAvailable:   107921760 kB
Buffers:            2128 kB
Cached:         14838732 kB
SwapCached:           32 kB
Active:         22182736 kB
Inactive:       14513496 kB
Active(anon):   21869628 kB
Inactive(anon):     4200 kB
Active(file):     313108 kB
Inactive(file): 14509296 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            523856 kB
Writeback:             0 kB
AnonPages:      21852848 kB
Mapped:           122744 kB
Shmem:             18028 kB
KReclaimable:     175972 kB
Slab:             281640 kB
SReclaimable:     175972 kB
SUnreclaim:       105668 kB
KernelStack:        5296 kB
PageTables:        46504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   26350364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20781056 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-30 18:34:15