Trace number 4489007

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 CP VeriPB 2025-06-06SAT (TO)224 3600.16 3564.39

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_17.opb.PB06.opb
MD5SUM86551de4ee1411a66be87614daaae1c0
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark187
Best CPU time to get the best result obtained on this benchmark3585.81
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables481
Total number of constraints481
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints481
Minimum length of a constraint3
Maximum length of a constraint19
Number of terms in the objective function 481
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 481
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 481
Number of bits of the biggest sum of numbers9
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.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.12	c version PB25.v20250606
0.06/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.13	c java.vm.version	22.0.1+8-16
0.06/0.13	c java.vm.vendor	Oracle Corporation
0.06/0.13	c sun.arch.data.model	64
0.06/0.13	c java.version		22.0.1
0.06/0.13	c os.name		Linux
0.06/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.06/0.13	c os.arch		amd64
0.06/0.13	c Free memory 		2104792832
0.06/0.13	c Max memory 		16282288128
0.06/0.13	c Total memory 		2113929216
0.06/0.13	c Number of processors 	2
0.06/0.19	c Pseudo Boolean Optimization by upper bound
0.06/0.19	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.19	c  - never skip resolution steps
0.06/0.19	c  - Auto-division on coefficients is disabled
0.06/0.19	c  - No postprocessing
0.06/0.19	c  - Conflict is considered as is when resolving
0.06/0.19	c  - Use constraints as they come during conflict analysis
0.06/0.19	c  - Weaken first using unassigned literals
0.06/0.19	c  - Bump strategy: ALWAYS_ONE
0.06/0.19	c  - Bumper: EFFECTIVE
0.06/0.19	c --- Begin Solver configuration ---
0.06/0.19	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.06/0.19	c Learn all clauses as in MiniSAT
0.06/0.19	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.19	c No reason simplification
0.06/0.19	c Dynamic restart strategy considering the size of the coefficients
0.06/0.19	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.06/0.19	c timeout=2147483s
0.06/0.19	c DB Simplification allowed=false
0.06/0.19	c Listener: none
0.06/0.19	c --- End Solver configuration ---
0.06/0.19	c solving HOME/instance-4489007-1751353019.opb
0.06/0.19	c reading problem ... 
0.23/0.28	c using VERIPB proof format
0.23/0.28	c  objective function found
0.28/0.35	c ... done. Wall clock time 0.156s.
0.28/0.35	c declared #vars     481
0.28/0.35	c #constraints  481
0.28/0.35	c constraints type 
0.28/0.36	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 481
0.28/0.36	c 481 constraints processed.
0.28/0.37	c objective function length is 481 literals
0.28/0.39	c SATISFIABLE
0.28/0.39	c OPTIMIZING...
0.28/0.39	c Got one! Elapsed wall clock time (in seconds):0.196
0.28/0.39	o 237
0.65/0.54	c Got one! Elapsed wall clock time (in seconds):0.342
0.65/0.54	o 236
13.49/10.72	c Got one! Elapsed wall clock time (in seconds):10.525
13.49/10.72	o 235
27.96/24.39	c cleaning 2866 clauses out of 5737 with flag 0/5737
36.37/32.30	c Got one! Elapsed wall clock time (in seconds):32.108
36.37/32.30	o 234
42.89/38.89	c Got one! Elapsed wall clock time (in seconds):38.7
42.89/38.89	o 233
56.46/52.25	c Got one! Elapsed wall clock time (in seconds):52.057
56.46/52.25	o 232
64.82/60.50	c cleaning 4643 clauses out of 9286 with flag 0/12152
94.23/89.55	c cleaning 5317 clauses out of 10643 with flag 0/18152
119.33/114.31	c Got one! Elapsed wall clock time (in seconds):114.116
119.33/114.31	o 231
152.55/147.33	c cleaning 8318 clauses out of 16649 with flag 0/29475
180.81/175.35	c cleaning 7149 clauses out of 14329 with flag 0/35473
214.02/208.15	c cleaning 7083 clauses out of 14180 with flag 0/42473
252.40/245.94	c cleaning 7544 clauses out of 15097 with flag 0/50473
284.55/278.00	c Got one! Elapsed wall clock time (in seconds):277.801
284.55/278.00	o 230
320.69/313.69	c cleaning 9811 clauses out of 19631 with flag 0/62551
346.74/339.48	c cleaning 7908 clauses out of 15821 with flag 0/68552
355.47/348.03	c Got one! Elapsed wall clock time (in seconds):347.835
355.47/348.03	o 229
386.88/379.32	c cleaning 6819 clauses out of 13662 with flag 0/74301
413.29/405.49	c cleaning 6414 clauses out of 12845 with flag 0/80303
446.30/438.03	c cleaning 6709 clauses out of 13429 with flag 0/87301
479.82/471.39	c cleaning 7352 clauses out of 14719 with flag 0/95300
522.68/513.96	c cleaning 8175 clauses out of 16368 with flag 0/104301
572.23/562.91	c cleaning 9082 clauses out of 18193 with flag 0/114301
618.98/609.06	c cleaning 10047 clauses out of 20110 with flag 0/125300
693.09/682.50	c cleaning 11025 clauses out of 22064 with flag 0/137301
764.83/753.54	c cleaning 12010 clauses out of 24038 with flag 0/150300
857.61/845.34	c cleaning 13007 clauses out of 26028 with flag 0/164300
946.57/933.88	c cleaning 14004 clauses out of 28021 with flag 0/179300
1079.83/1066.01	c cleaning 15005 clauses out of 30017 with flag 0/195300
1192.52/1177.67	c cleaning 16001 clauses out of 32012 with flag 0/212300
1238.01/1222.84	c Got one! Elapsed wall clock time (in seconds):1222.646
1238.01/1222.84	o 228
1270.08/1254.20	c cleaning 14406 clauses out of 28828 with flag 0/225117
1300.98/1284.91	c cleaning 10209 clauses out of 20422 with flag 0/231117
1329.19/1313.05	c cleaning 8601 clauses out of 17213 with flag 0/238117
1361.83/1345.47	c cleaning 8306 clauses out of 16617 with flag 0/246122
1378.92/1362.46	c Got one! Elapsed wall clock time (in seconds):1362.267
1378.92/1362.46	o 227
1384.77/1368.21	c cleaning 6788 clauses out of 13585 with flag 0/251396
1414.46/1397.80	c cleaning 6393 clauses out of 12797 with flag 0/257396
1446.12/1428.87	c cleaning 6695 clauses out of 13405 with flag 0/264397
1494.75/1477.46	c cleaning 7340 clauses out of 14709 with flag 0/272396
1543.00/1525.32	c cleaning 8181 clauses out of 16371 with flag 0/281398
1591.12/1573.32	c cleaning 9092 clauses out of 18189 with flag 0/291397
1612.21/1593.93	c Got one! Elapsed wall clock time (in seconds):1593.739
1612.21/1593.93	o 226
1618.77/1600.51	c cleaning 7491 clauses out of 14987 with flag 0/297287
1645.61/1627.16	c cleaning 6742 clauses out of 13495 with flag 0/303286
1683.79/1664.90	c cleaning 6866 clauses out of 13755 with flag 0/310288
1729.79/1710.70	c cleaning 7436 clauses out of 14890 with flag 0/318289
1776.15/1756.90	c cleaning 8219 clauses out of 16451 with flag 0/327286
1825.74/1805.99	c cleaning 9104 clauses out of 18233 with flag 0/337287
1887.73/1867.47	c Got one! Elapsed wall clock time (in seconds):1867.275
1887.73/1867.47	o 225
1927.65/1907.03	c cleaning 12158 clauses out of 24329 with flag 0/352487
1955.95/1934.77	c cleaning 9081 clauses out of 18169 with flag 0/358485
2026.64/2004.84	c cleaning 8030 clauses out of 16086 with flag 0/365483
2204.45/2181.66	c cleaning 8022 clauses out of 16056 with flag 0/373483
2254.59/2231.11	c cleaning 8512 clauses out of 17036 with flag 0/382485
2308.51/2284.61	c cleaning 9247 clauses out of 18522 with flag 0/392483
2390.11/2365.55	c cleaning 10126 clauses out of 20275 with flag 0/403483
2464.93/2439.86	c cleaning 11069 clauses out of 22153 with flag 0/415487
2558.99/2533.07	c cleaning 12028 clauses out of 24080 with flag 0/428483
2650.27/2623.73	c Got one! Elapsed wall clock time (in seconds):2623.535
2650.27/2623.73	o 224
2694.15/2666.66	c cleaning 14296 clauses out of 28600 with flag 0/445031
2720.36/2692.55	c cleaning 10140 clauses out of 20305 with flag 0/451032
2777.18/2748.74	c cleaning 8567 clauses out of 17164 with flag 0/458031
2843.92/2815.20	c cleaning 8289 clauses out of 16598 with flag 0/466032
2887.12/2858.29	c cleaning 8647 clauses out of 17308 with flag 0/475031
2968.39/2938.52	c cleaning 9321 clauses out of 18661 with flag 0/485031
3046.79/3016.49	c cleaning 10161 clauses out of 20342 with flag 0/496033
3158.62/3127.26	c cleaning 11077 clauses out of 22179 with flag 0/508031
3234.66/3202.39	c cleaning 12035 clauses out of 24102 with flag 0/521031
3395.15/3361.94	c cleaning 13022 clauses out of 26067 with flag 0/535031
3472.46/3438.15	c cleaning 14010 clauses out of 28046 with flag 0/550032
3579.91/3544.45	c cleaning 15013 clauses out of 30036 with flag 0/566032
3600.01/3564.31	c starts		: 51
3600.01/3564.31	c conflicts		: 569772
3600.01/3564.31	c decisions		: 843380
3600.01/3564.31	c propagations		: 10755849
3600.01/3564.31	c inspects		: 827082718
3600.01/3564.32	c shortcuts		: 0
3600.01/3564.32	c learnt literals	: 0
3600.01/3564.32	c learnt binary clauses	: 0
3600.01/3564.32	c learnt ternary clauses	: 0
3600.01/3564.32	c learnt constraints	: 569771
3600.01/3564.32	c ignored constraints	: 0
3600.01/3564.32	c root simplifications	: 0
3600.01/3564.32	c removed literals (reason simplification)	: 0
3600.01/3564.32	c reason swapping (by a shorter reason)	: 0
3600.01/3564.32	c Calls to reduceDB	: 59
3600.01/3564.32	c Number of update (reduction) of LBD	: 539256
3600.01/3564.32	c Imported unit clauses	: 0
3600.01/3564.32	c No decision after first conflict	: false
3600.01/3564.32	c number of reductions to clauses (during analyze)	: 0
3600.01/3564.32	c number of learned constraints concerned by reduction	: 0
3600.01/3564.32	c number of learning phase by resolution	: 0
3600.01/3564.32	c number of learning phase by cutting planes	: 0
3600.01/3564.32	c number of rounding to 1 operations	: 0
3600.01/3564.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3564.32	c number of reductions of the coefficients by power 2 	: 0
3600.01/3564.32	c number of right shift for reduction by power 2 	: 0
3600.01/3564.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3564.32	c number of ending skipping 	: 0
3600.01/3564.32	c number of internal skipping 	: 0
3600.01/3564.32	c number of derivation steps 	: 2956324
3600.01/3564.32	c number of skipped derivation steps 	: 0
3600.01/3564.32	c number of remaining unassigned 	: 4987990
3600.01/3564.32	c number of remaining assigned 	: 505099626
3600.01/3564.32	c number of falsified literals weakened from reason	: 0
3600.01/3564.32	c number of falsified literals weakened from conflict	: 0
3600.01/3564.32	c time for arithmetic operations	: 44708011886
3600.01/3564.32	c minimum degree of deleted constraints	: 1
3600.01/3564.32	c maximum degree of deleted constraints	: 6807536807491664489009536135041278085589035906988005894532187821955311693873450260544368825240855054674182066066074255370222990527612123660789097877810232728378496132139362571521707464343181871784501879557946764584243190885576016791097564516351313632050588226823499586504887893718960472136977325424647144823822076638342970043739900325996241890681862663472005748888119102984370233835155006276759852901161156226186495436343429443378219678433967408720904132648708551335853231218360094726641987582518328110583799663175487924194449543014533099613323030053080832873322895965974684388861672091302719454160967158228431952479604031004284177618283985132284108119331214116839477690951190442231056379981075803549973902178660119523689305573517869078021787090635023467901353606387983095948924571521753007923295979788474760738419606770105003170073030975523787746738999155407464801326621846715024210415885564835140089626851268624118925585316446033008580488357373816574321769687291639624278914426646275636058329949405719516401154642788792714656032455079415632475953036473263093836770832357069429845038421410352356855905822834633203407864167062773175072109617453290256261534533385642945420235329586059031079679432227910294001792326857056507796735118222313000084114092750037457123491485340719555454037892697073773864358002222565491439976673568836306496279625632640029742621708856186153095602485577490802391327231923853564243127614992537815635146626648203124813900999894447570903135097068618167108155298664426728430880990317437366045747424793763694913751645848195449283853150644999396197327380969139395896442893442477786261275193387630241007863249154726381324162608021326133976550163088356923925388152666049327674509678127042688561044368019579959911125091468897095415889329172785684988794132492618495416919199220204827282045079981416166745683938671155120338108270311357616139941016613783350337391653270400609449944453245175127312718684210169950370619446469223702681115792713005064247114836492333844166978142442292438975399630605871037691372325983134153701611851457682321017264786305217779708207828980119313917380058561029383015962662840081060246942003757633556825996863722067622994694003812263276180575704220922744783175816085578558944374008670731837013311462436117572929002817385518216303556509431868013531714707164703387110397610806579239960148835045985188088856344087581392887713921579864067487351815511792883940679516422483999270613881293667108276420517982270270703958174886550933558520257812047577494732308597159056535635289487571282463646932379787590319117753142595757115792162974971880138035439587252268163599786544737221181090677707521277756025661061578976145369243915747929051378557476685588432316553281623397598537036201570209403110475686770184011174407598359080144248853935645146896504718798971842422651673306486178008035560910984696900405536902367138519289347976457984785677721765614960725779554322773634630963068389766734465993764773834048609616635081535986707191720100000000
3600.01/3564.32	c number of deleted constraints	: 551009
3600.01/3564.33	c speed (assignments/second)	: 3017.96494386411
3600.01/3564.33	c non guided choices	: 0
3600.01/3564.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1070
3600.01/3564.35	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 17692
3600.01/3564.35	s SATISFIABLE
3600.01/3564.35	c Found 14 solution(s)
3600.01/3564.36	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 
3600.01/3564.36	c objective function=224
3600.01/3564.36	c Total wall clock time (in seconds): 3564.166

Verifier Data

OK	224

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=57693, runsolver pid=57687
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 2.72 3.77 3.98 9/332 57774
/proc/meminfo: memFree=126965452/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=18930384 memory=48820 CPUtime=0.06 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 5779 0 211 0 4 2 0 0 20 0 18 0 50980685 19384713216 12205 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4732596 12205 5281 1 0 547116 0
[pid=57693/tid=57708] ppid=57687 vsize=18930384 memory=4026532124 CPUtime=0.04 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 4644 0 200 0 3 1 0 0 20 0 18 0 50980690 19384713216 12205 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=18930384 memory=17913 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 12205 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=18930384 memory=56286469424100 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 12237 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48820 KiB

[startup+0.20558 s]*
/proc/loadavg: 3.39 3.89 4.02 7/332 57774
/proc/meminfo: memFree=126932372/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=18930384 memory=61668 CPUtime=0.23 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 6837 0 211 0 21 2 0 0 20 0 18 0 50980685 19384713216 15417 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4732596 15417 5409 1 0 547890 0
[pid=57693/tid=57708] ppid=57687 vsize=18930384 memory=4026663196 CPUtime=0.12 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) D 57687 57693 57637 0 -1 4456512 5179 0 200 0 11 1 0 0 20 0 18 0 50980690 19384713216 15417 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=18930384 memory=17913 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 15417 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=18930384 memory=56286469424100 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 15417 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61668 KiB

[startup+0.305409 s]*
/proc/loadavg: 3.39 3.89 4.02 12/332 57774
/proc/meminfo: memFree=126930608/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=18930384 memory=62308 CPUtime=0.28 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 6980 0 211 0 26 2 0 0 20 0 18 0 50980685 19384713216 15577 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4732596 15577 5409 1 0 548022 0
[pid=57693/tid=57708] ppid=57687 vsize=18930384 memory=-6000919506999076202 CPUtime=0.15 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 5247 0 200 0 14 1 0 0 20 0 18 0 50980690 19384713216 15577 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 15577 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 50980693 19384713216 15577 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62308 KiB

[startup+0.700237 s]
/proc/loadavg: 3.39 3.89 4.02 10/336 57778
/proc/meminfo: memFree=126851092/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=18996948 memory=120568 CPUtime=1.02 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 12632 0 211 0 98 4 0 0 20 0 19 0 50980685 19452874752 30142 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4749237 30142 5441 1 0 552426 0
[pid=57693/tid=57708] ppid=57687 vsize=18996948 memory=17920 CPUtime=0.46 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 5436 0 200 0 44 2 0 0 20 0 19 0 50980690 19452874752 30142 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 50980693 19452874752 30142 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 50980693 19452874752 30142 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 50980724 19452874752 30142 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120568 KiB

[startup+1.50025 s]
/proc/loadavg: 3.39 3.89 4.02 10/339 57781
/proc/meminfo: memFree=126511332/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=175004 CPUtime=2.61 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 19941 0 211 0 254 7 0 0 20 0 20 0 50980685 19521036288 43751 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 43751 5473 1 0 553585 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=10752 CPUtime=1.21 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 5862 0 200 0 117 4 0 0 20 0 20 0 50980690 19521036288 43751 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 43751 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 43751 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 43751 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175004 KiB

[startup+3.1054 s]
/proc/loadavg: 3.39 3.89 4.02 8/340 57782
/proc/meminfo: memFree=126103564/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=298660 CPUtime=5.41 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 23588 0 211 0 530 11 0 0 20 0 20 0 50980685 19521036288 74665 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 74665 5473 1 0 715032 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=10752 CPUtime=2.71 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 6417 0 200 0 266 5 0 0 20 0 20 0 50980690 19521036288 74665 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=-6000919476951082346 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 74665 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 74665 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 74665 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 298660 KiB

[startup+6.30021 s]
/proc/loadavg: 3.43 3.89 4.02 5/340 57782
/proc/meminfo: memFree=124364108/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=641968 CPUtime=8.85 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 23889 0 211 0 866 19 0 0 20 0 20 0 50980685 19521036288 160492 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 160492 5473 1 0 715045 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=0 CPUtime=5.83 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 6589 0 200 0 571 12 0 0 20 0 20 0 50980690 19521036288 160492 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 160492 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 160492 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=177180 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 160492 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 8.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 641968 KiB

[startup+12.7002 s]
/proc/loadavg: 3.48 3.89 4.02 5/340 57782
/proc/meminfo: memFree=122976320/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=898408 CPUtime=15.53 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 28053 0 211 0 1527 26 0 0 20 0 20 0 50980685 19521036288 224602 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 224602 5473 1 0 715045 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=177180 CPUtime=12.07 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 8458 0 200 0 1190 17 0 0 20 0 20 0 50980690 19521036288 224602 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=892160 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 224602 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 224602 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=279863022299520 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 224602 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 15.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 898408 KiB

[startup+25.5002 s]
/proc/loadavg: 3.71 3.93 4.03 5/340 57782
/proc/meminfo: memFree=120948780/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=1521748 CPUtime=29.28 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 40660 0 211 0 2888 40 0 0 20 0 20 0 50980685 19521036288 380437 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 380437 5473 1 0 716915 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=-6000919476951082346 CPUtime=24.62 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 11923 0 200 0 2436 26 0 0 20 0 20 0 50980690 19521036288 380437 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 380437 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 380437 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=81850550 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 380437 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 29.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1521748 KiB

[startup+51.1056 s]
/proc/loadavg: 3.88 3.95 4.03 5/340 57784
/proc/meminfo: memFree=119610136/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=1954460 CPUtime=55.37 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 45211 0 211 0 5484 53 0 0 20 0 20 0 50980685 19521036288 488615 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 488615 5473 1 0 716934 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=641968 CPUtime=49.73 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 14729 0 200 0 4938 35 0 0 20 0 20 0 50980690 19521036288 488615 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=1915400 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 488615 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0

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

/proc/meminfo: memFree=108131940/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=2533900 CPUtime=3254.61 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 170391 0 211 0 324802 659 0 0 20 0 20 0 50980685 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 633475 5505 1 0 651099 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=2533900 CPUtime=3158.62 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 65965 0 200 0 315341 521 0 0 20 0 20 0 50980690 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=2533900 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 1555 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=2533900 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 3254.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2533900 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/343 57962
/proc/meminfo: memFree=108052212/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=2533900 CPUtime=3315.25 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 170558 0 211 0 330855 670 0 0 20 0 20 0 50980685 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 633475 5505 1 0 651099 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=2533900 CPUtime=3217.56 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 66003 0 200 0 321228 528 0 0 20 0 20 0 50980690 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=2533900 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 1555 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=2533900 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 3315.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2533900 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.19 4.18 5/343 57964
/proc/meminfo: memFree=107947356/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=2533900 CPUtime=3375.5 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 171906 0 211 0 336870 680 0 0 20 0 20 0 50980685 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 633475 5505 1 0 651099 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=2533900 CPUtime=3276.66 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 67142 0 200 0 327130 536 0 0 20 0 20 0 50980690 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=2533900 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=2533900 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 1556 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=2533900 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 3375.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2533900 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.17 4.17 5/344 57967
/proc/meminfo: memFree=107796392/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=2533900 CPUtime=3436.34 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 175578 0 211 0 342943 691 0 0 20 0 20 0 50980685 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 633475 5505 1 0 651099 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=2533900 CPUtime=3335.44 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 68649 0 200 0 332998 546 0 0 20 0 20 0 50980690 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=2533900 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=-6000919476951082346 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 1603 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 633475 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 3436.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2533900 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.23 4.19 5/344 57969
/proc/meminfo: memFree=107703116/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=2500676 CPUtime=3497.1 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 178800 0 211 0 349005 705 0 0 20 0 20 0 50980685 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 625169 5505 1 0 642747 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=2533900 CPUtime=3394.35 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 69903 0 200 0 338877 558 0 0 20 0 20 0 50980690 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=2533900 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=-6000919476951082346 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 1652 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=2500676 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 3497.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2500676 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.23 4.19 5/343 58038
/proc/meminfo: memFree=111539936/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=2500676 CPUtime=3557.74 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 178858 0 211 0 355059 715 0 0 20 0 20 0 50980685 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 625169 5505 1 0 642747 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=2533900 CPUtime=3453.06 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 69916 0 200 0 344741 565 0 0 20 0 20 0 50980690 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 1652 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 3557.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2500676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3564.3 s]
/proc/loadavg: 4.34 4.25 4.20 5/343 58173
/proc/meminfo: memFree=116972968/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=2500676 CPUtime=3600.01 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 179192 0 211 0 359279 722 0 0 20 0 20 0 50980685 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 625169 5505 1 0 642747 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=2369 CPUtime=3494.41 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 70094 0 200 0 348869 572 0 0 20 0 20 0 50980690 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=2500676 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 1652 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=2500676 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2500676 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.92 s, system=7.24253 s

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

[startup+3564.3 s]
/proc/loadavg: 4.34 4.25 4.20 5/343 58173
/proc/meminfo: memFree=116972968/131249992 swapFree=33010684/33010684
[pid=57693] ppid=57687 vsize=19063512 memory=2500676 CPUtime=3600.01 cores=4,6
/proc/57693/stat : 57693 (java) S 57687 57693 57637 0 -1 4194304 179192 0 211 0 359279 722 0 0 20 0 20 0 50980685 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
/proc/57693/statm: 4765878 625169 5505 1 0 642747 0
[pid=57693/tid=57708] ppid=57687 vsize=19063512 memory=2369 CPUtime=3494.41 cores=4,6
/proc/57693/task/57708/stat : 57708 (java) R 57687 57693 57637 0 -1 4194368 70094 0 200 0 348869 572 0 0 20 0 20 0 50980690 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57740] ppid=57687 vsize=19063512 memory=2500676 CPUtime=0 cores=4,6
/proc/57693/task/57740/stat : 57740 (Finalizer) S 57687 57693 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57762] ppid=57687 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/57693/task/57762/stat : 57762 (Common-Cleaner) S 57687 57693 57637 0 -1 4194368 1652 0 0 0 0 0 0 0 20 0 20 0 50980693 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
[pid=57693/tid=57778] ppid=57687 vsize=19063512 memory=2500676 CPUtime=0 cores=4,6
/proc/57693/task/57778/stat : 57778 (Timer-0) S 57687 57693 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 50980724 19521036288 625169 18446744073709551615 94772143386624 94772143390320 140735606814992 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94772143398136 94772143398928 94772157927424 140735606823213 140735606823398 140735606823398 140735606829000 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2500676 KiB

Child status: 143

Real time (s): 3564.39
CPU time (s): 3600.16
CPU user time (s): 3592.92
CPU system time (s): 7.24253
CPU usage (%): 101.004
Max. virtual memory (cumulated for all children) (KiB): 19069484
Max. memory (cumulated for all children) (KiB): 2816272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.92
system time used= 7.24253
maximum resident set size= 2816272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180704
page faults= 211
swaps= 0
block input operations= 0
block output operations= 4998672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140470
involuntary context switches= 35755


# summary of solver processes directly reported to runsolver:
#   pid: 57693
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3592.92
#   total CPU system time (s): 7.24253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.13877 second user time and 16.0195 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-01 08:56:59
IDJOB=4489007
IDBENCH=147536
IDSOLVER=3362
FILE ID=nodeC025/4489007-1751353019
RUNJOBID= nodeC025-1751353019-57648
SLURM_JOB_ID= 9598147
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_17.opb.PB06.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489007-1751353019/watcher-4489007-1751353019 -o /tmp/evaluation-result-4489007-1751353019/solver-4489007-1751353019 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751353019-57648 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489007-1751353019 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489007-1751353019.opb

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

MD5SUM BENCH= 86551de4ee1411a66be87614daaae1c0
RANDOM SEED=1667087102

nodeC025 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.829
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.67
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		: 2401.909
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.67
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.896
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.67
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		: 2550.161
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.67
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		: 3600.211
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.67
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		: 2264.190
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.67
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.829
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.67
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		: 2320.679
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127028468 kB
MemAvailable:   129728552 kB
Buffers:            3280 kB
Cached:          3498616 kB
SwapCached:            0 kB
Active:           409472 kB
Inactive:        3159456 kB
Active(anon):      85116 kB
Inactive(anon):        0 kB
Active(file):     324356 kB
Inactive(file):  3159456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:         70412 kB
Mapped:           102652 kB
Shmem:             18084 kB
KReclaimable:     111024 kB
Slab:             199048 kB
SReclaimable:     111024 kB
SUnreclaim:        88024 kB
KernelStack:        4024 kB
PageTables:         2716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC025 at 2025-07-01 09:56:24