Trace number 4835533

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 CERT 2026-05-20 (cert)SAT (TO)48421 3600.21 3628.4

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB26fixedPrime.v20260610
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	26.0.1+8-34
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		26.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-611.55.1.el9_7.0.3.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		30334720
0.00/0.08	c Max memory 		32178700288
0.00/0.08	c Total memory 		33554432
0.00/0.08	c Number of processors 	4
0.00/0.11	c Pseudo Boolean Optimization by upper bound
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@7637f22
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Glucose 2.1 dynamic restart strategy
0.00/0.11	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.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c Listener: none
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-4835533-1783641094.opb
0.00/0.11	c reading problem ... 
0.00/0.11	c using VERIPB proof format
0.12/0.11	c  objective function found
0.12/0.22	c ... done. Wall clock time 0.113s.
0.12/0.22	c declared #vars     1344
0.12/0.22	c #constraints  16376
0.12/0.22	c constraints type 
0.12/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1624
0.12/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 496
0.12/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7392
0.12/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6864
0.12/0.22	c 16376 constraints processed.
0.47/0.23	c objective function length is 448 literals
0.47/0.31	c SATISFIABLE
0.47/0.31	c OPTIMIZING...
0.47/0.31	c Got one! Elapsed wall clock time (in seconds):0.206
0.47/0.31	o 51435
0.84/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.84/0.38	o 48574
0.84/0.40	c Got one! Elapsed wall clock time (in seconds):0.292
0.84/0.40	o 48421
1.69/0.66	c cleaning 3502 clauses out of 7007 with flag 11291/7007
2.25/0.85	c cleaning 4750 clauses out of 9504 with flag 23907/13006
2.86/1.06	c cleaning 5876 clauses out of 11755 with flag 38483/20007
3.15/1.28	c cleaning 6935 clauses out of 13878 with flag 55183/28006
3.46/1.52	c cleaning 7972 clauses out of 15943 with flag 73924/37006
3.72/1.79	c cleaning 8979 clauses out of 17971 with flag 95703/47006
4.12/2.11	c cleaning 9994 clauses out of 19992 with flag 119650/58006
4.40/2.47	c cleaning 10997 clauses out of 21998 with flag 146280/70006
4.79/2.89	c cleaning 11995 clauses out of 24001 with flag 175290/83006
5.31/3.37	c cleaning 13001 clauses out of 26007 with flag 206387/97007
5.79/3.87	c cleaning 14001 clauses out of 28006 with flag 240650/112007
6.26/4.39	c cleaning 15002 clauses out of 30005 with flag 277315/128007
6.90/4.98	c cleaning 15998 clauses out of 32002 with flag 316099/145006
7.51/5.55	c cleaning 17002 clauses out of 34004 with flag 356144/163006
8.00/6.08	c cleaning 17989 clauses out of 36002 with flag 398332/182006
8.66/6.71	c cleaning 19004 clauses out of 38014 with flag 444007/202007
9.24/7.37	c cleaning 20001 clauses out of 40009 with flag 491198/223006
9.96/8.08	c cleaning 21001 clauses out of 42008 with flag 542090/245006
10.82/8.92	c cleaning 22004 clauses out of 44007 with flag 593196/268006
11.59/9.76	c cleaning 22997 clauses out of 46003 with flag 648571/292006
12.55/10.76	c cleaning 24003 clauses out of 48006 with flag 707631/317006
13.61/11.82	c cleaning 25000 clauses out of 50003 with flag 770463/343006
14.58/12.85	c cleaning 25995 clauses out of 52003 with flag 834495/370006
15.64/13.96	c cleaning 26998 clauses out of 54008 with flag 898715/398006
16.77/15.08	c cleaning 28004 clauses out of 56011 with flag 967588/427007
18.03/16.36	c cleaning 28996 clauses out of 58006 with flag 1036910/457006
19.29/17.68	c cleaning 30001 clauses out of 60010 with flag 1106886/488006
20.75/19.13	c cleaning 31001 clauses out of 62009 with flag 1181129/520006
22.13/20.57	c cleaning 32003 clauses out of 64009 with flag 1256427/553007
23.60/22.02	c cleaning 32998 clauses out of 66005 with flag 1335820/587006
24.96/23.44	c cleaning 34003 clauses out of 68007 with flag 1421405/622006
26.43/24.99	c cleaning 34998 clauses out of 70004 with flag 1510009/658006
27.98/26.50	c cleaning 35998 clauses out of 72006 with flag 1604340/695006
29.46/28.02	c cleaning 37001 clauses out of 74008 with flag 1699521/733006
31.14/29.73	c cleaning 38003 clauses out of 76008 with flag 1797726/772007
32.68/31.35	c cleaning 39003 clauses out of 78008 with flag 1901000/812010
34.25/32.93	c cleaning 39991 clauses out of 80001 with flag 2007550/853006
37.14/35.44	c cleaning 41002 clauses out of 82011 with flag 2153094/895007
43.60/41.83	c cleaning 42001 clauses out of 84009 with flag 2569904/938007
47.27/45.59	c cleaning 42997 clauses out of 86009 with flag 2839001/982008
48.62/46.97	c cleaning 44001 clauses out of 88010 with flag 2960460/1027006
50.97/49.36	c cleaning 45000 clauses out of 90010 with flag 3134570/1073007
52.34/50.75	c cleaning 46002 clauses out of 92009 with flag 3242975/1120006
53.78/52.27	c cleaning 47002 clauses out of 94008 with flag 3372614/1168007
55.62/54.13	c cleaning 47993 clauses out of 96006 with flag 3519696/1217007
57.34/55.95	c cleaning 49005 clauses out of 98015 with flag 3681699/1267009
59.04/57.74	c cleaning 50002 clauses out of 100008 with flag 3838331/1318007
60.78/59.52	c cleaning 50998 clauses out of 102006 with flag 3983042/1370007
62.94/61.77	c cleaning 52004 clauses out of 104007 with flag 4119994/1423006
65.16/64.08	c cleaning 52995 clauses out of 106003 with flag 4264948/1477006
75.10/73.92	c cleaning 53996 clauses out of 108008 with flag 4865982/1532006
76.93/75.85	c cleaning 54996 clauses out of 110012 with flag 4990530/1588006
78.84/77.83	c cleaning 55996 clauses out of 112018 with flag 5123363/1645008
80.87/79.98	c cleaning 57003 clauses out of 114020 with flag 5258018/1703006
83.14/82.23	c cleaning 57997 clauses out of 116018 with flag 5396351/1762007
85.18/84.37	c cleaning 59008 clauses out of 118021 with flag 5534597/1822007
87.69/86.92	c cleaning 59998 clauses out of 120013 with flag 5677555/1883007
90.12/89.49	c cleaning 61000 clauses out of 122014 with flag 5829967/1945006
92.71/92.05	c cleaning 62003 clauses out of 124014 with flag 5981904/2008006
95.54/94.91	c cleaning 63003 clauses out of 126014 with flag 6138068/2072009
98.24/97.74	c cleaning 63995 clauses out of 128008 with flag 6303592/2137006
101.05/100.60	c cleaning 64998 clauses out of 130014 with flag 6463073/2203007
103.69/103.36	c cleaning 65994 clauses out of 132016 with flag 6624626/2270007
107.10/106.81	c cleaning 67005 clauses out of 134021 with flag 6795596/2338006
110.46/110.26	c cleaning 68005 clauses out of 136016 with flag 6971461/2407006
114.00/113.88	c cleaning 69004 clauses out of 138011 with flag 7141341/2477006
117.21/117.16	c cleaning 69986 clauses out of 140007 with flag 7311312/2548006
120.32/120.36	c cleaning 71005 clauses out of 142022 with flag 7477393/2620007
123.39/123.48	c cleaning 72001 clauses out of 144016 with flag 7647558/2693006
126.52/126.66	c cleaning 73000 clauses out of 146015 with flag 7817788/2767006
129.63/129.80	c cleaning 74008 clauses out of 148015 with flag 7991220/2842006
133.10/133.30	c cleaning 74998 clauses out of 150008 with flag 8172812/2918007
136.02/136.37	c cleaning 75995 clauses out of 152010 with flag 8357432/2995007
139.63/140.01	c cleaning 77000 clauses out of 154014 with flag 8549236/3073006
142.85/143.36	c cleaning 78007 clauses out of 156014 with flag 8741302/3152006
146.85/147.40	c cleaning 79001 clauses out of 158007 with flag 8937848/3232006
150.64/151.26	c cleaning 79995 clauses out of 160006 with flag 9128111/3313006
154.67/155.39	c cleaning 81005 clauses out of 162012 with flag 9321421/3395007
158.65/159.35	c cleaning 81997 clauses out of 164008 with flag 9515926/3478008
162.76/163.57	c cleaning 83001 clauses out of 166009 with flag 9718939/3562006
167.08/167.95	c cleaning 84000 clauses out of 168008 with flag 9918851/3647006
171.47/172.35	c cleaning 84991 clauses out of 170008 with flag 10121289/3733006
175.19/176.16	c cleaning 85998 clauses out of 172017 with flag 10332077/3820006
179.48/180.51	c cleaning 87000 clauses out of 174019 with flag 10548260/3908006
183.96/185.10	c cleaning 88006 clauses out of 176019 with flag 10761813/3997006
187.76/188.97	c cleaning 88996 clauses out of 178013 with flag 10973561/4087006
191.77/193.07	c cleaning 90003 clauses out of 180017 with flag 11188355/4178006
195.98/197.36	c cleaning 90997 clauses out of 182015 with flag 11408551/4270007
200.67/202.01	c cleaning 91999 clauses out of 184017 with flag 11638107/4363006
205.47/206.99	c cleaning 93005 clauses out of 186020 with flag 11877675/4457008
209.68/211.28	c cleaning 94001 clauses out of 188013 with flag 12109063/4552006
214.46/216.06	c cleaning 95003 clauses out of 190012 with flag 12341962/4648006
219.76/221.41	c cleaning 95991 clauses out of 192010 with flag 12579747/4745007
224.38/226.12	c cleaning 97008 clauses out of 194019 with flag 12814888/4843007
229.54/231.30	c cleaning 97997 clauses out of 196010 with flag 13053560/4942006
233.75/235.68	c cleaning 98999 clauses out of 198017 with flag 13293267/5042010
238.46/240.42	c cleaning 100006 clauses out of 200015 with flag 13543149/5143007
243.53/245.57	c cleaning 100994 clauses out of 202008 with flag 13790948/5245006
248.82/250.97	c cleaning 101996 clauses out of 204014 with flag 14040988/5348006
254.42/256.62	c cleaning 103004 clauses out of 206018 with flag 14290912/5452006
260.52/262.81	c cleaning 104003 clauses out of 208014 with flag 14546914/5557006
266.12/268.59	c cleaning 104997 clauses out of 210011 with flag 14802116/5663006
271.83/274.39	c cleaning 106003 clauses out of 212015 with flag 15068937/5770007
278.22/280.77	c cleaning 107002 clauses out of 214012 with flag 15349537/5878007
283.93/286.58	c cleaning 107992 clauses out of 216011 with flag 15621253/5987008
289.00/291.78	c cleaning 109002 clauses out of 218018 with flag 15889047/6097007
294.59/297.45	c cleaning 110000 clauses out of 220016 with flag 16162174/6208007
300.75/303.72	c cleaning 111001 clauses out of 222015 with flag 16441853/6320006
306.64/309.79	c cleaning 112001 clauses out of 224014 with flag 16730915/6433006
313.22/316.49	c cleaning 113000 clauses out of 226014 with flag 17030494/6547007
319.72/323.04	c cleaning 114003 clauses out of 228014 with flag 17325372/6662007
326.58/329.99	c cleaning 115002 clauses out of 230010 with flag 17613077/6778006
334.67/338.19	c cleaning 116004 clauses out of 232011 with flag 17940911/6895009
341.63/345.25	c cleaning 116994 clauses out of 234004 with flag 18249968/7013006
349.52/353.23	c cleaning 118002 clauses out of 236010 with flag 18568284/7132006
356.69/360.45	c cleaning 118997 clauses out of 238008 with flag 18882125/7252006
364.45/368.37	c cleaning 119998 clauses out of 240012 with flag 19214188/7373007
372.43/376.41	c cleaning 121003 clauses out of 242014 with flag 19539751/7495007
381.33/385.36	c cleaning 121997 clauses out of 244011 with flag 19856831/7618007
387.81/391.93	c cleaning 123000 clauses out of 246014 with flag 20197761/7742007
394.49/398.75	c cleaning 124001 clauses out of 248013 with flag 20546336/7867006
401.97/406.28	c cleaning 125004 clauses out of 250012 with flag 20919965/7993006
410.46/414.85	c cleaning 125995 clauses out of 252008 with flag 21254414/8120006
418.74/423.28	c cleaning 126992 clauses out of 254013 with flag 21590743/8248006
427.34/431.81	c cleaning 128005 clauses out of 256022 with flag 21929845/8377007
436.71/441.32	c cleaning 129005 clauses out of 258016 with flag 22271468/8507006
444.49/449.20	c cleaning 129999 clauses out of 260011 with flag 22613181/8638006
451.17/455.91	c cleaning 131003 clauses out of 262013 with flag 22941983/8770007
457.95/462.88	c cleaning 131996 clauses out of 264009 with flag 23289289/8903006
465.73/470.74	c cleaning 133001 clauses out of 266013 with flag 23637996/9037006
473.36/478.53	c cleaning 134002 clauses out of 268014 with flag 24001489/9172008
481.88/487.01	c cleaning 135003 clauses out of 270010 with flag 24340379/9308006
492.10/497.44	c cleaning 135995 clauses out of 272007 with flag 24699196/9445006
500.09/505.51	c cleaning 137002 clauses out of 274013 with flag 25055782/9583007
508.34/513.88	c cleaning 137998 clauses out of 276010 with flag 25412344/9722006
515.51/521.16	c cleaning 139000 clauses out of 278012 with flag 25782299/9862006
522.95/528.73	c cleaning 139992 clauses out of 280012 with flag 26147664/10003006
531.04/536.93	c cleaning 140998 clauses out of 282020 with flag 26512818/10145006
540.11/546.11	c cleaning 142002 clauses out of 284023 with flag 26888440/10288007
548.28/554.33	c cleaning 143008 clauses out of 286021 with flag 27264845/10432007
556.63/562.84	c cleaning 143994 clauses out of 288012 with flag 27637502/10577006
565.85/572.16	c cleaning 145005 clauses out of 290018 with flag 28013067/10723006
573.30/579.74	c cleaning 145999 clauses out of 292014 with flag 28389815/10870007
581.38/588.00	c cleaning 147000 clauses out of 294015 with flag 28792593/11018007
589.15/595.89	c cleaning 148003 clauses out of 296014 with flag 29207169/11167006
598.16/604.80	c cleaning 149000 clauses out of 298011 with flag 29648133/11317006
606.36/613.12	c cleaning 149996 clauses out of 300011 with flag 30073442/11468006
615.63/622.59	c cleaning 151004 clauses out of 302015 with flag 30491292/11620006
625.91/632.80	c cleaning 152000 clauses out of 304012 with flag 30905996/11773007
636.62/643.67	c cleaning 153005 clauses out of 306012 with flag 31319887/11927007
646.48/653.52	c cleaning 153988 clauses out of 308006 with flag 31776438/12082006
657.66/664.83	c cleaning 155002 clauses out of 310019 with flag 32259099/12238007
669.74/676.93	c cleaning 156002 clauses out of 312016 with flag 32753031/12395006
680.64/687.95	c cleaning 157001 clauses out of 314016 with flag 33249660/12553008
691.88/699.26	c cleaning 157997 clauses out of 316013 with flag 33757699/12712006
703.35/710.87	c cleaning 158999 clauses out of 318017 with flag 34276425/12872007
716.03/723.58	c cleaning 160006 clauses out of 320018 with flag 34793301/13033007
727.30/734.96	c cleaning 161002 clauses out of 322011 with flag 35284177/13195006
740.55/748.26	c cleaning 161999 clauses out of 324010 with flag 35788429/13358007
752.99/760.86	c cleaning 163000 clauses out of 326010 with flag 36342455/13522006
765.91/773.96	c cleaning 163999 clauses out of 328010 with flag 36884261/13687006
779.39/787.48	c cleaning 164997 clauses out of 330011 with flag 37443883/13853006
789.76/798.00	c cleaning 165996 clauses out of 332014 with flag 37960801/14020006
799.12/807.39	c cleaning 167003 clauses out of 334018 with flag 38502213/14188006
810.59/818.90	c cleaning 167997 clauses out of 336015 with flag 39040650/14357006
825.25/833.66	c cleaning 169004 clauses out of 338019 with flag 39590843/14527007
838.79/847.35	c cleaning 170007 clauses out of 340015 with flag 40114329/14698007
853.86/862.45	c cleaning 170997 clauses out of 342007 with flag 40685794/14870006
870.51/879.20	c cleaning 172000 clauses out of 344010 with flag 41312725/15043006
885.18/893.94	c cleaning 172998 clauses out of 346010 with flag 41892915/15217006
900.11/909.03	c cleaning 173995 clauses out of 348012 with flag 42481686/15392006
914.45/923.58	c cleaning 175006 clauses out of 350018 with flag 43068809/15568007
931.12/940.29	c cleaning 176004 clauses out of 352013 with flag 43653948/15745008
947.26/956.59	c cleaning 176999 clauses out of 354007 with flag 44253667/15923006
961.85/971.35	c cleaning 177998 clauses out of 356008 with flag 44851690/16102006
977.01/986.58	c cleaning 178999 clauses out of 358012 with flag 45468771/16282008
991.44/1001.16	c cleaning 180001 clauses out of 360012 with flag 46078291/16463007
1005.53/1015.42	c cleaning 180997 clauses out of 362010 with flag 46680531/16645006
1018.89/1028.85	c cleaning 182004 clauses out of 364014 with flag 47239086/16828007
1032.36/1042.40	c cleaning 182997 clauses out of 366009 with flag 47818309/17012006
1048.40/1058.63	c cleaning 184005 clauses out of 368012 with flag 48418493/17197006
1066.08/1076.38	c cleaning 185004 clauses out of 370008 with flag 49047752/17383007
1085.49/1095.98	c cleaning 185996 clauses out of 372004 with flag 49735464/17570007
1104.80/1115.44	c cleaning 187002 clauses out of 374007 with flag 50353549/17758006
1121.72/1132.53	c cleaning 187994 clauses out of 376006 with flag 50970664/17947007
1134.79/1145.67	c cleaning 189003 clauses out of 378011 with flag 51485528/18137006
1147.74/1158.74	c cleaning 189999 clauses out of 380008 with flag 52072360/18328006
1160.56/1171.71	c cleaning 191005 clauses out of 382009 with flag 52726794/18520006
1174.33/1185.52	c cleaning 191995 clauses out of 384005 with flag 53403185/18713007
1186.46/1197.89	c cleaning 192999 clauses out of 386009 with flag 54074277/18907006
1203.07/1214.63	c cleaning 193996 clauses out of 388010 with flag 54728705/19102006
1219.05/1230.63	c cleaning 195008 clauses out of 390015 with flag 55355582/19298007
1232.09/1243.89	c cleaning 195998 clauses out of 392006 with flag 55880873/19495006
1246.82/1258.78	c cleaning 197003 clauses out of 394009 with flag 56422548/19693007
1261.23/1273.11	c cleaning 197992 clauses out of 396006 with flag 56926858/19892007
1275.36/1287.43	c cleaning 198995 clauses out of 398014 with flag 57492464/20092007
1291.42/1303.51	c cleaning 200005 clauses out of 400018 with flag 58127864/20293006
1307.66/1319.90	c cleaning 201003 clauses out of 402013 with flag 58751591/20495006
1323.74/1336.11	c cleaning 202000 clauses out of 404011 with flag 59376863/20698007
1340.94/1353.44	c cleaning 203001 clauses out of 406011 with flag 60020893/20902007
1357.60/1370.19	c cleaning 203994 clauses out of 408009 with flag 60730531/21107006
1373.33/1386.06	c cleaning 205003 clauses out of 410017 with flag 61478778/21313008
1388.26/1401.02	c cleaning 205999 clauses out of 412012 with flag 62172265/21520006
1402.85/1415.88	c cleaning 207003 clauses out of 414013 with flag 62872063/21728006
1416.71/1429.78	c cleaning 207996 clauses out of 416010 with flag 63598829/21937006
1429.70/1442.96	c cleaning 208993 clauses out of 418014 with flag 64243811/22147006
1442.56/1455.83	c cleaning 210003 clauses out of 420021 with flag 64889666/22358006
1457.03/1470.57	c cleaning 211007 clauses out of 422020 with flag 65564508/22570008
1471.27/1484.87	c cleaning 212002 clauses out of 424011 with flag 66285949/22783006
1489.16/1502.91	c cleaning 212998 clauses out of 426009 with flag 67027859/22997006
1506.71/1520.55	c cleaning 214004 clauses out of 428012 with flag 67693076/23212007
1524.77/1538.80	c cleaning 214996 clauses out of 430008 with flag 68344819/23428007
1543.57/1557.75	c cleaning 215998 clauses out of 432011 with flag 69029541/23645006
1563.07/1577.44	c cleaning 217000 clauses out of 434015 with flag 69712857/23863008
1582.34/1596.91	c cleaning 218001 clauses out of 436013 with flag 70353988/24082006
1601.79/1616.42	c cleaning 219005 clauses out of 438013 with flag 71024975/24302007
1619.29/1634.16	c cleaning 220000 clauses out of 440007 with flag 71666517/24523006
1638.16/1653.21	c cleaning 221003 clauses out of 442007 with flag 72350258/24745006
1655.72/1670.83	c cleaning 221993 clauses out of 444004 with flag 73006157/24968006
1676.30/1691.65	c cleaning 223002 clauses out of 446012 with flag 73672867/25192007
1693.23/1708.76	c cleaning 223997 clauses out of 448010 with flag 74345582/25417007
1709.74/1725.30	c cleaning 224992 clauses out of 450013 with flag 75019649/25643007
1726.07/1741.87	c cleaning 226003 clauses out of 452022 with flag 75671678/25870008
1743.81/1759.69	c cleaning 226999 clauses out of 454018 with flag 76333599/26098007
1762.29/1778.30	c cleaning 228005 clauses out of 456018 with flag 76991760/26327006
1782.36/1798.67	c cleaning 229001 clauses out of 458013 with flag 77671742/26557006
1801.73/1818.05	c cleaning 230001 clauses out of 460012 with flag 78329714/26788006
1822.43/1838.96	c cleaning 231005 clauses out of 462011 with flag 79009392/27020006
1841.49/1858.07	c cleaning 231992 clauses out of 464006 with flag 79709125/27253006
1860.79/1877.38	c cleaning 233002 clauses out of 466014 with flag 80392285/27487006
1880.58/1897.36	c cleaning 234002 clauses out of 468014 with flag 81086292/27722008
1900.97/1917.77	c cleaning 234993 clauses out of 470010 with flag 81790372/27958006
1917.08/1934.02	c cleaning 235996 clauses out of 472017 with flag 82511261/28195006
1934.87/1951.82	c cleaning 237009 clauses out of 474022 with flag 83260582/28433007
1957.23/1974.40	c cleaning 238002 clauses out of 476013 with flag 84008302/28672007
1980.22/1997.59	c cleaning 238999 clauses out of 478010 with flag 84834710/28912006
2000.50/2018.10	c cleaning 239997 clauses out of 480011 with flag 85592960/29153006
2021.15/2038.78	c cleaning 240997 clauses out of 482014 with flag 86378116/29395006
2042.44/2060.05	c cleaning 242001 clauses out of 484018 with flag 87143777/29638007
2063.59/2081.49	c cleaning 243009 clauses out of 486017 with flag 87860246/29882007
2085.80/2103.63	c cleaning 243997 clauses out of 488007 with flag 88604778/30127006
2105.99/2124.08	c cleaning 245000 clauses out of 490010 with flag 89391329/30373006
2124.11/2142.24	c cleaning 246002 clauses out of 492011 with flag 90167238/30620007
2147.26/2165.68	c cleaning 246997 clauses out of 494008 with flag 90969160/30868006
2174.92/2193.42	c cleaning 248004 clauses out of 496012 with flag 91780057/31117007
2200.64/2219.35	c cleaning 248999 clauses out of 498007 with flag 92590159/31367006
2227.25/2246.07	c cleaning 249995 clauses out of 500008 with flag 93420662/31618006
2256.14/2275.19	c cleaning 250999 clauses out of 502014 with flag 94280128/31870007
2284.42/2303.51	c cleaning 252004 clauses out of 504014 with flag 95092866/32123006
2311.08/2330.27	c cleaning 253002 clauses out of 506011 with flag 95942525/32377007
2338.80/2358.23	c cleaning 254000 clauses out of 508009 with flag 96830403/32632007
2366.53/2386.23	c cleaning 254997 clauses out of 510008 with flag 97751087/32888006
2391.68/2411.47	c cleaning 256000 clauses out of 512011 with flag 98609628/33145006
2415.60/2435.68	c cleaning 257000 clauses out of 514012 with flag 99506480/33403007
2438.05/2458.18	c cleaning 258004 clauses out of 516012 with flag 100404161/33662007
2469.82/2490.25	c cleaning 258996 clauses out of 518008 with flag 101326904/33922007
2500.32/2520.83	c cleaning 260007 clauses out of 520013 with flag 102237802/34183008
2525.94/2546.76	c cleaning 260996 clauses out of 522004 with flag 102959086/34445006
2552.55/2573.43	c cleaning 261996 clauses out of 524008 with flag 103708417/34708006
2579.29/2600.46	c cleaning 263004 clauses out of 526012 with flag 104464953/34972006
2609.21/2630.62	c cleaning 263996 clauses out of 528008 with flag 105369236/35237006
2637.33/2658.82	c cleaning 264998 clauses out of 530012 with flag 106234532/35503006
2665.26/2687.10	c cleaning 266000 clauses out of 532014 with flag 107104845/35770006
2695.39/2717.29	c cleaning 266999 clauses out of 534015 with flag 108020008/36038007
2722.13/2744.24	c cleaning 268002 clauses out of 536018 with flag 108979323/36307009
2751.02/2773.41	c cleaning 269000 clauses out of 538013 with flag 109912407/36577006
2781.60/2804.05	c cleaning 270000 clauses out of 540013 with flag 110884191/36848006
2813.22/2835.96	c cleaning 270999 clauses out of 542014 with flag 111760639/37120007
2843.80/2866.84	c cleaning 272000 clauses out of 544015 with flag 112668804/37393007
2872.97/2896.38	c cleaning 273004 clauses out of 546015 with flag 113548428/37667007
2905.76/2929.22	c cleaning 274000 clauses out of 548011 with flag 114526714/37942007
2936.48/2960.25	c cleaning 275004 clauses out of 550011 with flag 115417050/38218007
2967.30/2991.32	c cleaning 275993 clauses out of 552006 with flag 116299109/38495006
2998.17/3022.29	c cleaning 277004 clauses out of 554014 with flag 117249829/38773007
3032.20/3056.50	c cleaning 277994 clauses out of 556009 with flag 118249385/39052006
3061.29/3085.60	c cleaning 279003 clauses out of 558015 with flag 119196815/39332006
3094.52/3119.14	c cleaning 280004 clauses out of 560012 with flag 120194067/39613006
3124.89/3149.87	c cleaning 280993 clauses out of 562008 with flag 121118956/39895006
3156.35/3181.42	c cleaning 282001 clauses out of 564015 with flag 122051876/40178006
3181.26/3206.62	c cleaning 283003 clauses out of 566014 with flag 122984975/40462006
3210.02/3235.72	c cleaning 283992 clauses out of 568011 with flag 123928575/40747006
3243.58/3269.38	c cleaning 285003 clauses out of 570020 with flag 124936849/41033007
3277.78/3303.83	c cleaning 286003 clauses out of 572016 with flag 125921769/41320006
3312.15/3338.50	c cleaning 287000 clauses out of 574013 with flag 126875147/41608006
3344.66/3371.11	c cleaning 288005 clauses out of 576014 with flag 127818114/41897007
3377.52/3404.34	c cleaning 288998 clauses out of 578009 with flag 128808818/42187007
3414.68/3441.82	c cleaning 290003 clauses out of 580011 with flag 129887632/42478007
3447.78/3474.90	c cleaning 290999 clauses out of 582008 with flag 130859775/42770007
3483.48/3510.99	c cleaning 291999 clauses out of 584009 with flag 131828558/43063007
3518.15/3546.00	c cleaning 293002 clauses out of 586009 with flag 132778712/43357006
3551.82/3579.78	c cleaning 294003 clauses out of 588009 with flag 133737244/43652008
3584.07/3612.26	c cleaning 295004 clauses out of 590007 with flag 134684065/43948009
3600.03/3628.33	c starts		: 1423
3600.03/3628.33	c conflicts		: 44130171
3600.03/3628.33	c decisions		: 59332118
3600.03/3628.33	c propagations		: 533203136
3600.03/3628.33	c inspects		: 40908186839
3600.03/3628.33	c shortcuts		: 0
3600.03/3628.33	c learnt literals	: 0
3600.03/3628.33	c learnt binary clauses	: 0
3600.03/3628.33	c learnt ternary clauses	: 2
3600.03/3628.33	c learnt constraints	: 44130171
3600.03/3628.33	c ignored constraints	: 0
3600.03/3628.33	c root simplifications	: 0
3600.03/3628.33	c removed literals (reason simplification)	: 853964588
3600.03/3628.33	c reason swapping (by a shorter reason)	: 0
3600.03/3628.33	c Calls to reduceDB	: 292
3600.03/3628.33	c Number of update (reduction) of LBD	: 2683263
3600.03/3628.33	c Imported unit clauses	: 0
3600.03/3628.33	c No decision after first conflict	: false
3600.03/3628.33	c number of reductions to clauses (during analyze)	: 0
3600.03/3628.33	c number of learned constraints concerned by reduction	: 0
3600.03/3628.33	c number of learning phase by resolution	: 0
3600.03/3628.33	c number of learning phase by cutting planes	: 0
3600.03/3628.33	c number of rounding to 1 operations	: 0
3600.03/3628.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3628.33	c number of reductions of the coefficients by power 2 	: 0
3600.03/3628.33	c number of right shift for reduction by power 2 	: 0
3600.03/3628.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3628.33	c number of ending skipping 	: 0
3600.03/3628.33	c number of internal skipping 	: 0
3600.03/3628.33	c number of derivation steps 	: 0
3600.03/3628.33	c number of skipped derivation steps 	: 0
3600.03/3628.33	c number of remaining unassigned 	: 0
3600.03/3628.33	c number of remaining assigned 	: 0
3600.03/3628.33	c number of falsified literals weakened from reason	: 0
3600.03/3628.33	c number of falsified literals weakened from conflict	: 0
3600.03/3628.33	c time for arithmetic operations	: 0
3600.03/3628.33	c minimum degree of deleted constraints	: null
3600.03/3628.33	c maximum degree of deleted constraints	: null
3600.03/3628.33	c number of deleted constraints	: 0
3600.03/3628.33	c speed (assignments/second)	: 146964.96152115005
3600.03/3628.33	c non guided choices	: 948
3600.03/3628.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 477165
3600.03/3628.38	s SATISFIABLE
3600.03/3628.38	c Found 3 solution(s)
3600.03/3628.38	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.03/3628.38	c objective function=48421
3600.03/3628.38	c Total wall clock time (in seconds): 3628.278

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-4835533-1783641094/watcher-4835533-1783641094 -o /tmp/evaluation-result-4835533-1783641094/solver-4835533-1783641094 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835533-1783641094/vars-4835533-1783641094 --bin-var /tmp/runsolver-exch-nodeE003-1783641088-1263621 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835533-1783641094 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835533-1783641094.opb 

running on 4 cores: 8-11

CPU: AMD EPYC 9355 32-Core Processor
Cores frequency:
  2500 MHz: 13-15,17-19,25-28,30-32,34,40-41,43-45,47,54-55,62
  3550 MHz: 0-3,21,42,48-51,56-59
  3600 MHz: 4-12,16,20,22-24,29,33,35-39,46,52-53,60-61,63
WARNING: cores do not run at the same frequency!

Cores frequency (cpufreq):
  3550 MHz: 0-3

CPU governors:
  performance: 8-11

NUMA information:
  number of nodes: 8
  node 0: cores 0-7, 128055 MiB (34517 MiB free)
  node 1: cores 8-15, 129019 MiB (46497 MiB free)
  node 2: cores 16-23, 129019 MiB (70949 MiB free)
  node 3: cores 24-31, 129003 MiB (62284 MiB free)
  node 4: cores 32-39, 129019 MiB (93201 MiB free)
  node 5: cores 40-47, 129019 MiB (102797 MiB free)
  node 6: cores 48-55, 128973 MiB (103840 MiB free)
  node 7: cores 56-63, 128474 MiB (121389 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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 63488000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 63539200 KiB
Linux 5.14.0-611.55.1.el9_7.0.3.x86_64
Starting watchdog thread
solver pid=1264365, runsolver pid=1264360
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 2.94 1.41 1.13 25/1153 1264434
/proc/meminfo: memFree=650565244/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=34900044 memory=50440 CPUtime=0.12 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 6016 0 0 0 11 1 0 0 20 0 19 0 297397290 35737645056 12167 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8725011 12610 6143 1 0 31358 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=34900044 memory=4034097543 CPUtime=0.06 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) R 1264360 1264365 1263609 0 -1 4194368 3060 0 0 0 6 0 0 0 20 0 19 0 297397293 35737645056 12167 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=34900044 memory=15331 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297397294 35737645056 12167 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=34900044 memory=55182578942438 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 297397294 35737645056 12167 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=34900044 memory=54091674026588 CPUtime=0 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297397294 35737645056 12167 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=34900044 memory=57390242464551 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 297397294 35737645056 12167 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=34900044 memory=62917932483842 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 19 0 297397294 35737645056 12167 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 34900044 KiB
Current children cumulated memory: 50440 KiB

[startup+0.213582 s]*
/proc/loadavg: 2.94 1.41 1.13 25/1160 1264442
/proc/meminfo: memFree=650276756/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35033172 memory=128900 CPUtime=0.47 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 9238 0 0 0 46 1 0 0 20 0 21 0 297397290 35873968128 31859 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8758293 32225 6226 1 0 79084 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35033172 memory=3472328299453313415 CPUtime=0.16 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) R 1264360 1264365 1263609 0 -1 4194368 3208 0 0 0 16 0 0 0 20 0 21 0 297397293 35873968128 32437 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35033172 memory=15331 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 297397294 35873968128 32437 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35033172 memory=55182578942438 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 297397294 35873968128 32437 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35033172 memory=54091674026588 CPUtime=0 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 297397294 35873968128 32437 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35033172 memory=57390242464551 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 21 0 297397294 35873968128 32437 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35033172 memory=62917932483842 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 21 0 297397294 35873968128 32437 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 35033172 KiB
Current children cumulated memory: 128900 KiB

[startup+0.314155 s]*
/proc/loadavg: 2.94 1.41 1.13 27/1163 1264445
/proc/meminfo: memFree=649929636/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35099736 memory=154588 CPUtime=0.84 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 13085 0 0 0 82 2 0 0 20 0 22 0 297397290 35942129664 38276 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8774934 38647 6249 1 0 82379 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35099736 memory=3472328299453313415 CPUtime=0.26 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) R 1264360 1264365 1263609 0 -1 4194368 3325 0 0 0 26 0 0 0 20 0 22 0 297397293 35942129664 38276 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35099736 memory=15331 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 297397294 35942129664 38276 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35099736 memory=4179395636778762726 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 297397294 35942129664 38276 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35099736 memory=54091674026588 CPUtime=0 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297397294 35942129664 38276 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35099736 memory=57390242464551 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297397294 35942129664 38276 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35099736 memory=62917932483842 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397294 35942129664 38276 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264443] ppid=1264360 vsize=35099736 memory=31295 CPUtime=0 cores=8-11
/proc/1264365/task/1264443/stat : 1264443 (Timer-0) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397313 35942129664 38276 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 154588 KiB

[startup+0.700208 s]
/proc/loadavg: 2.94 1.41 1.13 17/1166 1264456
/proc/meminfo: memFree=649608512/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35099736 memory=213180 CPUtime=1.95 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 14985 0 0 0 193 2 0 0 20 0 22 0 297397290 35942129664 52918 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8774934 53295 6281 1 0 86598 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35099736 memory=4864 CPUtime=0.6 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) R 1264360 1264365 1263609 0 -1 4194368 3361 0 0 0 59 1 0 0 20 0 22 0 297397293 35942129664 52918 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35099736 memory=11820 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 297397294 35942129664 52918 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35099736 memory=5884 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 297397294 35942129664 52918 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35099736 memory=3900 CPUtime=0 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297397294 35942129664 52918 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35099736 memory=0 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 22 0 297397294 35942129664 52918 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35099736 memory=139869904963221 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397294 35942129664 52918 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264443] ppid=1264360 vsize=35099736 memory=147102629889685 CPUtime=0 cores=8-11
/proc/1264365/task/1264443/stat : 1264443 (Timer-0) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 22 0 297397313 35942129664 52918 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 35099736 KiB
Current children cumulated memory: 213180 KiB

[startup+1.50018 s]
/proc/loadavg: 2.94 1.41 1.13 22/1171 1264499
/proc/meminfo: memFree=649374796/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35232864 memory=267016 CPUtime=3.46 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 17501 0 0 0 342 4 0 0 20 0 24 0 297397290 36078452736 66430 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8808216 66754 6281 1 0 92401 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35232864 memory=4864 CPUtime=1.34 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) R 1264360 1264365 1263609 0 -1 4194368 3551 0 0 0 132 2 0 0 20 0 24 0 297397293 36078452736 66430 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35232864 memory=11820 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 24 0 297397294 36078452736 66430 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35232864 memory=3900 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 24 0 297397294 36078452736 66430 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35232864 memory=0 CPUtime=0 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 297397294 36078452736 66430 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35232864 memory=0 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 24 0 297397294 36078452736 66430 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35232864 memory=0 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 297397294 36078452736 66430 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264443] ppid=1264360 vsize=35232864 memory=139869904963221 CPUtime=0 cores=8-11
/proc/1264365/task/1264443/stat : 1264443 (Timer-0) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 24 0 297397313 36078452736 66430 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 3.46 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 267016 KiB

[startup+3.11339 s]
/proc/loadavg: 3.99 1.65 1.21 18/1164 1264546
/proc/meminfo: memFree=648517924/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35232864 memory=269276 CPUtime=5.12 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 19688 0 0 0 505 7 0 0 20 0 23 0 297397290 36078452736 66945 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8808216 67319 6281 1 0 92410 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35232864 memory=0 CPUtime=2.86 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) R 1264360 1264365 1263609 0 -1 4194368 4009 0 0 0 281 5 0 0 20 0 23 0 297397293 36078452736 66945 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35232864 memory=-8689539942354613440 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 66945 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35232864 memory=0 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 66945 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35232864 memory=0 CPUtime=0 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 66945 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35232864 memory=4864 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 66945 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35232864 memory=269188 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 66945 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264443] ppid=1264360 vsize=35232864 memory=239980 CPUtime=0 cores=8-11
/proc/1264365/task/1264443/stat : 1264443 (Timer-0) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397313 36078452736 66945 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 5.12 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 269276 KiB

[startup+6.3002 s]
/proc/loadavg: 3.99 1.65 1.21 19/1188 1264640
/proc/meminfo: memFree=646069596/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35232864 memory=273816 CPUtime=8.27 cores=8-11

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

/proc/meminfo: memFree=236977520/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35232864 memory=1536428 CPUtime=3375.54 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 187023 0 0 0 335250 2304 0 0 20 0 23 0 297397290 36078452736 383853 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8808216 384107 6269 1 0 401024 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35232864 memory=11820 CPUtime=3324.82 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) R 1264360 1264365 1263609 0 -1 4194368 42937 0 0 0 330258 2224 0 0 20 0 23 0 297397293 36078452736 383853 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35232864 memory=15372 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 383853 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35232864 memory=1585756 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 383853 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35232864 memory=1560340 CPUtime=0.09 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 83 0 0 0 5 4 0 0 20 0 23 0 297397294 36078452736 383853 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35232864 memory=1536428 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 383853 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35232864 memory=0 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 375 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 383853 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 9 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264443] ppid=1264360 vsize=35232864 memory=1536428 CPUtime=0 cores=8-11
/proc/1264365/task/1264443/stat : 1264443 (Timer-0) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397313 36078452736 383853 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 3375.54 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1536428 KiB

[startup+3462.3 s]
/proc/loadavg: 16.16 16.10 15.95 16/1166 1266763
/proc/meminfo: memFree=248895252/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35232864 memory=1547292 CPUtime=3435.23 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 196769 0 0 0 341188 2335 0 0 20 0 23 0 297397290 36078452736 386502 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8808216 386823 6269 1 0 409392 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35232864 memory=11820 CPUtime=3383.86 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) R 1264360 1264365 1263609 0 -1 4194368 45713 0 0 0 336133 2253 0 0 20 0 23 0 297397293 36078452736 386502 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35232864 memory=15372 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 386502 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35232864 memory=180 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 386502 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35232864 memory=15372 CPUtime=0.09 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 83 0 0 0 5 4 0 0 20 0 23 0 297397294 36078452736 386502 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35232864 memory=3900 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 386502 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35232864 memory=1486244 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 393 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 386502 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264443] ppid=1264360 vsize=35232864 memory=1536428 CPUtime=0 cores=8-11
/proc/1264365/task/1264443/stat : 1264443 (Timer-0) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397313 36078452736 386502 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 3435.23 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1547292 KiB

[startup+3522.3 s]
/proc/loadavg: 16.03 16.08 15.96 15/1191 1266830
/proc/meminfo: memFree=282356904/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35232864 memory=1617132 CPUtime=3494.71 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 196993 0 0 0 347109 2362 0 0 20 0 23 0 297397290 36078452736 404029 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8808216 404283 6269 1 0 421944 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35232864 memory=180 CPUtime=3442.99 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) R 1264360 1264365 1263609 0 -1 4194368 45748 0 0 0 342019 2280 0 0 20 0 23 0 297397293 36078452736 404029 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35232864 memory=1536428 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 404029 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35232864 memory=189196 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 404029 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35232864 memory=1617128 CPUtime=0.09 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 83 0 0 0 5 4 0 0 20 0 23 0 297397294 36078452736 404029 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35232864 memory=1617132 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 404029 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35232864 memory=-7523363761035765092 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 393 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 404029 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264443] ppid=1264360 vsize=35232864 memory=1617132 CPUtime=0 cores=8-11
/proc/1264365/task/1264443/stat : 1264443 (Timer-0) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397313 36078452736 404029 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 3494.71 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1617132 KiB

[startup+3582.3 s]
/proc/loadavg: 16.20 16.13 15.98 15/1194 1266990
/proc/meminfo: memFree=374277588/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35232864 memory=1569548 CPUtime=3554.38 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 197689 0 0 0 353049 2389 0 0 20 0 23 0 297397290 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8808216 392387 6269 1 0 409392 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35232864 memory=1617132 CPUtime=3502.11 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) R 1264360 1264365 1263609 0 -1 4194368 45927 0 0 0 347906 2305 0 0 20 0 23 0 297397293 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35232864 memory=1551052 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35232864 memory=1551052 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35232864 memory=15372 CPUtime=0.09 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 86 0 0 0 5 4 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35232864 memory=1565452 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35232864 memory=189196 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 393 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264443] ppid=1264360 vsize=35232864 memory=1569548 CPUtime=0 cores=8-11
/proc/1264365/task/1264443/stat : 1264443 (Timer-0) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397313 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 3554.38 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1569548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.32 s]
/proc/loadavg: 16.42 16.17 16.01 12/1061 1267133
/proc/meminfo: memFree=423526112/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35232864 memory=1569552 CPUtime=3600.03 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 199176 0 0 0 357593 2410 0 0 20 0 23 0 297397290 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8808216 392388 6269 1 0 409392 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35232864 memory=-7523363761035765092 CPUtime=3547.38 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) S 1264360 1264365 1263609 0 -1 4194368 46587 0 0 0 352412 2326 0 0 20 0 23 0 297397293 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35232864 memory=1569548 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35232864 memory=1569548 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35232864 memory=25333125866717268 CPUtime=0.09 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 86 0 0 0 5 4 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35232864 memory=5884 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35232864 memory=7741528804479162221 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 420 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264443] ppid=1264360 vsize=35232864 memory=1569548 CPUtime=0 cores=8-11
/proc/1264365/task/1264443/stat : 1264443 (Timer-0) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397313 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1569552 KiB

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

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

# cumulated CPU time of all completed processes:  user=3576.09 s, system=24.1195 s

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

[startup+3628.32 s]
/proc/loadavg: 16.42 16.17 16.01 12/1061 1267133
/proc/meminfo: memFree=423526112/1055320712 swapFree=33435900/33554428
[pid=1264365] ppid=1264360 vsize=35232864 memory=1569552 CPUtime=3600.03 cores=8-11
/proc/1264365/stat : 1264365 (java) S 1264360 1264365 1263609 0 -1 4194304 199176 0 0 0 357593 2410 0 0 20 0 23 0 297397290 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 0 0 16800975 0 0 0 17 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
/proc/1264365/statm: 8808216 392388 6269 1 0 409392 0
[pid=1264365/tid=1264375] ppid=1264360 vsize=35232864 memory=-7523363761035765092 CPUtime=3547.38 cores=8-11
/proc/1264365/task/1264375/stat : 1264375 (java) S 1264360 1264365 1263609 0 -1 4194368 46587 0 0 0 352412 2326 0 0 20 0 23 0 297397293 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264396] ppid=1264360 vsize=35232864 memory=1569548 CPUtime=0 cores=8-11
/proc/1264365/task/1264396/stat : 1264396 (Referen..andler) S 1264360 1264365 1263609 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264398] ppid=1264360 vsize=35232864 memory=1569548 CPUtime=0 cores=8-11
/proc/1264365/task/1264398/stat : 1264398 (Finalizer) S 1264360 1264365 1263609 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264401] ppid=1264360 vsize=35232864 memory=25333125866717268 CPUtime=0.09 cores=8-11
/proc/1264365/task/1264401/stat : 1264401 (Monitor..Thread) S 1264360 1264365 1263609 0 -1 4194368 86 0 0 0 5 4 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264404] ppid=1264360 vsize=35232864 memory=5884 CPUtime=0 cores=8-11
/proc/1264365/task/1264404/stat : 1264404 (Notific..Thread) S 1264360 1264365 1263609 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 8 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264406] ppid=1264360 vsize=35232864 memory=7741528804479162221 CPUtime=0 cores=8-11
/proc/1264365/task/1264406/stat : 1264406 (Common-Cleaner) S 1264360 1264365 1263609 0 -1 4194368 420 0 0 0 0 0 0 0 20 0 23 0 297397294 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 10 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
[pid=1264365/tid=1264443] ppid=1264360 vsize=35232864 memory=1569548 CPUtime=0 cores=8-11
/proc/1264365/task/1264443/stat : 1264443 (Timer-0) S 1264360 1264365 1263609 0 -1 4194368 22 0 0 0 0 0 0 0 20 0 23 0 297397313 36078452736 392134 18446744073709551615 93986776645632 93986776649328 140722081958960 0 0 0 4 0 16800975 1 0 0 -1 11 0 0 0 0 0 93986776657192 93986776657936 93986802049024 140722081966244 140722081966430 140722081966430 140722081972168 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 35232864 KiB
Current children cumulated memory: 1569552 KiB

Child status: 143

Real time (s): 3628.4
CPU time (s): 3600.21
CPU user time (s): 3576.09
CPU system time (s): 24.1195
CPU usage (%): 99.2231
Max. virtual memory (cumulated for all children) (KiB): 35232864
Max. memory (cumulated for all children) (KiB): 1617900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.09
system time used= 24.1195
maximum resident set size= 1616628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5881678
involuntary context switches= 8411


# summary of solver processes directly reported to runsolver:
#   pid: 1264365
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3576.09
#   total CPU system time (s): 24.1195

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7968 second user time and 39.5469 second system time

The end

Launcher Data

Begin job on nodeE003 at 2026-07-10 01:51:34
IDJOB=4835533
IDBENCH=147018
IDSOLVER=3672
FILE ID=nodeE003/4835533-1783641094
RUNJOBID= nodeE003-1783641088-1263621
SLURM_JOB_ID= 12722701
Free space on /tmp= 802228 MiB

SOLVER NAME= Sat4j Resolution CERT 2026-05-20 (cert)
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data8_3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar HOME/sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4835533-1783641094/watcher-4835533-1783641094 -o /tmp/evaluation-result-4835533-1783641094/solver-4835533-1783641094 -C 3600 -W 3700 -M 62000 --var /tmp/evaluation-result-4835533-1783641094/vars-4835533-1783641094 --bin-var /tmp/runsolver-exch-nodeE003-1783641088-1263621 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proofs/proof-4835533-1783641094 -jar HOME/sat4j-pb.jar ResolutionPB24 HOME/instance-4835533-1783641094.opb

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

MD5SUM BENCH= 1adddfdbf1ced655bc7cf87afdf2cbda
RANDOM SEED=1357768615

nodeE003 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		: 3557.189
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.91
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		: 3557.035
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.91
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		: 3556.855
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.91
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		: 3556.594
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.91
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		: 3583.463
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.91
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		: 3582.413
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.91
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		: 3583.413
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.91
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		: 3582.788
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.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

processor	: 8
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3593.605
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.91
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		: 3598.481
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.91
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		: 3597.064
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.91
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		: 3589.198
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.91
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		: 3587.992
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.91
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.91
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.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

processor	: 24
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3584.758
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.91
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		: 3583.776
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.91
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		: 2493.659
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.91
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.91
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		: 2493.659
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.91
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		: 3585.987
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.91
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		: 2493.659
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.91
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.91
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		: 2493.659
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.91
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		: 3592.803
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.91
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.91
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		: 3593.527
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.91
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		: 2493.659
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.91
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.91
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		: 3579.375
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.91
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		: 2493.659
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.91
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		: 2493.659
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.91
TLB size	: 192 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 52 bits physical, 57 bits virtual
power management: ts ttp tm hwpstate eff_freq_ro [13] [14]

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

processor	: 46
vendor_id	: AuthenticAMD
cpu family	: 26
model		: 2
model name	: AMD EPYC 9355 32-Core Processor
stepping	: 1
microcode	: 0xb00215a
cpu MHz		: 3586.949
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.91
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.91
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		: 3572.049
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.91
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		: 3569.255
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.91
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		: 3570.532
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.91
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		: 3574.759
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.91
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		: 3599.528
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.91
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		: 3600.365
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.91
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		: 3601.352
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.91
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		: 2493.659
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.91
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		: 3551.580
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.91
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		: 3555.274
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.91
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		: 3553.121
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.91
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		: 3552.111
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.91
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		: 3580.985
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.91
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		: 3583.005
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.91
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		: 2493.659
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.91
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		: 3583.255
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.91
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:       1055320712 kB
MemFree:        650836604 kB
MemAvailable:   1038308240 kB
Buffers:            1380 kB
Cached:         391303804 kB
SwapCached:          188 kB
Active:         13772528 kB
Inactive:       384701976 kB
Active(anon):    7639884 kB
Inactive(anon):   360888 kB
Active(file):    6132644 kB
Inactive(file): 384341088 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33554428 kB
SwapFree:       33435900 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44384 kB
Writeback:             0 kB
AnonPages:       7173600 kB
Mapped:           228124 kB
Shmem:            830720 kB
KReclaimable:    3174624 kB
Slab:            3796768 kB
SReclaimable:    3174624 kB
SUnreclaim:       622144 kB
KernelStack:       18464 kB
PageTables:        22416 kB
SecPageTables:     15320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    561214784 kB
Committed_AS:   139026560 kB
VmallocTotal:   13743895347199 kB
VmallocUsed:      481760 kB
VmallocChunk:          0 kB
Percpu:           124928 kB
HardwareCorrupted:    52 kB
AnonHugePages:   6496256 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:      516548 kB
DirectMap2M:    22874112 kB
DirectMap1G:    1050673152 kB

Free space on /tmp at the end= 802112 MiB
End job on nodeE003 at 2026-07-10 02:52:02