Trace number 4783481

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)48421 3600.21 3563.67

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data8_3.opb
MD5SUM1adddfdbf1ced655bc7cf87afdf2cbda
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 benchmark40631
Best CPU time to get the best result obtained on this benchmark3600.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
Number of bits of the biggest sum of numbers19
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.05	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.05	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.05	c See www.sat4j.org for details.
0.00/0.05	c version PB26fixedPrime.v20260610
0.00/0.06	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.06	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.06	c java.vm.version	26.0.1+8-34
0.00/0.06	c java.vm.vendor	Oracle Corporation
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version		26.0.1
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.06	c os.arch		amd64
0.00/0.06	c Free memory 		30334720
0.00/0.06	c Max memory 		32178700288
0.00/0.06	c Total memory 		33554432
0.00/0.06	c Number of processors 	4
0.00/0.09	c Pseudo Boolean Optimization by upper bound
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Glucose 2.1 dynamic restart strategy
0.00/0.09	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.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c Listener: none
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-4783481-1782148791.opb
0.00/0.09	c reading problem ... 
0.00/0.09	c  objective function found
0.20/0.20	c ... done. Wall clock time 0.114s.
0.20/0.20	c declared #vars     1344
0.20/0.20	c #constraints  16376
0.20/0.20	c constraints type 
0.20/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1624
0.20/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 496
0.20/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7392
0.20/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6864
0.20/0.20	c 16376 constraints processed.
0.20/0.21	c objective function length is 448 literals
0.57/0.27	c SATISFIABLE
0.57/0.27	c OPTIMIZING...
0.57/0.27	c Got one! Elapsed wall clock time (in seconds):0.188
0.57/0.27	o 51435
0.57/0.32	c Got one! Elapsed wall clock time (in seconds):0.237
0.57/0.32	o 48574
0.88/0.34	c Got one! Elapsed wall clock time (in seconds):0.253
0.88/0.34	o 48421
1.17/0.52	c cleaning 3502 clauses out of 7007 with flag 11291/7007
1.76/0.68	c cleaning 4750 clauses out of 9504 with flag 23907/13006
2.09/0.82	c cleaning 5876 clauses out of 11755 with flag 38483/20007
2.24/1.00	c cleaning 6935 clauses out of 13878 with flag 55183/28006
2.62/1.20	c cleaning 7972 clauses out of 15943 with flag 73924/37006
2.83/1.41	c cleaning 8979 clauses out of 17971 with flag 95703/47006
3.03/1.68	c cleaning 9994 clauses out of 19992 with flag 119650/58006
3.37/2.00	c cleaning 10997 clauses out of 21998 with flag 146280/70006
3.76/2.36	c cleaning 11995 clauses out of 24001 with flag 175290/83006
4.16/2.77	c cleaning 13001 clauses out of 26007 with flag 206387/97007
4.66/3.20	c cleaning 14001 clauses out of 28006 with flag 240650/112007
5.06/3.65	c cleaning 15002 clauses out of 30005 with flag 277315/128007
5.61/4.15	c cleaning 15998 clauses out of 32002 with flag 316099/145006
6.12/4.62	c cleaning 17002 clauses out of 34004 with flag 356144/163006
6.53/5.05	c cleaning 17989 clauses out of 36002 with flag 398332/182006
7.02/5.58	c cleaning 19004 clauses out of 38014 with flag 444007/202007
7.63/6.14	c cleaning 20001 clauses out of 40009 with flag 491198/223006
8.21/6.74	c cleaning 21001 clauses out of 42008 with flag 542090/245006
8.91/7.46	c cleaning 22004 clauses out of 44007 with flag 593196/268006
9.62/8.18	c cleaning 22997 clauses out of 46003 with flag 648571/292006
10.52/9.01	c cleaning 24003 clauses out of 48006 with flag 707631/317006
11.42/9.92	c cleaning 25000 clauses out of 50003 with flag 770463/343006
12.22/10.76	c cleaning 25995 clauses out of 52003 with flag 834495/370006
13.12/11.67	c cleaning 26998 clauses out of 54008 with flag 898715/398006
14.11/12.62	c cleaning 28004 clauses out of 56011 with flag 967588/427007
15.21/13.73	c cleaning 28996 clauses out of 58006 with flag 1036910/457006
16.31/14.84	c cleaning 30001 clauses out of 60010 with flag 1106886/488006
17.51/16.10	c cleaning 31001 clauses out of 62009 with flag 1181129/520006
18.81/17.34	c cleaning 32003 clauses out of 64009 with flag 1256427/553007
20.01/18.58	c cleaning 32998 clauses out of 66005 with flag 1335820/587006
21.20/19.79	c cleaning 34003 clauses out of 68007 with flag 1421405/622006
22.51/21.11	c cleaning 34998 clauses out of 70004 with flag 1510009/658006
23.81/22.38	c cleaning 35998 clauses out of 72006 with flag 1604340/695006
25.11/23.65	c cleaning 37001 clauses out of 74008 with flag 1699521/733006
26.62/25.13	c cleaning 38003 clauses out of 76008 with flag 1797726/772007
27.91/26.49	c cleaning 39003 clauses out of 78008 with flag 1901000/812010
29.36/27.82	c cleaning 39991 clauses out of 80001 with flag 2007550/853006
31.60/29.94	c cleaning 41002 clauses out of 82011 with flag 2153094/895007
37.36/35.65	c cleaning 42001 clauses out of 84009 with flag 2569904/938007
40.88/39.03	c cleaning 42997 clauses out of 86009 with flag 2839001/982008
42.06/40.15	c cleaning 44001 clauses out of 88010 with flag 2960460/1027006
44.20/42.24	c cleaning 45000 clauses out of 90010 with flag 3134570/1073007
45.31/43.32	c cleaning 46002 clauses out of 92009 with flag 3242975/1120006
46.52/44.56	c cleaning 47002 clauses out of 94008 with flag 3372614/1168007
48.10/46.07	c cleaning 47993 clauses out of 96006 with flag 3519696/1217007
49.62/47.52	c cleaning 49005 clauses out of 98015 with flag 3681699/1267009
51.02/48.92	c cleaning 50002 clauses out of 100008 with flag 3838331/1318007
52.43/50.37	c cleaning 50998 clauses out of 102006 with flag 3983042/1370007
54.35/52.27	c cleaning 52004 clauses out of 104007 with flag 4119994/1423006
56.36/54.24	c cleaning 52995 clauses out of 106003 with flag 4264948/1477006
65.40/63.18	c cleaning 53996 clauses out of 108008 with flag 4865982/1532006
67.11/64.81	c cleaning 54996 clauses out of 110012 with flag 4990530/1588006
68.72/66.48	c cleaning 55996 clauses out of 112018 with flag 5123363/1645008
70.69/68.34	c cleaning 57003 clauses out of 114020 with flag 5258018/1703006
72.62/70.26	c cleaning 57997 clauses out of 116018 with flag 5396351/1762007
74.46/72.08	c cleaning 59008 clauses out of 118021 with flag 5534597/1822007
76.65/74.20	c cleaning 59998 clauses out of 120013 with flag 5677555/1883007
78.75/76.37	c cleaning 61000 clauses out of 122014 with flag 5829967/1945006
80.95/78.51	c cleaning 62003 clauses out of 124014 with flag 5981904/2008006
83.38/80.92	c cleaning 63003 clauses out of 126014 with flag 6138068/2072009
85.74/83.29	c cleaning 63995 clauses out of 128008 with flag 6303592/2137006
88.17/85.69	c cleaning 64998 clauses out of 130014 with flag 6463073/2203007
90.61/88.03	c cleaning 65994 clauses out of 132016 with flag 6624626/2270007
93.61/91.05	c cleaning 67005 clauses out of 134021 with flag 6795596/2338006
96.62/94.03	c cleaning 68005 clauses out of 136016 with flag 6971461/2407006
99.74/97.11	c cleaning 69004 clauses out of 138011 with flag 7141341/2477006
102.54/99.90	c cleaning 69986 clauses out of 140007 with flag 7311312/2548006
105.31/102.63	c cleaning 71005 clauses out of 142022 with flag 7477393/2620007
107.91/105.23	c cleaning 72001 clauses out of 144016 with flag 7647558/2693006
110.52/107.87	c cleaning 73000 clauses out of 146015 with flag 7817788/2767006
113.12/110.46	c cleaning 74008 clauses out of 148015 with flag 7991220/2842006
116.05/113.34	c cleaning 74998 clauses out of 150008 with flag 8172812/2918007
118.72/115.90	c cleaning 75995 clauses out of 152010 with flag 8357432/2995007
121.85/119.02	c cleaning 77000 clauses out of 154014 with flag 8549236/3073006
124.64/121.82	c cleaning 78007 clauses out of 156014 with flag 8741302/3152006
128.05/125.28	c cleaning 79001 clauses out of 158007 with flag 8937848/3232006
131.45/128.55	c cleaning 79995 clauses out of 160006 with flag 9128111/3313006
135.08/132.11	c cleaning 81005 clauses out of 162012 with flag 9321421/3395007
138.48/135.54	c cleaning 81997 clauses out of 164008 with flag 9515926/3478008
142.20/139.20	c cleaning 83001 clauses out of 166009 with flag 9718939/3562006
145.91/143.00	c cleaning 84000 clauses out of 168008 with flag 9918851/3647006
149.80/146.70	c cleaning 84991 clauses out of 170008 with flag 10121289/3733006
152.92/149.85	c cleaning 85998 clauses out of 172017 with flag 10332077/3820006
156.62/153.50	c cleaning 87000 clauses out of 174019 with flag 10548260/3908006
160.53/157.40	c cleaning 88006 clauses out of 176019 with flag 10761813/3997006
163.84/160.63	c cleaning 88996 clauses out of 178013 with flag 10973561/4087006
167.28/164.02	c cleaning 90003 clauses out of 180017 with flag 11188355/4178006
170.87/167.60	c cleaning 90997 clauses out of 182015 with flag 11408551/4270007
174.79/171.55	c cleaning 91999 clauses out of 184017 with flag 11638107/4363006
179.10/175.76	c cleaning 93005 clauses out of 186020 with flag 11877675/4457008
182.72/179.36	c cleaning 94001 clauses out of 188013 with flag 12109063/4552006
186.71/183.35	c cleaning 95003 clauses out of 190012 with flag 12341962/4648006
191.33/187.92	c cleaning 95991 clauses out of 192010 with flag 12579747/4745007
195.33/191.94	c cleaning 97008 clauses out of 194019 with flag 12814888/4843007
199.94/196.40	c cleaning 97997 clauses out of 196010 with flag 13053560/4942006
203.47/199.96	c cleaning 98999 clauses out of 198017 with flag 13293267/5042010
207.40/203.86	c cleaning 100006 clauses out of 200015 with flag 13543149/5143007
211.90/208.24	c cleaning 100994 clauses out of 202008 with flag 13790948/5245006
216.51/212.83	c cleaning 101996 clauses out of 204014 with flag 14040988/5348006
221.31/217.67	c cleaning 103004 clauses out of 206018 with flag 14290912/5452006
226.60/222.95	c cleaning 104003 clauses out of 208014 with flag 14546914/5557006
231.62/227.91	c cleaning 104997 clauses out of 210011 with flag 14802116/5663006
236.54/232.82	c cleaning 106003 clauses out of 212015 with flag 15068937/5770007
242.14/238.35	c cleaning 107002 clauses out of 214012 with flag 15349537/5878007
247.14/243.31	c cleaning 107992 clauses out of 216011 with flag 15621253/5987008
251.45/247.66	c cleaning 109002 clauses out of 218018 with flag 15889047/6097007
256.23/252.42	c cleaning 110000 clauses out of 220016 with flag 16162174/6208007
261.55/257.79	c cleaning 111001 clauses out of 222015 with flag 16441853/6320006
266.88/263.06	c cleaning 112001 clauses out of 224014 with flag 16730915/6433006
272.85/268.98	c cleaning 113000 clauses out of 226014 with flag 17030494/6547007
278.66/274.70	c cleaning 114003 clauses out of 228014 with flag 17325372/6662007
284.64/280.73	c cleaning 115002 clauses out of 230010 with flag 17613077/6778006
291.63/287.75	c cleaning 116004 clauses out of 232011 with flag 17940911/6895009
297.76/293.85	c cleaning 116994 clauses out of 234004 with flag 18249968/7013006
304.90/300.82	c cleaning 118002 clauses out of 236010 with flag 18568284/7132006
311.33/307.20	c cleaning 118997 clauses out of 238008 with flag 18882125/7252006
318.33/314.24	c cleaning 119998 clauses out of 240012 with flag 19214188/7373007
325.43/321.33	c cleaning 121003 clauses out of 242014 with flag 19539751/7495007
333.56/329.33	c cleaning 121997 clauses out of 244011 with flag 19856831/7618007
339.33/335.04	c cleaning 123000 clauses out of 246014 with flag 20197761/7742007
345.22/340.90	c cleaning 124001 clauses out of 248013 with flag 20546336/7867006
351.84/347.50	c cleaning 125004 clauses out of 250012 with flag 20919965/7993006
359.38/354.92	c cleaning 125995 clauses out of 252008 with flag 21254414/8120006
366.80/362.35	c cleaning 126992 clauses out of 254013 with flag 21590743/8248006
374.30/369.88	c cleaning 128005 clauses out of 256022 with flag 21929845/8377007
382.71/378.29	c cleaning 129005 clauses out of 258016 with flag 22271468/8507006
389.77/385.14	c cleaning 129999 clauses out of 260011 with flag 22613181/8638006
395.50/390.83	c cleaning 131003 clauses out of 262013 with flag 22941983/8770007
401.42/396.75	c cleaning 131996 clauses out of 264009 with flag 23289289/8903006
408.39/403.57	c cleaning 133001 clauses out of 266013 with flag 23637996/9037006
415.02/410.19	c cleaning 134002 clauses out of 268014 with flag 24001489/9172008
422.62/417.71	c cleaning 135003 clauses out of 270010 with flag 24340379/9308006
431.94/427.06	c cleaning 135995 clauses out of 272007 with flag 24699196/9445006
438.83/433.89	c cleaning 137002 clauses out of 274013 with flag 25055782/9583007
445.97/441.00	c cleaning 137998 clauses out of 276010 with flag 25412344/9722006
452.19/447.16	c cleaning 139000 clauses out of 278012 with flag 25782299/9862006
458.71/453.63	c cleaning 139992 clauses out of 280012 with flag 26147664/10003006
465.93/460.72	c cleaning 140998 clauses out of 282020 with flag 26512818/10145006
473.63/468.45	c cleaning 142002 clauses out of 284023 with flag 26888440/10288007
480.78/475.53	c cleaning 143008 clauses out of 286021 with flag 27264845/10432007
488.31/482.94	c cleaning 143994 clauses out of 288012 with flag 27637502/10577006
496.47/491.06	c cleaning 145005 clauses out of 290018 with flag 28013067/10723006
503.19/497.66	c cleaning 145999 clauses out of 292014 with flag 28389815/10870007
510.32/504.76	c cleaning 147000 clauses out of 294015 with flag 28792593/11018007
517.48/511.76	c cleaning 148003 clauses out of 296014 with flag 29207169/11167006
525.41/519.62	c cleaning 149000 clauses out of 298011 with flag 29648133/11317006
532.87/526.99	c cleaning 149996 clauses out of 300011 with flag 30073442/11468006
541.21/535.29	c cleaning 151004 clauses out of 302015 with flag 30491292/11620006
550.41/544.23	c cleaning 152000 clauses out of 304012 with flag 30905996/11773007
559.96/553.77	c cleaning 153005 clauses out of 306012 with flag 31319887/11927007
568.95/562.53	c cleaning 153988 clauses out of 308006 with flag 31776438/12082006
579.00/572.54	c cleaning 155002 clauses out of 310019 with flag 32259099/12238007
589.99/583.36	c cleaning 156002 clauses out of 312016 with flag 32753031/12395006
599.94/593.27	c cleaning 157001 clauses out of 314016 with flag 33249660/12553008
610.26/603.51	c cleaning 157997 clauses out of 316013 with flag 33757699/12712006
620.84/613.97	c cleaning 158999 clauses out of 318017 with flag 34276425/12872007
632.15/625.25	c cleaning 160006 clauses out of 320018 with flag 34793301/13033007
642.38/635.43	c cleaning 161002 clauses out of 322011 with flag 35284177/13195006
654.50/647.45	c cleaning 161999 clauses out of 324010 with flag 35788429/13358007
666.16/659.05	c cleaning 163000 clauses out of 326010 with flag 36342455/13522006
678.19/670.92	c cleaning 163999 clauses out of 328010 with flag 36884261/13687006
690.11/682.80	c cleaning 164997 clauses out of 330011 with flag 37443883/13853006
699.25/691.88	c cleaning 165996 clauses out of 332014 with flag 37960801/14020006
707.68/700.26	c cleaning 167003 clauses out of 334018 with flag 38502213/14188006
718.16/710.51	c cleaning 167997 clauses out of 336015 with flag 39040650/14357006
731.58/723.99	c cleaning 169004 clauses out of 338019 with flag 39590843/14527007
744.17/736.40	c cleaning 170007 clauses out of 340015 with flag 40114329/14698007
758.19/750.34	c cleaning 170997 clauses out of 342007 with flag 40685794/14870006
773.54/765.57	c cleaning 172000 clauses out of 344010 with flag 41312725/15043006
786.85/778.85	c cleaning 172998 clauses out of 346010 with flag 41892915/15217006
800.95/792.70	c cleaning 173995 clauses out of 348012 with flag 42481686/15392006
814.16/805.93	c cleaning 175006 clauses out of 350018 with flag 43068809/15568007
829.30/821.02	c cleaning 176004 clauses out of 352013 with flag 43653948/15745008
844.31/835.99	c cleaning 176999 clauses out of 354007 with flag 44253667/15923006
857.94/849.34	c cleaning 177998 clauses out of 356008 with flag 44851690/16102006
871.80/863.20	c cleaning 178999 clauses out of 358012 with flag 45468771/16282008
885.23/876.41	c cleaning 180001 clauses out of 360012 with flag 46078291/16463007
897.88/889.09	c cleaning 180997 clauses out of 362010 with flag 46680531/16645006
909.96/900.97	c cleaning 182004 clauses out of 364014 with flag 47239086/16828007
922.18/913.18	c cleaning 182997 clauses out of 366009 with flag 47818309/17012006
936.99/927.99	c cleaning 184005 clauses out of 368012 with flag 48418493/17197006
953.34/944.18	c cleaning 185004 clauses out of 370008 with flag 49047752/17383007
970.95/961.76	c cleaning 185996 clauses out of 372004 with flag 49735464/17570007
988.64/979.43	c cleaning 187002 clauses out of 374007 with flag 50353549/17758006
1004.41/995.06	c cleaning 187994 clauses out of 376006 with flag 50970664/17947007
1016.13/1006.71	c cleaning 189003 clauses out of 378011 with flag 51485528/18137006
1027.94/1018.36	c cleaning 189999 clauses out of 380008 with flag 52072360/18328006
1039.49/1029.80	c cleaning 191005 clauses out of 382009 with flag 52726794/18520006
1052.04/1042.14	c cleaning 191995 clauses out of 384005 with flag 53403185/18713007
1063.10/1053.19	c cleaning 192999 clauses out of 386009 with flag 54074277/18907006
1078.58/1068.40	c cleaning 193996 clauses out of 388010 with flag 54728705/19102006
1092.91/1082.70	c cleaning 195008 clauses out of 390015 with flag 55355582/19298007
1104.80/1094.41	c cleaning 195998 clauses out of 392006 with flag 55880873/19495006
1117.93/1107.59	c cleaning 197003 clauses out of 394009 with flag 56422548/19693007
1130.83/1120.22	c cleaning 197992 clauses out of 396006 with flag 56926858/19892007
1143.57/1132.93	c cleaning 198995 clauses out of 398014 with flag 57492464/20092007
1158.18/1147.37	c cleaning 200005 clauses out of 400018 with flag 58127864/20293006
1173.02/1162.16	c cleaning 201003 clauses out of 402013 with flag 58751591/20495006
1187.74/1176.66	c cleaning 202000 clauses out of 404011 with flag 59376863/20698007
1203.59/1192.28	c cleaning 203001 clauses out of 406011 with flag 60020893/20902007
1218.64/1207.09	c cleaning 203994 clauses out of 408009 with flag 60730531/21107006
1232.49/1220.83	c cleaning 205003 clauses out of 410017 with flag 61478778/21313008
1245.80/1233.94	c cleaning 205999 clauses out of 412012 with flag 62172265/21520006
1259.06/1246.90	c cleaning 207003 clauses out of 414013 with flag 62872063/21728006
1271.20/1258.81	c cleaning 207996 clauses out of 416010 with flag 63598829/21937006
1282.80/1270.14	c cleaning 208993 clauses out of 418014 with flag 64243811/22147006
1294.25/1281.32	c cleaning 210003 clauses out of 420021 with flag 64889666/22358006
1307.59/1294.40	c cleaning 211007 clauses out of 422020 with flag 65564508/22570008
1320.57/1307.17	c cleaning 212002 clauses out of 424011 with flag 66285949/22783006
1337.08/1323.41	c cleaning 212998 clauses out of 426009 with flag 67027859/22997006
1352.74/1339.01	c cleaning 214004 clauses out of 428012 with flag 67693076/23212007
1369.10/1355.28	c cleaning 214996 clauses out of 430008 with flag 68344819/23428007
1386.30/1372.25	c cleaning 215998 clauses out of 432011 with flag 69029541/23645006
1403.91/1389.67	c cleaning 217000 clauses out of 434015 with flag 69712857/23863008
1421.68/1407.15	c cleaning 218001 clauses out of 436013 with flag 70353988/24082006
1439.31/1424.56	c cleaning 219005 clauses out of 438013 with flag 71024975/24302007
1455.26/1440.26	c cleaning 220000 clauses out of 440007 with flag 71666517/24523006
1472.67/1457.47	c cleaning 221003 clauses out of 442007 with flag 72350258/24745006
1488.84/1473.17	c cleaning 221993 clauses out of 444004 with flag 73006157/24968006
1507.83/1491.98	c cleaning 223002 clauses out of 446012 with flag 73672867/25192007
1523.37/1507.29	c cleaning 223997 clauses out of 448010 with flag 74345582/25417007
1538.55/1522.15	c cleaning 224992 clauses out of 450013 with flag 75019649/25643007
1553.36/1536.74	c cleaning 226003 clauses out of 452022 with flag 75671678/25870008
1569.22/1552.39	c cleaning 226999 clauses out of 454018 with flag 76333599/26098007
1586.10/1568.98	c cleaning 228005 clauses out of 456018 with flag 76991760/26327006
1604.69/1587.22	c cleaning 229001 clauses out of 458013 with flag 77671742/26557006
1622.13/1604.62	c cleaning 230001 clauses out of 460012 with flag 78329714/26788006
1641.24/1623.50	c cleaning 231005 clauses out of 462011 with flag 79009392/27020006
1658.67/1640.73	c cleaning 231992 clauses out of 464006 with flag 79709125/27253006
1676.28/1658.16	c cleaning 233002 clauses out of 466014 with flag 80392285/27487006
1694.52/1676.15	c cleaning 234002 clauses out of 468014 with flag 81086292/27722008
1712.80/1694.25	c cleaning 234993 clauses out of 470010 with flag 81790372/27958006
1727.38/1708.59	c cleaning 235996 clauses out of 472017 with flag 82511261/28195006
1743.66/1724.53	c cleaning 237009 clauses out of 474022 with flag 83260582/28433007
1764.48/1745.17	c cleaning 238002 clauses out of 476013 with flag 84008302/28672007
1785.92/1766.33	c cleaning 238999 clauses out of 478010 with flag 84834710/28912006
1804.50/1784.69	c cleaning 239997 clauses out of 480011 with flag 85592960/29153006
1823.45/1803.30	c cleaning 240997 clauses out of 482014 with flag 86378116/29395006
1843.22/1822.87	c cleaning 242001 clauses out of 484018 with flag 87143777/29638007
1862.94/1842.33	c cleaning 243009 clauses out of 486017 with flag 87860246/29882007
1882.99/1862.13	c cleaning 243997 clauses out of 488007 with flag 88604778/30127006
1901.41/1880.35	c cleaning 245000 clauses out of 490010 with flag 89391329/30373006
1917.86/1896.51	c cleaning 246002 clauses out of 492011 with flag 90167238/30620007
1939.44/1917.97	c cleaning 246997 clauses out of 494008 with flag 90969160/30868006
1964.99/1943.30	c cleaning 248004 clauses out of 496012 with flag 91780057/31117007
1988.48/1966.65	c cleaning 248999 clauses out of 498007 with flag 92590159/31367006
2013.17/1991.12	c cleaning 249995 clauses out of 500008 with flag 93420662/31618006
2040.24/2018.09	c cleaning 250999 clauses out of 502014 with flag 94280128/31870007
2066.34/2043.93	c cleaning 252004 clauses out of 504014 with flag 95092866/32123006
2090.90/2068.29	c cleaning 253002 clauses out of 506011 with flag 95942525/32377007
2116.57/2093.68	c cleaning 254000 clauses out of 508009 with flag 96830403/32632007
2142.12/2118.92	c cleaning 254997 clauses out of 510008 with flag 97751087/32888006
2165.16/2141.75	c cleaning 256000 clauses out of 512011 with flag 98609628/33145006
2186.75/2163.10	c cleaning 257000 clauses out of 514012 with flag 99506480/33403007
2207.43/2183.48	c cleaning 258004 clauses out of 516012 with flag 100404161/33662007
2236.96/2212.76	c cleaning 258996 clauses out of 518008 with flag 101326904/33922007
2264.82/2240.31	c cleaning 260007 clauses out of 520013 with flag 102237802/34183008
2288.57/2263.86	c cleaning 260996 clauses out of 522004 with flag 102959086/34445006
2313.06/2288.04	c cleaning 261996 clauses out of 524008 with flag 103708417/34708006
2337.51/2312.23	c cleaning 263004 clauses out of 526012 with flag 104464953/34972006
2365.03/2339.51	c cleaning 263996 clauses out of 528008 with flag 105369236/35237006
2390.84/2365.06	c cleaning 264998 clauses out of 530012 with flag 106234532/35503006
2416.53/2390.58	c cleaning 266000 clauses out of 532014 with flag 107104845/35770006
2444.28/2418.01	c cleaning 266999 clauses out of 534015 with flag 108020008/36038007
2469.02/2442.57	c cleaning 268002 clauses out of 536018 with flag 108979323/36307009
2495.27/2468.56	c cleaning 269000 clauses out of 538013 with flag 109912407/36577006
2523.32/2496.34	c cleaning 270000 clauses out of 540013 with flag 110884191/36848006
2552.46/2525.22	c cleaning 270999 clauses out of 542014 with flag 111760639/37120007
2580.79/2553.32	c cleaning 272000 clauses out of 544015 with flag 112668804/37393007
2608.25/2580.55	c cleaning 273004 clauses out of 546015 with flag 113548428/37667007
2638.43/2610.58	c cleaning 274000 clauses out of 548011 with flag 114526714/37942007
2667.20/2639.06	c cleaning 275004 clauses out of 550011 with flag 115417050/38218007
2696.43/2667.71	c cleaning 275993 clauses out of 552006 with flag 116299109/38495006
2725.10/2696.19	c cleaning 277004 clauses out of 554014 with flag 117249829/38773007
2756.80/2727.64	c cleaning 277994 clauses out of 556009 with flag 118249385/39052006
2783.34/2753.94	c cleaning 279003 clauses out of 558015 with flag 119196815/39332006
2814.23/2784.55	c cleaning 280004 clauses out of 560012 with flag 120194067/39613006
2842.27/2812.35	c cleaning 280993 clauses out of 562008 with flag 121118956/39895006
2870.98/2840.86	c cleaning 282001 clauses out of 564015 with flag 122051876/40178006
2894.45/2864.03	c cleaning 283003 clauses out of 566014 with flag 122984975/40462006
2921.15/2890.42	c cleaning 283992 clauses out of 568011 with flag 123928575/40747006
2951.99/2921.07	c cleaning 285003 clauses out of 570020 with flag 124936849/41033007
2983.87/2952.72	c cleaning 286003 clauses out of 572016 with flag 125921769/41320006
3015.84/2984.49	c cleaning 287000 clauses out of 574013 with flag 126875147/41608006
3045.87/3014.22	c cleaning 288005 clauses out of 576014 with flag 127818114/41897007
3077.32/3045.46	c cleaning 288998 clauses out of 578009 with flag 128808818/42187007
3112.23/3080.10	c cleaning 290003 clauses out of 580011 with flag 129887632/42478007
3142.98/3110.59	c cleaning 290999 clauses out of 582008 with flag 130859775/42770007
3176.03/3143.37	c cleaning 291999 clauses out of 584009 with flag 131828558/43063007
3207.90/3174.97	c cleaning 293002 clauses out of 586009 with flag 132778712/43357006
3239.00/3205.75	c cleaning 294003 clauses out of 588009 with flag 133737244/43652008
3268.86/3235.31	c cleaning 295004 clauses out of 590007 with flag 134684065/43948009
3301.28/3267.47	c cleaning 295996 clauses out of 592002 with flag 135656885/44245008
3336.93/3302.89	c cleaning 296996 clauses out of 594004 with flag 136625191/44543006
3374.59/3340.27	c cleaning 298000 clauses out of 596010 with flag 137672120/44842008
3407.45/3372.89	c cleaning 299002 clauses out of 598010 with flag 138706259/45142008
3439.12/3404.29	c cleaning 299999 clauses out of 600006 with flag 139687532/45443006
3463.81/3428.60	c cleaning 300998 clauses out of 602007 with flag 140739856/45745006
3498.77/3463.39	c cleaning 302001 clauses out of 604011 with flag 141832710/46048008
3530.83/3495.14	c cleaning 302999 clauses out of 606009 with flag 142901455/46352007
3560.44/3524.46	c cleaning 303999 clauses out of 608011 with flag 143952394/46657008
3591.14/3554.99	c cleaning 305001 clauses out of 610010 with flag 144996649/46963006
3600.04/3563.60	c starts		: 1423
3600.04/3563.61	c conflicts		: 47062735
3600.04/3563.61	c decisions		: 63181742
3600.04/3563.61	c propagations		: 567163415
3600.04/3563.61	c inspects		: 44804983408
3600.04/3563.61	c shortcuts		: 0
3600.04/3563.61	c learnt literals	: 0
3600.04/3563.61	c learnt binary clauses	: 0
3600.04/3563.61	c learnt ternary clauses	: 2
3600.04/3563.61	c learnt constraints	: 47062735
3600.04/3563.61	c ignored constraints	: 0
3600.04/3563.61	c root simplifications	: 0
3600.04/3563.61	c removed literals (reason simplification)	: 914802902
3600.04/3563.61	c reason swapping (by a shorter reason)	: 0
3600.04/3563.61	c Calls to reduceDB	: 302
3600.04/3563.61	c Number of update (reduction) of LBD	: 2878462
3600.04/3563.61	c Imported unit clauses	: 0
3600.04/3563.61	c No decision after first conflict	: false
3600.04/3563.61	c number of reductions to clauses (during analyze)	: 0
3600.04/3563.61	c number of learned constraints concerned by reduction	: 0
3600.04/3563.61	c number of learning phase by resolution	: 0
3600.04/3563.61	c number of learning phase by cutting planes	: 0
3600.04/3563.61	c number of rounding to 1 operations	: 0
3600.04/3563.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3563.61	c number of reductions of the coefficients by power 2 	: 0
3600.04/3563.61	c number of right shift for reduction by power 2 	: 0
3600.04/3563.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3563.61	c number of ending skipping 	: 0
3600.04/3563.61	c number of internal skipping 	: 0
3600.04/3563.61	c number of derivation steps 	: 0
3600.04/3563.61	c number of skipped derivation steps 	: 0
3600.04/3563.61	c number of remaining unassigned 	: 0
3600.04/3563.61	c number of remaining assigned 	: 0
3600.04/3563.61	c number of falsified literals weakened from reason	: 0
3600.04/3563.61	c number of falsified literals weakened from conflict	: 0
3600.04/3563.61	c time for arithmetic operations	: 0
3600.04/3563.61	c minimum degree of deleted constraints	: null
3600.04/3563.61	c maximum degree of deleted constraints	: null
3600.04/3563.61	c number of deleted constraints	: 0
3600.04/3563.61	c speed (assignments/second)	: 159163.60053982167
3600.04/3563.61	c non guided choices	: 948
3600.04/3563.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 404738
3600.04/3563.66	s SATISFIABLE
3600.04/3563.66	c Found 3 solution(s)
3600.04/3563.66	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 
3600.04/3563.66	c objective function=48421
3600.04/3563.66	c Total wall clock time (in seconds): 3563.576

Verifier Data

OK	48421

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-4783481-1782148791/watcher-4783481-1782148791 -o /tmp/evaluation-result-4783481-1782148791/solver-4783481-1782148791 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783481-1782148791/vars-4783481-1782148791 --bin-var /tmp/runsolver-exch-nodeE004-1782145234-2327348 --watchdog 3760 java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783481-1782148791.opb 

running on 4 cores: 40-43

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 1,5-7,9-11,13-17,21-24,26,29,33-35,37-39,44,46-48,50-51,53-55,57-59
  3550 MHz: 0,2-3,40-42,52
  3600 MHz: 4,8,12,18-20,25,27-28,30-32,36,43,45,49,56,60-63
WARNING: cores do not run at the same frequency!

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

CPU governors:
  performance: 40-43

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (107460 MiB free)
  node 1: cores 8-15, 129019 MiB (104725 MiB free)
  node 2: cores 16-23, 129019 MiB (114270 MiB free)
  node 3: cores 24-31, 128957 MiB (115271 MiB free)
  node 4: cores 32-39, 129019 MiB (104220 MiB free)
  node 5: cores 40-47, 129019 MiB (110703 MiB free)
  node 6: cores 48-55, 129019 MiB (106433 MiB free)
  node 7: cores 56-63, 128474 MiB (103568 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
Starting watchdog thread
Starting watchdog thread
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
solver pid=2329375, runsolver pid=2329372
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 16.33 16.47 16.60 20/1220 2329396
/proc/meminfo: memFree=887426116/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=34966608 memory=65756 CPUtime=0.2 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 7738 0 0 0 19 1 0 0 20 0 20 0 148166876 35805806592 16106 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8741652 16439 6215 1 0 33549 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=34966608 memory=448176484133 CPUtime=0.08 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 3195 0 0 0 8 0 0 0 20 0 20 0 148166877 35805806592 16106 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=34966608 memory=2274 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 148166878 35805806592 16106 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=34966608 memory=54087362281966 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 148166878 35805806592 16106 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=34966608 memory=61788255421027 CPUtime=0 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 148166878 35805806592 16106 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=34966608 memory=55191219208997 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 148166878 35805806592 16106 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=34966608 memory=14971157304575241 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 20 0 148166878 35805806592 16106 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 34966608 KiB
Current children cumulated memory: 65756 KiB

[startup+0.214239 s]*
/proc/loadavg: 16.33 16.47 16.60 20/1223 2329399
/proc/meminfo: memFree=887363224/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35099736 memory=133956 CPUtime=0.57 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 9960 0 0 0 56 1 0 0 20 0 22 0 148166876 35942129664 32951 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8774934 33489 6262 1 0 79632 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35099736 memory=8386095037794055477 CPUtime=0.2 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 3333 0 0 0 19 1 0 0 20 0 22 0 148166877 35942129664 32951 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35099736 memory=215704930196 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 32951 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35099736 memory=17979 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 32951 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35099736 memory=18330 CPUtime=0 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 32951 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35099736 memory=18896 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 32951 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35099736 memory=61753 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 32951 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35099736 memory=3833461820937745235 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166897 35942129664 32951 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 133956 KiB

[startup+0.320606 s]*
/proc/loadavg: 16.33 16.47 16.60 20/1223 2329399
/proc/meminfo: memFree=887341728/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35099736 memory=151252 CPUtime=0.88 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 13319 0 0 0 87 1 0 0 20 0 22 0 148166876 35942129664 37436 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8774934 37813 6262 1 0 82599 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35099736 memory=8389771804677338421 CPUtime=0.3 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 3354 0 0 0 29 1 0 0 20 0 22 0 148166877 35942129664 37436 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35099736 memory=215704930196 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 37436 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35099736 memory=17979 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 37436 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35099736 memory=18330 CPUtime=0 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 37436 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35099736 memory=18896 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 37436 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35099736 memory=61753 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 37436 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35099736 memory=3833461820937745235 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166897 35942129664 37436 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 151252 KiB

[startup+0.700297 s]
/proc/loadavg: 16.33 16.47 16.60 19/1223 2329399
/proc/meminfo: memFree=887339612/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35099736 memory=164348 CPUtime=1.97 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 14008 0 0 0 195 2 0 0 20 0 22 0 148166876 35942129664 40575 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8774934 41087 6294 1 0 90276 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35099736 memory=4868 CPUtime=0.66 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 3369 0 0 0 65 1 0 0 20 0 22 0 148166877 35942129664 40575 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35099736 memory=4278 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 40575 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35099736 memory=5824 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 40575 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35099736 memory=3948 CPUtime=0 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 40575 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35099736 memory=4104 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 40575 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166878 35942129664 40575 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35099736 memory=147622320932487 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 148166897 35942129664 40575 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 1.97 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 164348 KiB

[startup+1.50018 s]
/proc/loadavg: 16.33 16.47 16.60 17/1223 2329399
/proc/meminfo: memFree=887330244/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35099736 memory=185296 CPUtime=2.93 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 16555 0 0 0 291 2 0 0 20 0 21 0 148166876 35942129664 45823 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8774934 46324 6294 1 0 90763 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35099736 memory=4868 CPUtime=1.46 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 3577 0 0 0 145 1 0 0 20 0 21 0 148166877 35942129664 45823 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166878 35942129664 45823 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 148166878 35942129664 45823 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148166878 35942129664 45823 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148166878 35942129664 45823 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35099736 memory=25333125866717268 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166878 35942129664 45823 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35099736 memory=-8312670058677691230 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166897 35942129664 45823 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 185296 KiB

[startup+3.11361 s]
/proc/loadavg: 16.31 16.46 16.60 16/1196 2329410
/proc/meminfo: memFree=894093992/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35099736 memory=216060 CPUtime=4.58 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 18131 0 0 0 456 2 0 0 20 0 21 0 148166876 35942129664 53503 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8774934 54015 6294 1 0 90784 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35099736 memory=0 CPUtime=3.07 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 3890 0 0 0 306 1 0 0 20 0 21 0 148166877 35942129664 53503 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35099736 memory=4868 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166878 35942129664 53503 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35099736 memory=205820 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 148166878 35942129664 53503 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35099736 memory=0 CPUtime=0 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 21 0 148166878 35942129664 53503 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35099736 memory=166416 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 148166878 35942129664 53503 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35099736 memory=140449725548172 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166878 35942129664 53503 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35099736 memory=140449725548173 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 148166897 35942129664 53503 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 216060 KiB


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

/proc/meminfo: memFree=864618592/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35166300 memory=728652 CPUtime=3316.18 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 114006 0 0 0 331499 119 0 0 20 0 23 0 148166876 36010291200 181882 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8791575 182163 6281 1 0 200008 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35166300 memory=728652 CPUtime=3260.98 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 25493 0 0 0 326093 5 0 0 20 0 23 0 148166877 36010291200 181882 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35166300 memory=728652 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 181882 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35166300 memory=4104 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 181882 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35166300 memory=493328 CPUtime=0.1 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 64 0 0 0 6 4 0 0 20 0 23 0 148166878 36010291200 181882 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35166300 memory=11700 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 181882 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35166300 memory=720188 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 305 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 181882 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35166300 memory=728652 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166897 36010291200 181882 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 3316.18 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 728652 KiB

[startup+3342.3 s]
/proc/loadavg: 16.45 16.39 16.49 19/1225 2330863
/proc/meminfo: memFree=876546584/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35166300 memory=728396 CPUtime=3376.7 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 114123 0 0 0 337549 121 0 0 20 0 23 0 148166876 36010291200 182047 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8791575 182099 6281 1 0 200008 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35166300 memory=728652 CPUtime=3320.64 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 25504 0 0 0 332059 5 0 0 20 0 23 0 148166877 36010291200 182047 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35166300 memory=711916 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 182047 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35166300 memory=724292 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 182047 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35166300 memory=711916 CPUtime=0.1 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 64 0 0 0 6 4 0 0 20 0 23 0 148166878 36010291200 182047 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35166300 memory=0 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 182047 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35166300 memory=724292 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 305 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 182047 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35166300 memory=-7164200586946241636 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166897 36010291200 182047 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 3376.7 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 728396 KiB

[startup+3402.3 s]
/proc/loadavg: 16.23 16.34 16.47 20/1225 2330940
/proc/meminfo: memFree=880172468/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35166300 memory=694668 CPUtime=3437.23 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 114465 0 0 0 343600 123 0 0 20 0 23 0 148166876 36010291200 173513 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8791575 173667 6281 1 0 191640 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35166300 memory=711916 CPUtime=3380.28 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 25565 0 0 0 338023 5 0 0 20 0 23 0 148166877 36010291200 173513 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35166300 memory=728652 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 173513 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35166300 memory=611496 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 173513 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35166300 memory=661708 CPUtime=0.1 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 64 0 0 0 6 4 0 0 20 0 23 0 148166878 36010291200 173513 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35166300 memory=661708 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 173513 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35166300 memory=5824 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 305 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 173513 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35166300 memory=694668 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166897 36010291200 173513 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 3437.23 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 694668 KiB

[startup+3462.3 s]
/proc/loadavg: 16.32 16.33 16.45 17/1225 2330941
/proc/meminfo: memFree=875781776/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35166300 memory=711916 CPUtime=3497.77 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 114949 0 0 0 349652 125 0 0 20 0 23 0 148166876 36010291200 177774 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8791575 177979 6281 1 0 195824 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35166300 memory=711916 CPUtime=3439.92 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 25634 0 0 0 343987 5 0 0 20 0 23 0 148166877 36010291200 177774 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35166300 memory=611496 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 177774 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35166300 memory=728396 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 177774 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35166300 memory=711660 CPUtime=0.1 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 64 0 0 0 6 4 0 0 20 0 23 0 148166878 36010291200 177774 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35166300 memory=15524 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 177774 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35166300 memory=711660 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 305 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 177774 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35166300 memory=711916 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166897 36010291200 177774 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 3497.77 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 711916 KiB

[startup+3522.3 s]
/proc/loadavg: 16.29 16.31 16.44 17/1227 2331178
/proc/meminfo: memFree=885096784/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35166300 memory=649140 CPUtime=3558.35 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 115219 0 0 0 355708 127 0 0 20 0 23 0 148166876 36010291200 162233 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8791575 162285 6281 1 0 183272 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35166300 memory=15524 CPUtime=3499.58 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 25654 0 0 0 349953 5 0 0 20 0 23 0 148166877 36010291200 162233 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 41 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35166300 memory=142668 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 162233 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35166300 memory=4868 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 162233 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35166300 memory=5824 CPUtime=0.11 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 64 0 0 0 7 4 0 0 20 0 23 0 148166878 36010291200 162233 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35166300 memory=694924 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 162233 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35166300 memory=2996 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 305 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 162233 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35166300 memory=649140 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166897 36010291200 162233 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 3558.35 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 649140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3563.6 s]
/proc/loadavg: 16.72 16.40 16.46 17/1228 2331336
/proc/meminfo: memFree=875475608/1055320700 swapFree=33554428/33554428
[pid=2329375] ppid=2329372 vsize=35166300 memory=655276 CPUtime=3600.04 cores=40-43
/proc/2329375/stat : 2329375 (java) S 2329372 2329375 2327328 0 -1 4194304 115563 0 0 0 359876 128 0 0 20 0 23 0 148166876 36010291200 163705 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 0 0 16800975 0 0 0 17 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
/proc/2329375/statm: 8791575 163819 6281 1 0 183272 0
[pid=2329375/tid=2329377] ppid=2329372 vsize=35166300 memory=-7164200586946241636 CPUtime=3540.64 cores=40-43
/proc/2329375/task/2329377/stat : 2329377 (java) R 2329372 2329375 2327328 0 -1 4194368 25785 0 0 0 354059 5 0 0 20 0 23 0 148166877 36010291200 163705 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 0 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329388] ppid=2329372 vsize=35166300 memory=3008 CPUtime=0 cores=40-43
/proc/2329375/task/2329388/stat : 2329388 (Referen..andler) S 2329372 2329375 2327328 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 163705 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329389] ppid=2329372 vsize=35166300 memory=17824 CPUtime=0 cores=40-43
/proc/2329375/task/2329389/stat : 2329389 (Finalizer) S 2329372 2329375 2327328 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 163705 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 42 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329392] ppid=2329372 vsize=35166300 memory=47028 CPUtime=0.11 cores=40-43
/proc/2329375/task/2329392/stat : 2329392 (Monitor..Thread) S 2329372 2329375 2327328 0 -1 4194368 64 0 0 0 7 4 0 0 20 0 23 0 148166878 36010291200 163705 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329395] ppid=2329372 vsize=35166300 memory=12856 CPUtime=0 cores=40-43
/proc/2329375/task/2329395/stat : 2329395 (Notific..Thread) S 2329372 2329375 2327328 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 163705 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 43 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329396] ppid=2329372 vsize=35166300 memory=10436 CPUtime=0 cores=40-43
/proc/2329375/task/2329396/stat : 2329396 (Common-Cleaner) S 2329372 2329375 2327328 0 -1 4194368 305 0 0 0 0 0 0 0 20 0 23 0 148166878 36010291200 163705 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 41 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
[pid=2329375/tid=2329399] ppid=2329372 vsize=35166300 memory=9372 CPUtime=0 cores=40-43
/proc/2329375/task/2329399/stat : 2329399 (Timer-0) S 2329372 2329375 2327328 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 148166897 36010291200 163705 18446744073709551615 93829437120512 93829437124208 140732160707312 0 0 0 4 0 16800975 1 0 0 -1 40 0 0 0 0 0 93829437132072 93829437132816 93829464760320 140732160714964 140732160715104 140732160715104 140732160720840 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 35166300 KiB
Current children cumulated memory: 655276 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.92 s, system=1.29392 s

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

Child status: 143

Real time (s): 3563.67
CPU time (s): 3600.21
CPU user time (s): 3598.92
CPU system time (s): 1.29392
CPU usage (%): 101.025
Max. virtual memory (cumulated for all children) (KiB): 35166300
Max. memory (cumulated for all children) (KiB): 728652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.92
system time used= 1.29392
maximum resident set size= 728188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136913
involuntary context switches= 5039


# summary of solver processes directly reported to runsolver:
#   pid: 2329375
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.92
#   total CPU system time (s): 1.29392

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4603 second user time and 40.5326 second system time

The end

Launcher Data

Begin job on nodeE004 at 2026-06-22 19:19:51
IDJOB=4783481
IDBENCH=147018
IDSOLVER=3602
FILE ID=nodeE004/4783481-1782148791
RUNJOBID= nodeE004-1782145234-2327348
SLURM_JOB_ID= 12510925
Free space on /tmp= 801452 MiB

SOLVER NAME= Sat4j Resolution 2026-06-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data8_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4783481-1782148791/watcher-4783481-1782148791 -o /tmp/evaluation-result-4783481-1782148791/solver-4783481-1782148791 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4783481-1782148791/vars-4783481-1782148791 --bin-var /tmp/runsolver-exch-nodeE004-1782145234-2327348 --watchdog 3760  java -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4783481-1782148791.opb

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

MD5SUM BENCH= 1adddfdbf1ced655bc7cf87afdf2cbda
RANDOM SEED=809488749

nodeE004 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		: 3546.019
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		: 2493.659
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		: 3545.086
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		: 3600.110
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		: 3602.379
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		: 2493.659
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		: 2493.659
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		: 3598.650
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		: 3581.149
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		: 2493.659
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		: 3580.834
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		: 2493.659
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		: 2493.659
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		: 3582.727
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		: 2493.659
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		: 3596.551
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		: 2493.659
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		: 3590.744
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		: 3590.733
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		: 3589.295
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		: 3605.895
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		: 2493.659
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		: 3600.723
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		: 2493.659
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		: 3589.174
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		: 2493.659
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		: 2493.659
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		: 3584.827
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		: 3587.218
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		: 2493.659
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		: 2493.659
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		: 3579.228
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		: 3565.941
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		: 3565.531
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		: 3568.376
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		: 3577.697
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		: 3582.685
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		: 2493.659
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		: 2493.659
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		: 2493.659
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		: 3598.092
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		: 2493.659
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		: 3598.508
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		: 3568.419
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		: 2493.659
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		: 3581.593
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		: 3599.340
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		: 3596.759
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		: 2493.659
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		: 3598.776
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		: 3585.577
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		: 3579.390
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		: 3585.116
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		: 3585.613
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:       1055320700 kB
MemFree:        887453504 kB
MemAvailable:   1008517560 kB
Buffers:            3352 kB
Cached:         125407316 kB
SwapCached:            0 kB
Active:         40741172 kB
Inactive:       123862780 kB
Active(anon):   40114636 kB
Inactive(anon):        0 kB
Active(file):     626536 kB
Inactive(file): 123862780 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33554428 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11824 kB
Writeback:            48 kB
AnonPages:      39188580 kB
Mapped:           202360 kB
Shmem:            921344 kB
KReclaimable:    1434740 kB
Slab:            2001552 kB
SReclaimable:    1434740 kB
SUnreclaim:       566812 kB
KernelStack:       20160 kB
PageTables:        86676 kB
SecPageTables:     15372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214776 kB
Committed_AS:   58500964 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      484004 kB
VmallocChunk:          0 kB
Percpu:           141824 kB
HardwareCorrupted:     0 kB
AnonHugePages:  37994496 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:      377284 kB
DirectMap2M:    20916224 kB
DirectMap1G:    1052770304 kB

Free space on /tmp at the end= 801500 MiB
End job on nodeE004 at 2026-06-22 20:19:14