Trace number 4489329

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)218 3600.13 3524.97

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
MD5SUMf4fbd70ee8b80515313bebcddc52f82a
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 benchmark181
Best CPU time to get the best result obtained on this benchmark3600.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 476
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 476
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 476
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4489329-1751356585.opb
0.13/0.15	c reading problem ... 
0.13/0.17	c using VERIPB proof format
0.13/0.17	c  objective function found
0.29/0.25	c ... done. Wall clock time 0.098s.
0.29/0.25	c declared #vars     476
0.29/0.25	c #constraints  476
0.29/0.25	c constraints type 
0.29/0.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 475
0.29/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.29/0.25	c 476 constraints processed.
0.29/0.26	c objective function length is 476 literals
0.29/0.27	c SATISFIABLE
0.29/0.27	c OPTIMIZING...
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.124
0.29/0.27	o 230
1.65/0.94	c Got one! Elapsed wall clock time (in seconds):0.789
1.65/0.94	o 229
2.44/1.39	c Got one! Elapsed wall clock time (in seconds):1.244
2.44/1.39	o 228
7.26/4.21	c Got one! Elapsed wall clock time (in seconds):4.061
7.26/4.21	o 227
13.82/10.23	c Got one! Elapsed wall clock time (in seconds):10.085
13.82/10.23	o 226
81.42/77.47	c cleaning 3161 clauses out of 6332 with flag 0/6332
206.70/201.89	c cleaning 4580 clauses out of 9170 with flag 0/12331
326.41/321.19	c cleaning 5788 clauses out of 11590 with flag 0/19331
361.35/355.18	c cleaning 6895 clauses out of 13803 with flag 0/27332
367.19/360.93	c Got one! Elapsed wall clock time (in seconds):360.786
367.19/360.93	o 225
406.58/400.13	c cleaning 6305 clauses out of 12621 with flag 0/33045
429.07/422.47	c cleaning 6150 clauses out of 12316 with flag 0/39045
459.40/452.38	c cleaning 6575 clauses out of 13165 with flag 0/46044
462.26/455.17	c Got one! Elapsed wall clock time (in seconds):455.019
462.26/455.17	o 224
480.48/472.79	c cleaning 6262 clauses out of 12529 with flag 0/51983
583.47/575.43	c cleaning 6127 clauses out of 12267 with flag 0/57983
620.64/612.16	c cleaning 6563 clauses out of 13141 with flag 0/64984
656.54/647.79	c cleaning 7284 clauses out of 14577 with flag 0/72983
710.68/701.04	c cleaning 8142 clauses out of 16294 with flag 0/81984
767.20/757.09	c cleaning 9070 clauses out of 18152 with flag 0/91984
832.75/821.30	c cleaning 10036 clauses out of 20082 with flag 0/102984
901.41/888.28	c cleaning 11017 clauses out of 22045 with flag 0/114983
909.53/896.39	c Got one! Elapsed wall clock time (in seconds):896.237
909.53/896.39	o 223
924.76/911.23	c cleaning 8069 clauses out of 16146 with flag 0/120101
951.04/936.85	c Got one! Elapsed wall clock time (in seconds):936.701
951.04/936.85	o 222
980.30/965.81	c cleaning 9325 clauses out of 18656 with flag 0/130680
1006.69/991.85	c cleaning 7663 clauses out of 15332 with flag 0/136681
1031.12/1015.70	c Got one! Elapsed wall clock time (in seconds):1015.555
1031.12/1015.70	o 221
1071.64/1055.96	c cleaning 9242 clauses out of 18487 with flag 0/147499
1095.56/1079.11	c cleaning 7617 clauses out of 15245 with flag 0/153499
1120.59/1103.84	c cleaning 7307 clauses out of 14627 with flag 0/160498
1153.26/1135.94	c cleaning 7649 clauses out of 15321 with flag 0/168499
1202.11/1183.98	c cleaning 8323 clauses out of 16671 with flag 0/177498
1278.40/1259.25	c cleaning 9169 clauses out of 18349 with flag 0/187499
1327.34/1307.36	c Got one! Elapsed wall clock time (in seconds):1307.21
1327.34/1307.36	o 220
1371.25/1349.95	c cleaning 12320 clauses out of 24667 with flag 0/202986
1405.95/1383.90	c cleaning 9166 clauses out of 18347 with flag 0/208986
1451.48/1429.24	c cleaning 8070 clauses out of 16181 with flag 0/215986
1536.06/1512.93	c cleaning 8041 clauses out of 16111 with flag 0/223986
1591.03/1566.82	c cleaning 8531 clauses out of 17071 with flag 0/232987
1639.61/1614.56	c cleaning 9263 clauses out of 18539 with flag 0/242986
1691.70/1664.43	c cleaning 10124 clauses out of 20277 with flag 0/253987
1766.63/1738.35	c cleaning 11062 clauses out of 22152 with flag 0/265986
1853.53/1823.16	c cleaning 12035 clauses out of 24090 with flag 0/278986
1935.10/1903.83	c Got one! Elapsed wall clock time (in seconds):1903.679
1935.10/1903.83	o 219
1972.71/1940.37	c cleaning 13598 clauses out of 27212 with flag 0/294143
2006.46/1973.46	c cleaning 9797 clauses out of 19614 with flag 0/300143
2055.53/2022.14	c cleaning 8397 clauses out of 16817 with flag 0/307143
2109.01/2074.68	c cleaning 8196 clauses out of 16420 with flag 0/315143
2176.75/2141.36	c cleaning 8597 clauses out of 17224 with flag 0/324143
2241.52/2205.69	c cleaning 9306 clauses out of 18627 with flag 0/334143
2304.40/2267.50	c cleaning 10149 clauses out of 20321 with flag 0/345143
2376.05/2336.36	c cleaning 11080 clauses out of 22172 with flag 0/357143
2446.79/2406.18	c cleaning 12035 clauses out of 24093 with flag 0/370144
2497.04/2455.65	c cleaning 13017 clauses out of 26057 with flag 0/384143
2564.98/2522.31	c cleaning 14007 clauses out of 28040 with flag 0/399143
2649.82/2606.08	c cleaning 15011 clauses out of 30033 with flag 0/415143
2805.52/2754.84	c cleaning 16002 clauses out of 32023 with flag 0/432144
2961.84/2904.47	c cleaning 16994 clauses out of 34021 with flag 0/450144
2993.33/2935.15	c Got one! Elapsed wall clock time (in seconds):2935.002
2993.33/2935.15	o 218
3032.59/2973.17	c cleaning 13751 clauses out of 27508 with flag 0/460625
3067.38/3006.15	c cleaning 9869 clauses out of 19757 with flag 0/466625
3103.49/3041.38	c cleaning 8438 clauses out of 16889 with flag 0/473626
3186.73/3122.00	c cleaning 8217 clauses out of 16451 with flag 0/481626
3245.25/3179.65	c cleaning 8607 clauses out of 17233 with flag 0/490625
3329.70/3262.38	c cleaning 9301 clauses out of 18626 with flag 0/500625
3405.08/3336.77	c cleaning 10154 clauses out of 20325 with flag 0/511625
3468.98/3398.66	c cleaning 11076 clauses out of 22171 with flag 0/523625
3594.12/3519.52	c cleaning 12041 clauses out of 24095 with flag 0/536625
3600.04/3524.91	c starts		: 57
3600.04/3524.91	c conflicts		: 538074
3600.04/3524.91	c decisions		: 793675
3600.04/3524.91	c propagations		: 9307916
3600.04/3524.91	c inspects		: 802652646
3600.04/3524.91	c shortcuts		: 0
3600.04/3524.91	c learnt literals	: 0
3600.04/3524.91	c learnt binary clauses	: 0
3600.04/3524.91	c learnt ternary clauses	: 0
3600.04/3524.91	c learnt constraints	: 538074
3600.04/3524.91	c ignored constraints	: 0
3600.04/3524.91	c root simplifications	: 0
3600.04/3524.91	c removed literals (reason simplification)	: 0
3600.04/3524.91	c reason swapping (by a shorter reason)	: 0
3600.04/3524.91	c Calls to reduceDB	: 56
3600.04/3524.91	c Number of update (reduction) of LBD	: 524289
3600.04/3524.91	c Imported unit clauses	: 0
3600.04/3524.91	c No decision after first conflict	: false
3600.04/3524.91	c number of reductions to clauses (during analyze)	: 0
3600.04/3524.91	c number of learned constraints concerned by reduction	: 0
3600.04/3524.91	c number of learning phase by resolution	: 0
3600.04/3524.91	c number of learning phase by cutting planes	: 0
3600.04/3524.91	c number of rounding to 1 operations	: 0
3600.04/3524.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3524.91	c number of reductions of the coefficients by power 2 	: 0
3600.04/3524.91	c number of right shift for reduction by power 2 	: 0
3600.04/3524.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3524.91	c number of ending skipping 	: 0
3600.04/3524.91	c number of internal skipping 	: 0
3600.04/3524.91	c number of derivation steps 	: 2685118
3600.04/3524.91	c number of skipped derivation steps 	: 0
3600.04/3524.91	c number of remaining unassigned 	: 5200705
3600.04/3524.91	c number of remaining assigned 	: 446563014
3600.04/3524.91	c number of falsified literals weakened from reason	: 0
3600.04/3524.91	c number of falsified literals weakened from conflict	: 0
3600.04/3524.91	c time for arithmetic operations	: 45981152475
3600.04/3524.91	c minimum degree of deleted constraints	: 1
3600.04/3524.91	c maximum degree of deleted constraints	: 3977364439054100611120743140803742404268790546157862003043346390864162222790675852747966734810873638938266958964374563405246732074172425215434168691568364316289430525558232354669582036109685254996079831352286581763532897347808019083935640516149271772467532464902151229561087168063987809896594889687591584264782488150973911029860146282627255149348085409943505608327404776676611015502130293859181963258263533454119422131088891108379187991977221549089915683624554128373681411482246891870096318534622404603968548617500617870985392173367334686015896210597811515309788592382935278647826860559677982342948156535539764916456962550335333346861909475528560587404024445193574967176437249733771081847780187396243363457745688400056911240544705577918525484776847988291065086985001710067507608650278033925891351480950932992327977841399549870521397257373733963271998882704047209376242512019707229873556621347857037136158485124821868275100639052072403128837126104754691228776852251868095796827826419481067360063963512236962919270815557814844211529685994458309375339769032989250658659482371950437513503407464806392134082788676969354665375708703945755806268575743105986978647298750344329608504940385014834001383339116703127485678099127867466853552520866668897656891787504589152680676102492601988811661434879979431695021168866777441962056309689498911134792776364043846949562409516271292475358911157032915070833062597710323590741142041966480045856961370786600560426197912953206164647063392409693695633177783565146617146492480551279578325687157315781975510080269275254488590740174752095968490580560223942001360755796746845250448323648393158844455507212159722732708582824029685785956207628799338780390816192990235406852848103918005297420275409300015945081698085757977482100641643338442369085608946081998869866730064794833830085473992679828231214087783244154877768319356481645370432407397524419686801216049768989706907412102450726142389088764618198829685035449606272174279364001355607398455788027120168916202564478994108696918960386657480348579619178244276811179419435293332077228357594971745123909791406236309071196794322716295329244285372256507724547541333194324851362388037291713120156279155157893419695112413597153995668051295332201628390212083579397052291302380343484695808432256515343075390560566363016376572505742899143117827736878648560703074909343790477871164717874261612564589187801507900319150985843883718475943020991736789467599125412030513140288196553073592172763842273146354844295489894681721758168355026344310564444741729267622350137318124368599484550682208535506185914501728468693757446232110257184847641907165477063473713376188065154747172914955871262801632634915924359086891484097504996643282370114685520083417724816191798194372648321647999262723061113878615303350391922733714616723114054904941949963318651450779103526362735359825614322963701760
3600.04/3524.92	c number of deleted constraints	: 524571
3600.04/3524.92	c speed (assignments/second)	: 2640.807252241926
3600.04/3524.92	c non guided choices	: 3
3600.04/3524.93	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 547
3600.04/3524.93	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.04/3524.93	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 12955
3600.04/3524.93	s SATISFIABLE
3600.04/3524.93	c Found 13 solution(s)
3600.04/3524.93	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 
3600.04/3524.93	c objective function=218
3600.04/3524.93	c Total wall clock time (in seconds): 3524.781

Verifier Data

OK	218

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489329-1751356585/watcher-4489329-1751356585 -o /tmp/evaluation-result-4489329-1751356585/solver-4489329-1751356585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751353019-57648 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489329-1751356585 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489329-1751356585.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=58220, runsolver pid=58217
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.34 4.25 4.20 5/341 58238
/proc/meminfo: memFree=121857528/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=18930384 memory=59528 CPUtime=0.13 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 6501 0 0 0 11 2 0 0 20 0 18 0 51337229 19384713216 14882 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4732596 14882 5355 1 0 547620 0
[pid=58220/tid=58222] ppid=58217 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 5081 0 0 0 6 1 0 0 20 0 18 0 51337230 19384713216 14882 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51337233 19384713216 14882 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=18930384 memory=57385981077077 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51337233 19384713216 14882 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59528 KiB

[startup+0.20563 s]*
/proc/loadavg: 4.34 4.25 4.20 7/341 58238
/proc/meminfo: memFree=121852424/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=18930384 memory=65780 CPUtime=0.29 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 6959 0 0 0 27 2 0 0 20 0 18 0 51337229 19384713216 16445 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4732596 16445 5419 1 0 548017 0
[pid=58220/tid=58222] ppid=58217 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 5439 0 0 0 14 1 0 0 20 0 18 0 51337230 19384713216 16445 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=18930384 memory=17913 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51337233 19384713216 16445 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=18930384 memory=56286469424100 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51337233 19384713216 16445 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65780 KiB

[startup+0.305637 s]*
/proc/loadavg: 4.34 4.25 4.20 7/342 58239
/proc/meminfo: memFree=121845304/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=18996948 memory=73188 CPUtime=0.48 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 7229 0 0 0 46 2 0 0 20 0 19 0 51337229 19452874752 18297 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4749237 18297 5483 1 0 548502 0
[pid=58220/tid=58222] ppid=58217 vsize=18996948 memory=-6000919477068784746 CPUtime=0.24 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 5570 0 0 0 22 2 0 0 20 0 19 0 51337230 19452874752 18297 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51337233 19452874752 18297 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51337233 19452874752 18297 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 51337257 19452874752 18297 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73188 KiB

[startup+0.700221 s]
/proc/loadavg: 4.39 4.26 4.20 7/342 58239
/proc/meminfo: memFree=121757844/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=18996948 memory=159152 CPUtime=1.25 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 12714 0 0 0 120 5 0 0 20 0 19 0 51337229 19452874752 39788 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4749237 39788 5483 1 0 552558 0
[pid=58220/tid=58222] ppid=58217 vsize=18996948 memory=17920 CPUtime=0.61 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 5615 0 0 0 58 3 0 0 20 0 19 0 51337230 19452874752 39788 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51337233 19452874752 39788 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51337233 19452874752 39788 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 51337257 19452874752 39788 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159152 KiB

[startup+1.50023 s]
/proc/loadavg: 4.39 4.26 4.20 6/343 58240
/proc/meminfo: memFree=121699244/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=177004 CPUtime=2.83 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 21190 0 0 0 276 7 0 0 20 0 20 0 51337229 19521036288 44251 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 44251 5515 1 0 554092 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=10752 CPUtime=1.37 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 6602 0 0 0 133 4 0 0 20 0 20 0 51337230 19521036288 44251 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 44251 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 44251 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 44251 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177004 KiB

[startup+3.10549 s]
/proc/loadavg: 4.39 4.26 4.20 6/343 58240
/proc/meminfo: memFree=121513000/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=279732 CPUtime=5.98 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 25662 0 0 0 586 12 0 0 20 0 20 0 51337229 19521036288 69933 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 69933 5515 1 0 555959 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=10752 CPUtime=2.87 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 7207 0 0 0 282 5 0 0 20 0 20 0 51337230 19521036288 69933 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=-6000919477068784746 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 69933 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 69933 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 69933 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 279732 KiB

[startup+6.30022 s]
/proc/loadavg: 4.36 4.26 4.20 5/343 58240
/proc/meminfo: memFree=120960024/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=766104 CPUtime=9.73 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 26499 0 0 0 951 22 0 0 20 0 20 0 51337229 19521036288 191526 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 191526 5515 1 0 662478 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=0 CPUtime=5.99 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 7553 0 0 0 584 15 0 0 20 0 20 0 51337230 19521036288 191526 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 191526 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 191526 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=188448 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 191526 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 9.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 766104 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.25 4.20 5/342 58240
/proc/meminfo: memFree=120508180/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=954816 CPUtime=16.33 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 29157 0 0 0 1606 27 0 0 20 0 20 0 51337229 19521036288 238704 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 238704 5515 1 0 662506 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=188448 CPUtime=12.27 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 8543 0 0 0 1208 19 0 0 20 0 20 0 51337230 19521036288 238704 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 238704 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=954816 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 238704 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 238704 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 16.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 954816 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.24 4.20 5/342 58240
/proc/meminfo: memFree=119878948/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=1272316 CPUtime=29.15 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 32623 0 0 0 2880 35 0 0 20 0 20 0 51337229 19521036288 318079 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 318079 5515 1 0 662508 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=10752 CPUtime=24.96 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 10604 0 0 0 2471 25 0 0 20 0 20 0 51337230 19521036288 318079 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=954816 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 318079 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 318079 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 318079 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 29.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1272316 KiB

[startup+51.1056 s]
/proc/loadavg: 4.17 4.22 4.19 5/344 58243
/proc/meminfo: memFree=119103964/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=1591836 CPUtime=54.81 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 36592 0 0 0 5437 44 0 0 20 0 20 0 51337229 19521036288 397959 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 397959 5515 1 0 662509 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=1591836 CPUtime=50.38 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 12575 0 0 0 5008 30 0 0 20 0 20 0 51337230 19521036288 397959 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0

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

/proc/meminfo: memFree=107574792/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=2477280 CPUtime=3288.76 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 174353 0 0 0 328240 636 0 0 20 0 20 0 51337229 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 619320 5547 1 0 634555 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=2477280 CPUtime=3167.73 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 67164 0 0 0 316291 482 0 0 20 0 20 0 51337230 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=2477280 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 1400 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 3288.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2477280 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.26 4.21 5/341 58420
/proc/meminfo: memFree=107470960/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=2477280 CPUtime=3349.72 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 174912 0 0 0 334325 647 0 0 20 0 20 0 51337229 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 619320 5547 1 0 634555 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=2477280 CPUtime=3226.83 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 67504 0 0 0 322192 491 0 0 20 0 20 0 51337230 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=2477280 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=2477280 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 1400 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=2477280 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 3349.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2477280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.23 4.19 5/342 58429
/proc/meminfo: memFree=107367712/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=2477280 CPUtime=3410.73 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 176919 0 0 0 340413 660 0 0 20 0 20 0 51337229 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 619320 5547 1 0 634555 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=17920 CPUtime=3285.87 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 68473 0 0 0 328085 502 0 0 20 0 20 0 51337230 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=2477280 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 1478 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 619320 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 3410.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2477280 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.20 4.18 5/342 58431
/proc/meminfo: memFree=107432000/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=2285712 CPUtime=3473.19 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 181417 0 0 0 346646 673 0 0 20 0 20 0 51337229 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 571428 5547 1 0 586531 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=2477280 CPUtime=3344.69 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 69613 0 0 0 333957 512 0 0 20 0 20 0 51337230 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 1534 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=2477280 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 3473.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2285712 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.22 4.19 5/342 58433
/proc/meminfo: memFree=107296876/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=2285712 CPUtime=3534.24 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 181450 0 0 0 352738 686 0 0 20 0 20 0 51337229 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 571428 5547 1 0 586531 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=2477280 CPUtime=3403.61 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 69633 0 0 0 339838 523 0 0 20 0 20 0 51337230 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=2285712 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 1534 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=2285712 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 3534.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2285712 KiB

[startup+3522.3 s]
/proc/loadavg: 4.62 4.32 4.23 5/342 58569
/proc/meminfo: memFree=114609384/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=2285712 CPUtime=3596.92 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 182383 0 0 0 358991 701 0 0 20 0 20 0 51337229 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 571428 5547 1 0 586531 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=5632 CPUtime=3462.65 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 70276 0 0 0 345731 534 0 0 20 0 20 0 51337230 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=2285712 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 1534 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=2285712 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 3596.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2285712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3524.9 s]
/proc/loadavg: 4.62 4.32 4.23 5/342 58569
/proc/meminfo: memFree=114595396/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=2285712 CPUtime=3600.04 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 182384 0 0 0 359302 702 0 0 20 0 20 0 51337229 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 571428 5547 1 0 586531 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=5632 CPUtime=3465.2 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 70276 0 0 0 345986 534 0 0 20 0 20 0 51337230 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=2285712 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 1534 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=2285712 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2285712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.1 s, system=7.03402 s

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

[startup+3524.9 s]
/proc/loadavg: 4.62 4.32 4.23 5/342 58569
/proc/meminfo: memFree=114595396/131249992 swapFree=33010684/33010684
[pid=58220] ppid=58217 vsize=19063512 memory=2285712 CPUtime=3600.04 cores=4,6
/proc/58220/stat : 58220 (java) S 58217 58220 57637 0 -1 4194304 182384 0 0 0 359302 702 0 0 20 0 20 0 51337229 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
/proc/58220/statm: 4765878 571428 5547 1 0 586531 0
[pid=58220/tid=58222] ppid=58217 vsize=19063512 memory=5632 CPUtime=3465.2 cores=4,6
/proc/58220/task/58222/stat : 58222 (java) R 58217 58220 57637 0 -1 4194368 70276 0 0 0 345986 534 0 0 20 0 20 0 51337230 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58231] ppid=58217 vsize=19063512 memory=2285712 CPUtime=0 cores=4,6
/proc/58220/task/58231/stat : 58231 (Finalizer) S 58217 58220 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58238] ppid=58217 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/58220/task/58238/stat : 58238 (Common-Cleaner) S 58217 58220 57637 0 -1 4194368 1534 0 0 0 0 0 0 0 20 0 20 0 51337233 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
[pid=58220/tid=58239] ppid=58217 vsize=19063512 memory=2285712 CPUtime=0 cores=4,6
/proc/58220/task/58239/stat : 58239 (Timer-0) S 58217 58220 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51337257 19521036288 571428 18446744073709551615 94349406158848 94349406162544 140730704862960 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349406170360 94349406171152 94349410951168 140730704865581 140730704865766 140730704865766 140730704871368 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2285712 KiB

Child status: 143

Real time (s): 3524.97
CPU time (s): 3600.13
CPU user time (s): 3593.1
CPU system time (s): 7.03402
CPU usage (%): 102.132
Max. virtual memory (cumulated for all children) (KiB): 19066376
Max. memory (cumulated for all children) (KiB): 2609692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.1
system time used= 7.03402
maximum resident set size= 2609692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4551392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141359
involuntary context switches= 33083


# summary of solver processes directly reported to runsolver:
#   pid: 58220
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3593.1
#   total CPU system time (s): 7.03402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.31794 second user time and 16.6554 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-01 09:56:25
IDJOB=4489329
IDBENCH=147545
IDSOLVER=3362
FILE ID=nodeC025/4489329-1751356585
RUNJOBID= nodeC025-1751353019-57648
SLURM_JOB_ID= 9598147
Free space on /tmp= 433060 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_16.opb.PB06.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489329-1751356585/watcher-4489329-1751356585 -o /tmp/evaluation-result-4489329-1751356585/solver-4489329-1751356585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751353019-57648 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489329-1751356585 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489329-1751356585.opb

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

MD5SUM BENCH= f4fbd70ee8b80515313bebcddc52f82a
RANDOM SEED=460169263

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		: 3601.153
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		: 3599.841
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.839
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		: 3700.000
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		: 3599.868
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		: 3599.826
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		: 3476.539
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        121876556 kB
MemAvailable:   124678832 kB
Buffers:            3280 kB
Cached:          3600580 kB
SwapCached:            0 kB
Active:          5504140 kB
Inactive:        3261340 kB
Active(anon):    5179764 kB
Inactive(anon):        0 kB
Active(file):     324376 kB
Inactive(file):  3261340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             65480 kB
Writeback:             0 kB
AnonPages:       5163776 kB
Mapped:           123160 kB
Shmem:             18084 kB
KReclaimable:     111596 kB
Slab:             202956 kB
SReclaimable:     111596 kB
SUnreclaim:        91360 kB
KernelStack:        5184 kB
PageTables:        13784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8385228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4931584 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 10:55:10