Trace number 4498359

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)76 3600.27 3605.13

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_500_10_1.opb
MD5SUM763c698584b52ae611e381227b838c50
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark72001.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint11
Maximum length of a constraint23
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6318
Sum of products size (including duplicates)12636
Number of different products6318
Sum of products size12636

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.11/0.10	c Free memory 		2104792832
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4498359-1751390549.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  objective function found
0.30/0.27	c ... done. Wall clock time 0.127s.
0.30/0.27	c declared #vars     500
0.30/0.27	c internal #vars     6818
0.30/0.27	c #constraints  13136
0.30/0.27	c constraints type 
0.30/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
0.30/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6818
0.30/0.27	c 13136 constraints processed.
0.30/0.29	c objective function length is 500 literals
0.49/0.32	c SATISFIABLE
0.49/0.32	c OPTIMIZING...
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.185
0.49/0.32	o 79
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.319
0.67/0.46	o 78
1.06/0.65	c Got one! Elapsed wall clock time (in seconds):0.513
1.06/0.65	o 77
1.06/0.69	c Got one! Elapsed wall clock time (in seconds):0.547
1.06/0.69	o 76
4.83/3.58	c cleaning 2906 clauses out of 5825 with flag 11002/5825
9.29/7.74	c cleaning 4456 clauses out of 8918 with flag 27728/11824
14.29/12.70	c cleaning 5723 clauses out of 11462 with flag 47251/18824
19.89/18.33	c cleaning 6868 clauses out of 13743 with flag 70401/26828
26.63/25.04	c cleaning 7923 clauses out of 15871 with flag 95732/35824
34.12/32.57	c cleaning 8965 clauses out of 17952 with flag 123777/45828
42.30/40.77	c cleaning 9993 clauses out of 19985 with flag 155822/56826
51.18/49.62	c cleaning 10983 clauses out of 21991 with flag 190309/68825
61.16/59.63	c cleaning 11992 clauses out of 24007 with flag 226715/81824
71.26/69.77	c cleaning 13004 clauses out of 26015 with flag 265302/95824
81.94/80.42	c cleaning 14004 clauses out of 28011 with flag 306086/110824
93.21/91.75	c cleaning 14986 clauses out of 30007 with flag 348105/126824
105.54/104.06	c cleaning 15979 clauses out of 32021 with flag 393715/143824
118.55/117.01	c cleaning 17011 clauses out of 34042 with flag 444407/161824
132.11/130.63	c cleaning 18016 clauses out of 36031 with flag 498402/180824
147.21/145.74	c cleaning 19008 clauses out of 38017 with flag 553399/200826
163.38/161.96	c cleaning 20002 clauses out of 40007 with flag 609475/221824
180.55/179.12	c cleaning 20985 clauses out of 42005 with flag 667760/243824
198.10/196.74	c cleaning 22005 clauses out of 44022 with flag 732294/266826
216.85/215.50	c cleaning 23001 clauses out of 46016 with flag 797475/290825
236.04/234.76	c cleaning 23998 clauses out of 48017 with flag 867779/315827
255.59/254.33	c cleaning 25003 clauses out of 50016 with flag 938968/341824
276.03/274.85	c cleaning 25999 clauses out of 52013 with flag 1013055/368824
297.31/296.12	c cleaning 26997 clauses out of 54016 with flag 1091495/396826
318.87/317.72	c cleaning 28008 clauses out of 56017 with flag 1169126/425824
341.23/340.15	c cleaning 28984 clauses out of 58009 with flag 1250989/455824
364.97/363.95	c cleaning 30004 clauses out of 60028 with flag 1335875/486827
389.06/388.09	c cleaning 30999 clauses out of 62024 with flag 1420993/518827
413.89/412.94	c cleaning 31999 clauses out of 64022 with flag 1510651/551824
439.34/438.41	c cleaning 33004 clauses out of 66025 with flag 1604601/585826
465.92/465.01	c cleaning 34004 clauses out of 68020 with flag 1700466/620825
494.15/493.36	c cleaning 35000 clauses out of 70016 with flag 1795577/656825
521.90/521.14	c cleaning 36007 clauses out of 72017 with flag 1897257/693826
550.66/549.96	c cleaning 36983 clauses out of 74011 with flag 1999070/731827
580.29/579.60	c cleaning 38003 clauses out of 76025 with flag 2103608/770824
610.83/610.21	c cleaning 39008 clauses out of 78023 with flag 2210085/810825
641.78/641.24	c cleaning 39999 clauses out of 80014 with flag 2318766/851824
673.52/673.08	c cleaning 41003 clauses out of 82015 with flag 2428981/893824
706.06/705.67	c cleaning 41997 clauses out of 84012 with flag 2540380/936824
739.49/739.14	c cleaning 43001 clauses out of 86022 with flag 2665462/980831
774.64/774.30	c cleaning 44006 clauses out of 88014 with flag 2791347/1025824
810.56/810.34	c cleaning 44989 clauses out of 90008 with flag 2918922/1071824
847.78/847.65	c cleaning 46001 clauses out of 92022 with flag 3047569/1118827
885.82/885.77	c cleaning 46995 clauses out of 94018 with flag 3180254/1166824
923.74/923.73	c cleaning 48003 clauses out of 96024 with flag 3318495/1215825
962.36/962.46	c cleaning 49000 clauses out of 98020 with flag 3458962/1265824
1001.47/1001.66	c cleaning 49998 clauses out of 100020 with flag 3601861/1316824
1042.31/1042.52	c cleaning 51012 clauses out of 102023 with flag 3746171/1368825
1083.42/1083.71	c cleaning 51998 clauses out of 104010 with flag 3892495/1421824
1125.68/1126.00	c cleaning 53003 clauses out of 106012 with flag 4038666/1475824
1166.88/1167.39	c cleaning 53998 clauses out of 108012 with flag 4190538/1530827
1210.00/1210.54	c cleaning 54995 clauses out of 110012 with flag 4341236/1586825
1253.55/1254.10	c cleaning 56002 clauses out of 112016 with flag 4493019/1643824
1298.45/1299.17	c cleaning 56999 clauses out of 114014 with flag 4645820/1701824
1343.15/1343.91	c cleaning 58001 clauses out of 116015 with flag 4797298/1760824
1388.16/1389.10	c cleaning 58998 clauses out of 118015 with flag 4961843/1820825
1435.11/1436.07	c cleaning 59997 clauses out of 120018 with flag 5136483/1881826
1484.01/1485.08	c cleaning 61000 clauses out of 122023 with flag 5305459/1943828
1532.60/1533.78	c cleaning 62002 clauses out of 124019 with flag 5481761/2006824
1581.84/1583.08	c cleaning 62997 clauses out of 126018 with flag 5657605/2070825
1631.93/1633.25	c cleaning 63995 clauses out of 128020 with flag 5830806/2135824
1682.62/1684.07	c cleaning 65001 clauses out of 130025 with flag 6008594/2201824
1735.11/1736.67	c cleaning 66006 clauses out of 132024 with flag 6185561/2268824
1789.54/1791.15	c cleaning 66997 clauses out of 134018 with flag 6364329/2336824
1844.71/1846.40	c cleaning 68006 clauses out of 136021 with flag 6542970/2405824
1899.28/1901.19	c cleaning 69006 clauses out of 138015 with flag 6739339/2475824
1954.69/1956.68	c cleaning 69995 clauses out of 140009 with flag 6941372/2546824
2011.08/2013.15	c cleaning 71005 clauses out of 142015 with flag 7141210/2618825
2067.55/2069.76	c cleaning 71991 clauses out of 144010 with flag 7346375/2691825
2125.00/2127.31	c cleaning 72999 clauses out of 146021 with flag 7550425/2765827
2181.86/2184.36	c cleaning 73984 clauses out of 148019 with flag 7756492/2840824
2239.78/2242.08	c cleaning 74996 clauses out of 150035 with flag 7964676/2916824
2299.95/2302.37	c cleaning 76011 clauses out of 152040 with flag 8185716/2993825
2360.92/2363.46	c cleaning 76998 clauses out of 154028 with flag 8406400/3071824
2423.99/2426.63	c cleaning 78002 clauses out of 156030 with flag 8632701/3150824
2487.07/2489.88	c cleaning 79001 clauses out of 158031 with flag 8863284/3230827
2552.38/2555.20	c cleaning 80010 clauses out of 160029 with flag 9087495/3311826
2616.34/2619.34	c cleaning 81001 clauses out of 162017 with flag 9314586/3393824
2681.30/2684.40	c cleaning 82000 clauses out of 164017 with flag 9542849/3476825
2747.86/2751.19	c cleaning 83007 clauses out of 166016 with flag 9774005/3560824
2814.42/2817.80	c cleaning 83996 clauses out of 168013 with flag 10008864/3645828
2880.86/2884.35	c cleaning 85002 clauses out of 170013 with flag 10242725/3731824
2949.52/2953.13	c cleaning 86002 clauses out of 172014 with flag 10479221/3818827
3019.66/3023.47	c cleaning 87000 clauses out of 174010 with flag 10709129/3906825
3089.48/3093.40	c cleaning 87989 clauses out of 176010 with flag 10960679/3995825
3161.39/3165.55	c cleaning 89004 clauses out of 178020 with flag 11210931/4085824
3233.72/3238.10	c cleaning 89998 clauses out of 180016 with flag 11474570/4176824
3304.84/3309.28	c cleaning 91009 clauses out of 182019 with flag 11741484/4268825
3376.99/3381.57	c cleaning 91992 clauses out of 184009 with flag 12004443/4361824
3449.64/3454.38	c cleaning 93001 clauses out of 186019 with flag 12255939/4455826
3522.58/3527.43	c cleaning 94005 clauses out of 188019 with flag 12515348/4550827
3596.34/3601.39	c cleaning 95000 clauses out of 190013 with flag 12777911/4646826
3600.03/3605.02	c starts		: 8
3600.03/3605.02	c conflicts		: 4651788
3600.03/3605.02	c decisions		: 11679462
3600.03/3605.02	c propagations		: 9744338545
3600.03/3605.02	c inspects		: 39243489152
3600.03/3605.02	c shortcuts		: 0
3600.03/3605.02	c learnt literals	: 0
3600.03/3605.02	c learnt binary clauses	: 0
3600.03/3605.02	c learnt ternary clauses	: 0
3600.03/3605.03	c learnt constraints	: 4651788
3600.03/3605.03	c ignored constraints	: 0
3600.03/3605.03	c root simplifications	: 0
3600.03/3605.03	c removed literals (reason simplification)	: 169619
3600.03/3605.03	c reason swapping (by a shorter reason)	: 0
3600.03/3605.03	c Calls to reduceDB	: 92
3600.03/3605.03	c Number of update (reduction) of LBD	: 1236042
3600.03/3605.03	c Imported unit clauses	: 0
3600.03/3605.03	c No decision after first conflict	: false
3600.03/3605.03	c number of reductions to clauses (during analyze)	: 0
3600.03/3605.03	c number of learned constraints concerned by reduction	: 0
3600.03/3605.03	c number of learning phase by resolution	: 0
3600.03/3605.03	c number of learning phase by cutting planes	: 0
3600.03/3605.03	c number of rounding to 1 operations	: 0
3600.03/3605.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3605.03	c number of reductions of the coefficients by power 2 	: 0
3600.03/3605.03	c number of right shift for reduction by power 2 	: 0
3600.03/3605.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3605.03	c number of ending skipping 	: 0
3600.03/3605.03	c number of internal skipping 	: 0
3600.03/3605.03	c number of derivation steps 	: 0
3600.03/3605.03	c number of skipped derivation steps 	: 0
3600.03/3605.03	c number of remaining unassigned 	: 0
3600.03/3605.03	c number of remaining assigned 	: 0
3600.03/3605.03	c number of falsified literals weakened from reason	: 0
3600.03/3605.03	c number of falsified literals weakened from conflict	: 0
3600.03/3605.03	c time for arithmetic operations	: 0
3600.03/3605.04	c minimum degree of deleted constraints	: null
3600.03/3605.04	c maximum degree of deleted constraints	: null
3600.03/3605.04	c number of deleted constraints	: 0
3600.03/3605.05	c speed (assignments/second)	: 2703195.492444964
3600.03/3605.05	c non guided choices	: 0
3600.03/3605.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 99975
3600.03/3605.10	s SATISFIABLE
3600.03/3605.10	c Found 4 solution(s)
3600.23/3605.11	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 x29 x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 x112 -x113 x114 -x115 -x116 x117 x118 x119 x120 x121 -x122 x123 x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 -x232 x233 x234 x235 -x236 x237 -x238 x239 x240 x241 x242 x243 x244 x245 x246 -x247 x248 x249 -x250 x251 x252 -x253 x254 x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 x423 -x424 -x425 x426 -x427 x428 x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 x452 x453 x454 -x455 -x456 x457 -x458 x459 x460 x461 -x462 -x463 x464 -x465 x466 -x467 -x468 x469 -x470 x471 -x472 -x473 -x474 x475 x476 x477 -x478 -x479 x480 -x481 x482 -x483 x484 x485 x486 x487 x488 x489 x490 -x491 -x492 x493 x494 x495 x496 -x497 -x498 -x499 x500 
3600.23/3605.11	c objective function=76
3600.23/3605.11	c Total wall clock time (in seconds): 3604.975

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498359-1751390549/watcher-4498359-1751390549 -o /tmp/evaluation-result-4498359-1751390549/solver-4498359-1751390549 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751383337-55331 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498359-1751390549.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=56348, runsolver pid=56345

[startup+0.100058 s]*
/proc/loadavg: 4.17 4.19 4.13 8/335 56367
/proc/meminfo: memFree=127218880/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=18930384 memory=55320 CPUtime=0.11 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 6477 0 0 0 9 2 0 0 20 0 18 0 54732506 19384713216 13830 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4732596 13830 5341 1 0 547556 0
[pid=56348/tid=56350] ppid=56345 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 5002 0 0 0 6 1 0 0 20 0 18 0 54732508 19384713216 13830 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54732510 19384713216 13830 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=18930384 memory=55186957824150 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 54732511 19384713216 13830 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55320 KiB

[startup+0.206098 s]*
/proc/loadavg: 4.17 4.19 4.13 9/336 56368
/proc/meminfo: memFree=127213272/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=18930384 memory=62108 CPUtime=0.3 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 7213 0 0 0 27 3 0 0 20 0 18 0 54732506 19384713216 15527 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4732596 15527 5405 1 0 548001 0
[pid=56348/tid=56350] ppid=56345 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 5274 0 0 0 14 1 0 0 20 0 18 0 54732508 19384713216 15527 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 54732510 19384713216 15527 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 54732511 19384713216 15527 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62108 KiB

[startup+0.305993 s]*
/proc/loadavg: 4.17 4.19 4.13 10/337 56369
/proc/meminfo: memFree=127191596/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=18996948 memory=81900 CPUtime=0.49 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 8244 0 0 0 45 4 0 0 20 0 19 0 54732506 19452874752 20475 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4749237 20475 5469 1 0 548410 0
[pid=56348/tid=56350] ppid=56345 vsize=18996948 memory=-6000919485608322666 CPUtime=0.23 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) S 56345 56348 55318 0 -1 4194368 5374 0 0 0 21 2 0 0 20 0 19 0 54732508 19452874752 20475 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54732510 19452874752 20475 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 54732511 19452874752 20475 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 54732536 19452874752 20475 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81900 KiB

[startup+0.700247 s]
/proc/loadavg: 4.17 4.19 4.13 8/337 56369
/proc/meminfo: memFree=127171812/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=18996948 memory=97480 CPUtime=1.25 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 12288 0 0 0 120 5 0 0 20 0 19 0 54732506 19452874752 24370 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4749237 24370 5469 1 0 551118 0
[pid=56348/tid=56350] ppid=56345 vsize=18996948 memory=18304 CPUtime=0.61 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 5411 0 0 0 59 2 0 0 20 0 19 0 54732508 19452874752 24370 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54732510 19452874752 24370 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 54732511 19452874752 24370 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 54732536 19452874752 24370 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97480 KiB

[startup+1.50023 s]
/proc/loadavg: 4.17 4.19 4.13 7/337 56369
/proc/meminfo: memFree=127116716/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=18996948 memory=101044 CPUtime=2.67 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 17623 0 0 0 262 5 0 0 20 0 19 0 54732506 19452874752 25261 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4749237 25261 5469 1 0 551951 0
[pid=56348/tid=56350] ppid=56345 vsize=18996948 memory=10752 CPUtime=1.4 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 5598 0 0 0 138 2 0 0 20 0 19 0 54732508 19452874752 25261 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54732510 19452874752 25261 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 54732511 19452874752 25261 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 54732536 19452874752 25261 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101044 KiB

[startup+3.1059 s]
/proc/loadavg: 4.17 4.19 4.13 8/335 56434
/proc/meminfo: memFree=128968012/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=18996948 memory=103220 CPUtime=4.44 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 18901 0 0 0 438 6 0 0 20 0 19 0 54732506 19452874752 25805 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4749237 25805 5469 1 0 551964 0
[pid=56348/tid=56350] ppid=56345 vsize=18996948 memory=10752 CPUtime=3 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 5878 0 0 0 298 2 0 0 20 0 19 0 54732508 19452874752 25805 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=18996948 memory=-6000919485608322666 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54732510 19452874752 25805 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 54732511 19452874752 25805 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 54732536 19452874752 25805 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 4.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103220 KiB

[startup+6.30015 s]
/proc/loadavg: 4.23 4.20 4.13 5/337 56437
/proc/meminfo: memFree=128912972/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=18996948 memory=108344 CPUtime=7.89 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 22526 0 0 0 783 6 0 0 20 0 19 0 54732506 19452874752 27086 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4749237 27086 5469 1 0 552142 0
[pid=56348/tid=56350] ppid=56345 vsize=18996948 memory=0 CPUtime=6.19 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 6993 0 0 0 616 3 0 0 20 0 19 0 54732508 19452874752 27086 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54732510 19452874752 27086 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 54732511 19452874752 27086 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=18996948 memory=14848 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 54732536 19452874752 27086 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 7.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 108344 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.20 4.13 5/337 56437
/proc/meminfo: memFree=128850032/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=18996948 memory=112364 CPUtime=14.29 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 25537 0 0 0 1423 6 0 0 20 0 19 0 54732506 19452874752 28091 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4749237 28091 5469 1 0 552142 0
[pid=56348/tid=56350] ppid=56345 vsize=18996948 memory=10752 CPUtime=12.58 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 7863 0 0 0 1255 3 0 0 20 0 19 0 54732508 19452874752 28091 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54732510 19452874752 28091 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=18996948 memory=-6000919485608322666 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 54732511 19452874752 28091 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 54732536 19452874752 28091 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 112364 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.20 4.13 5/340 56440
/proc/meminfo: memFree=128759668/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=18996948 memory=124780 CPUtime=27.13 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 28822 0 0 0 2706 7 0 0 20 0 19 0 54732506 19452874752 31195 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4749237 31195 5501 1 0 552142 0
[pid=56348/tid=56350] ppid=56345 vsize=18996948 memory=10752 CPUtime=25.34 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 8805 0 0 0 2531 3 0 0 20 0 19 0 54732508 19452874752 31195 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=18996948 memory=108344 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 54732510 19452874752 31195 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=18996948 memory=14848 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 54732511 19452874752 31195 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=18996948 memory=18304 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 54732536 19452874752 31195 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 27.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 124780 KiB

[startup+51.1059 s]
/proc/loadavg: 4.23 4.20 4.14 5/340 56440
/proc/meminfo: memFree=128616068/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=18996948 memory=153452 CPUtime=52.68 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 28918 0 0 0 5260 8 0 0 20 0 19 0 54732506 19452874752 38363 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4749237 38363 5501 1 0 552142 0
[pid=56348/tid=56350] ppid=56345 vsize=18996948 memory=18304 CPUtime=50.89 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 8858 0 0 0 5085 4 0 0 20 0 19 0 54732508 19452874752 38363 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=18996948 memory=147308 CPUtime=0 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/338 56605
/proc/meminfo: memFree=121813968/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=19063512 memory=1638688 CPUtime=3277.9 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 67607 0 0 0 327703 87 0 0 20 0 20 0 54732506 19521036288 409672 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4765878 409672 5565 1 0 556365 0
[pid=56348/tid=56350] ppid=56345 vsize=19063512 memory=14848 CPUtime=3273.16 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 25345 0 0 0 327307 9 0 0 20 0 20 0 54732508 19521036288 409672 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=19063512 memory=1612064 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54732510 19521036288 409672 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=19063512 memory=1634592 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 1510 0 0 0 0 0 0 0 20 0 20 0 54732511 19521036288 409672 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54732536 19521036288 409672 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 3277.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1638688 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/338 56607
/proc/meminfo: memFree=121570680/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=19063512 memory=1763752 CPUtime=3337.88 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 68748 0 0 0 333697 91 0 0 20 0 20 0 54732506 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4765878 440938 5565 1 0 556365 0
[pid=56348/tid=56350] ppid=56345 vsize=19063512 memory=1763752 CPUtime=3332.9 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 25739 0 0 0 333281 9 0 0 20 0 20 0 54732508 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=19063512 memory=1763752 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54732510 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=19063512 memory=-6000919485608322666 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 1511 0 0 0 0 0 0 0 20 0 20 0 54732511 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54732536 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 3337.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1763752 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/338 56609
/proc/meminfo: memFree=121569552/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=19063512 memory=1763752 CPUtime=3397.74 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 69614 0 0 0 339683 91 0 0 20 0 20 0 54732506 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4765878 440938 5565 1 0 556365 0
[pid=56348/tid=56350] ppid=56345 vsize=19063512 memory=1763752 CPUtime=3392.76 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 26374 0 0 0 339267 9 0 0 20 0 20 0 54732508 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=19063512 memory=1763752 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54732510 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=19063512 memory=198340509722 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 1639 0 0 0 0 0 0 0 20 0 20 0 54732511 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=19063512 memory=-6000919485608322666 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54732536 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 3397.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1763752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/340 56617
/proc/meminfo: memFree=121569664/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=19063512 memory=1763752 CPUtime=3457.62 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 70406 0 0 0 345670 92 0 0 20 0 20 0 54732506 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4765878 440938 5565 1 0 556365 0
[pid=56348/tid=56350] ppid=56345 vsize=19063512 memory=1763752 CPUtime=3452.61 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 27053 0 0 0 345252 9 0 0 20 0 20 0 54732508 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=19063512 memory=1763752 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54732510 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 1639 0 0 0 0 0 0 0 20 0 20 0 54732511 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=19063512 memory=1763752 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54732536 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 3457.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1763752 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/340 56619
/proc/meminfo: memFree=121569784/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=19063512 memory=1763752 CPUtime=3517.49 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 70580 0 0 0 351656 93 0 0 20 0 20 0 54732506 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4765878 440938 5565 1 0 556365 0
[pid=56348/tid=56350] ppid=56345 vsize=19063512 memory=1763752 CPUtime=3512.47 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 27119 0 0 0 351238 9 0 0 20 0 20 0 54732508 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54732510 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 1716 0 0 0 0 0 0 0 20 0 20 0 54732511 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=19063512 memory=-6000919485608322666 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54732536 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 3517.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1763752 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/340 56621
/proc/meminfo: memFree=121549184/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=19063512 memory=1763752 CPUtime=3577.37 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 70757 0 0 0 357643 94 0 0 20 0 20 0 54732506 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4765878 440938 5565 1 0 556365 0
[pid=56348/tid=56350] ppid=56345 vsize=19063512 memory=0 CPUtime=3572.33 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 27270 0 0 0 357224 9 0 0 20 0 20 0 54732508 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54732510 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=19063512 memory=7235425702385117805 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 1716 0 0 0 0 0 0 0 20 0 20 0 54732511 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=19063512 memory=1763752 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54732536 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 3577.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1763752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605 s]*
/proc/loadavg: 4.02 4.07 4.08 2/267 56700
/proc/meminfo: memFree=127600528/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=19063512 memory=1763752 CPUtime=3600.03 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 70959 0 0 0 359908 95 0 0 20 0 20 0 54732506 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4765878 440938 5565 1 0 556365 0
[pid=56348/tid=56350] ppid=56345 vsize=19063512 memory=8039887049847966116 CPUtime=3594.98 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 27460 0 0 0 359489 9 0 0 20 0 20 0 54732508 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 54732510 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 1716 0 0 0 0 0 0 0 20 0 20 0 54732511 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56369] ppid=56345 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/56348/task/56369/stat : 56369 (Timer-0) S 56345 56348 55318 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 54732536 19521036288 440938 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1763752 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.3 s, system=0.964205 s

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

[startup+3605.11 s]
/proc/loadavg: 4.02 4.07 4.08 2/267 56700
/proc/meminfo: memFree=127600528/131249988 swapFree=33010684/33010684
[pid=56348] ppid=56345 vsize=19263204 memory=1764904 CPUtime=3600.23 cores=5,7
/proc/56348/stat : 56348 (java) S 56345 56348 55318 0 -1 4194304 73346 0 0 0 359928 95 0 0 20 0 21 0 54732506 19725520896 441226 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
/proc/56348/statm: 4815801 441226 5597 1 0 557344 0
[pid=56348/tid=56350] ppid=56345 vsize=19263204 memory=0 CPUtime=3595.08 cores=5,7
/proc/56348/task/56350/stat : 56350 (java) R 56345 56348 55318 0 -1 4194368 27649 0 0 0 359499 9 0 0 20 0 21 0 54732508 19725520896 441226 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56360] ppid=56345 vsize=19263204 memory=14848 CPUtime=0 cores=5,7
/proc/56348/task/56360/stat : 56360 (Finalizer) S 56345 56348 55318 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 54732510 19725520896 441226 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
[pid=56348/tid=56367] ppid=56345 vsize=19263204 memory=12416 CPUtime=0 cores=5,7
/proc/56348/task/56367/stat : 56367 (Common-Cleaner) S 56345 56348 55318 0 -1 4194368 1716 0 0 0 0 0 0 0 20 0 21 0 54732511 19725520896 441226 18446744073709551615 94455164321792 94455164325488 140734002411024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94455164333304 94455164334096 94455174549504 140734002416001 140734002416102 140734002416102 140734002421704 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1764904 KiB

Child status: 143

Real time (s): 3605.13
CPU time (s): 3600.27
CPU user time (s): 3599.3
CPU system time (s): 0.964205
CPU usage (%): 99.865
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1764904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.3
system time used= 0.964205
maximum resident set size= 1765032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104544
involuntary context switches= 2737


# summary of solver processes directly reported to runsolver:
#   pid: 56348
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3599.3
#   total CPU system time (s): 0.964205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.86917 second user time and 16.9763 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 19:22:29
IDJOB=4498359
IDBENCH=148639
IDSOLVER=3363
FILE ID=nodeC020/4498359-1751390549
RUNJOBID= nodeC020-1751383337-55331
SLURM_JOB_ID= 9598231
Free space on /tmp= 432944 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498359-1751390549/watcher-4498359-1751390549 -o /tmp/evaluation-result-4498359-1751390549/solver-4498359-1751390549 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751383337-55331 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498359-1751390549.opb

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

MD5SUM BENCH= 763c698584b52ae611e381227b838c50
RANDOM SEED=2784936

nodeC020 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.877
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.79
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.900
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.79
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		: 3601.360
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        127317632 kB
MemAvailable:   127773128 kB
Buffers:            3280 kB
Cached:          1259420 kB
SwapCached:            0 kB
Active:          2410004 kB
Inactive:         950348 kB
Active(anon):    2115708 kB
Inactive(anon):        0 kB
Active(file):     294296 kB
Inactive(file):   950348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4336 kB
Writeback:             8 kB
AnonPages:       2100348 kB
Mapped:           123800 kB
Shmem:             18056 kB
KReclaimable:     100184 kB
Slab:             188668 kB
SReclaimable:     100184 kB
SUnreclaim:        88484 kB
KernelStack:        5136 kB
PageTables:         7684 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    7044936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1900544 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC020 at 2025-07-01 20:22:35