Trace number 4783849

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 2026-06-10SAT (TO)95 3600.22 3605.37

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_12.opb
MD5SUM88220551ed2e54bab314d6806833f69c
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 benchmark91
Best CPU time to get the best result obtained on this benchmark3581.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1812
Total number of constraints3443
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 constraints3443
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1307
Number of bits of the biggest sum of numbers11
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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version PB26fixedPrime.v20260610
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	26.0.1+8-34
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		26.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		30334720
0.00/0.10	c Max memory 		32178700288
0.00/0.10	c Total memory 		33554432
0.00/0.11	c Number of processors 	4
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: none
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4783849-1782157625.opb
0.08/0.13	c reading problem ... 
0.08/0.14	c  objective function found
0.42/0.24	c ... done. Wall clock time 0.103s.
0.42/0.24	c declared #vars     1812
0.42/0.24	c #constraints  3443
0.42/0.24	c constraints type 
0.42/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3443
0.42/0.24	c 3443 constraints processed.
0.42/0.25	c objective function length is 8 literals
1.01/0.49	c SATISFIABLE
1.01/0.49	c OPTIMIZING...
1.01/0.49	c Got one! Elapsed wall clock time (in seconds):0.355
1.01/0.49	o 142
2.09/1.12	c cleaning 2954 clauses out of 5914 with flag 12471/5914
2.75/1.75	c Got one! Elapsed wall clock time (in seconds):1.619
2.75/1.75	o 141
2.95/1.91	c cleaning 4301 clauses out of 8611 with flag 3008/11565
3.07/2.08	c Got one! Elapsed wall clock time (in seconds):1.946
3.07/2.08	o 137
3.76/2.73	c cleaning 4699 clauses out of 9405 with flag 12934/16660
3.96/2.97	c Got one! Elapsed wall clock time (in seconds):2.836
3.96/2.97	o 135
4.26/3.29	c Got one! Elapsed wall clock time (in seconds):3.161
4.26/3.29	o 129
4.76/3.72	c cleaning 5342 clauses out of 10695 with flag 7014/22649
5.66/4.68	c cleaning 5670 clauses out of 11352 with flag 27051/28648
6.76/5.74	c cleaning 6334 clauses out of 12682 with flag 48177/35648
7.75/6.72	c Got one! Elapsed wall clock time (in seconds):6.588
7.75/6.72	o 127
8.65/7.44	c cleaning 9458 clauses out of 18921 with flag 14641/48221
9.82/8.52	c cleaning 7727 clauses out of 15464 with flag 34293/54222
10.91/9.61	c cleaning 7368 clauses out of 14736 with flag 54873/61221
12.01/10.72	c cleaning 7682 clauses out of 15369 with flag 79443/69222
12.81/11.54	c Got one! Elapsed wall clock time (in seconds):11.404
12.81/11.54	o 124
13.61/12.35	c cleaning 9944 clauses out of 19889 with flag 14742/81424
13.91/12.61	c Got one! Elapsed wall clock time (in seconds):12.48
13.91/12.61	o 123
14.32/13.04	c cleaning 7500 clauses out of 15017 with flag 8385/86496
15.00/13.77	c cleaning 6748 clauses out of 13516 with flag 24734/92495
16.10/14.88	c cleaning 6880 clauses out of 13768 with flag 46806/99495
17.20/16.00	c cleaning 7441 clauses out of 14889 with flag 69492/107496
18.41/17.18	c cleaning 8215 clauses out of 16448 with flag 95171/116496
18.83/17.51	c Got one! Elapsed wall clock time (in seconds):17.377
18.83/17.51	o 118
19.23/17.95	c cleaning 6687 clauses out of 13386 with flag 8487/121649
20.05/18.73	c cleaning 6341 clauses out of 12698 with flag 25427/127648
20.94/19.60	c cleaning 6679 clauses out of 13358 with flag 45896/134649
21.94/20.67	c cleaning 7337 clauses out of 14678 with flag 69549/142648
23.14/21.89	c cleaning 8169 clauses out of 16342 with flag 96524/151649
24.46/23.13	c Got one! Elapsed wall clock time (in seconds):22.996
24.46/23.13	o 117
24.95/23.60	c Got one! Elapsed wall clock time (in seconds):23.468
24.95/23.60	o 116
25.46/24.11	c cleaning 11004 clauses out of 22017 with flag 9086/165493
26.35/25.09	c cleaning 8495 clauses out of 17011 with flag 27105/171491
27.45/26.17	c cleaning 7752 clauses out of 15518 with flag 48040/178493
28.54/27.29	c cleaning 7875 clauses out of 15766 with flag 71876/186493
29.93/28.61	c cleaning 8442 clauses out of 16891 with flag 99739/195493
31.44/30.18	c cleaning 9217 clauses out of 18447 with flag 132260/205491
33.22/31.94	c cleaning 10112 clauses out of 20230 with flag 169528/216491
35.12/33.81	c cleaning 11050 clauses out of 22118 with flag 209196/228491
37.01/35.71	c cleaning 12030 clauses out of 24070 with flag 251067/241493
37.71/36.45	c Got one! Elapsed wall clock time (in seconds):36.319
37.71/36.45	o 110
37.92/36.64	c cleaning 8904 clauses out of 17811 with flag 2834/247264
38.83/37.57	c cleaning 7450 clauses out of 14907 with flag 18800/253264
40.03/38.78	c cleaning 7227 clauses out of 14457 with flag 36602/260264
40.62/39.37	c Got one! Elapsed wall clock time (in seconds):39.238
40.62/39.37	o 108
40.92/39.63	c cleaning 6467 clauses out of 12942 with flag 5189/265976
41.62/40.34	c cleaning 6231 clauses out of 12475 with flag 22063/271976
42.43/41.18	c cleaning 6616 clauses out of 13243 with flag 41518/278975
43.43/42.17	c cleaning 7309 clauses out of 14627 with flag 64165/286975
44.51/43.30	c cleaning 8159 clauses out of 16319 with flag 89488/295976
46.01/44.74	c cleaning 9077 clauses out of 18160 with flag 118105/305976
47.90/46.62	c cleaning 10039 clauses out of 20082 with flag 146045/316975
50.00/48.76	c cleaning 11023 clauses out of 22045 with flag 177092/328977
52.30/51.05	c cleaning 12009 clauses out of 24021 with flag 211142/341976
52.99/51.71	c Got one! Elapsed wall clock time (in seconds):51.573
52.99/51.71	o 107
53.30/52.02	c cleaning 8964 clauses out of 17947 with flag 6171/347911
54.18/52.97	c cleaning 7482 clauses out of 14984 with flag 24697/353912
55.30/54.09	c cleaning 7243 clauses out of 14502 with flag 46702/360912
56.58/55.37	c cleaning 7623 clauses out of 15258 with flag 70556/368911
58.18/56.94	c cleaning 8314 clauses out of 16636 with flag 100297/377912
59.77/58.52	c cleaning 9152 clauses out of 18322 with flag 132834/387912
61.67/60.44	c cleaning 10081 clauses out of 20170 with flag 170683/398912
63.76/62.52	c cleaning 11038 clauses out of 22090 with flag 211553/410913
65.05/63.81	c Got one! Elapsed wall clock time (in seconds):63.672
65.05/63.81	o 105
65.95/64.71	c cleaning 11839 clauses out of 23686 with flag 17456/423547
66.85/65.68	c cleaning 8915 clauses out of 17847 with flag 36218/429547
68.04/66.86	c cleaning 7955 clauses out of 15932 with flag 59842/436547
69.44/68.21	c cleaning 7975 clauses out of 15977 with flag 86461/444547
70.93/69.74	c cleaning 8493 clauses out of 17002 with flag 117236/453547
72.53/71.33	c cleaning 9256 clauses out of 18513 with flag 149316/463551
74.34/73.12	c cleaning 10121 clauses out of 20253 with flag 185440/474547
76.33/75.12	c cleaning 11065 clauses out of 22132 with flag 227874/486547
78.51/77.33	c cleaning 12032 clauses out of 24068 with flag 269014/499548
81.10/79.93	c cleaning 13015 clauses out of 26035 with flag 316714/513547
83.50/82.39	c cleaning 14004 clauses out of 28020 with flag 362360/528547
86.49/85.31	c cleaning 15007 clauses out of 30017 with flag 412590/544548
89.38/88.23	c cleaning 16002 clauses out of 32009 with flag 460280/561547
92.67/91.58	c cleaning 16999 clauses out of 34007 with flag 508733/579547
95.76/94.66	c cleaning 18001 clauses out of 36008 with flag 560968/598547
99.55/98.41	c cleaning 19000 clauses out of 38008 with flag 615496/618548
101.26/100.17	c Got one! Elapsed wall clock time (in seconds):100.031
101.26/100.17	o 104
102.26/101.12	c cleaning 17332 clauses out of 34681 with flag 15645/634221
102.84/101.75	c Got one! Elapsed wall clock time (in seconds):101.614
102.84/101.75	o 103
103.25/102.14	c cleaning 11480 clauses out of 22983 with flag 6827/639855
104.25/103.18	c cleaning 8747 clauses out of 17504 with flag 27467/645856
105.33/104.29	c cleaning 7864 clauses out of 15754 with flag 49675/652853
106.63/105.51	c cleaning 7937 clauses out of 15890 with flag 74398/660853
107.93/106.85	c cleaning 8471 clauses out of 16954 with flag 103236/669854
109.52/108.47	c cleaning 9234 clauses out of 18482 with flag 137118/679853
111.41/110.35	c cleaning 10124 clauses out of 20248 with flag 177929/690853
113.31/112.26	c cleaning 11057 clauses out of 22124 with flag 219805/702853
115.60/114.56	c cleaning 12031 clauses out of 24067 with flag 267962/715853
118.21/117.13	c cleaning 13016 clauses out of 26037 with flag 314321/729854
120.78/119.74	c cleaning 14003 clauses out of 28020 with flag 358473/744853
123.58/122.58	c cleaning 15008 clauses out of 30019 with flag 401558/760855
126.93/125.78	c cleaning 16000 clauses out of 32009 with flag 447767/777853
130.40/129.01	c cleaning 16998 clauses out of 34010 with flag 496779/795854
133.87/132.47	c cleaning 17993 clauses out of 36011 with flag 547871/814853
136.96/135.52	c cleaning 19010 clauses out of 38019 with flag 604995/834854
140.35/138.97	c cleaning 20002 clauses out of 40009 with flag 664089/855854
143.55/142.18	c cleaning 21000 clauses out of 42006 with flag 725498/877853
147.83/146.48	c cleaning 21996 clauses out of 44006 with flag 788183/900853
152.11/150.76	c cleaning 23004 clauses out of 46011 with flag 854648/924854
156.80/155.41	c cleaning 23996 clauses out of 48007 with flag 930687/949854
161.58/160.28	c cleaning 24999 clauses out of 50010 with flag 1011291/975853
166.27/164.90	c cleaning 26002 clauses out of 52011 with flag 1095636/1002853
170.85/169.52	c cleaning 27004 clauses out of 54011 with flag 1178948/1030855
175.15/173.87	c cleaning 27983 clauses out of 56005 with flag 1266589/1059853
180.74/179.47	c cleaning 29008 clauses out of 58022 with flag 1363862/1089853
187.23/185.96	c cleaning 29999 clauses out of 60014 with flag 1480456/1120853
193.21/191.96	c cleaning 31005 clauses out of 62017 with flag 1580731/1152855
198.79/197.56	c cleaning 32001 clauses out of 64011 with flag 1693861/1185854
204.77/203.51	c cleaning 32997 clauses out of 66010 with flag 1813788/1219854
210.08/208.87	c cleaning 34004 clauses out of 68012 with flag 1937631/1254853
215.47/214.28	c cleaning 34998 clauses out of 70009 with flag 2062378/1290854
221.36/220.17	c cleaning 36002 clauses out of 72012 with flag 2190594/1327855
227.03/225.81	c cleaning 36997 clauses out of 74009 with flag 2313053/1365854
233.35/232.12	c cleaning 38004 clauses out of 76011 with flag 2448537/1404853
239.47/238.21	c cleaning 38991 clauses out of 78007 with flag 2567605/1444853
243.97/242.72	c Got one! Elapsed wall clock time (in seconds):242.582
243.97/242.72	o 101
245.16/243.96	c cleaning 34829 clauses out of 69674 with flag 20279/1475511
246.37/245.15	c cleaning 20415 clauses out of 40844 with flag 42999/1481510
247.66/246.43	c cleaning 13708 clauses out of 27429 with flag 69609/1488510
248.95/247.73	c cleaning 10856 clauses out of 21723 with flag 97748/1496512
250.55/249.39	c cleaning 9924 clauses out of 19866 with flag 131629/1505511
252.05/250.86	c cleaning 9961 clauses out of 19941 with flag 164306/1515510
253.84/252.69	c cleaning 10481 clauses out of 20985 with flag 205277/1526515
255.84/254.66	c cleaning 11248 clauses out of 22500 with flag 249389/1538511
258.13/256.94	c cleaning 12123 clauses out of 24251 with flag 298144/1551510
260.72/259.51	c cleaning 13061 clauses out of 26130 with flag 349935/1565512
263.22/262.10	c cleaning 14031 clauses out of 28067 with flag 404436/1580510
265.82/264.69	c cleaning 15018 clauses out of 30037 with flag 457439/1596511
268.71/267.51	c cleaning 16003 clauses out of 32019 with flag 514064/1613511
271.60/270.47	c cleaning 17005 clauses out of 34015 with flag 570645/1631510
274.49/273.38	c cleaning 18005 clauses out of 36012 with flag 628713/1650512
277.79/276.63	c cleaning 18995 clauses out of 38005 with flag 693829/1670510
280.98/279.88	c cleaning 20000 clauses out of 40010 with flag 759758/1691510
284.47/283.34	c cleaning 21001 clauses out of 42011 with flag 834737/1713511
288.86/287.77	c cleaning 21998 clauses out of 44009 with flag 922389/1736510
293.44/292.18	c cleaning 22998 clauses out of 46011 with flag 1010198/1760511
297.86/296.55	c cleaning 24002 clauses out of 48012 with flag 1082379/1785510
302.69/301.30	c cleaning 25004 clauses out of 50012 with flag 1159528/1811512
307.59/306.22	c cleaning 25999 clauses out of 52006 with flag 1237336/1838510
312.07/310.79	c cleaning 27000 clauses out of 54008 with flag 1335677/1866511
316.79/315.44	c cleaning 27995 clauses out of 56008 with flag 1436539/1895511
321.49/320.12	c cleaning 29003 clauses out of 58012 with flag 1535303/1925510
327.06/325.76	c cleaning 29995 clauses out of 60009 with flag 1649851/1956510
333.14/331.84	c cleaning 31007 clauses out of 62015 with flag 1772170/1988511
338.84/337.54	c cleaning 32000 clauses out of 64008 with flag 1880514/2021511
344.44/343.19	c cleaning 32997 clauses out of 66008 with flag 1996474/2055511
350.42/349.15	c cleaning 34002 clauses out of 68011 with flag 2117337/2090511
357.30/356.04	c cleaning 34998 clauses out of 70008 with flag 2252169/2126510
364.07/362.82	c cleaning 36001 clauses out of 72011 with flag 2386326/2163511
370.76/369.50	c cleaning 36999 clauses out of 74009 with flag 2518341/2201510
377.75/376.55	c cleaning 38001 clauses out of 76011 with flag 2659405/2240511
385.67/384.43	c cleaning 38999 clauses out of 78010 with flag 2822124/2280511
392.46/391.22	c Got one! Elapsed wall clock time (in seconds):391.082
392.46/391.22	o 100
393.55/392.30	c cleaning 39983 clauses out of 79985 with flag 17529/2321485
394.75/393.57	c cleaning 22995 clauses out of 46002 with flag 41968/2327485
396.05/394.85	c cleaning 14998 clauses out of 30010 with flag 64155/2334488
397.44/396.20	c cleaning 11501 clauses out of 23010 with flag 87137/2342486
398.94/397.78	c cleaning 10243 clauses out of 20509 with flag 118840/2351486
400.14/399.00	c cleaning 10125 clauses out of 20267 with flag 144797/2361487
401.74/400.57	c cleaning 10564 clauses out of 21142 with flag 174535/2372487
403.53/402.30	c cleaning 11281 clauses out of 22576 with flag 209217/2384485
405.73/404.53	c cleaning 12143 clauses out of 24295 with flag 244841/2397485
408.02/406.82	c cleaning 13072 clauses out of 26152 with flag 287099/2411485
410.71/409.54	c cleaning 14039 clauses out of 28081 with flag 330459/2426486
413.50/412.32	c cleaning 15020 clauses out of 30041 with flag 376329/2442485
416.39/415.24	c cleaning 16007 clauses out of 32021 with flag 426103/2459485
419.58/418.43	c cleaning 17001 clauses out of 34014 with flag 491006/2477485
423.07/421.94	c cleaning 18002 clauses out of 36016 with flag 551363/2496488
426.46/425.38	c cleaning 18993 clauses out of 38012 with flag 610768/2516486
430.26/429.12	c cleaning 20006 clauses out of 40018 with flag 675612/2537485
434.34/433.26	c cleaning 21000 clauses out of 42013 with flag 744281/2559486
438.63/437.51	c cleaning 22001 clauses out of 44012 with flag 819200/2582485
442.62/441.59	c cleaning 22993 clauses out of 46011 with flag 889056/2606485
447.12/446.03	c cleaning 24003 clauses out of 48018 with flag 964460/2631485
451.59/450.56	c cleaning 25005 clauses out of 50016 with flag 1051454/2657486
456.58/455.58	c cleaning 25999 clauses out of 52012 with flag 1135148/2684487
461.66/460.68	c cleaning 26991 clauses out of 54011 with flag 1226899/2712485
467.16/466.18	c cleaning 28008 clauses out of 56021 with flag 1326273/2741486
472.55/471.58	c cleaning 28997 clauses out of 58012 with flag 1416323/2771485
478.34/477.37	c cleaning 29999 clauses out of 60016 with flag 1511519/2802486
483.82/482.82	c cleaning 31000 clauses out of 62016 with flag 1629158/2834485
489.72/488.74	c cleaning 31993 clauses out of 64016 with flag 1754989/2867485
494.91/493.99	c Got one! Elapsed wall clock time (in seconds):493.86
494.91/493.99	o 99
496.02/495.07	c cleaning 32362 clauses out of 64733 with flag 19043/2900195
497.30/496.30	c cleaning 19177 clauses out of 38373 with flag 43722/2906197
498.60/497.67	c cleaning 13092 clauses out of 26195 with flag 71414/2913196
499.89/498.92	c cleaning 10540 clauses out of 21102 with flag 100746/2921195
501.29/500.38	c cleaning 9775 clauses out of 19562 with flag 135569/2930195
502.89/501.93	c cleaning 9885 clauses out of 19787 with flag 171532/2940195
504.68/503.71	c cleaning 10445 clauses out of 20903 with flag 212643/2951196
506.57/505.64	c cleaning 11222 clauses out of 22457 with flag 256386/2963195
508.38/507.47	c cleaning 12110 clauses out of 24236 with flag 297522/2976196
510.48/509.59	c cleaning 13054 clauses out of 26125 with flag 346833/2990195
512.87/511.95	c cleaning 14030 clauses out of 28071 with flag 398647/3005195
515.07/514.17	c cleaning 15013 clauses out of 30043 with flag 450589/3021197
517.85/516.97	c cleaning 16014 clauses out of 32029 with flag 516109/3038196
520.75/519.88	c cleaning 16999 clauses out of 34014 with flag 583002/3056195
523.84/523.00	c cleaning 18000 clauses out of 36015 with flag 653674/3075195
527.32/526.48	c cleaning 19005 clauses out of 38015 with flag 733987/3095195
530.82/529.91	c cleaning 20004 clauses out of 40011 with flag 811363/3116196
534.20/533.35	c cleaning 20995 clauses out of 42006 with flag 880862/3138195
537.50/536.62	c cleaning 22002 clauses out of 44011 with flag 954818/3161195
541.09/540.24	c cleaning 22996 clauses out of 46009 with flag 1036527/3185195
544.78/543.96	c cleaning 23998 clauses out of 48015 with flag 1120805/3210197
548.88/548.01	c cleaning 25006 clauses out of 50016 with flag 1211497/3236196
552.87/552.01	c cleaning 25998 clauses out of 52009 with flag 1298443/3263195
557.45/556.64	c cleaning 26993 clauses out of 54013 with flag 1388036/3291197
562.54/561.77	c cleaning 27999 clauses out of 56021 with flag 1484307/3320198
567.63/566.87	c cleaning 29002 clauses out of 58019 with flag 1577452/3350195
573.11/572.30	c cleaning 29999 clauses out of 60017 with flag 1672405/3381195
578.81/578.07	c cleaning 31001 clauses out of 62019 with flag 1777677/3413196
584.18/583.48	c cleaning 31988 clauses out of 64017 with flag 1885123/3446195
590.37/589.62	c cleaning 33011 clauses out of 66031 with flag 1990444/3480197
596.25/595.51	c cleaning 33996 clauses out of 68018 with flag 2105054/3515195
602.74/602.04	c cleaning 35007 clauses out of 70023 with flag 2223715/3551196
609.91/609.25	c cleaning 36005 clauses out of 72015 with flag 2350399/3588195
617.58/616.98	c cleaning 36997 clauses out of 74011 with flag 2486643/3626196
625.56/624.92	c cleaning 38006 clauses out of 76013 with flag 2611325/3665195
628.05/627.50	c Got one! Elapsed wall clock time (in seconds):627.361
628.05/627.50	o 98
629.15/628.50	c cleaning 28561 clauses out of 57140 with flag 18796/3684328
630.05/629.48	c cleaning 17279 clauses out of 34578 with flag 38638/3690327
631.24/630.65	c cleaning 12138 clauses out of 24299 with flag 62548/3697327
632.54/631.98	c cleaning 10076 clauses out of 20162 with flag 90525/3705328
634.23/633.62	c cleaning 9534 clauses out of 19086 with flag 124993/3714328
635.93/635.34	c cleaning 9768 clauses out of 19553 with flag 159240/3724329
637.63/637.06	c cleaning 10379 clauses out of 20783 with flag 194459/3735327
639.73/639.12	c cleaning 11194 clauses out of 22406 with flag 236809/3747329
641.81/641.27	c cleaning 12103 clauses out of 24212 with flag 282011/3760329
644.30/643.74	c cleaning 13052 clauses out of 26109 with flag 333767/3774329
646.79/646.28	c cleaning 14023 clauses out of 28058 with flag 387942/3789330
649.70/649.15	c cleaning 15006 clauses out of 30032 with flag 448578/3805327
652.69/652.18	c cleaning 16008 clauses out of 32028 with flag 511413/3822329
655.47/654.99	c cleaning 17002 clauses out of 34019 with flag 570071/3840328
658.76/658.23	c cleaning 18006 clauses out of 36018 with flag 639903/3859329
662.05/661.58	c cleaning 18997 clauses out of 38012 with flag 711926/3879329
665.84/665.39	c cleaning 20003 clauses out of 40013 with flag 791853/3900327
669.55/669.02	c cleaning 20995 clauses out of 42011 with flag 863104/3922328
673.33/672.89	c cleaning 21999 clauses out of 44017 with flag 944492/3945329
677.71/677.25	c cleaning 22999 clauses out of 46016 with flag 1037887/3969327
682.30/681.81	c cleaning 24006 clauses out of 48019 with flag 1121886/3994329
687.19/686.77	c cleaning 25001 clauses out of 50011 with flag 1216951/4020327
692.27/691.87	c cleaning 25998 clauses out of 52011 with flag 1311379/4047328
697.47/697.01	c cleaning 27003 clauses out of 54014 with flag 1395279/4075329
703.34/702.96	c cleaning 27999 clauses out of 56009 with flag 1508794/4104327
709.32/708.93	c cleaning 29001 clauses out of 58011 with flag 1626248/4134328
714.91/714.50	c cleaning 29998 clauses out of 60009 with flag 1730735/4165327
720.40/720.05	c cleaning 31004 clauses out of 62012 with flag 1849264/4197328
726.18/725.82	c cleaning 31998 clauses out of 64008 with flag 1980035/4230328
731.67/731.38	c cleaning 32998 clauses out of 66009 with flag 2093006/4264327
736.95/736.64	c cleaning 34000 clauses out of 68012 with flag 2209573/4299328
743.35/743.08	c cleaning 35002 clauses out of 70011 with flag 2322933/4335327
750.22/750.01	c cleaning 35992 clauses out of 72009 with flag 2460770/4372327
757.90/757.62	c cleaning 36995 clauses out of 74017 with flag 2607097/4410327
765.18/764.99	c cleaning 38008 clauses out of 76023 with flag 2735460/4449328
773.46/773.23	c cleaning 38999 clauses out of 78014 with flag 2868460/4489327
781.14/781.00	c cleaning 39998 clauses out of 80016 with flag 3005383/4530328
788.72/788.51	c cleaning 41002 clauses out of 82017 with flag 3142142/4572327
796.70/796.59	c cleaning 42000 clauses out of 84015 with flag 3287199/4615327
802.59/802.42	c Got one! Elapsed wall clock time (in seconds):802.289
802.59/802.42	o 96
803.78/803.60	c cleaning 40438 clauses out of 80884 with flag 19666/4654196
804.78/804.67	c cleaning 23212 clauses out of 46446 with flag 41425/4660196
805.97/805.85	c cleaning 15097 clauses out of 30235 with flag 66580/4667197
807.18/807.10	c cleaning 11564 clauses out of 23137 with flag 94411/4675196
808.77/808.66	c cleaning 10279 clauses out of 20575 with flag 126552/4684198
810.36/810.29	c cleaning 10132 clauses out of 20294 with flag 160324/4694196
812.17/812.02	c cleaning 10576 clauses out of 21163 with flag 195145/4705197
814.05/814.00	c cleaning 11289 clauses out of 22587 with flag 236422/4717197
816.44/816.39	c cleaning 12139 clauses out of 24298 with flag 284539/4730197
818.93/818.80	c cleaning 13079 clauses out of 26158 with flag 333959/4744196
821.52/821.44	c cleaning 14035 clauses out of 28079 with flag 387742/4759196
824.31/824.20	c cleaning 15020 clauses out of 30044 with flag 444750/4775196
827.30/827.26	c cleaning 16003 clauses out of 32024 with flag 506349/4792196
830.49/830.47	c cleaning 17009 clauses out of 34021 with flag 571361/4810196
833.10/833.07	c cleaning 18000 clauses out of 36013 with flag 628878/4829197
835.68/835.69	c cleaning 19001 clauses out of 38012 with flag 689301/4849196
838.87/838.81	c cleaning 20002 clauses out of 40011 with flag 757009/4870196
842.36/842.39	c cleaning 21001 clauses out of 42009 with flag 831041/4892196
846.25/846.27	c cleaning 21997 clauses out of 44009 with flag 909167/4915197
849.64/849.64	c cleaning 22999 clauses out of 46014 with flag 983910/4939199
853.84/853.84	c cleaning 24001 clauses out of 48013 with flag 1072954/4964197
857.73/857.75	c cleaning 24992 clauses out of 50011 with flag 1158261/4990196
862.91/862.92	c cleaning 26004 clauses out of 52019 with flag 1256952/5017196
867.79/867.87	c cleaning 27003 clauses out of 54015 with flag 1356762/5045196
873.48/873.54	c cleaning 28000 clauses out of 56014 with flag 1470179/5074198
879.76/879.84	c cleaning 28999 clauses out of 58012 with flag 1589576/5104196
885.54/885.66	c cleaning 29999 clauses out of 60013 with flag 1706068/5135196
891.75/891.89	c cleaning 31000 clauses out of 62014 with flag 1827672/5167196
897.53/897.64	c cleaning 32002 clauses out of 64014 with flag 1944359/5200196
903.42/903.56	c cleaning 33004 clauses out of 66012 with flag 2059864/5234196
910.01/910.14	c cleaning 33999 clauses out of 68008 with flag 2173359/5269196
916.47/916.65	c cleaning 35002 clauses out of 70009 with flag 2293792/5305196
923.45/923.61	c cleaning 35999 clauses out of 72007 with flag 2429659/5342196
930.73/930.91	c cleaning 36997 clauses out of 74009 with flag 2569456/5380197
938.01/938.28	c cleaning 38000 clauses out of 76012 with flag 2710921/5419197
945.28/945.56	c cleaning 38998 clauses out of 78011 with flag 2859395/5459196
952.77/953.02	c cleaning 40000 clauses out of 80014 with flag 3006367/5500197
960.65/960.95	c cleaning 41001 clauses out of 82013 with flag 3149161/5542196
968.23/968.56	c cleaning 42000 clauses out of 84013 with flag 3296891/5585197
976.10/976.46	c cleaning 43006 clauses out of 86012 with flag 3449411/5629196
983.27/983.68	c cleaning 44002 clauses out of 88009 with flag 3597749/5674199
990.47/990.81	c cleaning 45002 clauses out of 90005 with flag 3750465/5720197
997.94/998.30	c cleaning 46000 clauses out of 92002 with flag 3910600/5767196
1006.01/1006.49	c cleaning 46997 clauses out of 94003 with flag 4077211/5815197
1015.00/1015.42	c cleaning 47996 clauses out of 96005 with flag 4260649/5864196
1024.58/1025.02	c cleaning 49004 clauses out of 98009 with flag 4453771/5914196
1034.35/1034.87	c cleaning 50003 clauses out of 100005 with flag 4649009/5965196
1045.12/1045.64	c cleaning 50999 clauses out of 102004 with flag 4861121/6017198
1055.39/1055.90	c cleaning 51996 clauses out of 104003 with flag 5060803/6070196
1066.28/1066.81	c cleaning 53002 clauses out of 106008 with flag 5271279/6124197
1078.04/1078.64	c cleaning 54001 clauses out of 108006 with flag 5499861/6179197
1088.12/1088.71	c cleaning 54997 clauses out of 110004 with flag 5698617/6235197
1099.51/1100.13	c cleaning 55997 clauses out of 112006 with flag 5887642/6292196
1109.42/1110.09	c cleaning 56993 clauses out of 114009 with flag 6083150/6350196
1119.78/1120.44	c cleaning 57999 clauses out of 116017 with flag 6291422/6409197
1130.65/1131.31	c cleaning 58999 clauses out of 118017 with flag 6510394/6469196
1141.63/1142.30	c cleaning 60000 clauses out of 120018 with flag 6720941/6530196
1154.59/1155.39	c cleaning 60997 clauses out of 122018 with flag 6976000/6592196
1167.66/1168.40	c cleaning 62005 clauses out of 124021 with flag 7199610/6655196
1180.24/1181.04	c cleaning 63004 clauses out of 126017 with flag 7404260/6719197
1192.50/1193.38	c cleaning 64004 clauses out of 128012 with flag 7634670/6784196
1204.78/1205.60	c cleaning 65003 clauses out of 130009 with flag 7853215/6850197
1218.16/1219.03	c cleaning 65995 clauses out of 132006 with flag 8104477/6917197
1231.91/1232.89	c cleaning 66995 clauses out of 134010 with flag 8358867/6985196
1234.01/1234.97	c Got one! Elapsed wall clock time (in seconds):1234.834
1234.01/1234.97	o 95
1235.30/1236.20	c cleaning 42066 clauses out of 84150 with flag 19411/7002331
1236.40/1237.39	c cleaning 24036 clauses out of 48083 with flag 41857/7008330
1237.70/1238.65	c cleaning 15515 clauses out of 31047 with flag 67462/7015330
1239.00/1240.00	c cleaning 11754 clauses out of 23532 with flag 92094/7023330
1240.59/1241.57	c cleaning 10378 clauses out of 20780 with flag 120699/7032332
1242.28/1243.20	c cleaning 10189 clauses out of 20400 with flag 152254/7042330
1244.09/1245.05	c cleaning 10592 clauses out of 21211 with flag 189116/7053330
1246.08/1247.05	c cleaning 11307 clauses out of 22619 with flag 229715/7065330
1248.36/1249.31	c cleaning 12150 clauses out of 24313 with flag 273139/7078331
1250.96/1251.98	c cleaning 13070 clauses out of 26162 with flag 324104/7092330
1253.85/1254.80	c cleaning 14042 clauses out of 28093 with flag 376417/7107331
1256.53/1257.56	c cleaning 15023 clauses out of 30051 with flag 431613/7123331
1259.82/1260.84	c cleaning 16009 clauses out of 32027 with flag 494725/7140330
1263.51/1264.53	c cleaning 17004 clauses out of 34019 with flag 565510/7158331
1266.80/1267.82	c cleaning 18002 clauses out of 36015 with flag 630139/7177331
1269.89/1271.00	c cleaning 18997 clauses out of 38013 with flag 697658/7197331
1273.38/1274.46	c cleaning 20003 clauses out of 40016 with flag 769485/7218331
1277.37/1278.48	c cleaning 21004 clauses out of 42013 with flag 851631/7240331
1281.36/1282.47	c cleaning 21998 clauses out of 44009 with flag 936594/7263331
1286.06/1287.14	c cleaning 22992 clauses out of 46010 with flag 1030814/7287330
1290.84/1291.98	c cleaning 24007 clauses out of 48018 with flag 1121340/7312330
1295.62/1296.72	c cleaning 25000 clauses out of 50013 with flag 1213528/7338332
1300.41/1301.53	c cleaning 25995 clauses out of 52011 with flag 1309754/7365330
1305.49/1306.62	c cleaning 27000 clauses out of 54017 with flag 1409353/7393331
1310.48/1311.61	c cleaning 28005 clauses out of 56017 with flag 1507872/7422331
1315.47/1316.67	c cleaning 28996 clauses out of 58011 with flag 1607068/7452330
1320.66/1321.83	c cleaning 30000 clauses out of 60016 with flag 1717348/7483331
1325.64/1326.84	c cleaning 31002 clauses out of 62017 with flag 1822659/7515332
1331.72/1332.96	c cleaning 32005 clauses out of 64013 with flag 1950035/7548330
1337.92/1339.17	c cleaning 33001 clauses out of 66008 with flag 2057200/7582330
1344.69/1345.97	c cleaning 33999 clauses out of 68007 with flag 2197366/7617330
1351.37/1352.64	c cleaning 34995 clauses out of 70008 with flag 2327954/7653330
1358.15/1359.49	c cleaning 36004 clauses out of 72014 with flag 2452457/7690331
1365.74/1367.07	c cleaning 36993 clauses out of 74009 with flag 2586964/7728330
1373.50/1374.81	c cleaning 38008 clauses out of 76016 with flag 2730531/7767330
1381.58/1382.97	c cleaning 39002 clauses out of 78008 with flag 2884023/7807330
1389.45/1390.88	c cleaning 40000 clauses out of 80008 with flag 3011406/7848332
1396.93/1398.38	c cleaning 40996 clauses out of 82006 with flag 3144898/7890330
1404.81/1406.24	c cleaning 41997 clauses out of 84010 with flag 3297669/7933330
1413.39/1414.89	c cleaning 43003 clauses out of 86013 with flag 3456436/7977330
1422.36/1423.82	c cleaning 44003 clauses out of 88010 with flag 3610277/8022330
1431.44/1433.01	c cleaning 45004 clauses out of 90009 with flag 3759469/8068332
1440.71/1442.23	c cleaning 45997 clauses out of 92003 with flag 3914078/8115330
1450.29/1451.89	c cleaning 46995 clauses out of 94006 with flag 4094011/8163330
1459.67/1461.23	c cleaning 47997 clauses out of 96011 with flag 4273538/8212330
1469.35/1470.91	c cleaning 48999 clauses out of 98014 with flag 4466236/8262330
1479.32/1480.97	c cleaning 49998 clauses out of 100015 with flag 4645494/8313330
1489.29/1491.00	c cleaning 51001 clauses out of 102018 with flag 4819250/8365331
1499.68/1501.31	c cleaning 52004 clauses out of 104016 with flag 4999309/8418330
1511.05/1512.78	c cleaning 53001 clauses out of 106012 with flag 5207564/8472330
1521.83/1523.52	c cleaning 53994 clauses out of 108012 with flag 5416070/8527331
1532.15/1533.86	c cleaning 55005 clauses out of 110019 with flag 5606287/8583332
1541.44/1543.19	c cleaning 56003 clauses out of 112014 with flag 5791152/8640332
1553.60/1555.36	c cleaning 56991 clauses out of 114009 with flag 6025377/8698330
1564.87/1566.60	c cleaning 58000 clauses out of 116020 with flag 6244555/8757332
1576.74/1578.50	c cleaning 58998 clauses out of 118018 with flag 6468392/8817330
1590.32/1592.19	c cleaning 60008 clauses out of 120023 with flag 6725043/8878333
1603.36/1605.22	c cleaning 60998 clauses out of 122014 with flag 6986537/8940332
1615.72/1617.61	c cleaning 62004 clauses out of 124016 with flag 7198430/9003332
1627.21/1629.11	c cleaning 62997 clauses out of 126010 with flag 7433984/9067330
1640.48/1642.43	c cleaning 63999 clauses out of 128013 with flag 7687072/9132330
1654.24/1656.20	c cleaning 65001 clauses out of 130014 with flag 7955928/9198330
1668.81/1670.86	c cleaning 65999 clauses out of 132013 with flag 8240440/9265330
1681.39/1683.49	c cleaning 67004 clauses out of 134014 with flag 8489495/9333330
1694.77/1696.80	c cleaning 68000 clauses out of 136011 with flag 8723683/9402331
1708.68/1710.73	c cleaning 69000 clauses out of 138011 with flag 8979394/9472331
1723.34/1725.40	c cleaning 70001 clauses out of 140012 with flag 9236534/9543332
1737.80/1739.98	c cleaning 70994 clauses out of 142009 with flag 9501872/9615330
1753.87/1756.03	c cleaning 71999 clauses out of 144015 with flag 9755635/9688330
1769.13/1771.32	c cleaning 73006 clauses out of 146016 with flag 10017839/9762330
1783.89/1786.13	c cleaning 73998 clauses out of 148010 with flag 10284638/9837330
1798.86/1801.17	c cleaning 75002 clauses out of 150013 with flag 10567648/9913331
1814.01/1816.30	c cleaning 76000 clauses out of 152010 with flag 10862625/9990330
1830.59/1832.93	c cleaning 77001 clauses out of 154010 with flag 11186537/10068330
1845.36/1847.78	c cleaning 78000 clauses out of 156010 with flag 11445386/10147331
1857.57/1859.93	c cleaning 78995 clauses out of 158009 with flag 11694846/10227330
1870.46/1872.82	c cleaning 80004 clauses out of 160014 with flag 11956214/10308330
1887.13/1889.59	c cleaning 81001 clauses out of 162012 with flag 12255349/10390332
1902.89/1905.35	c cleaning 81998 clauses out of 164010 with flag 12569187/10473331
1917.95/1920.40	c cleaning 83000 clauses out of 166011 with flag 12879953/10557330
1935.41/1937.99	c cleaning 84003 clauses out of 168011 with flag 13247523/10642330
1952.59/1955.12	c cleaning 85002 clauses out of 170009 with flag 13567685/10728331
1971.74/1974.33	c cleaning 86000 clauses out of 172007 with flag 13868041/10815331
1987.85/1990.48	c cleaning 86992 clauses out of 174006 with flag 14164103/10903330
2007.42/2010.08	c cleaning 88002 clauses out of 176014 with flag 14497660/10992330
2026.97/2029.61	c cleaning 89002 clauses out of 178012 with flag 14824128/11082330
2048.20/2051.01	c cleaning 90001 clauses out of 180011 with flag 15148234/11173331
2067.75/2070.50	c cleaning 91003 clauses out of 182009 with flag 15456538/11265330
2087.79/2090.65	c cleaning 91991 clauses out of 184006 with flag 15815613/11358330
2106.93/2109.82	c cleaning 92998 clauses out of 186015 with flag 16175711/11452330
2128.31/2131.25	c cleaning 93999 clauses out of 188019 with flag 16518801/11547332
2147.44/2150.39	c cleaning 95001 clauses out of 190018 with flag 16845393/11643330
2166.49/2169.44	c cleaning 95997 clauses out of 192017 with flag 17216710/11740330
2186.35/2189.31	c cleaning 97001 clauses out of 194021 with flag 17603183/11838331
2208.39/2211.46	c cleaning 97996 clauses out of 196019 with flag 17977376/11937330
2231.33/2234.40	c cleaning 99005 clauses out of 198023 with flag 18381222/12037330
2254.39/2257.54	c cleaning 100006 clauses out of 200018 with flag 18779393/12138330
2277.64/2280.84	c cleaning 100988 clauses out of 202013 with flag 19152990/12240331
2298.76/2301.96	c cleaning 102008 clauses out of 204025 with flag 19508025/12343331
2324.00/2327.29	c cleaning 102999 clauses out of 206016 with flag 19910244/12447330
2345.45/2348.77	c cleaning 103998 clauses out of 208017 with flag 20289005/12552330
2370.48/2373.80	c cleaning 105004 clauses out of 210019 with flag 20738618/12658330
2396.23/2399.65	c cleaning 106001 clauses out of 212016 with flag 21203970/12765331
2423.98/2427.40	c cleaning 107001 clauses out of 214014 with flag 21600251/12873330
2450.90/2454.32	c cleaning 107998 clauses out of 216015 with flag 22073552/12982332
2477.83/2481.34	c cleaning 109002 clauses out of 218017 with flag 22514549/13092332
2499.00/2502.52	c cleaning 110001 clauses out of 220014 with flag 22906381/13203331
2521.73/2525.21	c cleaning 111001 clauses out of 222013 with flag 23319050/13315331
2546.89/2550.41	c cleaning 111996 clauses out of 224013 with flag 23742631/13428332
2569.55/2573.11	c cleaning 112998 clauses out of 226017 with flag 24166639/13542332
2593.99/2597.60	c cleaning 114008 clauses out of 228018 with flag 24601268/13657331
2621.73/2625.40	c cleaning 114998 clauses out of 230009 with flag 25085774/13773330
2646.54/2650.26	c cleaning 116004 clauses out of 232013 with flag 25523578/13890332
2672.30/2676.08	c cleaning 116992 clauses out of 234007 with flag 25952177/14008330
2699.82/2703.62	c cleaning 118002 clauses out of 236015 with flag 26423561/14127330
2725.68/2729.50	c cleaning 119002 clauses out of 238014 with flag 26858856/14247331
2754.00/2757.87	c cleaning 119998 clauses out of 240013 with flag 27291691/14368332
2780.72/2784.64	c cleaning 121004 clauses out of 242016 with flag 27772547/14490333
2804.97/2808.91	c cleaning 122003 clauses out of 244009 with flag 28217872/14613330
2832.29/2836.38	c cleaning 122992 clauses out of 246007 with flag 28700352/14737331
2860.14/2864.23	c cleaning 124002 clauses out of 248014 with flag 29199037/14862330
2888.17/2892.20	c cleaning 124999 clauses out of 250012 with flag 29711607/14988330
2915.21/2919.37	c cleaning 126000 clauses out of 252014 with flag 30196976/15115331
2945.57/2949.70	c cleaning 126997 clauses out of 254014 with flag 30730845/15243331
2978.10/2982.37	c cleaning 128001 clauses out of 256017 with flag 31294344/15372331
3009.71/3013.98	c cleaning 129003 clauses out of 258016 with flag 31801239/15502331
3036.57/3040.84	c cleaning 129994 clauses out of 260013 with flag 32273351/15633331
3068.51/3072.88	c cleaning 131006 clauses out of 262018 with flag 32726185/15765330
3097.36/3101.75	c cleaning 132000 clauses out of 264014 with flag 33179137/15898332
3127.70/3132.05	c cleaning 132991 clauses out of 266012 with flag 33664248/16032330
3162.90/3167.35	c cleaning 134006 clauses out of 268021 with flag 34144512/16167330
3190.93/3195.47	c cleaning 135001 clauses out of 270016 with flag 34642848/16303331
3219.45/3224.04	c cleaning 136000 clauses out of 272014 with flag 35158996/16440330
3250.90/3255.51	c cleaning 136994 clauses out of 274014 with flag 35632072/16578330
3282.83/3287.53	c cleaning 138005 clauses out of 276020 with flag 36148013/16717330
3314.84/3319.57	c cleaning 139002 clauses out of 278015 with flag 36684872/16857330
3347.57/3352.39	c cleaning 139993 clauses out of 280014 with flag 37188432/16998331
3383.18/3388.06	c cleaning 141006 clauses out of 282020 with flag 37703876/17140330
3421.34/3426.30	c cleaning 142003 clauses out of 284014 with flag 38221485/17283330
3454.17/3459.25	c cleaning 143001 clauses out of 286011 with flag 38788864/17427330
3490.10/3495.14	c cleaning 143998 clauses out of 288010 with flag 39386981/17572330
3526.23/3531.37	c cleaning 144996 clauses out of 290013 with flag 39990539/17718331
3566.61/3571.83	c cleaning 146004 clauses out of 292016 with flag 40652356/17865330
3600.04/3605.30	c starts		: 52616
3600.04/3605.31	c conflicts		: 18012803
3600.04/3605.31	c decisions		: 22069975
3600.04/3605.31	c propagations		: 1688634544
3600.04/3605.31	c inspects		: 59639177434
3600.04/3605.31	c shortcuts		: 0
3600.04/3605.31	c learnt literals	: 2
3600.04/3605.31	c learnt binary clauses	: 8
3600.04/3605.31	c learnt ternary clauses	: 34
3600.04/3605.31	c learnt constraints	: 18012801
3600.04/3605.31	c ignored constraints	: 0
3600.04/3605.31	c root simplifications	: 0
3600.04/3605.31	c removed literals (reason simplification)	: 62886713
3600.04/3605.31	c reason swapping (by a shorter reason)	: 0
3600.04/3605.31	c Calls to reduceDB	: 449
3600.04/3605.31	c Number of update (reduction) of LBD	: 3214169
3600.04/3605.31	c Imported unit clauses	: 0
3600.04/3605.31	c No decision after first conflict	: false
3600.04/3605.31	c number of reductions to clauses (during analyze)	: 0
3600.04/3605.31	c number of learned constraints concerned by reduction	: 0
3600.04/3605.31	c number of learning phase by resolution	: 0
3600.04/3605.31	c number of learning phase by cutting planes	: 0
3600.04/3605.31	c number of rounding to 1 operations	: 0
3600.04/3605.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3605.31	c number of reductions of the coefficients by power 2 	: 0
3600.04/3605.31	c number of right shift for reduction by power 2 	: 0
3600.04/3605.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3605.31	c number of ending skipping 	: 0
3600.04/3605.31	c number of internal skipping 	: 0
3600.04/3605.31	c number of derivation steps 	: 0
3600.04/3605.31	c number of skipped derivation steps 	: 0
3600.04/3605.31	c number of remaining unassigned 	: 0
3600.04/3605.31	c number of remaining assigned 	: 0
3600.04/3605.31	c number of falsified literals weakened from reason	: 0
3600.04/3605.31	c number of falsified literals weakened from conflict	: 0
3600.04/3605.31	c time for arithmetic operations	: 0
3600.04/3605.31	c minimum degree of deleted constraints	: null
3600.04/3605.31	c maximum degree of deleted constraints	: null
3600.04/3605.31	c number of deleted constraints	: 0
3600.04/3605.31	c speed (assignments/second)	: 468408.07866742485
3600.04/3605.31	c non guided choices	: 28230
3600.04/3605.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 293477
3600.04/3605.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 8
3600.04/3605.36	s SATISFIABLE
3600.04/3605.36	c Found 23 solution(s)
3600.04/3605.36	v x1 x2 x3 x4 x5 -x6 x7 -x8 x9 -x10 x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 x26 x27 -x28 x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 x38 -x39 -x40 x41 -x42 x43 -x44 x45 x46 -x47 -x48 -x49 x50 x51 x52 x53 x54 -x55 -x56 x57 -x58 x59 -x60 -x61 -x62 x63 -x64 x65 -x66 x67 x68 -x69 -x70 x71 -x72 x73 -x74 -x75 x76 x77 -x78 x79 -x80 x81 x82 -x83 x84 x85 -x86 x87 -x88 -x89 x90 x91 x92 x93 -x94 x95 -x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 -x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 -x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 -x200 x201 x202 x203 x204 x205 x206 -x207 x208 x209 x210 x211 x212 -x213 x214 x215 x216 x217 -x218 x219 x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 x229 x230 x231 x232 x233 x234 x235 x236 -x237 x238 x239 x240 x241 x242 x243 x244 x245 -x246 x247 x248 x249 x250 x251 x252 x253 x254 -x255 x256 x257 x258 x259 x260 x261 x262 -x263 -x264 x265 x266 x267 x268 x269 -x270 -x271 x272 x273 x274 x275 -x276 -x277 -x278 x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 x302 x303 x304 x305 x306 -x307 x308 x309 x310 x311 x312 x313 x314 -x315 -x316 x317 x318 x319 x320 x321 x322 -x323 -x324 -x325 x326 x327 x328 x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 x351 x352 x353 x354 x355 x356 x357 -x358 x359 x360 x361 x362 x363 x364 -x365 -x366 x367 x368 x369 x370 x371 -x372 -x373 -x374 x375 x376 x377 x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 x408 x409 x410 x411 x412 -x413 x414 x415 x416 x417 x418 -x419 -x420 x421 x422 x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 x458 x459 x460 x461 x462 -x463 x464 x465 x466 x467 -x468 -x469 -x470 x471 x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 x503 x504 x505 x506 -x507 x508 x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 x571 x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 x604 x605 x606 x607 x608 x609 x610 x611 x612 -x613 x614 x615 x616 x617 x618 x619 x620 x621 x622 x623 x624 x625 x626 x627 x628 x629 -x630 x631 x632 x633 x634 x635 x636 -x637 x638 x639 x640 x641 x642 -x643 x644 x645 x646 x647 -x648 x649 x650 x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 x659 x660 x661 x662 x663 x664 x665 x666 -x667 x668 x669 x670 x671 x672 x673 x674 x675 -x676 x677 x678 x679 x680 x681 x682 x683 -x684 -x685 x686 x687 x688 x689 x690 -x691 -x692 x693 x694 x695 x696 -x697 -x698 -x699 x700 x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 x712 x713 x714 x715 x716 x717 x718 x719 -x720 x721 x722 x723 x724 x725 x726 x727 -x728 -x729 x730 x731 x732 x733 x734 x735 -x736 -x737 -x738 x739 x740 x741 x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 x765 x766 x767 x768 x769 x770 -x771 -x772 x773 x774 x775 x776 x777 -x778 -x779 -x780 x781 x782 x783 x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 x814 x815 x816 x817 x818 -x819 -x820 x821 x822 x823 x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 x859 x860 x861 x862 -x863 -x864 -x865 x866 x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 x899 x900 x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 x988 x989 x990 x991 x992 x993 x994 x995 x996 x997 x998 x999 x1000 x1001 x1002 x1003 x1004 -x1005 x1006 x1007 x1008 x1009 x1010 x1011 -x1012 x1013 x1014 x1015 x1016 x1017 -x1018 x1019 x1020 x1021 x1022 x1023 x1024 x1025 x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 x1033 x1034 x1035 x1036 x1037 x1038 x1039 x1040 -x1041 x1042 x1043 x1044 x1045 x1046 x1047 x1048 -x1049 -x1050 x1051 x1052 x1053 x1054 x1055 -x1056 -x1057 x1058 x1059 x1060 x1061 -x1062 -x1063 x1064 x1065 x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 x1078 x1079 x1080 x1081 x1082 x1083 -x1084 -x1085 x1086 x1087 x1088 x1089 x1090 -x1091 -x1092 -x1093 -x1094 -x1095 x1096 x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 x1120 x1121 x1122 x1123 x1124 -x1125 -x1126 x1127 x1128 x1129 x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 x1159 x1160 x1161 x1162 -x1163 -x1164 x1165 x1166 x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 x1193 x1194 x1195 x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 x1273 x1274 x1275 x1276 x1277 x1278 x1279 x1280 -x1281 x1282 x1283 x1284 x1285 x1286 x1287 -x1288 x1289 x1290 x1291 x1292 x1293 -x1294 x1295 x1296 x1297 x1298 x1299 x1300 x1301 x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 -x1309 x1310 x1311 x1312 x1313 x1314 x1315 -x1316 -x1317 -x1318 x1319 x1320 x1321 x1322 -x1323 -x1324 -x1325 -x1326 x1327 x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 x1345 x1346 x1347 x1348 x1349 -x1350 -x1351 -x1352 -x1353 x1354 x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 x1378 x1379 x1380 x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 x1407 x1408 x1409 x1410 -x1411 -x1412 -x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 -x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 -x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 -x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 x1479 x1480 x1481 x1482 x1483 -x1484 -x1485 x1486 x1487 x1488 x1489 -x1490 x1491 x1492 x1493 x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 -x1503 -x1504 -x1505 -x1506 x1507 x1508 x1509 x1510 -x1511 -x1512 -x1513 x1514 x1515 x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 -x1530 -x1531 -x1532 x1533 x1534 x1535 x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 -x1551 -x1552 -x1553 -x1554 -x1555 -x1556 -x1557 -x1558 -x1559 -x1560 -x1561 -x1562 -x1563 -x1564 -x1565 -x1566 -x1567 -x1568 -x1569 -x1570 -x1571 -x1572 -x1573 -x1574 -x1575 -x1576 -x1577 -x1578 -x1579 -x1580 -x1581 -x1582 -x1583 -x1584 -x1585 -x1586 -x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 -x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 -x1615 -x1616 -x1617 x1618 x1619 x1620 x1621 x1622 -x1623 x1624 x1625 x1626 x1627 x1628 x1629 x1630 x1631 -x1632 -x1633 -x1634 -x1635 -x1636 -x1637 -x1638 x1639 x1640 x1641 x1642 -x1643 x1644 x1645 x1646 x1647 -x1648 -x1649 x1650 x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 x1658 x1659 x1660 x1661 -x1662 -x1663 x1664 x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 x1708 x1709 x1710 x1711 x1712 x1713 x1714 x1715 x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 x1723 x1724 x1725 x1726 -x1727 -x1728 x1729 x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 -x1762 x1763 x1764 x1765 x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 -x1779 -x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 -x1792 -x1793 -x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 x1807 x1808 -x1809 -x1810 -x1811 -x1812 
3600.04/3605.36	c objective function=95
3600.04/3605.36	c Total wall clock time (in seconds): 3605.226

Verifier Data

OK	95

Watcher Data

runsolver version 3.4.3 (svn: 5215) 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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4783849-1782157625/watcher-4783849-1782157625 -o /tmp/evaluation-result-4783849-1782157625/solver-4783849-1782157625 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783849-1782157625/vars-4783849-1782157625 --bin-var /tmp/runsolver-exch-nodeE010-1782157625-2306436 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783849-1782157625.opb 

running on 4 cores: 52-55

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 0,5,11,14-15,18-19,27,31,39,44,52
  3550 MHz: 4,6-7,16-17,28-30,37,43,48-51,54,56-59
  3600 MHz: 1-3,8-10,12-13,20-26,32-36,38,40-42,45-47,53,55,60-63
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  2500 MHz: 0
  3600 MHz: 1-3
WARNING: cores do not run at the same frequency!

CPU governors:
  performance: 52-55

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (116806 MiB free)
  node 1: cores 8-15, 128973 MiB (114104 MiB free)
  node 2: cores 16-23, 129019 MiB (119642 MiB free)
  node 3: cores 24-31, 129003 MiB (120094 MiB free)
  node 4: cores 32-39, 129019 MiB (118730 MiB free)
  node 5: cores 40-47, 129019 MiB (119402 MiB free)
  node 6: cores 48-55, 129019 MiB (118989 MiB free)
  node 7: cores 56-63, 128474 MiB (118241 MiB free)
  node distances:
     10  12  12  12  32  32  32  32
     12  10  12  12  32  32  32  32
     12  12  10  12  32  32  32  32
     12  12  12  10  32  32  32  32
     32  32  32  32  10  12  12  12
     32  32  32  32  12  10  12  12
     32  32  32  32  12  12  10  12
     32  32  32  32  12  12  12  10

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): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=2306603, runsolver pid=2306545
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100055 s]*
/proc/loadavg: 1.00 1.06 3.36 14/930 2306706
/proc/meminfo: memFree=968651876/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=34900044 memory=49012 CPUtime=0.08 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 5690 0 0 0 7 1 0 0 20 0 19 0 149050297 35737645056 11843 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8725011 12253 6103 1 0 30959 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=34900044 memory=4034096947 CPUtime=0.04 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 2899 0 0 0 4 0 0 0 20 0 19 0 149050302 35737645056 11843 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=34900044 memory=219983118702 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 149050303 35737645056 11843 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=34900044 memory=62917849968866 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 149050303 35737645056 11843 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=34900044 memory=57385965649287 CPUtime=0 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 149050303 35737645056 11843 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=34900044 memory=60680239130703 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 149050304 35737645056 11843 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=34900044 memory=53013789596998 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 149050304 35737645056 11843 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 49012 KiB

[startup+0.214483 s]*
/proc/loadavg: 3.72 1.63 3.53 34/1052 2306858
/proc/meminfo: memFree=968415536/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35033172 memory=103768 CPUtime=0.42 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 9101 0 0 0 40 2 0 0 20 0 21 0 149050297 35873968128 25530 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8758293 25942 6217 1 0 44020 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35033172 memory=3184097923301601671 CPUtime=0.14 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 3214 0 0 0 14 0 0 0 20 0 21 0 149050302 35873968128 26042 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35033172 memory=51704295 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149050303 35873968128 26042 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35033172 memory=55182578942438 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 149050303 35873968128 26042 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35033172 memory=60684448825944 CPUtime=0 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149050303 35873968128 26042 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35033172 memory=52987900986137 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149050304 35873968128 26042 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35033172 memory=58515591005428 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149050304 35873968128 26042 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 103768 KiB

[startup+0.31612 s]*
/proc/loadavg: 3.72 1.63 3.53 50/1188 2307009
/proc/meminfo: memFree=968003096/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35099736 memory=124224 CPUtime=0.72 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 11632 0 0 0 70 2 0 0 20 0 22 0 149050297 35942129664 30523 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8774934 31056 6250 1 0 80479 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35099736 memory=8389771804677338421 CPUtime=0.22 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 3318 0 0 0 21 1 0 0 20 0 22 0 149050302 35942129664 30651 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35099736 memory=220051594506 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149050303 35942129664 30651 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35099736 memory=51708573 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 149050303 35942129664 30651 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35099736 memory=51684146 CPUtime=0 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149050303 35942129664 30651 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35099736 memory=51729166 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149050304 35942129664 30651 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35099736 memory=51700260 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149050304 35942129664 30651 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306931] ppid=2306545 vsize=35099736 memory=14412626940981525 CPUtime=0 cores=52-55
/proc/2306603/task/2306931/stat : 2306931 (Timer-0) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149050323 35942129664 30651 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 124224 KiB

[startup+0.70026 s]
/proc/loadavg: 3.72 1.63 3.53 51/1215 2307036
/proc/meminfo: memFree=966654120/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35099736 memory=130936 CPUtime=1.46 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 12318 0 0 0 144 2 0 0 20 0 22 0 149050297 35942129664 32171 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8774934 32734 6266 1 0 84077 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35099736 memory=177748 CPUtime=0.58 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 3323 0 0 0 57 1 0 0 20 0 22 0 149050302 35942129664 32171 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35099736 memory=4876 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149050303 35942129664 32171 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35099736 memory=171680 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 149050303 35942129664 32171 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35099736 memory=168584 CPUtime=0 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149050303 35942129664 32171 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35099736 memory=2080 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149050304 35942129664 32171 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149050304 35942129664 32171 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306931] ppid=2306545 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2306603/task/2306931/stat : 2306931 (Timer-0) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149050323 35942129664 32171 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 130936 KiB

[startup+1.50021 s]
/proc/loadavg: 3.72 1.63 3.53 28/1229 2307053
/proc/meminfo: memFree=962957848/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35099736 memory=139240 CPUtime=2.54 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 17434 0 0 0 251 3 0 0 20 0 22 0 149050297 35942129664 34271 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8774934 34810 6282 1 0 87248 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35099736 memory=2080 CPUtime=1.38 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 4645 0 0 0 137 1 0 0 20 0 22 0 149050302 35942129664 34271 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149050303 35942129664 34271 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 149050303 35942129664 34271 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35099736 memory=130900 CPUtime=0 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 22 0 149050303 35942129664 34271 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 149050304 35942129664 34271 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35099736 memory=2948 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149050304 35942129664 34271 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306931] ppid=2306545 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2306603/task/2306931/stat : 2306931 (Timer-0) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 149050323 35942129664 34271 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 139240 KiB

[startup+3.11353 s]
/proc/loadavg: 3.72 1.63 3.53 18/1199 2307082
/proc/meminfo: memFree=960860180/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35099736 memory=145400 CPUtime=4.18 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 18002 0 0 0 415 3 0 0 20 0 21 0 149050297 35942129664 35816 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8774934 36350 6282 1 0 87249 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35099736 memory=0 CPUtime=2.98 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 4999 0 0 0 297 1 0 0 20 0 21 0 149050302 35942129664 35816 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35099736 memory=141288 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149050303 35942129664 35816 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 149050303 35942129664 35816 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 21 0 149050303 35942129664 35816 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35099736 memory=2080 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 149050304 35942129664 35816 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35099736 memory=2948 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149050304 35942129664 35816 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306931] ppid=2306545 vsize=35099736 memory=0 CPUtime=0 cores=52-55
/proc/2306603/task/2306931/stat : 2306931 (Timer-0) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 149050323 35942129664 35816 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 145400 KiB

[startup+6.30014 s]
/proc/loadavg: 4.87 1.90 3.61 16/1197 2307157

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

/proc/meminfo: memFree=950059656/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35232864 memory=447156 CPUtime=3397.43 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 79895 0 0 0 339708 35 0 0 20 0 23 0 149050297 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8808216 111789 6270 1 0 130860 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35232864 memory=447156 CPUtime=3388.63 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 19906 0 0 0 338860 3 0 0 20 0 23 0 149050302 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35232864 memory=447156 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35232864 memory=447156 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35232864 memory=413888 CPUtime=0.06 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 41 0 0 0 4 2 0 0 20 0 23 0 149050303 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35232864 memory=413632 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35232864 memory=7456 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 342 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306931] ppid=2306545 vsize=35232864 memory=1892 CPUtime=0 cores=52-55
/proc/2306603/task/2306931/stat : 2306931 (Timer-0) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149050323 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 3397.43 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 447156 KiB

[startup+3462.3 s]
/proc/loadavg: 16.20 16.26 15.93 17/1223 2307424
/proc/meminfo: memFree=950209532/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35232864 memory=447156 CPUtime=3457.26 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 79903 0 0 0 345691 35 0 0 20 0 23 0 149050297 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8808216 111789 6270 1 0 130860 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35232864 memory=447156 CPUtime=3448.41 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 19907 0 0 0 344838 3 0 0 20 0 23 0 149050302 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35232864 memory=447156 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35232864 memory=413632 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35232864 memory=10860 CPUtime=0.06 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 41 0 0 0 4 2 0 0 20 0 23 0 149050303 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35232864 memory=59172 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35232864 memory=2508 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 342 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306931] ppid=2306545 vsize=35232864 memory=447156 CPUtime=0 cores=52-55
/proc/2306603/task/2306931/stat : 2306931 (Timer-0) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149050323 36078452736 111367 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 3457.26 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 447156 KiB

[startup+3522.3 s]
/proc/loadavg: 16.13 16.23 15.94 17/1224 2307426
/proc/meminfo: memFree=950154276/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35232864 memory=447340 CPUtime=3517.26 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 80418 0 0 0 351689 37 0 0 20 0 23 0 149050297 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8808216 111835 6270 1 0 130906 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35232864 memory=447156 CPUtime=3508.16 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 20104 0 0 0 350813 3 0 0 20 0 23 0 149050302 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35232864 memory=447156 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35232864 memory=968 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35232864 memory=7456 CPUtime=0.06 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 45 0 0 0 4 2 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35232864 memory=430860 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35232864 memory=59172 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 342 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306931] ppid=2306545 vsize=35232864 memory=447340 CPUtime=0 cores=52-55
/proc/2306603/task/2306931/stat : 2306931 (Timer-0) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149050323 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 3517.26 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 447340 KiB

[startup+3582.3 s]
/proc/loadavg: 16.10 16.20 15.95 17/1226 2307806
/proc/meminfo: memFree=955219460/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35232864 memory=447340 CPUtime=3577.09 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 80848 0 0 0 357672 37 0 0 20 0 23 0 149050297 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8808216 111835 6270 1 0 130906 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35232864 memory=7456 CPUtime=3567.93 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 20295 0 0 0 356790 3 0 0 20 0 23 0 149050302 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35232864 memory=10860 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35232864 memory=447340 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35232864 memory=1892 CPUtime=0.06 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 45 0 0 0 4 2 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35232864 memory=10860 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35232864 memory=59172 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 369 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306931] ppid=2306545 vsize=35232864 memory=-7380936319013250914 CPUtime=0 cores=52-55
/proc/2306603/task/2306931/stat : 2306931 (Timer-0) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149050323 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 3577.09 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 447340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.3 s]
/proc/loadavg: 16.31 16.24 15.97 16/1153 2308089
/proc/meminfo: memFree=960877960/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35232864 memory=447348 CPUtime=3600.04 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 81418 0 0 0 359967 37 0 0 20 0 23 0 149050297 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8808216 111837 6270 1 0 130906 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35232864 memory=59172 CPUtime=3590.82 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 20527 0 0 0 359079 3 0 0 20 0 23 0 149050302 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35232864 memory=-7380936319013250914 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35232864 memory=447340 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35232864 memory=447340 CPUtime=0.06 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 49 0 0 0 4 2 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35232864 memory=968 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35232864 memory=447344 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 432 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306931] ppid=2306545 vsize=35232864 memory=1607256 CPUtime=0 cores=52-55
/proc/2306603/task/2306931/stat : 2306931 (Timer-0) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149050323 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 447348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.83 s, system=0.386267 s

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

[startup+3605.3 s]
/proc/loadavg: 16.31 16.24 15.97 16/1153 2308089
/proc/meminfo: memFree=960877960/1055320708 swapFree=32681384/33554428
[pid=2306603] ppid=2306545 vsize=35232864 memory=447348 CPUtime=3600.04 cores=52-55
/proc/2306603/stat : 2306603 (java) S 2306545 2306603 2306413 0 -1 4194304 81418 0 0 0 359967 37 0 0 20 0 23 0 149050297 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 0 0 16800975 0 0 0 17 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
/proc/2306603/statm: 8808216 111837 6270 1 0 130906 0
[pid=2306603/tid=2306634] ppid=2306545 vsize=35232864 memory=59172 CPUtime=3590.82 cores=52-55
/proc/2306603/task/2306634/stat : 2306634 (java) R 2306545 2306603 2306413 0 -1 4194368 20527 0 0 0 359079 3 0 0 20 0 23 0 149050302 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 0 0 0 -1 52 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306658] ppid=2306545 vsize=35232864 memory=-7380936319013250914 CPUtime=0 cores=52-55
/proc/2306603/task/2306658/stat : 2306658 (Referen..andler) S 2306545 2306603 2306413 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306659] ppid=2306545 vsize=35232864 memory=447340 CPUtime=0 cores=52-55
/proc/2306603/task/2306659/stat : 2306659 (Finalizer) S 2306545 2306603 2306413 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306662] ppid=2306545 vsize=35232864 memory=447340 CPUtime=0.06 cores=52-55
/proc/2306603/task/2306662/stat : 2306662 (Monitor..Thread) S 2306545 2306603 2306413 0 -1 4194368 49 0 0 0 4 2 0 0 20 0 23 0 149050303 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306666] ppid=2306545 vsize=35232864 memory=968 CPUtime=0 cores=52-55
/proc/2306603/task/2306666/stat : 2306666 (Notific..Thread) S 2306545 2306603 2306413 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 54 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306668] ppid=2306545 vsize=35232864 memory=447344 CPUtime=0 cores=52-55
/proc/2306603/task/2306668/stat : 2306668 (Common-Cleaner) S 2306545 2306603 2306413 0 -1 4194368 432 0 0 0 0 0 0 0 20 0 23 0 149050304 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 53 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
[pid=2306603/tid=2306931] ppid=2306545 vsize=35232864 memory=1607256 CPUtime=0 cores=52-55
/proc/2306603/task/2306931/stat : 2306931 (Timer-0) S 2306545 2306603 2306413 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 149050323 36078452736 111527 18446744073709551615 94571095703552 94571095707248 140728047928272 0 0 0 4 0 16800975 1 0 0 -1 55 0 0 0 0 0 94571095715112 94571095715856 94571117006848 140728047929556 140728047929696 140728047929696 140728047935432 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 447348 KiB

Child status: 143

Real time (s): 3605.37
CPU time (s): 3600.22
CPU user time (s): 3599.83
CPU system time (s): 0.386267
CPU usage (%): 99.8569
Max. virtual memory (cumulated for all children) (KiB): 35265324
Max. memory (cumulated for all children) (KiB): 447348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.83
system time used= 0.386267
maximum resident set size= 446620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83653
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79886
involuntary context switches= 2619


# summary of solver processes directly reported to runsolver:
#   pid: 2306603
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3599.83
#   total CPU system time (s): 0.386267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2194 second user time and 36.8783 second system time

The end

Launcher Data

Begin job on nodeE010 at 2026-06-22 21:47:06
IDJOB=4783849
IDBENCH=147622
IDSOLVER=3602
FILE ID=nodeE010/4783849-1782157625
RUNJOBID= nodeE010-1782157625-2306436
SLURM_JOB_ID= 12510935
Free space on /tmp= 798360 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_12.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4783849-1782157625/watcher-4783849-1782157625 -o /tmp/evaluation-result-4783849-1782157625/solver-4783849-1782157625 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783849-1782157625/vars-4783849-1782157625 --bin-var /tmp/runsolver-exch-nodeE010-1782157625-2306436 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783849-1782157625.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 62000 MiB
NBCORE= 3

MD5SUM BENCH= 88220551ed2e54bab314d6806833f69c
RANDOM SEED=181213248

nodeE010 Linux 5.14.0-611.55.1.el9_7.0.3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 18 19:21:10 UTC 2026

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3589.104
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 4
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3572.152
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 5
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 65
initial apicid	: 65
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 6
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 7
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 67
initial apicid	: 67
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3593.811
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 9
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.255
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 33
initial apicid	: 33
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 10
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3594.933
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 11
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.692
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 35
initial apicid	: 35
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 12
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 13
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 97
initial apicid	: 97
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 14
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3616.198
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 15
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 99
initial apicid	: 99
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 16
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3560.924
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 17
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3562.211
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 49
initial apicid	: 49
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 18
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3561.847
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 19
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3568.409
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 51
initial apicid	: 51
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 20
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 21
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 113
initial apicid	: 113
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 22
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 23
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.402
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 115
initial apicid	: 115
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 24
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.723
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 25
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.265
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 26
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.922
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 27
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 28
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3570.666
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 29
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3561.756
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 81
initial apicid	: 81
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 30
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3569.274
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 31
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3570.575
cache size	: 1024 KB
physical id	: 0
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 83
initial apicid	: 83
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 32
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.893
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 0
cpu cores	: 32
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 33
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.543
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 1
cpu cores	: 32
apicid		: 129
initial apicid	: 129
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 34
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.316
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 2
cpu cores	: 32
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 35
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3582.311
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 3
cpu cores	: 32
apicid		: 131
initial apicid	: 131
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 36
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3580.287
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 64
cpu cores	: 32
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 37
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3572.707
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 65
cpu cores	: 32
apicid		: 193
initial apicid	: 193
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 38
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.759
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 66
cpu cores	: 32
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 39
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3572.736
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 67
cpu cores	: 32
apicid		: 195
initial apicid	: 195
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 40
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.863
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 32
cpu cores	: 32
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 41
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 33
cpu cores	: 32
apicid		: 161
initial apicid	: 161
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 42
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 34
cpu cores	: 32
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 43
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3578.387
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 35
cpu cores	: 32
apicid		: 163
initial apicid	: 163
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 44
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 96
cpu cores	: 32
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 45
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3576.126
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 97
cpu cores	: 32
apicid		: 225
initial apicid	: 225
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 46
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.871
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 98
cpu cores	: 32
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 47
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.477
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 99
cpu cores	: 32
apicid		: 227
initial apicid	: 227
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 48
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3568.951
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 48
cpu cores	: 32
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 49
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3560.152
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 49
cpu cores	: 32
apicid		: 177
initial apicid	: 177
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 50
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3562.246
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 50
cpu cores	: 32
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 51
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 51
cpu cores	: 32
apicid		: 179
initial apicid	: 179
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 52
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3579.055
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 112
cpu cores	: 32
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 53
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3574.159
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 113
cpu cores	: 32
apicid		: 241
initial apicid	: 241
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 54
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 2493.659
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 114
cpu cores	: 32
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 55
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3588.124
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 115
cpu cores	: 32
apicid		: 243
initial apicid	: 243
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 56
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3553.417
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 16
cpu cores	: 32
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 57
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3560.535
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 17
cpu cores	: 32
apicid		: 145
initial apicid	: 145
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 58
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3559.936
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 18
cpu cores	: 32
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 59
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3559.281
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 19
cpu cores	: 32
apicid		: 147
initial apicid	: 147
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 60
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3589.833
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 80
cpu cores	: 32
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 61
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3590.219
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 81
cpu cores	: 32
apicid		: 209
initial apicid	: 209
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 62
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3583.269
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 82
cpu cores	: 32
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 63
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3591.267
cache size	: 1024 KB
physical id	: 1
siblings	: 32
core id		: 83
cpu cores	: 32
apicid		: 211
initial apicid	: 211
fpu		: yes
fpu_exception	: yes
cpuid level	: 16
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good amd_lbr_v2 nopl xtopology nonstop_tsc cpuid extd_apicid aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cat_l3 cdp_l3 hw_pstate ssbd mba perfmon_v2 ibrs ibpb stibp ibrs_enhanced vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 invpcid cqm rdt_a avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local user_shstk avx_vnni avx512_bf16 clzero irperf xsaveerptr rdpru wbnoinvd amd_ppin cppc arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif x2avic v_spec_ctrl vnmi avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq la57 rdpid bus_lock_detect movdiri movdir64b overflow_recov succor smca avx512_vp2intersect flush_l1d debug_swap amd_lbr_pmc_freeze
bugs		: sysret_ss_attrs spectre_v1 spectre_v2 spec_store_bypass srso spectre_v2_user vmscape
bogomips	: 7090.34
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]


/proc/meminfo:
MemTotal:       1055320708 kB
MemFree:        968884096 kB
MemAvailable:   1048153048 kB
Buffers:              32 kB
Cached:         83048828 kB
SwapCached:         6960 kB
Active:          1450732 kB
Inactive:       81715316 kB
Active(anon):     153460 kB
Inactive(anon):    50268 kB
Active(file):    1297272 kB
Inactive(file): 81665048 kB
Unevictable:        9000 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       32681384 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            204144 kB
Writeback:             0 kB
AnonPages:        123664 kB
Mapped:            62036 kB
Shmem:             86540 kB
KReclaimable:    1111512 kB
Slab:            1623708 kB
SReclaimable:    1111512 kB
SUnreclaim:       512196 kB
KernelStack:       13712 kB
PageTables:         4432 kB
SecPageTables:     15560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214780 kB
Committed_AS:    1396380 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      478452 kB
VmallocChunk:          0 kB
Percpu:           116224 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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:      385476 kB
DirectMap2M:    20908032 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 798072 MiB
End job on nodeE010 at 2026-06-22 22:47:11